Contact Form by BestWebSoft - Version 3.94

Version Description

  • 15.09.2015 =
  • Update : We updated all functionality for wordpress 4.3.
  • Update : Text Domain was changed.
Download this release

Release Info

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

Code changes from version 3.93 to 3.94

Files changed (65) hide show
  1. bws_menu/bws_functions.php +195 -80
  2. bws_menu/bws_include.php +83 -0
  3. bws_menu/bws_menu.php +49 -21
  4. bws_menu/css/general_style.css +99 -2
  5. bws_menu/css/general_style_wp_before_3.8.css +89 -2
  6. bws_menu/icons/error-log-viewer.png +0 -0
  7. bws_menu/icons/profile-extra-fields.png +0 -0
  8. bws_menu/images/help.png +0 -0
  9. bws_menu/images/shortcode-icon.png +0 -0
  10. bws_menu/images/tooltip_icons.png +0 -0
  11. bws_menu/js/shortcode-button.js +121 -0
  12. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  13. bws_menu/languages/bestwebsoft-de_DE.po +239 -192
  14. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  15. bws_menu/languages/bestwebsoft-fr_FR.po +245 -199
  16. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  17. bws_menu/languages/bestwebsoft-it_IT.po +241 -192
  18. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  19. bws_menu/languages/bestwebsoft-ja.po +236 -198
  20. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  21. bws_menu/languages/bestwebsoft-pt_BR.po +239 -192
  22. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  23. bws_menu/languages/bestwebsoft-ru_RU.po +249 -207
  24. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  25. bws_menu/languages/bestwebsoft-sr_RS.po +235 -195
  26. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  27. bws_menu/languages/bestwebsoft-sv_SE.po +235 -192
  28. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  29. bws_menu/languages/bestwebsoft-uk.po +240 -201
  30. contact_form.php +307 -297
  31. languages/{contact_form-af_ZA.mo → contact-form-plugin-af_ZA.mo} +0 -0
  32. languages/{contact_form-af_ZA.po → contact-form-plugin-af_ZA.po} +214 -214
  33. languages/{contact_form-ca.mo → contact-form-plugin-ca.mo} +0 -0
  34. languages/{contact_form-ca.po → contact-form-plugin-ca.po} +214 -214
  35. languages/{contact_form-de_DE.mo → contact-form-plugin-de_DE.mo} +0 -0
  36. languages/{contact_form-de_DE.po → contact-form-plugin-de_DE.po} +214 -214
  37. languages/{contact_form-el.mo → contact-form-plugin-el.mo} +0 -0
  38. languages/{contact_form-el.po → contact-form-plugin-el.po} +214 -214
  39. languages/{contact_form-es_ES.mo → contact-form-plugin-es_ES.mo} +0 -0
  40. languages/{contact_form-es_ES.po → contact-form-plugin-es_ES.po} +214 -214
  41. languages/{contact_form-et.mo → contact-form-plugin-et.mo} +0 -0
  42. languages/{contact_form-et.po → contact-form-plugin-et.po} +214 -214
  43. languages/{contact_form-fr_FR.mo → contact-form-plugin-fr_FR.mo} +0 -0
  44. languages/{contact_form-fr_FR.po → contact-form-plugin-fr_FR.po} +214 -214
  45. languages/{contact_form-ja.mo → contact-form-plugin-ja.mo} +0 -0
  46. languages/{contact_form-ja.po → contact-form-plugin-ja.po} +214 -214
  47. languages/{contact_form-nb_NO.mo → contact-form-plugin-nb_NO.mo} +0 -0
  48. languages/{contact_form-nb_NO.po → contact-form-plugin-nb_NO.po} +214 -214
  49. languages/{contact_form-pt_BR.mo → contact-form-plugin-pt_BR.mo} +0 -0
  50. languages/{contact_form-pt_BR.po → contact-form-plugin-pt_BR.po} +214 -214
  51. languages/{contact_form-ru_RU.mo → contact-form-plugin-ru_RU.mo} +0 -0
  52. languages/{contact_form-ru_RU.po → contact-form-plugin-ru_RU.po} +214 -214
  53. languages/{contact_form-sk_SK.mo → contact-form-plugin-sk_SK.mo} +0 -0
  54. languages/{contact_form-sk_SK.po → contact-form-plugin-sk_SK.po} +214 -214
  55. languages/{contact_form-sv_SE.mo → contact-form-plugin-sv_SE.mo} +0 -0
  56. languages/{contact_form-sv_SE.po → contact-form-plugin-sv_SE.po} +214 -214
  57. languages/{contact_form-tr.mo → contact-form-plugin-tr.mo} +0 -0
  58. languages/{contact_form-tr.po → contact-form-plugin-tr.po} +214 -214
  59. languages/{contact_form-uk.mo → contact-form-plugin-uk.mo} +0 -0
  60. languages/{contact_form-uk.po → contact-form-plugin-uk.po} +214 -214
  61. languages/{contact_form-vi.mo → contact-form-plugin-vi.mo} +0 -0
  62. languages/{contact_form-vi.po → contact-form-plugin-vi.po} +214 -214
  63. languages/{contact_form-zh_CN.mo → contact-form-plugin-zh_CN.mo} +0 -0
  64. languages/{contact_form-zh_CN.po → contact-form-plugin-zh_CN.po} +1 -1
  65. readme.txt +9 -2
bws_menu/bws_functions.php CHANGED
@@ -1,75 +1,15 @@
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
- * Version: 1.1.0
5
  */
6
- if ( ! function_exists ( 'bws_add_general_menu' ) ) {
7
- function bws_add_general_menu( $base ) {
8
- global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
9
- $bws_menu_info = get_plugin_data( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) . '/' . dirname( $base ) . '/bws_menu/bws_menu.php' );
10
- $bws_menu_version = $bws_menu_info["Version"];
11
-
12
- if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
13
- if ( is_multisite() ) {
14
- if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
15
- add_site_option( 'bstwbsftwppdtplgns_options', array() );
16
- $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
17
- } else {
18
- if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
19
- add_option( 'bstwbsftwppdtplgns_options', array() );
20
- $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
21
- }
22
- }
23
 
24
- if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
25
- $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
26
- unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
27
- if ( is_multisite() )
28
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
29
- else
30
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
31
- require_once( dirname( __FILE__ ) . '/bws_menu.php' );
32
- } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
33
- $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
34
- if ( is_multisite() )
35
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
36
- else
37
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
38
- require_once( dirname( __FILE__ ) . '/bws_menu.php' );
39
- } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
40
- $all_plugins = get_plugins();
41
- foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
42
- if ( array_key_exists( $key, $all_plugins ) ) {
43
- if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
44
- if ( ! isset( $plugin_with_newer_menu ) )
45
- $plugin_with_newer_menu = $key;
46
- elseif ( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $plugin_with_newer_menu ] < $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] )
47
- $plugin_with_newer_menu = $key;
48
- }
49
- } else {
50
- unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] );
51
- if ( is_multisite() )
52
- update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
53
- else
54
- update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
55
- }
56
- }
57
- if ( ! isset( $plugin_with_newer_menu ) )
58
- $plugin_with_newer_menu = $base;
59
- $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
60
- $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
61
-
62
- if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
63
- require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
64
- else
65
- require_once( dirname( __FILE__ ) . '/bws_menu.php' );
66
- $bstwbsftwppdtplgns_added_menu = true;
67
- }
68
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
69
  }
70
  }
71
 
72
-
73
  /**
74
  * Function check if plugin is compatible with current WP version
75
  * @return void
@@ -148,7 +88,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
148
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
149
  </div>
150
  <div class="text"><?php
151
- _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 />
152
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
153
  </div>
154
  <div class="button_div">
@@ -234,7 +174,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
234
  } elseif ( "time_out" == $value->package ) {
235
  $result['error'] = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a>';
236
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
237
- $result['error'] = __( "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once.", 'bestwebsoft' );
238
  }
239
  }
240
  if ( empty( $result['error'] ) ) {
@@ -243,7 +183,17 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
243
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
244
  $uploadDir = wp_upload_dir();
245
  $zip_name = explode( '/', $bws_license_plugin );
246
- $received_content = file_get_contents( $url );
 
 
 
 
 
 
 
 
 
 
247
  if ( ! $received_content ) {
248
  $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
249
  } else {
@@ -335,7 +285,7 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
335
  window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
336
  }, 5000 );
337
  </script>
338
- <p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
339
  <p>
340
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
341
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
@@ -344,7 +294,7 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
344
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
345
  <p>
346
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
347
- <a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">PRO</a>
348
  <?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
349
  <span class="bws_info">
350
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
@@ -385,7 +335,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
385
  if ( $trial_license_is_set ) { ?>
386
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
387
  <p>
388
- <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">PRO</a>' ) . ' ';
389
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
390
  <span class="bws_info">
391
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
@@ -417,7 +367,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
417
  window.location.href = 'admin.php?page=<?php echo $page; ?>';
418
  }, 5000 );
419
  </script>
420
- <p><?php _e( "Congratulations! The PRO license of the plugin is successfully activated.", 'bestwebsoft' ); ?></p>
421
  <p>
422
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
423
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
@@ -466,11 +416,11 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
466
  } elseif ( "you_are_banned" == $value->package ) {
467
  $result['error'] = __( "Unfortunately, you have exceeded the number of available tries.", 'bestwebsoft' );
468
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
469
- $result['error'] = __( "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once.", 'bestwebsoft' );
470
  }
471
  if ( empty( $result['message'] ) && empty( $result['error'] ) ) {
472
  if ( isset( $value->trial ) )
473
- $result['message'] = __( 'The PRO Trial license key is valid.', 'bestwebsoft' );
474
  else
475
  $result['message'] = __( 'The license key is valid.', 'bestwebsoft' );
476
 
@@ -478,7 +428,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
478
  $result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
479
 
480
  if ( isset( $value->trial ) && $trial_plugin != false )
481
- $result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">PRO</a>' );
482
 
483
  if ( isset( $value->trial ) ) {
484
  $bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
@@ -547,7 +497,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
547
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
548
  <div class="update-message" style="color: #8C0000;">';
549
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
550
- echo __( 'Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license', 'bestwebsoft' ) . ' - <a href="http://bestwebsoft.com/products/' . $link_slug .'/">http://bestwebsoft.com/products/' . $link_slug . '/</a>';
551
  } else {
552
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
553
  }
@@ -559,12 +509,12 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
559
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
560
  <div class="update-message" style="color: #8C0000;">';
561
  if ( $free_plugin_name != false ) {
562
- echo sprintf( __( 'Notice: You are using the PRO Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
563
  } else {
564
- _e( 'Notice: You are using the PRO Trial license of plugin.', 'bestwebsoft' );
565
  }
566
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
567
- echo ' ' . __( "The PRO Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
568
  echo '</div>
569
  </td>
570
  </tr>';
@@ -609,10 +559,73 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
609
  }
610
  }
611
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
612
  if ( ! function_exists ( 'bws_plugin_init' ) ) {
613
  function bws_plugin_init() {
614
  /* Internationalization, first(!) */
615
  load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
 
616
  }
617
  }
618
 
@@ -637,6 +650,7 @@ if ( ! function_exists ( 'bws_admin_add_scripts' ) ) {
637
 
638
  if ( ! function_exists ( 'bws_admin_head' ) ) {
639
  function bws_admin_head() {
 
640
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
641
  <noscript>
642
  <style type="text/css">
@@ -645,8 +659,25 @@ if ( ! function_exists ( 'bws_admin_head' ) ) {
645
  }
646
  </style>
647
  </noscript>
648
- <?php }
649
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
650
  }
651
 
652
  /**
@@ -793,6 +824,90 @@ if ( ! function_exists ( 'bws_form_restore_default_confirm' ) ) {
793
  <?php }
794
  }
795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  add_action( 'admin_init', 'bws_plugin_init' );
797
  add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
798
- add_action( 'admin_head', 'bws_admin_head' );
 
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
+ * Version: 1.1.2
5
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
+ if ( ! function_exists ( 'bws_add_general_menu' ) ) {
8
+ function bws_add_general_menu() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
10
  }
11
  }
12
 
 
13
  /**
14
  * Function check if plugin is compatible with current WP version
15
  * @return void
88
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
89
  </div>
90
  <div class="text"><?php
91
+ _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 />
92
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
93
  </div>
94
  <div class="button_div">
174
  } elseif ( "time_out" == $value->package ) {
175
  $result['error'] = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a>';
176
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
177
+ $result['error'] = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
178
  }
179
  }
180
  if ( empty( $result['error'] ) ) {
183
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
184
  $uploadDir = wp_upload_dir();
185
  $zip_name = explode( '/', $bws_license_plugin );
186
+
187
+ if ( !function_exists( 'curl_init' ) ) {
188
+ $received_content = file_get_contents( $url );
189
+ } else {
190
+ $ch = curl_init();
191
+ curl_setopt( $ch, CURLOPT_URL, $url );
192
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
193
+ $received_content = curl_exec( $ch );
194
+ curl_close( $ch );
195
+ }
196
+
197
  if ( ! $received_content ) {
198
  $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
199
  } else {
285
  window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
286
  }, 5000 );
287
  </script>
288
+ <p><?php _e( "Congratulations! The Pro version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
289
  <p>
290
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
291
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
294
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
295
  <p>
296
  <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
297
+ <a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
298
  <?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
299
  <span class="bws_info">
300
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
335
  if ( $trial_license_is_set ) { ?>
336
  <form method="post" action="admin.php?page=<?php echo $page; ?>&amp;action=go_pro">
337
  <p>
338
+ <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
339
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
340
  <span class="bws_info">
341
  <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
367
  window.location.href = 'admin.php?page=<?php echo $page; ?>';
368
  }, 5000 );
369
  </script>
370
+ <p><?php _e( "Congratulations! The Pro license of the plugin is successfully activated.", 'bestwebsoft' ); ?></p>
371
  <p>
372
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
373
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
416
  } elseif ( "you_are_banned" == $value->package ) {
417
  $result['error'] = __( "Unfortunately, you have exceeded the number of available tries.", 'bestwebsoft' );
418
  } elseif ( "duplicate_domen_for_trial" == $value->package ) {
419
+ $result['error'] = __( "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
420
  }
421
  if ( empty( $result['message'] ) && empty( $result['error'] ) ) {
422
  if ( isset( $value->trial ) )
423
+ $result['message'] = __( 'The Pro Trial license key is valid.', 'bestwebsoft' );
424
  else
425
  $result['message'] = __( 'The license key is valid.', 'bestwebsoft' );
426
 
428
  $result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
429
 
430
  if ( isset( $value->trial ) && $trial_plugin != false )
431
+ $result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">Pro</a>' );
432
 
433
  if ( isset( $value->trial ) ) {
434
  $bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
497
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
498
  <div class="update-message" style="color: #8C0000;">';
499
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
500
+ echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="http://bestwebsoft.com/products/' . $link_slug .'/">http://bestwebsoft.com/products/' . $link_slug . '/</a>';
501
  } else {
502
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
503
  }
509
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
510
  <div class="update-message" style="color: #8C0000;">';
511
  if ( $free_plugin_name != false ) {
512
+ echo sprintf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
513
  } else {
514
+ _e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
515
  }
516
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
517
+ echo ' ' . __( "The Pro Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
518
  echo '</div>
519
  </td>
520
  </tr>';
559
  }
560
  }
561
 
562
+ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
563
+ function bws_plugin_banner_to_settings( $plugin_info, $plugin_options_name, $banner_url_or_slug, $settings_url, $post_type_url = false, $post_type_name = false ) {
564
+ global $wp_version;
565
+
566
+ $plugin_options = get_option( $plugin_options_name );
567
+
568
+ if ( isset( $plugin_options['display_settings_notice'] ) && 0 == $plugin_options['display_settings_notice'] )
569
+ return;
570
+
571
+ if ( isset( $_POST['bws_hide_settings_notice_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
572
+ $plugin_options['display_settings_notice'] = 0;
573
+ update_option( $plugin_options_name, $plugin_options );
574
+ return;
575
+ }
576
+
577
+ if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
578
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
579
+ }
580
+
581
+ if ( 4.2 > $wp_version ) {
582
+ $plugin_dir_array = explode( '/', plugin_basename( __FILE__ ) );
583
+ $plugin_dir = $plugin_dir_array[0]; ?>
584
+ <style type="text/css">
585
+ .bws_hide_settings_notice {
586
+ width: 11px;
587
+ height: 11px;
588
+ border: none;
589
+ background: url("<?php echo plugins_url( $plugin_dir . '/bws_menu/images/close_banner.png' ); ?>") no-repeat center center;
590
+ box-shadow: none;
591
+ float: right;
592
+ margin: 8px;
593
+ }
594
+ .bws_hide_settings_notice:hover {
595
+ cursor: pointer;
596
+ }
597
+ </style>
598
+ <?php } ?>
599
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
600
+ <div class="bws_banner_on_plugin_page">
601
+ <div class="icon">
602
+ <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
603
+ </div>
604
+ <div class="text">
605
+ <strong><?php _e( 'Thank you for installing', 'bestwebsoft' ); ?> <?php echo $plugin_info['Name']; ?> plugin!</strong><br />
606
+ <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
607
+ <a target="_blank" href="<?php echo $settings_url; ?>"><?php _e( 'Configure Settings', 'bestwebsoft' ); ?></a>
608
+ <?php if ( false != $post_type_url && false != $post_type_name ) { ?>
609
+ <?php _e( 'or', 'bestwebsoft' ); ?>
610
+ <a target="_blank" href="<?php echo $post_type_url; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?> <?php echo $post_type_name; ?></a>
611
+ <?php } ?>
612
+ </div>
613
+ <form action="" method="post">
614
+ <button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
615
+ <input type="hidden" name="bws_hide_settings_notice_<?php echo $plugin_options_name; ?>" value="hide" />
616
+ <?php wp_nonce_field( $plugin_info['Name'], 'bws_settings_nonce_name' ); ?>
617
+ </form>
618
+ </div>
619
+ </div>
620
+ <?php }
621
+ }
622
+
623
  if ( ! function_exists ( 'bws_plugin_init' ) ) {
624
  function bws_plugin_init() {
625
  /* Internationalization, first(!) */
626
  load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
627
+
628
+ bws_add_editor_buttons();
629
  }
630
  }
631
 
650
 
651
  if ( ! function_exists ( 'bws_admin_head' ) ) {
652
  function bws_admin_head() {
653
+ global $bws_shortcode_list, $wp_version;
654
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
655
  <noscript>
656
  <style type="text/css">
659
  }
660
  </style>
661
  </noscript>
662
+ <?php }
663
+ if ( ! empty( $bws_shortcode_list ) ) { ?>
664
+ <!-- TinyMCE Shortcode Plugin -->
665
+ <script type='text/javascript'>
666
+ var bws_shortcode_button = {
667
+ 'title': '<?php _e( "Add BWS shortcode", "bestwebsoft" ); ?>',
668
+ 'function_name': [
669
+ <?php foreach ( $bws_shortcode_list as $key => $value ) {
670
+ if ( isset( $value['js_function'] ) )
671
+ echo "'" . $value['js_function'] . "',";
672
+ } ?>
673
+ ],
674
+ 'icon_url': '<?php echo plugins_url( "images/shortcode-icon.png" , __FILE__ ); ?>',
675
+ 'wp_version' : '<?php echo $wp_version; ?>'
676
+ };
677
+ </script>
678
+ <!-- TinyMCE Shortcode Plugin -->
679
+ <?php }
680
+ }
681
  }
682
 
683
  /**
824
  <?php }
825
  }
826
 
827
+ /* shortcode */
828
+ if ( ! function_exists( 'bws_add_editor_buttons' ) ) {
829
+ function bws_add_editor_buttons() {
830
+ global $bws_shortcode_list, $wp_version;
831
+ if ( $wp_version < '3.3' )
832
+ return;
833
+ if ( ! empty( $bws_shortcode_list ) && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) ) {
834
+ add_filter( 'mce_external_plugins', 'bws_add_buttons' );
835
+ add_filter( 'mce_buttons', 'bws_register_buttons' );
836
+ }
837
+ }
838
+ }
839
+ if ( ! function_exists( 'bws_add_buttons' ) ){
840
+ function bws_add_buttons( $plugin_array ) {
841
+ $plugin_array['add_bws_shortcode'] = plugins_url( 'js/shortcode-button.js', __FILE__ );
842
+ return $plugin_array;
843
+ }
844
+ }
845
+ if ( ! function_exists( 'bws_register_buttons' ) ) {
846
+ function bws_register_buttons( $buttons ) {
847
+ array_push( $buttons, 'add_bws_shortcode' ); /* dropcap', 'recentposts */
848
+ return $buttons;
849
+ }
850
+ }
851
+
852
+ /* Generate inline content for the popup window when the "bws shortcode" button is clicked */
853
+ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
854
+ function bws_shortcode_media_button_popup() {
855
+ global $bws_shortcode_list, $wp_version;
856
+ if ( $wp_version < '3.3' )
857
+ return;
858
+
859
+ if ( ! empty( $bws_shortcode_list ) ) { ?>
860
+ <div id="bws_shortcode_popup" style="display:none;">
861
+ <div id="bws_shortcode_popup_block">
862
+ <div id="bws_shortcode_select_plugin">
863
+ <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
864
+ <select name="bws_shortcode_select" id="bws_shortcode_select">
865
+ <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
866
+ <option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
867
+ <?php } ?>
868
+ </select>
869
+ </div>
870
+ <div class="clear"></div>
871
+ <div id="bws_shortcode_content">
872
+ <h4><?php _e( 'Shortcode settings', 'bestwebsoft' ); ?></h4>
873
+ <?php echo apply_filters( 'bws_shortcode_button_content', '' ); ?>
874
+ </div>
875
+ <div class="clear"></div>
876
+ <div id="bws_shortcode_content_bottom">
877
+ <p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
878
+ <div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
879
+ </div>
880
+ <?php if ( $wp_version < '3.9' ) { ?>
881
+ <p>
882
+ <button class="button-primary primary bws_shortcode_insert"><?php _e( 'Insert', 'bestwebsoft' ); ?></button>
883
+ </p>
884
+ <?php } ?>
885
+ </div>
886
+ </div>
887
+ <?php }
888
+ if ( $wp_version < '3.9' ) { ?>
889
+ <script type="text/javascript">
890
+ (function($){
891
+ $( '.bws_shortcode_insert' ).on( 'click',function() {
892
+ var shortcode = $( '#TB_ajaxContent #bws_shortcode_display' ).text();
893
+ if ( '' != shortcode ) {
894
+ /* insert shortcode to tinymce */
895
+ if ( !tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden() ) {
896
+ $( 'textarea#content' ).val( shortcode );
897
+ } else {
898
+ tinyMCE.execCommand( 'mceInsertContent', false, shortcode );
899
+ }
900
+ }
901
+ /* close the thickbox after adding shortcode to editor */
902
+ self.parent.tb_remove();
903
+ });
904
+ })(jQuery);
905
+ </script>
906
+ <?php }
907
+ }
908
+ }
909
+
910
  add_action( 'admin_init', 'bws_plugin_init' );
911
  add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
912
+ add_action( 'admin_head', 'bws_admin_head' );
913
+ add_action( 'admin_footer','bws_shortcode_media_button_popup' );
bws_menu/bws_include.php ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Get latest version
4
+ * Version: 1.0.0
5
+ */
6
+
7
+ if ( ! function_exists ( 'bws_include_init' ) ) {
8
+ function bws_include_init( $base ) {
9
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
10
+ if ( ! function_exists( 'get_plugin_data' ) )
11
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
12
+
13
+ $bws_menu_info = get_plugin_data( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) . '/' . dirname( $base ) . '/bws_menu/bws_menu.php' );
14
+ $bws_menu_version = $bws_menu_info["Version"];
15
+
16
+ if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
17
+ if ( is_multisite() ) {
18
+ if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
19
+ add_site_option( 'bstwbsftwppdtplgns_options', array() );
20
+ $bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
21
+ } else {
22
+ if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
23
+ add_option( 'bstwbsftwppdtplgns_options', array() );
24
+ $bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
25
+ }
26
+ }
27
+
28
+ if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
29
+ $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
30
+ unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
31
+ if ( is_multisite() )
32
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
33
+ else
34
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
35
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
36
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
37
+ } else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
38
+ $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
39
+ if ( is_multisite() )
40
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
41
+ else
42
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
43
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
44
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
45
+ } else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
46
+ $all_plugins = get_plugins();
47
+ foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
48
+ if ( array_key_exists( $key, $all_plugins ) ) {
49
+ if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
50
+ if ( ! isset( $plugin_with_newer_menu ) )
51
+ $plugin_with_newer_menu = $key;
52
+ elseif ( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $plugin_with_newer_menu ] < $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] )
53
+ $plugin_with_newer_menu = $key;
54
+ }
55
+ } else {
56
+ unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] );
57
+ if ( is_multisite() )
58
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
59
+ else
60
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
61
+ }
62
+ }
63
+ if ( ! isset( $plugin_with_newer_menu ) )
64
+ $plugin_with_newer_menu = $base;
65
+ $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
66
+ $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
67
+
68
+ if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) ) {
69
+ require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
70
+ } else {
71
+ require_once( dirname( __FILE__ ) . '/bws_menu.php' );
72
+ }
73
+
74
+ if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_functions.php' ) ) {
75
+ require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_functions.php' );
76
+ } else {
77
+ require_once( dirname( __FILE__ ) . '/bws_functions.php' );
78
+ }
79
+
80
+ $bstwbsftwppdtplgns_added_menu = true;
81
+ }
82
+ }
83
+ }
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.6.6
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -89,12 +89,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
89
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
90
  ),
91
  'adsense-plugin/adsense-plugin.php'=> array(
92
- 'name' => 'Google AdSense by BestWebSoft',
93
  'description' => 'Allows Google AdSense implementation to your website.',
94
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
95
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
96
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
97
- 'settings' => 'admin.php?page=adsense-plugin.php'
 
 
 
98
  ),
99
  'custom-search-plugin/custom-search-plugin.php'=> array(
100
  'name' => 'Custom Search',
@@ -116,7 +119,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
116
  'settings' => 'admin.php?page=quotes-and-tips.php'
117
  ),
118
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
119
- 'name' => 'Google Sitemap by BestWebSoft',
120
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
121
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
122
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -146,7 +149,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
146
  'settings' => 'admin.php?page=custom_fields_search.php'
147
  ),
148
  'google-one/google-plus-one.php' => array(
149
- 'name' => 'Google +1 by BestWebSoft',
150
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
151
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
152
  'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -165,7 +168,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
165
  'settings' => 'admin.php?page=related-posts-plugin.php'
166
  ),
167
  'contact-form-to-db/contact_form_to_db.php' => array(
168
- 'name' => 'Contact Form To DB',
169
  'description' => 'Allows you to manage the messages that have been sent from your site.',
170
  'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
171
  'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -195,7 +198,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
195
  'settings' => 'admin.php?page=donate.php'
196
  ),
197
  'post-to-csv/post-to-csv.php' => array(
198
- 'name' => 'Post To CSV',
199
  'description' => 'The plugin allows to export posts of any types to a csv file.',
200
  'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
201
  'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -203,7 +206,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
203
  'settings' => 'admin.php?page=post-to-csv.php'
204
  ),
205
  'google-shortlink/google-shortlink.php' => array(
206
- 'name' => 'Google Shortlink by BestWebSoft',
207
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
208
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
209
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -222,12 +225,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
222
  'pro_settings' => 'admin.php?page=htaccess-pro.php'
223
  ),
224
  'google-captcha/google-captcha.php' => array(
225
- 'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
226
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
227
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
228
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
229
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
230
- 'settings' => 'admin.php?page=google-captcha.php'
 
 
 
231
  ),
232
  'sender/sender.php' => array(
233
  'name' => 'Sender',
@@ -263,7 +269,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
263
  'pro_settings' => ''
264
  ),
265
  'bws-google-maps/bws-google-maps.php' => array(
266
- 'name' => 'Google Maps by BestWebSoft',
267
  'description' => 'Easy to set up and insert Google Maps to your website.',
268
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
269
  'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -274,7 +280,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
274
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
275
  ),
276
  'bws-google-analytics/bws-google-analytics.php' => array(
277
- 'name' => 'Google Analytics by BestWebSoft',
278
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
279
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
280
  'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -285,7 +291,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
285
  'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
286
  ),
287
  'db-manager/db-manager.php' => array(
288
- 'name' => 'DB manager',
289
  'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
290
  'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
291
  'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -323,7 +329,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
323
  'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
324
  ),
325
  'job-board/job-board.php' => array(
326
- 'name' => 'Job board',
327
  'description' => 'Allows to create a job-board page on your site.',
328
  'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
329
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -336,10 +342,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
336
  'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
337
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
338
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
339
- 'settings' => 'admin.php?page=mltlngg_settings'
 
 
 
340
  ),
341
  'bws-popular-posts/bws-popular-posts.php' => array(
342
- 'name' => 'Popular Posts by BestWebSoft',
343
  'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
344
  'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
345
  'download' => 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -347,7 +356,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
347
  'settings' => 'admin.php?page=popular-posts.php'
348
  ),
349
  'bws-testimonials/bws-testimonials.php' => array(
350
- 'name' => 'Testimonials by BestWebSoft',
351
  'description' => 'Allows creating and displaying a Testimonial on your website.',
352
  'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
353
  'download' => 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -355,7 +364,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
355
  'settings' => 'admin.php?page=testimonials.php'
356
  ),
357
  'bws-featured-posts/bws-featured-posts.php' => array(
358
- 'name' => 'Featured Posts by BestWebSoft',
359
  'description' => 'Displays featured posts randomly on any website page.',
360
  'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
361
  'download' => 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -379,7 +388,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
379
  'settings' => 'admin.php?page=re-attacher.php'
380
  ),
381
  'bws-smtp/bws-smtp.php' => array(
382
- 'name' => 'SMTP by BesWebSoft',
383
  'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
384
  'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
  'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -433,7 +442,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
433
  'settings' => 'admin.php?page=pagination.php'
434
  ),
435
  'visitors-online/visitors-online.php' => array(
436
- 'name' => 'Visitors online',
437
  'description' => 'See how many users, guests and bots are online at the website.',
438
  'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
439
  'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
@@ -442,7 +451,23 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
442
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
443
  'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
444
  'pro_settings' => 'admin.php?page=visitors-online-pro.php'
445
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  );
447
 
448
  $all_plugins = get_plugins();
@@ -970,6 +995,9 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
970
  function bws_get_banner_array() {
971
  global $bstwbsftwppdtplgns_banner_array;
972
  $bstwbsftwppdtplgns_banner_array = array(
 
 
 
973
  array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
974
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
975
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.7.3
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
89
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
90
  ),
91
  'adsense-plugin/adsense-plugin.php'=> array(
92
+ 'name' => 'Google AdSense',
93
  'description' => 'Allows Google AdSense implementation to your website.',
94
  'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
95
  'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
96
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
97
+ 'settings' => 'admin.php?page=adsense-plugin.php',
98
+ 'pro_version' => 'adsense-pro/adsense-pro.php',
99
+ 'purchase' => 'http://bestwebsoft.com/products/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
100
+ 'pro_settings' => 'admin.php?page=adsense-pro.php'
101
  ),
102
  'custom-search-plugin/custom-search-plugin.php'=> array(
103
  'name' => 'Custom Search',
119
  'settings' => 'admin.php?page=quotes-and-tips.php'
120
  ),
121
  'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
122
+ 'name' => 'Google Sitemap',
123
  'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
124
  'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
125
  'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
149
  'settings' => 'admin.php?page=custom_fields_search.php'
150
  ),
151
  'google-one/google-plus-one.php' => array(
152
+ 'name' => 'Google +1',
153
  'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
154
  'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
  'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
168
  'settings' => 'admin.php?page=related-posts-plugin.php'
169
  ),
170
  'contact-form-to-db/contact_form_to_db.php' => array(
171
+ 'name' => 'Contact Form to DB',
172
  'description' => 'Allows you to manage the messages that have been sent from your site.',
173
  'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
174
  'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
198
  'settings' => 'admin.php?page=donate.php'
199
  ),
200
  'post-to-csv/post-to-csv.php' => array(
201
+ 'name' => 'Post to CSV',
202
  'description' => 'The plugin allows to export posts of any types to a csv file.',
203
  'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
204
  'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
206
  'settings' => 'admin.php?page=post-to-csv.php'
207
  ),
208
  'google-shortlink/google-shortlink.php' => array(
209
+ 'name' => 'Google Shortlink',
210
  'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
211
  'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
225
  'pro_settings' => 'admin.php?page=htaccess-pro.php'
226
  ),
227
  'google-captcha/google-captcha.php' => array(
228
+ 'name' => 'Google Captcha (reCAPTCHA)',
229
  'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
230
  'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
231
  'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
232
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
233
+ 'settings' => 'admin.php?page=google-captcha.php',
234
+ 'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
235
+ 'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
236
+ 'pro_settings' => 'admin.php?page=google-captcha-pro.php'
237
  ),
238
  'sender/sender.php' => array(
239
  'name' => 'Sender',
269
  'pro_settings' => ''
270
  ),
271
  'bws-google-maps/bws-google-maps.php' => array(
272
+ 'name' => 'Google Maps',
273
  'description' => 'Easy to set up and insert Google Maps to your website.',
274
  'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
275
  'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
280
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
281
  ),
282
  'bws-google-analytics/bws-google-analytics.php' => array(
283
+ 'name' => 'Google Analytics',
284
  'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
285
  'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
286
  'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
291
  'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
292
  ),
293
  'db-manager/db-manager.php' => array(
294
+ 'name' => 'DB Manager',
295
  'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
296
  'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
297
  'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
329
  'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
330
  ),
331
  'job-board/job-board.php' => array(
332
+ 'name' => 'Job Board',
333
  'description' => 'Allows to create a job-board page on your site.',
334
  'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
335
  'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
342
  'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
343
  'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
345
+ 'settings' => 'admin.php?page=mltlngg_settings',
346
+ 'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
347
+ 'purchase' => 'http://bestwebsoft.com/products/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
348
+ 'pro_settings' => 'admin.php?page=mltlnggpr_settings'
349
  ),
350
  'bws-popular-posts/bws-popular-posts.php' => array(
351
+ 'name' => 'Popular Posts',
352
  'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
353
  'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
354
  'download' => 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
356
  'settings' => 'admin.php?page=popular-posts.php'
357
  ),
358
  'bws-testimonials/bws-testimonials.php' => array(
359
+ 'name' => 'Testimonials',
360
  'description' => 'Allows creating and displaying a Testimonial on your website.',
361
  'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
362
  'download' => 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
364
  'settings' => 'admin.php?page=testimonials.php'
365
  ),
366
  'bws-featured-posts/bws-featured-posts.php' => array(
367
+ 'name' => 'Featured Posts',
368
  'description' => 'Displays featured posts randomly on any website page.',
369
  'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
370
  'download' => 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
388
  'settings' => 'admin.php?page=re-attacher.php'
389
  ),
390
  'bws-smtp/bws-smtp.php' => array(
391
+ 'name' => 'SMTP',
392
  'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
393
  'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
394
  'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
442
  'settings' => 'admin.php?page=pagination.php'
443
  ),
444
  'visitors-online/visitors-online.php' => array(
445
+ 'name' => 'Visitors Online',
446
  'description' => 'See how many users, guests and bots are online at the website.',
447
  'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
448
  'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
451
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
452
  'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
453
  'pro_settings' => 'admin.php?page=visitors-online-pro.php'
454
+ ),
455
+ 'profile-extra-fields/profile-extra-fields.php' => array(
456
+ 'name' => 'Profile Extra Fields',
457
+ 'description' => "Add additional fields on the user's profile page",
458
+ 'link' => 'http://bestwebsoft.com/products/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
459
+ 'download' => 'http://bestwebsoft.com/products/profile-extra-fields/download/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
460
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Profile+Extra+Fields+BestWebSoft&plugin-search-input=Search+Plugins',
461
+ 'settings' => 'admin.php?page=profile-extra-fields.php'
462
+ ),
463
+ 'error-log-viewer/error-log-viewer.php' => array(
464
+ 'name' => 'Error Log Viewer',
465
+ 'description' => "Work with log files and folders on the WordPress server",
466
+ 'link' => 'http://bestwebsoft.com/products/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
467
+ 'download' => 'http://bestwebsoft.com/products/error-log-viewer/download/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
468
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Error+Log+Viewer+BestWebSoft&plugin-search-input=Search+Plugins',
469
+ 'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
470
+ )
471
  );
472
 
473
  $all_plugins = get_plugins();
995
  function bws_get_banner_array() {
996
  global $bstwbsftwppdtplgns_banner_array;
997
  $bstwbsftwppdtplgns_banner_array = array(
998
+ array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
999
+ array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
1000
+ array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
1001
  array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
1002
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
1003
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
bws_menu/css/general_style.css CHANGED
@@ -69,6 +69,7 @@ td.bws_pro_version_tooltip {
69
  margin: 5px 0;
70
  border: 1px solid #AAAAAA;
71
  max-width: 800px;
 
72
  }
73
  .bws_table_bg {
74
  background: #f8e268 url("../images/pattern.png");
@@ -165,7 +166,7 @@ a.bws_plugin_pro_version {
165
  float: none;
166
  }
167
  /* #### Mobile Phones Portrait or Landscape #### */
168
- @media screen and (max-device-width: 640px) {
169
  .bws_pro_version_tooltip {
170
  padding: 10px;
171
  text-align: center;
@@ -252,7 +253,7 @@ div.bws_banner_on_plugin_page .icon {
252
  cursor: pointer;
253
  }
254
  /* #### Mobile Phones Portrait or Landscape #### */
255
- @media screen and (max-device-width: 640px) {
256
  .bws_banner_on_plugin_page .text,
257
  .bws_banner_on_plugin_page .icon,
258
  .bws_banner_on_plugin_page .button_div,
@@ -265,4 +266,100 @@ div.bws_banner_on_plugin_page .icon {
265
  position: relative;
266
  left: 8px;
267
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  }
69
  margin: 5px 0;
70
  border: 1px solid #AAAAAA;
71
  max-width: 800px;
72
+ overflow: hidden;
73
  }
74
  .bws_table_bg {
75
  background: #f8e268 url("../images/pattern.png");
166
  float: none;
167
  }
168
  /* #### Mobile Phones Portrait or Landscape #### */
169
+ @media screen and (max-device-width: 768px) {
170
  .bws_pro_version_tooltip {
171
  padding: 10px;
172
  text-align: center;
253
  cursor: pointer;
254
  }
255
  /* #### Mobile Phones Portrait or Landscape #### */
256
+ @media screen and (max-device-width: 768px) {
257
  .bws_banner_on_plugin_page .text,
258
  .bws_banner_on_plugin_page .icon,
259
  .bws_banner_on_plugin_page .button_div,
266
  position: relative;
267
  left: 8px;
268
  }
269
+ }
270
+ /* display shortcodes */
271
+ span.bws_code {
272
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
273
+ font-size: 13px;
274
+ margin: 0 1px;
275
+ padding: 3px 5px 2px;
276
+ }
277
+ /*
278
+ * styles help tooltips
279
+ */
280
+ .bws_help_box {
281
+ background-image: url("../images/tooltip_icons.png");
282
+ background-repeat: no-repeat;
283
+ cursor: pointer;
284
+ height: 28px;
285
+ position: relative;
286
+ margin: 3px 5px;
287
+ width: 28px;
288
+ display: inline-block;
289
+ vertical-align: middle;
290
+ }
291
+ .bws_hidden_help_text {
292
+ background: #F4F4F4;
293
+ border: 1px solid #DCDCDC;
294
+ border-radius: 4px;
295
+ left: 40px;
296
+ padding: 5px 10px;
297
+ position: absolute;
298
+ width: auto;
299
+ line-height: 1.5;
300
+ display: none;
301
+ }
302
+ .bws_hidden_help_text:before {
303
+ content: url("../images/help.png");
304
+ left: -10px;
305
+ position: absolute;
306
+ top: 7px;
307
+ direction: ltr;
308
+ }
309
+ .bws_help_box:hover .bws_hidden_help_text {
310
+ display: block;
311
+ z-index: 10;
312
+ }
313
+ /* RTL styles */
314
+ .bws_help_box_right .bws_hidden_help_text,
315
+ .rtl .bws_hidden_help_text {
316
+ left: auto;
317
+ right: 40px;
318
+ }
319
+ .bws_help_box_right .bws_hidden_help_text:before,
320
+ .rtl .bws_hidden_help_text:before {
321
+ top: 0;
322
+ left: auto;
323
+ right: -10px;
324
+ -webkit-transform: rotate(180deg); /* Chrome y Safari */
325
+ -moz-transform: rotate(180deg); /* Firefox */
326
+ -o-transform: rotate(180deg); /* Opera */
327
+ transform: rotate(180deg);
328
+ }
329
+
330
+ /* bws shortcode insert */
331
+ #bws_shortcode_content,
332
+ #bws_shortcode_select_plugin {
333
+ margin-bottom: 10px;
334
+ }
335
+ #bws_shortcode_popup_block h4 {
336
+ padding: 0;
337
+ line-height: 2.5;
338
+ text-transform: uppercase;
339
+ }
340
+ #bws_shortcode_content_bottom p {
341
+ font-style: italic;
342
+ color: #666;
343
+ }
344
+ #bws_shortcode_block {
345
+ background-color: #fdfdfd;
346
+ border: 1px solid #dfdfdf;
347
+ overflow: auto;
348
+ padding: 10px;
349
+ }
350
+ #bws_shortcode_display {
351
+ margin: 0 auto;
352
+ }
353
+ #bws_shortcode_content fieldset label {
354
+ margin-top: 5px;
355
+ display: inline-block;
356
+ }
357
+ #bws_shortcode_content .title {
358
+ margin-right: 5px;
359
+ margin-left: 5px;
360
+ line-height: 2.5;
361
+ }
362
+ #bws_shortcode_content .title,
363
+ #bws_shortcode_content .checkbox-title {
364
+ white-space: normal;
365
  }
bws_menu/css/general_style_wp_before_3.8.css CHANGED
@@ -71,6 +71,7 @@ td.bws_pro_version_tooltip {
71
  margin: 5px 0;
72
  border: 1px solid #AAAAAA;
73
  max-width: 800px;
 
74
  }
75
  .bws_table_bg {
76
  background: #f8e268 url("../images/pattern.png");
@@ -167,7 +168,7 @@ a.bws_plugin_pro_version {
167
  float: none;
168
  }
169
  /* #### Mobile Phones Portrait or Landscape #### */
170
- @media screen and (max-device-width: 640px) {
171
  .bws_pro_version_tooltip {
172
  padding: 10px;
173
  text-align: center;
@@ -259,7 +260,7 @@ div.bws_banner_on_plugin_page .icon {
259
  cursor: pointer;
260
  }
261
  /* #### Mobile Phones Portrait or Landscape #### */
262
- @media screen and (max-device-width: 640px) {
263
  .bws_banner_on_plugin_page .text,
264
  .bws_banner_on_plugin_page .icon,
265
  .bws_banner_on_plugin_page .button_div,
@@ -271,4 +272,90 @@ div.bws_banner_on_plugin_page .icon {
271
  position: relative;
272
  left: 8px;
273
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  }
71
  margin: 5px 0;
72
  border: 1px solid #AAAAAA;
73
  max-width: 800px;
74
+ overflow: hidden;
75
  }
76
  .bws_table_bg {
77
  background: #f8e268 url("../images/pattern.png");
168
  float: none;
169
  }
170
  /* #### Mobile Phones Portrait or Landscape #### */
171
+ @media screen and (max-device-width: 768px) {
172
  .bws_pro_version_tooltip {
173
  padding: 10px;
174
  text-align: center;
260
  cursor: pointer;
261
  }
262
  /* #### Mobile Phones Portrait or Landscape #### */
263
+ @media screen and (max-device-width: 768px) {
264
  .bws_banner_on_plugin_page .text,
265
  .bws_banner_on_plugin_page .icon,
266
  .bws_banner_on_plugin_page .button_div,
272
  position: relative;
273
  left: 8px;
274
  }
275
+ }
276
+ /* display shortcodes */
277
+ span.bws_code {
278
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
279
+ font-size: 13px;
280
+ margin: 0 1px;
281
+ padding: 3px 5px 2px;
282
+ }
283
+ /*
284
+ * styles help tooltips
285
+ */
286
+ .bws_help_box {
287
+ background-image: url("../images/tooltip_icons.png");
288
+ background-repeat: no-repeat;
289
+ cursor: pointer;
290
+ height: 28px;
291
+ position: relative;
292
+ margin: 3px 5px;
293
+ width: 28px;
294
+ display: inline-block;
295
+ vertical-align: middle;
296
+ }
297
+ .bws_hidden_help_text {
298
+ background: #F4F4F4;
299
+ border: 1px solid #DCDCDC;
300
+ border-radius: 4px;
301
+ left: 40px;
302
+ padding: 5px 10px;
303
+ position: absolute;
304
+ width: auto;
305
+ line-height: 1.5;
306
+ display: none;
307
+ }
308
+ .bws_hidden_help_text:before {
309
+ content: url("../images/help.png");
310
+ left: -10px;
311
+ position: absolute;
312
+ top: 7px;
313
+ direction: ltr;
314
+ }
315
+ .bws_help_box:hover .bws_hidden_help_text {
316
+ display: block;
317
+ z-index: 10;
318
+ }
319
+ /* RTL styles */
320
+ .rtl .bws_hidden_help_text {
321
+ left: auto;
322
+ right: 40px;
323
+ }
324
+ .rtl .bws_hidden_help_text:before {
325
+ top: 0;
326
+ left: auto;
327
+ right: -10px;
328
+ -webkit-transform: rotate(180deg); /* Chrome y Safari */
329
+ -moz-transform: rotate(180deg); /* Firefox */
330
+ -o-transform: rotate(180deg); /* Opera */
331
+ transform: rotate(180deg);
332
+ }
333
+
334
+ /* bws shortcode insert */
335
+ #bws_shortcode_popup_block h4 {
336
+ padding: 0;
337
+ line-height: 2.5;
338
+ text-transform: uppercase;
339
+ }
340
+ #bws_shortcode_content_bottom p {
341
+ font-style: italic;
342
+ color: #666;
343
+ }
344
+ #bws_shortcode_block {
345
+ background-color: #fdfdfd;
346
+ border: 1px solid #dfdfdf;
347
+ overflow: auto;
348
+ padding: 10px;
349
+ }
350
+ #bws_shortcode_display {
351
+ margin: 0 auto;
352
+ }
353
+ #bws_shortcode_content fieldset label {
354
+ margin-top: 5px;
355
+ display: inline-block;
356
+ }
357
+ #bws_shortcode_content .title {
358
+ margin-right: 5px;
359
+ margin-left: 5px;
360
+ line-height: 2.5;
361
  }
bws_menu/icons/error-log-viewer.png ADDED
Binary file
bws_menu/icons/profile-extra-fields.png ADDED
Binary file
bws_menu/images/help.png ADDED
Binary file
bws_menu/images/shortcode-icon.png ADDED
Binary file
bws_menu/images/tooltip_icons.png ADDED
Binary file
bws_menu/js/shortcode-button.js ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($) {
2
+ var win;
3
+ tinymce.create( 'tinymce.plugins.BWSButton', {
4
+ /**
5
+ * Initializes the plugin, this will be executed after the plugin has been created.
6
+ * This call is done before the editor instance has finished it's initialization so use the onInit event
7
+ * of the editor instance to intercept that event.
8
+ *
9
+ * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
10
+ * @param {string} url Absolute URL to where the plugin is located.
11
+ */
12
+ init : function( ed, url ) {
13
+ ed.addButton( 'add_bws_shortcode', {
14
+ title : bws_shortcode_button.title,
15
+ image : bws_shortcode_button.icon_url,
16
+ onclick: function() {
17
+ if ( bws_shortcode_button.wp_version < '3.9' ) {
18
+ /* triggers the thickbox */
19
+ var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
20
+ W = W - 80;
21
+ H = H - 84;
22
+ tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
23
+
24
+ var current_object = '#TB_ajaxContent';
25
+ } else {
26
+ win = ed.windowManager.open( {
27
+ width: 400,
28
+ height: 400,
29
+ inline: true,
30
+ title: bws_shortcode_button.title,
31
+ body: {
32
+ id : 'bws-shortcode-content',
33
+ type: 'container',
34
+ classes: 'bws-shortcode',
35
+ html: $( '#bws_shortcode_popup' ).html()
36
+ },
37
+ buttons: [{
38
+ text: 'Insert',
39
+ classes: 'button-primary primary bws_shortcode_insert',
40
+ onclick: function( e ) {
41
+ var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
42
+ if ( '' != shortcode ) {
43
+ /* insert shortcode to tinymce */
44
+ ed.insertContent( shortcode );
45
+ }
46
+ ed.windowManager.close();
47
+ },
48
+ },
49
+ {
50
+ text: 'Cancel',
51
+ onclick: 'close'
52
+ }],
53
+
54
+ });
55
+ var current_object = '.mce-container-body';
56
+ }
57
+ var select_count = $( current_object + ' select#bws_shortcode_select option').length;
58
+ if ( 1 == select_count ) {
59
+ $( current_object + ' #bws_shortcode_select_plugin' ).hide();
60
+ }
61
+
62
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
63
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
64
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
65
+
66
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
67
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
68
+ }
69
+
70
+ $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
71
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
72
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
73
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
74
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
75
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
76
+ } else {
77
+ $( current_object + ' #bws_shortcode_display' ).text( '' );
78
+ }
79
+ });
80
+
81
+ $.each( bws_shortcode_button.function_name, function( index, value ) {
82
+ eval( value + '();' );
83
+ });
84
+ }
85
+ });
86
+ },
87
+
88
+ /**
89
+ * Creates control instances based in the incomming name. This method is normally not
90
+ * needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
91
+ * but you sometimes need to create more complex controls like listboxes, split buttons etc then this
92
+ * method can be used to create those.
93
+ *
94
+ * @param {String} n Name of the control to create.
95
+ * @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
96
+ * @return {tinymce.ui.Control} New control instance or null if no control was created.
97
+ */
98
+ createControl : function(n, cm) {
99
+ return null;
100
+ },
101
+
102
+ /**
103
+ * Returns information about the plugin as a name/value array.
104
+ * The current keys are longname, author, authorurl, infourl and version.
105
+ *
106
+ * @return {Object} Name/value array containing information about the plugin.
107
+ */
108
+ getInfo : function() {
109
+ return {
110
+ longname : 'BWS Shortcode Buttons',
111
+ author : 'BWS',
112
+ authorurl : 'http://bestwebsoft.com',
113
+ infourl : '',
114
+ version : "0.1"
115
+ };
116
+ }
117
+ });
118
+
119
+ /* Register plugin */
120
+ tinymce.PluginManager.add( 'add_bws_shortcode', tinymce.plugins.BWSButton );
121
+ })(jQuery);
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.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: 2015-06-12 15:56+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: de_DE\n"
@@ -18,658 +18,705 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:91
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
- #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "BWS Plugins"
38
 
39
- #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
- #: bws_functions.php:151
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
- #: bws_functions.php:151
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "PHP Version"
52
 
53
- #: bws_functions.php:152
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
- #: bws_functions.php:155
59
- #: bws_functions.php:542
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Lesen Sie mehr"
63
 
64
- #: bws_functions.php:172
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
- #: bws_functions.php:173
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktivierte Plugins"
73
 
74
  # @ captcha
75
- #: bws_functions.php:176
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
79
 
80
- #: bws_functions.php:193
81
- #: bws_functions.php:229
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:223
92
- #: bws_functions.php:455
93
- #: bws_functions.php:506
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
- #: bws_functions.php:231
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
- #: bws_functions.php:233
102
- #: bws_functions.php:365
103
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
104
  msgstr ""
105
 
106
- #: bws_functions.php:235
107
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
108
  msgstr ""
109
 
110
- #: bws_functions.php:237
111
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
112
  msgstr ""
113
 
114
- #: bws_functions.php:248
115
- #: bws_functions.php:270
116
- #: bws_functions.php:292
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
- #: bws_functions.php:260
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
- #: bws_functions.php:266
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
- #: bws_functions.php:273
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
- #: bws_functions.php:296
133
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
134
  msgstr ""
135
 
136
- #: bws_functions.php:321
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
- #: bws_functions.php:338
141
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:340
150
- #: bws_functions.php:422
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
- #: bws_functions.php:341
155
- #: bws_functions.php:423
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
- #: bws_functions.php:346
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
- #: bws_functions.php:348
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
- #: bws_functions.php:350
168
- #: bws_functions.php:391
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
- #: bws_functions.php:352
173
- #: bws_functions.php:393
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
- #: bws_functions.php:356
 
178
  msgid "or"
179
  msgstr ""
180
 
181
- #: bws_functions.php:356
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
  # @ captcha
187
- #: bws_functions.php:362
188
- #: bws_functions.php:371
189
- #: bws_functions.php:401
190
- #: bws_functions.php:409
191
- #: bws_menu.php:657
192
- #: bws_menu.php:714
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Aktivierte Plugins"
196
 
197
- #: bws_functions.php:388
198
- #: bws_functions.php:481
199
  #, php-format
200
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
201
  msgstr ""
202
 
203
- #: bws_functions.php:389
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:403
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:420
212
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
213
  msgstr ""
214
 
215
- #: bws_functions.php:461
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
- #: bws_functions.php:463
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
- #: bws_functions.php:465
224
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
225
  msgstr ""
226
 
227
- #: bws_functions.php:467
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
- #: bws_functions.php:469
232
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
233
  msgstr ""
234
 
235
- #: bws_functions.php:473
236
- msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:475
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:478
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:511
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
- #: bws_functions.php:524
252
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
253
  msgstr ""
254
 
255
- #: bws_functions.php:524
256
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
257
  msgstr ""
258
 
259
- #: bws_functions.php:528
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
- #: bws_functions.php:542
264
  msgid "WARNING: Illegal use notification"
265
  msgstr ""
266
 
267
- #: bws_functions.php:542
268
  msgid "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."
269
  msgstr ""
270
 
271
- #: bws_functions.php:550
272
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
273
  msgstr ""
274
 
275
- #: bws_functions.php:552
276
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
277
  msgstr ""
278
 
279
  # @ captcha
280
- #: bws_functions.php:552
281
- #: bws_functions.php:605
282
- #: bws_menu.php:633
283
- #: bws_menu.php:655
284
- #: bws_menu.php:682
285
- #: bws_menu.php:712
286
- #: bws_menu.php:758
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Lesen Sie mehr"
290
 
291
- #: bws_functions.php:562
292
  #, php-format
293
- msgid "Notice: You are using the PRO Trial license of %s plugin."
294
  msgstr ""
295
 
296
- #: bws_functions.php:564
297
- msgid "Notice: You are using the PRO Trial license of plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:567
301
- msgid "The PRO Trial license will expire on"
302
  msgstr ""
303
 
304
- #: bws_functions.php:605
305
  msgid "You license for"
306
  msgstr ""
307
 
308
- #: bws_functions.php:605
309
  msgid "expires on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:605
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  msgid "Close"
318
  msgstr ""
319
 
320
- #: bws_functions.php:771
321
- #: bws_functions.php:784
322
  msgid "Restore all plugin settings to defaults"
323
  msgstr ""
324
 
325
- #: bws_functions.php:773
326
- #: bws_functions.php:786
327
  msgid "Restore settings"
328
  msgstr ""
329
 
330
- #: bws_functions.php:797
331
  msgid "Are you sure you want to restore all settings by default?"
332
  msgstr ""
333
 
334
- #: bws_functions.php:799
335
  msgid "Yes, restore all settings"
336
  msgstr ""
337
 
338
- #: bws_functions.php:800
339
  msgid "No, go back to the settings page"
340
  msgstr ""
341
 
342
  # @ captcha
343
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Not set"
345
  msgstr "Nicht festgelegt"
346
 
347
  # @ captcha
348
- #: bws_menu.php:472
349
- #: bws_menu.php:473
350
  msgid "On"
351
  msgstr "Ein"
352
 
353
  # @ captcha
354
- #: bws_menu.php:472
355
- #: bws_menu.php:473
356
  msgid "Off"
357
  msgstr "Ausgeschaltet"
358
 
359
  # @ captcha
360
- #: bws_menu.php:474
361
- #: bws_menu.php:475
362
- #: bws_menu.php:476
363
- #: bws_menu.php:477
364
- #: bws_menu.php:478
365
- #: bws_menu.php:490
366
  msgid "N/A"
367
  msgstr "keine Angaben"
368
 
369
  # @ captcha
370
- #: bws_menu.php:478
371
  msgid " Mb"
372
  msgstr " Mb"
373
 
374
  # @ captcha
375
- #: bws_menu.php:479
376
- #: bws_menu.php:480
377
- #: bws_menu.php:481
378
- #: bws_menu.php:486
379
  msgid "Yes"
380
  msgstr "Ja"
381
 
382
  # @ captcha
383
- #: bws_menu.php:479
384
- #: bws_menu.php:480
385
- #: bws_menu.php:481
386
- #: bws_menu.php:488
387
  msgid "No"
388
  msgstr "Nein"
389
 
390
  # @ captcha
391
- #: bws_menu.php:498
392
  msgid "Operating System"
393
  msgstr "Betriebs-System"
394
 
395
  # @ captcha
396
- #: bws_menu.php:499
397
  msgid "Server"
398
  msgstr "Server"
399
 
400
  # @ captcha
401
- #: bws_menu.php:500
402
  msgid "Memory usage"
403
  msgstr "Speichernutzung"
404
 
405
  # @ captcha
406
- #: bws_menu.php:501
407
  msgid "MYSQL Version"
408
  msgstr "MYSQL Version"
409
 
410
  # @ captcha
411
- #: bws_menu.php:502
412
  msgid "SQL Mode"
413
  msgstr "SQL Modus"
414
 
415
  # @ captcha
416
- #: bws_menu.php:503
417
  msgid "PHP Version"
418
  msgstr "PHP Version"
419
 
420
  # @ captcha
421
- #: bws_menu.php:504
422
  msgid "PHP Safe Mode"
423
  msgstr "PHP Gesicherter Modus"
424
 
425
  # @ captcha
426
- #: bws_menu.php:505
427
  msgid "PHP Allow URL fopen"
428
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
429
 
430
  # @ captcha
431
- #: bws_menu.php:506
432
  msgid "PHP Memory Limit"
433
  msgstr "PHP Speicher-Grenze"
434
 
435
  # @ captcha
436
- #: bws_menu.php:507
437
  msgid "PHP Max Upload Size"
438
  msgstr "PHP Maximale Upload Größe"
439
 
440
  # @ captcha
441
- #: bws_menu.php:508
442
  msgid "PHP Max Post Size"
443
  msgstr "PHP Maximale Beitrags-Größe"
444
 
445
  # @ captcha
446
- #: bws_menu.php:509
447
  msgid "PHP Max Script Execute Time"
448
  msgstr "PHP Maximale Script Ausführungszeit"
449
 
450
  # @ captcha
451
- #: bws_menu.php:510
452
  msgid "PHP Exif support"
453
  msgstr "PHP Exif Support"
454
 
455
  # @ captcha
456
- #: bws_menu.php:511
457
  msgid "PHP IPTC support"
458
  msgstr "PHP IPTC Support"
459
 
460
  # @ captcha
461
- #: bws_menu.php:512
462
  msgid "PHP XML support"
463
  msgstr "PHP XML Support"
464
 
465
  # @ captcha
466
- #: bws_menu.php:513
467
  msgid "Site URL"
468
  msgstr "Site URL"
469
 
470
  # @ captcha
471
- #: bws_menu.php:514
472
  msgid "Home URL"
473
  msgstr "Home URL"
474
 
475
  # @ captcha
476
- #: bws_menu.php:517
477
  msgid "WordPress Version"
478
  msgstr "WordPress Version"
479
 
480
  # @ captcha
481
- #: bws_menu.php:518
482
  msgid "WordPress DB Version"
483
  msgstr "WordPress DB Version"
484
 
485
  # @ captcha
486
- #: bws_menu.php:519
487
  msgid "Multisite"
488
  msgstr "Multisite"
489
 
490
  # @ captcha
491
- #: bws_menu.php:520
492
  msgid "Active Theme"
493
  msgstr "Actives Theme"
494
 
495
  # @ captcha
496
- #: bws_menu.php:535
497
  msgid "Please enter a valid email address."
498
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
499
 
500
  # @ captcha
501
- #: bws_menu.php:539
502
  msgid "Email with system info is sent to "
503
  msgstr "E-Mail-mit System Informationen wird gesendet an "
504
 
505
  # @ captcha
506
- #: bws_menu.php:543
507
  msgid "Thank you for contacting us."
508
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
509
 
510
  # @ captcha
511
- #: bws_menu.php:576
512
  msgid "Sorry, email message could not be delivered."
513
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
514
 
515
- #: bws_menu.php:584
516
  msgid "Need help?"
517
  msgstr ""
518
 
519
- #: bws_menu.php:585
520
  msgid "Client area"
521
  msgstr ""
522
 
523
  # @ captcha
524
- #: bws_menu.php:586
525
- #: bws_menu.php:897
526
  msgid "System status"
527
  msgstr "System Status"
528
 
529
  # @ captcha
530
- #: bws_menu.php:591
531
  #, fuzzy
532
  msgid "Plugins"
533
  msgstr "BWS Plugins"
534
 
535
- #: bws_menu.php:593
536
  msgid "Themes"
537
  msgstr ""
538
 
539
- #: bws_menu.php:598
540
  msgid "All"
541
  msgstr ""
542
 
543
  # @ default
544
- #: bws_menu.php:599
545
  #, fuzzy
546
  msgid "Installed"
547
  msgstr "Installiere %s"
548
 
549
  # @ captcha
550
- #: bws_menu.php:600
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Empfohlene Plugins"
554
 
555
  # @ captcha
556
- #: bws_menu.php:604
557
  msgid "Installed plugins"
558
  msgstr "Installierte Plugins"
559
 
560
  # @ captcha
561
- #: bws_menu.php:636
562
- #: bws_menu.php:685
563
  msgid "Settings"
564
  msgstr "Einstellungen"
565
 
566
  # @ captcha
567
- #: bws_menu.php:657
568
- #: bws_menu.php:714
569
  #, fuzzy
570
  msgid "Activate this plugin"
571
  msgstr "Aktivierte Plugins"
572
 
573
- #: bws_menu.php:672
574
- #: bws_menu.php:702
575
- #: bws_menu.php:748
576
  msgid "Go"
577
  msgstr ""
578
 
579
- #: bws_menu.php:676
580
- #: bws_menu.php:706
581
- #: bws_menu.php:752
582
  msgid "DONATE"
583
  msgstr ""
584
 
585
  # @ captcha
586
- #: bws_menu.php:722
587
  msgid "Recommended plugins"
588
  msgstr "Empfohlene Plugins"
589
 
590
  # @ default
591
- #: bws_menu.php:760
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Installiere %s"
595
 
596
- #: bws_menu.php:781
597
  msgid "Try again"
598
  msgstr ""
599
 
600
- #: bws_menu.php:799
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
  # @ default
606
- #: bws_menu.php:830
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "Installiere %s"
610
 
611
  # @ default
612
- #: bws_menu.php:830
613
  #, fuzzy
614
  msgid "Install Now"
615
  msgstr "Installiere %s"
616
 
617
- #: bws_menu.php:833
618
  #, php-format
619
  msgid "Update to version %s"
620
  msgstr ""
621
 
622
- #: bws_menu.php:833
623
  msgid "Update"
624
  msgstr ""
625
 
626
- #: bws_menu.php:840
627
  #, php-format
628
  msgid "Preview %s"
629
  msgstr ""
630
 
631
- #: bws_menu.php:840
632
  msgid "Preview"
633
  msgstr ""
634
 
635
- #: bws_menu.php:846
636
- #: bws_menu.php:878
637
  #, php-format
638
  msgid "By %s"
639
  msgstr ""
640
 
641
- #: bws_menu.php:852
642
  msgid "Details"
643
  msgstr ""
644
 
645
  # @ default
646
- #: bws_menu.php:884
647
  #, fuzzy
648
  msgid "Already Installed"
649
  msgstr "Installiere %s"
650
 
651
  # @ captcha
652
- #: bws_menu.php:900
653
  msgid "Environment"
654
  msgstr "Umgebungsvariable"
655
 
656
  # @ captcha
657
- #: bws_menu.php:911
658
  msgid "Active Plugins"
659
  msgstr "Aktivierte Plugins"
660
 
661
  # @ captcha
662
- #: bws_menu.php:924
663
  msgid "Inactive Plugins"
664
  msgstr "Inactive Plugins"
665
 
666
  # @ captcha
667
- #: bws_menu.php:940
668
  msgid "Send to support"
669
  msgstr "Sende zuzm Support"
670
 
671
  # @ captcha
672
- #: bws_menu.php:947
673
  msgid "Send to custom email &#187;"
674
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
675
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:10+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:10+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: de_DE\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:29
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:31
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
+ #: bws_functions.php:32
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
+ #: bws_functions.php:34
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "BWS Plugins"
38
 
39
+ #: bws_functions.php:91
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
+ #: bws_functions.php:91
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
+ #: bws_functions.php:91
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "PHP Version"
52
 
53
+ #: bws_functions.php:92
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
+ #: bws_functions.php:95
59
+ #: bws_functions.php:492
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Lesen Sie mehr"
63
 
64
+ #: bws_functions.php:112
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
+ #: bws_functions.php:113
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktivierte Plugins"
73
 
74
  # @ captcha
75
+ #: bws_functions.php:116
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
79
 
80
+ #: bws_functions.php:133
81
+ #: bws_functions.php:169
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:163
92
+ #: bws_functions.php:405
93
+ #: bws_functions.php:456
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
+ #: bws_functions.php:171
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:173
102
+ #: bws_functions.php:315
103
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
104
  msgstr ""
105
 
106
+ #: bws_functions.php:175
107
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
108
  msgstr ""
109
 
110
+ #: bws_functions.php:177
111
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
112
  msgstr ""
113
 
114
+ #: bws_functions.php:198
115
+ #: bws_functions.php:220
116
+ #: bws_functions.php:242
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
+ #: bws_functions.php:210
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
+ #: bws_functions.php:216
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
+ #: bws_functions.php:223
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:246
133
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
134
  msgstr ""
135
 
136
+ #: bws_functions.php:271
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:288
141
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:290
150
+ #: bws_functions.php:372
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
+ #: bws_functions.php:291
155
+ #: bws_functions.php:373
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
+ #: bws_functions.php:296
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:298
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:300
168
+ #: bws_functions.php:341
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
+ #: bws_functions.php:302
173
+ #: bws_functions.php:343
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
+ #: bws_functions.php:306
178
+ #: bws_functions.php:609
179
  msgid "or"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:306
183
  #, php-format
184
  msgid "Start Your Free %s-Day Trial Now"
185
  msgstr ""
186
 
187
  # @ captcha
188
+ #: bws_functions.php:312
189
+ #: bws_functions.php:321
190
+ #: bws_functions.php:351
191
+ #: bws_functions.php:359
192
+ #: bws_menu.php:685
193
+ #: bws_menu.php:742
194
  #, fuzzy
195
  msgid "Activate"
196
  msgstr "Aktivierte Plugins"
197
 
198
+ #: bws_functions.php:338
199
+ #: bws_functions.php:431
200
  #, php-format
201
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
202
  msgstr ""
203
 
204
+ #: bws_functions.php:339
205
  msgid "After that you can activate it by entering your license key."
206
  msgstr ""
207
 
208
+ #: bws_functions.php:353
209
  msgid "Unfortunately, you have exceeded the number of available tries per day."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:370
213
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:411
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:413
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:415
225
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
226
  msgstr ""
227
 
228
+ #: bws_functions.php:417
229
  msgid "Unfortunately, you have exceeded the number of available tries."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:419
233
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
234
  msgstr ""
235
 
236
+ #: bws_functions.php:423
237
+ msgid "The Pro Trial license key is valid."
238
  msgstr ""
239
 
240
+ #: bws_functions.php:425
241
  msgid "The license key is valid."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:428
245
  msgid "Your license will expire on"
246
  msgstr ""
247
 
248
+ #: bws_functions.php:461
249
  msgid "Please, enter your license key"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:474
253
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
254
  msgstr ""
255
 
256
+ #: bws_functions.php:474
257
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
258
  msgstr ""
259
 
260
+ #: bws_functions.php:478
261
  msgid "Check license key"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:492
265
  msgid "WARNING: Illegal use notification"
266
  msgstr ""
267
 
268
+ #: bws_functions.php:492
269
  msgid "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."
270
  msgstr ""
271
 
272
+ #: bws_functions.php:500
273
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
274
  msgstr ""
275
 
276
+ #: bws_functions.php:502
277
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
278
  msgstr ""
279
 
280
  # @ captcha
281
+ #: bws_functions.php:502
282
+ #: bws_functions.php:555
283
+ #: bws_menu.php:661
284
+ #: bws_menu.php:683
285
+ #: bws_menu.php:710
286
+ #: bws_menu.php:740
287
+ #: bws_menu.php:786
288
  #, fuzzy
289
  msgid "Learn more"
290
  msgstr "Lesen Sie mehr"
291
 
292
+ #: bws_functions.php:512
293
  #, php-format
294
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
295
  msgstr ""
296
 
297
+ #: bws_functions.php:514
298
+ msgid "Notice: You are using the Pro Trial license of plugin."
299
  msgstr ""
300
 
301
+ #: bws_functions.php:517
302
+ msgid "The Pro Trial license will expire on"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:555
306
  msgid "You license for"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:555
310
  msgid "expires on"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:555
314
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
315
  msgstr ""
316
 
317
+ # @ captcha
318
+ #: bws_functions.php:605
319
+ #, fuzzy
320
+ msgid "Thank you for installing"
321
+ msgstr "Vielen Dank für Ihre Kontaktaufnahme."
322
+
323
+ #: bws_functions.php:606
324
+ msgid "Let's get started"
325
+ msgstr ""
326
+
327
+ # @ captcha
328
+ #: bws_functions.php:607
329
+ #, fuzzy
330
+ msgid "Configure Settings"
331
+ msgstr "Einstellungen"
332
+
333
+ #: bws_functions.php:610
334
+ msgid "Add New"
335
+ msgstr ""
336
+
337
+ #: bws_functions.php:614
338
+ msgid "Close notice"
339
+ msgstr ""
340
+
341
+ #: bws_functions.php:667
342
+ msgid "Add BWS shortcode"
343
+ msgstr ""
344
+
345
+ #: bws_functions.php:711
346
  msgid "Close"
347
  msgstr ""
348
 
349
+ #: bws_functions.php:802
 
350
  msgid "Restore all plugin settings to defaults"
351
  msgstr ""
352
 
353
+ #: bws_functions.php:804
 
354
  msgid "Restore settings"
355
  msgstr ""
356
 
357
+ #: bws_functions.php:815
358
  msgid "Are you sure you want to restore all settings by default?"
359
  msgstr ""
360
 
361
+ #: bws_functions.php:818
362
  msgid "Yes, restore all settings"
363
  msgstr ""
364
 
365
+ #: bws_functions.php:819
366
  msgid "No, go back to the settings page"
367
  msgstr ""
368
 
369
  # @ captcha
370
+ #: bws_functions.php:863
371
+ #, fuzzy
372
+ msgid "Plugin"
373
+ msgstr "BWS Plugins"
374
+
375
+ # @ captcha
376
+ #: bws_functions.php:872
377
+ #, fuzzy
378
+ msgid "Shortcode settings"
379
+ msgstr "Einstellungen"
380
+
381
+ #: bws_functions.php:877
382
+ msgid "The shortcode will be inserted"
383
+ msgstr ""
384
+
385
+ #: bws_functions.php:882
386
+ msgid "Insert"
387
+ msgstr ""
388
+
389
+ # @ captcha
390
+ #: bws_menu.php:498
391
  msgid "Not set"
392
  msgstr "Nicht festgelegt"
393
 
394
  # @ captcha
395
+ #: bws_menu.php:500
396
+ #: bws_menu.php:501
397
  msgid "On"
398
  msgstr "Ein"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:500
402
+ #: bws_menu.php:501
403
  msgid "Off"
404
  msgstr "Ausgeschaltet"
405
 
406
  # @ captcha
407
+ #: bws_menu.php:502
408
+ #: bws_menu.php:503
409
+ #: bws_menu.php:504
410
+ #: bws_menu.php:505
411
+ #: bws_menu.php:506
412
+ #: bws_menu.php:518
413
  msgid "N/A"
414
  msgstr "keine Angaben"
415
 
416
  # @ captcha
417
+ #: bws_menu.php:506
418
  msgid " Mb"
419
  msgstr " Mb"
420
 
421
  # @ captcha
422
+ #: bws_menu.php:507
423
+ #: bws_menu.php:508
424
+ #: bws_menu.php:509
425
+ #: bws_menu.php:514
426
  msgid "Yes"
427
  msgstr "Ja"
428
 
429
  # @ captcha
430
+ #: bws_menu.php:507
431
+ #: bws_menu.php:508
432
+ #: bws_menu.php:509
433
+ #: bws_menu.php:516
434
  msgid "No"
435
  msgstr "Nein"
436
 
437
  # @ captcha
438
+ #: bws_menu.php:526
439
  msgid "Operating System"
440
  msgstr "Betriebs-System"
441
 
442
  # @ captcha
443
+ #: bws_menu.php:527
444
  msgid "Server"
445
  msgstr "Server"
446
 
447
  # @ captcha
448
+ #: bws_menu.php:528
449
  msgid "Memory usage"
450
  msgstr "Speichernutzung"
451
 
452
  # @ captcha
453
+ #: bws_menu.php:529
454
  msgid "MYSQL Version"
455
  msgstr "MYSQL Version"
456
 
457
  # @ captcha
458
+ #: bws_menu.php:530
459
  msgid "SQL Mode"
460
  msgstr "SQL Modus"
461
 
462
  # @ captcha
463
+ #: bws_menu.php:531
464
  msgid "PHP Version"
465
  msgstr "PHP Version"
466
 
467
  # @ captcha
468
+ #: bws_menu.php:532
469
  msgid "PHP Safe Mode"
470
  msgstr "PHP Gesicherter Modus"
471
 
472
  # @ captcha
473
+ #: bws_menu.php:533
474
  msgid "PHP Allow URL fopen"
475
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
476
 
477
  # @ captcha
478
+ #: bws_menu.php:534
479
  msgid "PHP Memory Limit"
480
  msgstr "PHP Speicher-Grenze"
481
 
482
  # @ captcha
483
+ #: bws_menu.php:535
484
  msgid "PHP Max Upload Size"
485
  msgstr "PHP Maximale Upload Größe"
486
 
487
  # @ captcha
488
+ #: bws_menu.php:536
489
  msgid "PHP Max Post Size"
490
  msgstr "PHP Maximale Beitrags-Größe"
491
 
492
  # @ captcha
493
+ #: bws_menu.php:537
494
  msgid "PHP Max Script Execute Time"
495
  msgstr "PHP Maximale Script Ausführungszeit"
496
 
497
  # @ captcha
498
+ #: bws_menu.php:538
499
  msgid "PHP Exif support"
500
  msgstr "PHP Exif Support"
501
 
502
  # @ captcha
503
+ #: bws_menu.php:539
504
  msgid "PHP IPTC support"
505
  msgstr "PHP IPTC Support"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:540
509
  msgid "PHP XML support"
510
  msgstr "PHP XML Support"
511
 
512
  # @ captcha
513
+ #: bws_menu.php:541
514
  msgid "Site URL"
515
  msgstr "Site URL"
516
 
517
  # @ captcha
518
+ #: bws_menu.php:542
519
  msgid "Home URL"
520
  msgstr "Home URL"
521
 
522
  # @ captcha
523
+ #: bws_menu.php:545
524
  msgid "WordPress Version"
525
  msgstr "WordPress Version"
526
 
527
  # @ captcha
528
+ #: bws_menu.php:546
529
  msgid "WordPress DB Version"
530
  msgstr "WordPress DB Version"
531
 
532
  # @ captcha
533
+ #: bws_menu.php:547
534
  msgid "Multisite"
535
  msgstr "Multisite"
536
 
537
  # @ captcha
538
+ #: bws_menu.php:548
539
  msgid "Active Theme"
540
  msgstr "Actives Theme"
541
 
542
  # @ captcha
543
+ #: bws_menu.php:563
544
  msgid "Please enter a valid email address."
545
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
546
 
547
  # @ captcha
548
+ #: bws_menu.php:567
549
  msgid "Email with system info is sent to "
550
  msgstr "E-Mail-mit System Informationen wird gesendet an "
551
 
552
  # @ captcha
553
+ #: bws_menu.php:571
554
  msgid "Thank you for contacting us."
555
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
556
 
557
  # @ captcha
558
+ #: bws_menu.php:604
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
561
 
562
+ #: bws_menu.php:612
563
  msgid "Need help?"
564
  msgstr ""
565
 
566
+ #: bws_menu.php:613
567
  msgid "Client area"
568
  msgstr ""
569
 
570
  # @ captcha
571
+ #: bws_menu.php:614
572
+ #: bws_menu.php:925
573
  msgid "System status"
574
  msgstr "System Status"
575
 
576
  # @ captcha
577
+ #: bws_menu.php:619
578
  #, fuzzy
579
  msgid "Plugins"
580
  msgstr "BWS Plugins"
581
 
582
+ #: bws_menu.php:621
583
  msgid "Themes"
584
  msgstr ""
585
 
586
+ #: bws_menu.php:626
587
  msgid "All"
588
  msgstr ""
589
 
590
  # @ default
591
+ #: bws_menu.php:627
592
  #, fuzzy
593
  msgid "Installed"
594
  msgstr "Installiere %s"
595
 
596
  # @ captcha
597
+ #: bws_menu.php:628
598
  #, fuzzy
599
  msgid "Recommended"
600
  msgstr "Empfohlene Plugins"
601
 
602
  # @ captcha
603
+ #: bws_menu.php:632
604
  msgid "Installed plugins"
605
  msgstr "Installierte Plugins"
606
 
607
  # @ captcha
608
+ #: bws_menu.php:664
609
+ #: bws_menu.php:713
610
  msgid "Settings"
611
  msgstr "Einstellungen"
612
 
613
  # @ captcha
614
+ #: bws_menu.php:685
615
+ #: bws_menu.php:742
616
  #, fuzzy
617
  msgid "Activate this plugin"
618
  msgstr "Aktivierte Plugins"
619
 
620
+ #: bws_menu.php:700
621
+ #: bws_menu.php:730
622
+ #: bws_menu.php:776
623
  msgid "Go"
624
  msgstr ""
625
 
626
+ #: bws_menu.php:704
627
+ #: bws_menu.php:734
628
+ #: bws_menu.php:780
629
  msgid "DONATE"
630
  msgstr ""
631
 
632
  # @ captcha
633
+ #: bws_menu.php:750
634
  msgid "Recommended plugins"
635
  msgstr "Empfohlene Plugins"
636
 
637
  # @ default
638
+ #: bws_menu.php:788
639
  #, fuzzy
640
  msgid "Install now"
641
  msgstr "Installiere %s"
642
 
643
+ #: bws_menu.php:809
644
  msgid "Try again"
645
  msgstr ""
646
 
647
+ #: bws_menu.php:827
648
  #, php-format
649
  msgid "Preview &#8220;%s&#8221;"
650
  msgstr ""
651
 
652
  # @ default
653
+ #: bws_menu.php:858
654
  #, php-format
655
  msgid "Install %s"
656
  msgstr "Installiere %s"
657
 
658
  # @ default
659
+ #: bws_menu.php:858
660
  #, fuzzy
661
  msgid "Install Now"
662
  msgstr "Installiere %s"
663
 
664
+ #: bws_menu.php:861
665
  #, php-format
666
  msgid "Update to version %s"
667
  msgstr ""
668
 
669
+ #: bws_menu.php:861
670
  msgid "Update"
671
  msgstr ""
672
 
673
+ #: bws_menu.php:868
674
  #, php-format
675
  msgid "Preview %s"
676
  msgstr ""
677
 
678
+ #: bws_menu.php:868
679
  msgid "Preview"
680
  msgstr ""
681
 
682
+ #: bws_menu.php:874
683
+ #: bws_menu.php:906
684
  #, php-format
685
  msgid "By %s"
686
  msgstr ""
687
 
688
+ #: bws_menu.php:880
689
  msgid "Details"
690
  msgstr ""
691
 
692
  # @ default
693
+ #: bws_menu.php:912
694
  #, fuzzy
695
  msgid "Already Installed"
696
  msgstr "Installiere %s"
697
 
698
  # @ captcha
699
+ #: bws_menu.php:928
700
  msgid "Environment"
701
  msgstr "Umgebungsvariable"
702
 
703
  # @ captcha
704
+ #: bws_menu.php:939
705
  msgid "Active Plugins"
706
  msgstr "Aktivierte Plugins"
707
 
708
  # @ captcha
709
+ #: bws_menu.php:952
710
  msgid "Inactive Plugins"
711
  msgstr "Inactive Plugins"
712
 
713
  # @ captcha
714
+ #: bws_menu.php:968
715
  msgid "Send to support"
716
  msgstr "Sende zuzm Support"
717
 
718
  # @ captcha
719
+ #: bws_menu.php:975
720
  msgid "Send to custom email &#187;"
721
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
722
 
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: 2015-06-12 15:56+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -17,591 +17,643 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:89
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
- #: bws_functions.php:91
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
27
 
28
- #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr "Retour à WordPress"
31
 
32
- #: bws_functions.php:94
33
  msgid "Plugins page"
34
  msgstr "Page des extensions"
35
 
36
- #: bws_functions.php:151
37
  msgid "It’s time to upgrade your"
38
  msgstr "C'est le moment de mettre à jour votre "
39
 
40
- #: bws_functions.php:151
41
  msgid "to"
42
  msgstr "à"
43
 
44
- #: bws_functions.php:151
45
  msgid "version!"
46
  msgstr "version"
47
 
48
- #: bws_functions.php:152
49
  msgid "Extend standard plugin functionality with new great options."
50
  msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
51
 
52
- #: bws_functions.php:155
53
- #: bws_functions.php:542
54
  msgid "Learn More"
55
  msgstr "En savoir plus"
56
 
57
- #: bws_functions.php:172
58
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
59
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
60
 
61
- #: bws_functions.php:173
62
  msgid "Rate the plugin"
63
  msgstr "Voter pour l'extension"
64
 
65
- #: bws_functions.php:176
66
  msgid "If there is something wrong about it, please contact us"
67
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
68
 
69
- #: bws_functions.php:193
70
- #: bws_functions.php:229
71
  msgid "Wrong license key"
72
  msgstr "Clé de licence incorrecte"
73
 
74
- #: bws_functions.php:223
75
- #: bws_functions.php:455
76
- #: bws_functions.php:506
77
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
78
  msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
79
 
80
- #: bws_functions.php:223
81
- #: bws_functions.php:455
82
- #: bws_functions.php:506
83
  msgid "We are sorry for inconvenience."
84
  msgstr "Nous sommes désolés pour le désagrément."
85
 
86
- #: bws_functions.php:231
87
  msgid "This license key is bind to another site"
88
  msgstr "La clé de licence correspond à un autre site."
89
 
90
- #: bws_functions.php:233
91
- #: bws_functions.php:365
92
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
93
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
94
 
95
- #: bws_functions.php:235
96
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
97
  msgstr "Désoler, votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller dans votre"
98
 
99
- #: bws_functions.php:237
100
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
101
  msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
102
 
103
- #: bws_functions.php:248
104
- #: bws_functions.php:270
105
- #: bws_functions.php:292
106
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
107
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
108
 
109
- #: bws_functions.php:260
110
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
111
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
112
 
113
- #: bws_functions.php:266
114
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
115
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
116
 
117
- #: bws_functions.php:273
118
  msgid "UploadDir is not writable. Please, upload the plugin manually"
119
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
120
 
121
- #: bws_functions.php:296
122
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
123
  msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
124
 
125
- #: bws_functions.php:321
126
  msgid "Please, enter Your license key"
127
  msgstr "Merci de saisir votre clé de licence"
128
 
129
- #: bws_functions.php:338
130
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
131
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
132
 
133
- #: bws_functions.php:340
134
- #: bws_functions.php:422
135
  msgid "Please, go to"
136
  msgstr "Merci d'allez à"
137
 
138
- #: bws_functions.php:340
139
- #: bws_functions.php:422
140
  msgid "the setting page"
141
  msgstr "Options supplémentaires"
142
 
143
- #: bws_functions.php:341
144
- #: bws_functions.php:423
145
  msgid "You will be redirected automatically in 5 seconds."
146
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
147
 
148
- #: bws_functions.php:346
149
  msgid "You can download and activate"
150
  msgstr "Vous pouvez télécharger et activer la version "
151
 
152
- #: bws_functions.php:348
153
  msgid "version of this plugin by entering Your license key."
154
  msgstr " de cette extension en donnant votre clé de licence."
155
 
156
- #: bws_functions.php:350
157
- #: bws_functions.php:391
158
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
159
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
160
 
161
- #: bws_functions.php:352
162
- #: bws_functions.php:393
163
  msgid "(your username is the email you specify when purchasing the product)."
164
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
165
 
166
- #: bws_functions.php:356
 
167
  msgid "or"
168
  msgstr "ou"
169
 
170
- #: bws_functions.php:356
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
174
 
175
- #: bws_functions.php:362
176
- #: bws_functions.php:371
177
- #: bws_functions.php:401
178
- #: bws_functions.php:409
179
- #: bws_menu.php:657
180
- #: bws_menu.php:714
181
  msgid "Activate"
182
  msgstr "Activé"
183
 
184
- #: bws_functions.php:388
185
- #: bws_functions.php:481
186
  #, php-format
187
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
  msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
189
 
190
- #: bws_functions.php:389
191
  msgid "After that you can activate it by entering your license key."
192
  msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
193
 
194
- #: bws_functions.php:403
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
197
 
198
- #: bws_functions.php:420
199
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
200
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
201
 
202
- #: bws_functions.php:461
203
  msgid "Wrong license key."
204
  msgstr "Clé de licence incorrecte."
205
 
206
- #: bws_functions.php:463
207
  msgid "This license key is bind to another site."
208
  msgstr "La clé de licence correspond à un autre site."
209
 
210
- #: bws_functions.php:465
211
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
212
  msgstr "La clé de licence est valide mais votre durée de validité est passée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
213
 
214
- #: bws_functions.php:467
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
217
 
218
- #: bws_functions.php:469
219
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
220
  msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
221
 
222
- #: bws_functions.php:473
223
- msgid "The PRO Trial license key is valid."
 
224
  msgstr "La clé de licence d'évaluation est valide."
225
 
226
- #: bws_functions.php:475
227
  msgid "The license key is valid."
228
  msgstr "La clé de licence est valide."
229
 
230
- #: bws_functions.php:478
231
  msgid "Your license will expire on"
232
  msgstr "Votre licence se termine le "
233
 
234
- #: bws_functions.php:511
235
  msgid "Please, enter your license key"
236
  msgstr "Merci de saisir votre clé de licence"
237
 
238
- #: bws_functions.php:524
239
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
240
  msgstr "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de licence sur votre page personnelle (zone client) sur notre site web."
241
 
242
- #: bws_functions.php:524
243
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de mot de passe perdu."
245
 
246
- #: bws_functions.php:528
247
  msgid "Check license key"
248
  msgstr "Vérifier la clé de licence"
249
 
250
- #: bws_functions.php:542
251
  msgid "WARNING: Illegal use notification"
252
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
253
 
254
- #: bws_functions.php:542
255
  msgid "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."
256
  msgstr "Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
257
 
258
- #: bws_functions.php:550
259
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
260
  msgstr "Votre licence d'évaluation est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
261
 
262
- #: bws_functions.php:552
263
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
  msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
265
 
266
- #: bws_functions.php:552
267
- #: bws_functions.php:605
268
- #: bws_menu.php:633
269
- #: bws_menu.php:655
270
- #: bws_menu.php:682
271
- #: bws_menu.php:712
272
- #: bws_menu.php:758
273
  msgid "Learn more"
274
  msgstr "En savoir plus"
275
 
276
- #: bws_functions.php:562
277
- #, php-format
278
- msgid "Notice: You are using the PRO Trial license of %s plugin."
279
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
280
 
281
- #: bws_functions.php:564
282
- msgid "Notice: You are using the PRO Trial license of plugin."
 
283
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
284
 
285
- #: bws_functions.php:567
286
- msgid "The PRO Trial license will expire on"
 
287
  msgstr "Votre licence se termine le "
288
 
289
- #: bws_functions.php:605
290
  msgid "You license for"
291
  msgstr "Votre licence pour"
292
 
293
- #: bws_functions.php:605
294
  msgid "expires on"
295
  msgstr "se termine le"
296
 
297
- #: bws_functions.php:605
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
  msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
300
 
301
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
302
  msgid "Close"
303
  msgstr "Fermer"
304
 
305
- #: bws_functions.php:771
306
- #: bws_functions.php:784
307
  msgid "Restore all plugin settings to defaults"
308
  msgstr ""
309
 
310
- #: bws_functions.php:773
311
- #: bws_functions.php:786
312
  #, fuzzy
313
  msgid "Restore settings"
314
  msgstr "Options supplémentaires"
315
 
316
- #: bws_functions.php:797
317
  #, fuzzy
318
  msgid "Are you sure you want to restore all settings by default?"
319
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
320
 
321
- #: bws_functions.php:799
322
  msgid "Yes, restore all settings"
323
  msgstr ""
324
 
325
- #: bws_functions.php:800
326
  #, fuzzy
327
  msgid "No, go back to the settings page"
328
  msgstr "Options supplémentaires"
329
 
330
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
331
  msgid "Not set"
332
  msgstr "Not set"
333
 
334
- #: bws_menu.php:472
335
- #: bws_menu.php:473
336
  msgid "On"
337
  msgstr "On"
338
 
339
- #: bws_menu.php:472
340
- #: bws_menu.php:473
341
  msgid "Off"
342
  msgstr "Off"
343
 
344
- #: bws_menu.php:474
345
- #: bws_menu.php:475
346
- #: bws_menu.php:476
347
- #: bws_menu.php:477
348
- #: bws_menu.php:478
349
- #: bws_menu.php:490
350
  msgid "N/A"
351
  msgstr "N/A"
352
 
353
- #: bws_menu.php:478
354
  msgid " Mb"
355
  msgstr " Mb"
356
 
357
- #: bws_menu.php:479
358
- #: bws_menu.php:480
359
- #: bws_menu.php:481
360
- #: bws_menu.php:486
361
  msgid "Yes"
362
  msgstr "Yes"
363
 
364
- #: bws_menu.php:479
365
- #: bws_menu.php:480
366
- #: bws_menu.php:481
367
- #: bws_menu.php:488
368
  msgid "No"
369
  msgstr "No"
370
 
371
- #: bws_menu.php:498
372
  msgid "Operating System"
373
  msgstr "Operating System"
374
 
375
- #: bws_menu.php:499
376
  msgid "Server"
377
  msgstr "Server"
378
 
379
- #: bws_menu.php:500
380
  msgid "Memory usage"
381
  msgstr "Memory usage"
382
 
383
- #: bws_menu.php:501
384
  msgid "MYSQL Version"
385
  msgstr "MYSQL Version"
386
 
387
- #: bws_menu.php:502
388
  msgid "SQL Mode"
389
  msgstr "SQL Mode"
390
 
391
- #: bws_menu.php:503
392
  msgid "PHP Version"
393
  msgstr "PHP Version"
394
 
395
- #: bws_menu.php:504
396
  msgid "PHP Safe Mode"
397
  msgstr "PHP Safe Mode"
398
 
399
- #: bws_menu.php:505
400
  msgid "PHP Allow URL fopen"
401
  msgstr "PHP Allow URL fopen"
402
 
403
- #: bws_menu.php:506
404
  msgid "PHP Memory Limit"
405
  msgstr "PHP Memory Limit"
406
 
407
- #: bws_menu.php:507
408
  msgid "PHP Max Upload Size"
409
  msgstr "PHP Max Upload Size"
410
 
411
- #: bws_menu.php:508
412
  msgid "PHP Max Post Size"
413
  msgstr "PHP Max Post Size"
414
 
415
- #: bws_menu.php:509
416
  msgid "PHP Max Script Execute Time"
417
  msgstr "PHP Max Script Execute Time"
418
 
419
- #: bws_menu.php:510
420
  msgid "PHP Exif support"
421
  msgstr "PHP Exif support"
422
 
423
- #: bws_menu.php:511
424
  msgid "PHP IPTC support"
425
  msgstr "PHP IPTC support"
426
 
427
- #: bws_menu.php:512
428
  msgid "PHP XML support"
429
  msgstr "PHP XML support"
430
 
431
- #: bws_menu.php:513
432
  msgid "Site URL"
433
  msgstr "Site URL"
434
 
435
- #: bws_menu.php:514
436
  msgid "Home URL"
437
  msgstr "Home URL"
438
 
439
- #: bws_menu.php:517
440
  msgid "WordPress Version"
441
  msgstr "WordPress Version"
442
 
443
- #: bws_menu.php:518
444
  msgid "WordPress DB Version"
445
  msgstr "WordPress DB Version"
446
 
447
- #: bws_menu.php:519
448
  msgid "Multisite"
449
  msgstr "Multisite"
450
 
451
- #: bws_menu.php:520
452
  msgid "Active Theme"
453
  msgstr "Active Theme"
454
 
455
- #: bws_menu.php:535
456
  msgid "Please enter a valid email address."
457
  msgstr "Merci de saisir une adresse e-mail valide."
458
 
459
- #: bws_menu.php:539
460
  msgid "Email with system info is sent to "
461
  msgstr "Le courriel avec les informations système est envoyé à"
462
 
463
- #: bws_menu.php:543
464
  msgid "Thank you for contacting us."
465
  msgstr "Merci de nous avoir contacté."
466
 
467
- #: bws_menu.php:576
468
  msgid "Sorry, email message could not be delivered."
469
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
470
 
471
- #: bws_menu.php:584
472
  msgid "Need help?"
473
  msgstr "Besoin d'aide ?"
474
 
475
- #: bws_menu.php:585
476
  msgid "Client area"
477
  msgstr "Espace client"
478
 
479
- #: bws_menu.php:586
480
- #: bws_menu.php:897
481
  msgid "System status"
482
  msgstr "System status"
483
 
484
- #: bws_menu.php:591
485
  msgid "Plugins"
486
  msgstr "Extensions"
487
 
488
- #: bws_menu.php:593
489
  msgid "Themes"
490
  msgstr "Thèmes"
491
 
492
- #: bws_menu.php:598
493
  msgid "All"
494
  msgstr "Tous"
495
 
496
- #: bws_menu.php:599
497
  msgid "Installed"
498
  msgstr "Installé"
499
 
500
- #: bws_menu.php:600
501
  msgid "Recommended"
502
  msgstr "Recommandé"
503
 
504
- #: bws_menu.php:604
505
  msgid "Installed plugins"
506
  msgstr "Plugin installé"
507
 
508
- #: bws_menu.php:636
509
- #: bws_menu.php:685
510
  msgid "Settings"
511
  msgstr "Réglages"
512
 
513
- #: bws_menu.php:657
514
- #: bws_menu.php:714
515
  msgid "Activate this plugin"
516
  msgstr "Activer cette extension"
517
 
518
- #: bws_menu.php:672
519
- #: bws_menu.php:702
520
- #: bws_menu.php:748
521
  msgid "Go"
522
  msgstr "Passez"
523
 
524
- #: bws_menu.php:676
525
- #: bws_menu.php:706
526
- #: bws_menu.php:752
527
  msgid "DONATE"
528
  msgstr "Faire un don"
529
 
530
- #: bws_menu.php:722
531
  msgid "Recommended plugins"
532
  msgstr "Plugin recommandé"
533
 
534
- #: bws_menu.php:760
535
  msgid "Install now"
536
  msgstr "Installer maintenant"
537
 
538
- #: bws_menu.php:781
539
  msgid "Try again"
540
  msgstr "Essayer de nouveau"
541
 
542
- #: bws_menu.php:799
543
  #, php-format
544
  msgid "Preview &#8220;%s&#8221;"
545
  msgstr "Pré-visualiser &#8220;%s&#8221;"
546
 
547
- #: bws_menu.php:830
548
  #, php-format
549
  msgid "Install %s"
550
  msgstr "%s installé"
551
 
552
- #: bws_menu.php:830
553
  msgid "Install Now"
554
  msgstr "Installa Ora"
555
 
556
- #: bws_menu.php:833
557
  #, php-format
558
  msgid "Update to version %s"
559
  msgstr "Mettre à jour pour la version %s"
560
 
561
- #: bws_menu.php:833
562
  msgid "Update"
563
  msgstr "Mettre à jour"
564
 
565
- #: bws_menu.php:840
566
  #, php-format
567
  msgid "Preview %s"
568
  msgstr "Pré-visualiser %s"
569
 
570
- #: bws_menu.php:840
571
  msgid "Preview"
572
  msgstr "Pré-visualiser"
573
 
574
- #: bws_menu.php:846
575
- #: bws_menu.php:878
576
  #, php-format
577
  msgid "By %s"
578
  msgstr "Par %s"
579
 
580
- #: bws_menu.php:852
581
  msgid "Details"
582
  msgstr "Détails"
583
 
584
- #: bws_menu.php:884
585
  msgid "Already Installed"
586
  msgstr "Déjà installé"
587
 
588
- #: bws_menu.php:900
589
  msgid "Environment"
590
  msgstr "Environment"
591
 
592
- #: bws_menu.php:911
593
  msgid "Active Plugins"
594
  msgstr "Plugin actifs"
595
 
596
- #: bws_menu.php:924
597
  msgid "Inactive Plugins"
598
  msgstr "Plugin inactifs"
599
 
600
- #: bws_menu.php:940
601
  msgid "Send to support"
602
  msgstr "Envoyé au support"
603
 
604
- #: bws_menu.php:947
605
  msgid "Send to custom email &#187;"
606
  msgstr "Envoyer un e-mail spécifique &#187;"
607
 
@@ -662,9 +714,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
662
  #~ msgid "installed"
663
  #~ msgstr "%s installé"
664
 
665
- #~ msgid "Contact Form Settings"
666
- #~ msgstr "Options du formulaire de Contact"
667
-
668
  #~ msgid "Contact Form"
669
  #~ msgstr "Formulaire de Contact"
670
 
@@ -953,9 +1002,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
953
  #~ msgid "Error message for the whole form"
954
  #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
955
 
956
- #~ msgid "Use shortcode"
957
- #~ msgstr "Utiliser le code court"
958
-
959
  #~ msgid "for this language"
960
  #~ msgstr "pour cette langue"
961
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:29
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
+ #: bws_functions.php:31
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
27
 
28
+ #: bws_functions.php:32
29
  msgid "Back to the WordPress"
30
  msgstr "Retour à WordPress"
31
 
32
+ #: bws_functions.php:34
33
  msgid "Plugins page"
34
  msgstr "Page des extensions"
35
 
36
+ #: bws_functions.php:91
37
  msgid "It’s time to upgrade your"
38
  msgstr "C'est le moment de mettre à jour votre "
39
 
40
+ #: bws_functions.php:91
41
  msgid "to"
42
  msgstr "à"
43
 
44
+ #: bws_functions.php:91
45
  msgid "version!"
46
  msgstr "version"
47
 
48
+ #: bws_functions.php:92
49
  msgid "Extend standard plugin functionality with new great options."
50
  msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
51
 
52
+ #: bws_functions.php:95
53
+ #: bws_functions.php:492
54
  msgid "Learn More"
55
  msgstr "En savoir plus"
56
 
57
+ #: bws_functions.php:112
58
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
59
  msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
60
 
61
+ #: bws_functions.php:113
62
  msgid "Rate the plugin"
63
  msgstr "Voter pour l'extension"
64
 
65
+ #: bws_functions.php:116
66
  msgid "If there is something wrong about it, please contact us"
67
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
68
 
69
+ #: bws_functions.php:133
70
+ #: bws_functions.php:169
71
  msgid "Wrong license key"
72
  msgstr "Clé de licence incorrecte"
73
 
74
+ #: bws_functions.php:163
75
+ #: bws_functions.php:405
76
+ #: bws_functions.php:456
77
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
78
  msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
79
 
80
+ #: bws_functions.php:163
81
+ #: bws_functions.php:405
82
+ #: bws_functions.php:456
83
  msgid "We are sorry for inconvenience."
84
  msgstr "Nous sommes désolés pour le désagrément."
85
 
86
+ #: bws_functions.php:171
87
  msgid "This license key is bind to another site"
88
  msgstr "La clé de licence correspond à un autre site."
89
 
90
+ #: bws_functions.php:173
91
+ #: bws_functions.php:315
92
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
93
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
94
 
95
+ #: bws_functions.php:175
96
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
97
  msgstr "Désoler, votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller dans votre"
98
 
99
+ #: bws_functions.php:177
100
+ #, fuzzy
101
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
102
  msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
103
 
104
+ #: bws_functions.php:198
105
+ #: bws_functions.php:220
106
+ #: bws_functions.php:242
107
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
108
  msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
109
 
110
+ #: bws_functions.php:210
111
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
112
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
113
 
114
+ #: bws_functions.php:216
115
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
116
  msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
117
 
118
+ #: bws_functions.php:223
119
  msgid "UploadDir is not writable. Please, upload the plugin manually"
120
  msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
121
 
122
+ #: bws_functions.php:246
123
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
124
  msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
125
 
126
+ #: bws_functions.php:271
127
  msgid "Please, enter Your license key"
128
  msgstr "Merci de saisir votre clé de licence"
129
 
130
+ #: bws_functions.php:288
131
+ #, fuzzy
132
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
133
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
134
 
135
+ #: bws_functions.php:290
136
+ #: bws_functions.php:372
137
  msgid "Please, go to"
138
  msgstr "Merci d'allez à"
139
 
140
+ #: bws_functions.php:290
141
+ #: bws_functions.php:372
142
  msgid "the setting page"
143
  msgstr "Options supplémentaires"
144
 
145
+ #: bws_functions.php:291
146
+ #: bws_functions.php:373
147
  msgid "You will be redirected automatically in 5 seconds."
148
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
149
 
150
+ #: bws_functions.php:296
151
  msgid "You can download and activate"
152
  msgstr "Vous pouvez télécharger et activer la version "
153
 
154
+ #: bws_functions.php:298
155
  msgid "version of this plugin by entering Your license key."
156
  msgstr " de cette extension en donnant votre clé de licence."
157
 
158
+ #: bws_functions.php:300
159
+ #: bws_functions.php:341
160
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
161
  msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
162
 
163
+ #: bws_functions.php:302
164
+ #: bws_functions.php:343
165
  msgid "(your username is the email you specify when purchasing the product)."
166
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
167
 
168
+ #: bws_functions.php:306
169
+ #: bws_functions.php:609
170
  msgid "or"
171
  msgstr "ou"
172
 
173
+ #: bws_functions.php:306
174
  #, php-format
175
  msgid "Start Your Free %s-Day Trial Now"
176
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
177
 
178
+ #: bws_functions.php:312
179
+ #: bws_functions.php:321
180
+ #: bws_functions.php:351
181
+ #: bws_functions.php:359
182
+ #: bws_menu.php:685
183
+ #: bws_menu.php:742
184
  msgid "Activate"
185
  msgstr "Activé"
186
 
187
+ #: bws_functions.php:338
188
+ #: bws_functions.php:431
189
  #, php-format
190
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
191
  msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
192
 
193
+ #: bws_functions.php:339
194
  msgid "After that you can activate it by entering your license key."
195
  msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
196
 
197
+ #: bws_functions.php:353
198
  msgid "Unfortunately, you have exceeded the number of available tries per day."
199
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
200
 
201
+ #: bws_functions.php:370
202
+ #, fuzzy
203
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
204
  msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
205
 
206
+ #: bws_functions.php:411
207
  msgid "Wrong license key."
208
  msgstr "Clé de licence incorrecte."
209
 
210
+ #: bws_functions.php:413
211
  msgid "This license key is bind to another site."
212
  msgstr "La clé de licence correspond à un autre site."
213
 
214
+ #: bws_functions.php:415
215
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
216
  msgstr "La clé de licence est valide mais votre durée de validité est passée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
217
 
218
+ #: bws_functions.php:417
219
  msgid "Unfortunately, you have exceeded the number of available tries."
220
  msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
221
 
222
+ #: bws_functions.php:419
223
+ #, fuzzy
224
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
225
  msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
226
 
227
+ #: bws_functions.php:423
228
+ #, fuzzy
229
+ msgid "The Pro Trial license key is valid."
230
  msgstr "La clé de licence d'évaluation est valide."
231
 
232
+ #: bws_functions.php:425
233
  msgid "The license key is valid."
234
  msgstr "La clé de licence est valide."
235
 
236
+ #: bws_functions.php:428
237
  msgid "Your license will expire on"
238
  msgstr "Votre licence se termine le "
239
 
240
+ #: bws_functions.php:461
241
  msgid "Please, enter your license key"
242
  msgstr "Merci de saisir votre clé de licence"
243
 
244
+ #: bws_functions.php:474
245
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
246
  msgstr "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de licence sur votre page personnelle (zone client) sur notre site web."
247
 
248
+ #: bws_functions.php:474
249
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
250
  msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de mot de passe perdu."
251
 
252
+ #: bws_functions.php:478
253
  msgid "Check license key"
254
  msgstr "Vérifier la clé de licence"
255
 
256
+ #: bws_functions.php:492
257
  msgid "WARNING: Illegal use notification"
258
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
259
 
260
+ #: bws_functions.php:492
261
  msgid "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."
262
  msgstr "Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
263
 
264
+ #: bws_functions.php:500
265
+ #, fuzzy
266
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
267
  msgstr "Votre licence d'évaluation est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
268
 
269
+ #: bws_functions.php:502
270
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
271
  msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
272
 
273
+ #: bws_functions.php:502
274
+ #: bws_functions.php:555
275
+ #: bws_menu.php:661
276
+ #: bws_menu.php:683
277
+ #: bws_menu.php:710
278
+ #: bws_menu.php:740
279
+ #: bws_menu.php:786
280
  msgid "Learn more"
281
  msgstr "En savoir plus"
282
 
283
+ #: bws_functions.php:512
284
+ #, fuzzy, php-format
285
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
286
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
287
 
288
+ #: bws_functions.php:514
289
+ #, fuzzy
290
+ msgid "Notice: You are using the Pro Trial license of plugin."
291
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
292
 
293
+ #: bws_functions.php:517
294
+ #, fuzzy
295
+ msgid "The Pro Trial license will expire on"
296
  msgstr "Votre licence se termine le "
297
 
298
+ #: bws_functions.php:555
299
  msgid "You license for"
300
  msgstr "Votre licence pour"
301
 
302
+ #: bws_functions.php:555
303
  msgid "expires on"
304
  msgstr "se termine le"
305
 
306
+ #: bws_functions.php:555
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
309
 
310
+ #: bws_functions.php:605
311
+ #, fuzzy
312
+ msgid "Thank you for installing"
313
+ msgstr "Merci de nous avoir contacté."
314
+
315
+ #: bws_functions.php:606
316
+ msgid "Let's get started"
317
+ msgstr ""
318
+
319
+ #: bws_functions.php:607
320
+ #, fuzzy
321
+ msgid "Configure Settings"
322
+ msgstr "Options du formulaire de Contact"
323
+
324
+ #: bws_functions.php:610
325
+ msgid "Add New"
326
+ msgstr ""
327
+
328
+ #: bws_functions.php:614
329
+ msgid "Close notice"
330
+ msgstr ""
331
+
332
+ #: bws_functions.php:667
333
+ #, fuzzy
334
+ msgid "Add BWS shortcode"
335
+ msgstr "Utiliser le code court"
336
+
337
+ #: bws_functions.php:711
338
  msgid "Close"
339
  msgstr "Fermer"
340
 
341
+ #: bws_functions.php:802
 
342
  msgid "Restore all plugin settings to defaults"
343
  msgstr ""
344
 
345
+ #: bws_functions.php:804
 
346
  #, fuzzy
347
  msgid "Restore settings"
348
  msgstr "Options supplémentaires"
349
 
350
+ #: bws_functions.php:815
351
  #, fuzzy
352
  msgid "Are you sure you want to restore all settings by default?"
353
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
354
 
355
+ #: bws_functions.php:818
356
  msgid "Yes, restore all settings"
357
  msgstr ""
358
 
359
+ #: bws_functions.php:819
360
  #, fuzzy
361
  msgid "No, go back to the settings page"
362
  msgstr "Options supplémentaires"
363
 
364
+ #: bws_functions.php:863
365
+ #, fuzzy
366
+ msgid "Plugin"
367
+ msgstr "Extensions"
368
+
369
+ #: bws_functions.php:872
370
+ #, fuzzy
371
+ msgid "Shortcode settings"
372
+ msgstr "Options supplémentaires"
373
+
374
+ #: bws_functions.php:877
375
+ msgid "The shortcode will be inserted"
376
+ msgstr ""
377
+
378
+ #: bws_functions.php:882
379
+ msgid "Insert"
380
+ msgstr ""
381
+
382
+ #: bws_menu.php:498
383
  msgid "Not set"
384
  msgstr "Not set"
385
 
386
+ #: bws_menu.php:500
387
+ #: bws_menu.php:501
388
  msgid "On"
389
  msgstr "On"
390
 
391
+ #: bws_menu.php:500
392
+ #: bws_menu.php:501
393
  msgid "Off"
394
  msgstr "Off"
395
 
396
+ #: bws_menu.php:502
397
+ #: bws_menu.php:503
398
+ #: bws_menu.php:504
399
+ #: bws_menu.php:505
400
+ #: bws_menu.php:506
401
+ #: bws_menu.php:518
402
  msgid "N/A"
403
  msgstr "N/A"
404
 
405
+ #: bws_menu.php:506
406
  msgid " Mb"
407
  msgstr " Mb"
408
 
409
+ #: bws_menu.php:507
410
+ #: bws_menu.php:508
411
+ #: bws_menu.php:509
412
+ #: bws_menu.php:514
413
  msgid "Yes"
414
  msgstr "Yes"
415
 
416
+ #: bws_menu.php:507
417
+ #: bws_menu.php:508
418
+ #: bws_menu.php:509
419
+ #: bws_menu.php:516
420
  msgid "No"
421
  msgstr "No"
422
 
423
+ #: bws_menu.php:526
424
  msgid "Operating System"
425
  msgstr "Operating System"
426
 
427
+ #: bws_menu.php:527
428
  msgid "Server"
429
  msgstr "Server"
430
 
431
+ #: bws_menu.php:528
432
  msgid "Memory usage"
433
  msgstr "Memory usage"
434
 
435
+ #: bws_menu.php:529
436
  msgid "MYSQL Version"
437
  msgstr "MYSQL Version"
438
 
439
+ #: bws_menu.php:530
440
  msgid "SQL Mode"
441
  msgstr "SQL Mode"
442
 
443
+ #: bws_menu.php:531
444
  msgid "PHP Version"
445
  msgstr "PHP Version"
446
 
447
+ #: bws_menu.php:532
448
  msgid "PHP Safe Mode"
449
  msgstr "PHP Safe Mode"
450
 
451
+ #: bws_menu.php:533
452
  msgid "PHP Allow URL fopen"
453
  msgstr "PHP Allow URL fopen"
454
 
455
+ #: bws_menu.php:534
456
  msgid "PHP Memory Limit"
457
  msgstr "PHP Memory Limit"
458
 
459
+ #: bws_menu.php:535
460
  msgid "PHP Max Upload Size"
461
  msgstr "PHP Max Upload Size"
462
 
463
+ #: bws_menu.php:536
464
  msgid "PHP Max Post Size"
465
  msgstr "PHP Max Post Size"
466
 
467
+ #: bws_menu.php:537
468
  msgid "PHP Max Script Execute Time"
469
  msgstr "PHP Max Script Execute Time"
470
 
471
+ #: bws_menu.php:538
472
  msgid "PHP Exif support"
473
  msgstr "PHP Exif support"
474
 
475
+ #: bws_menu.php:539
476
  msgid "PHP IPTC support"
477
  msgstr "PHP IPTC support"
478
 
479
+ #: bws_menu.php:540
480
  msgid "PHP XML support"
481
  msgstr "PHP XML support"
482
 
483
+ #: bws_menu.php:541
484
  msgid "Site URL"
485
  msgstr "Site URL"
486
 
487
+ #: bws_menu.php:542
488
  msgid "Home URL"
489
  msgstr "Home URL"
490
 
491
+ #: bws_menu.php:545
492
  msgid "WordPress Version"
493
  msgstr "WordPress Version"
494
 
495
+ #: bws_menu.php:546
496
  msgid "WordPress DB Version"
497
  msgstr "WordPress DB Version"
498
 
499
+ #: bws_menu.php:547
500
  msgid "Multisite"
501
  msgstr "Multisite"
502
 
503
+ #: bws_menu.php:548
504
  msgid "Active Theme"
505
  msgstr "Active Theme"
506
 
507
+ #: bws_menu.php:563
508
  msgid "Please enter a valid email address."
509
  msgstr "Merci de saisir une adresse e-mail valide."
510
 
511
+ #: bws_menu.php:567
512
  msgid "Email with system info is sent to "
513
  msgstr "Le courriel avec les informations système est envoyé à"
514
 
515
+ #: bws_menu.php:571
516
  msgid "Thank you for contacting us."
517
  msgstr "Merci de nous avoir contacté."
518
 
519
+ #: bws_menu.php:604
520
  msgid "Sorry, email message could not be delivered."
521
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
522
 
523
+ #: bws_menu.php:612
524
  msgid "Need help?"
525
  msgstr "Besoin d'aide ?"
526
 
527
+ #: bws_menu.php:613
528
  msgid "Client area"
529
  msgstr "Espace client"
530
 
531
+ #: bws_menu.php:614
532
+ #: bws_menu.php:925
533
  msgid "System status"
534
  msgstr "System status"
535
 
536
+ #: bws_menu.php:619
537
  msgid "Plugins"
538
  msgstr "Extensions"
539
 
540
+ #: bws_menu.php:621
541
  msgid "Themes"
542
  msgstr "Thèmes"
543
 
544
+ #: bws_menu.php:626
545
  msgid "All"
546
  msgstr "Tous"
547
 
548
+ #: bws_menu.php:627
549
  msgid "Installed"
550
  msgstr "Installé"
551
 
552
+ #: bws_menu.php:628
553
  msgid "Recommended"
554
  msgstr "Recommandé"
555
 
556
+ #: bws_menu.php:632
557
  msgid "Installed plugins"
558
  msgstr "Plugin installé"
559
 
560
+ #: bws_menu.php:664
561
+ #: bws_menu.php:713
562
  msgid "Settings"
563
  msgstr "Réglages"
564
 
565
+ #: bws_menu.php:685
566
+ #: bws_menu.php:742
567
  msgid "Activate this plugin"
568
  msgstr "Activer cette extension"
569
 
570
+ #: bws_menu.php:700
571
+ #: bws_menu.php:730
572
+ #: bws_menu.php:776
573
  msgid "Go"
574
  msgstr "Passez"
575
 
576
+ #: bws_menu.php:704
577
+ #: bws_menu.php:734
578
+ #: bws_menu.php:780
579
  msgid "DONATE"
580
  msgstr "Faire un don"
581
 
582
+ #: bws_menu.php:750
583
  msgid "Recommended plugins"
584
  msgstr "Plugin recommandé"
585
 
586
+ #: bws_menu.php:788
587
  msgid "Install now"
588
  msgstr "Installer maintenant"
589
 
590
+ #: bws_menu.php:809
591
  msgid "Try again"
592
  msgstr "Essayer de nouveau"
593
 
594
+ #: bws_menu.php:827
595
  #, php-format
596
  msgid "Preview &#8220;%s&#8221;"
597
  msgstr "Pré-visualiser &#8220;%s&#8221;"
598
 
599
+ #: bws_menu.php:858
600
  #, php-format
601
  msgid "Install %s"
602
  msgstr "%s installé"
603
 
604
+ #: bws_menu.php:858
605
  msgid "Install Now"
606
  msgstr "Installa Ora"
607
 
608
+ #: bws_menu.php:861
609
  #, php-format
610
  msgid "Update to version %s"
611
  msgstr "Mettre à jour pour la version %s"
612
 
613
+ #: bws_menu.php:861
614
  msgid "Update"
615
  msgstr "Mettre à jour"
616
 
617
+ #: bws_menu.php:868
618
  #, php-format
619
  msgid "Preview %s"
620
  msgstr "Pré-visualiser %s"
621
 
622
+ #: bws_menu.php:868
623
  msgid "Preview"
624
  msgstr "Pré-visualiser"
625
 
626
+ #: bws_menu.php:874
627
+ #: bws_menu.php:906
628
  #, php-format
629
  msgid "By %s"
630
  msgstr "Par %s"
631
 
632
+ #: bws_menu.php:880
633
  msgid "Details"
634
  msgstr "Détails"
635
 
636
+ #: bws_menu.php:912
637
  msgid "Already Installed"
638
  msgstr "Déjà installé"
639
 
640
+ #: bws_menu.php:928
641
  msgid "Environment"
642
  msgstr "Environment"
643
 
644
+ #: bws_menu.php:939
645
  msgid "Active Plugins"
646
  msgstr "Plugin actifs"
647
 
648
+ #: bws_menu.php:952
649
  msgid "Inactive Plugins"
650
  msgstr "Plugin inactifs"
651
 
652
+ #: bws_menu.php:968
653
  msgid "Send to support"
654
  msgstr "Envoyé au support"
655
 
656
+ #: bws_menu.php:975
657
  msgid "Send to custom email &#187;"
658
  msgstr "Envoyer un e-mail spécifique &#187;"
659
 
714
  #~ msgid "installed"
715
  #~ msgstr "%s installé"
716
 
 
 
 
717
  #~ msgid "Contact Form"
718
  #~ msgstr "Formulaire de Contact"
719
 
1002
  #~ msgid "Error message for the whole form"
1003
  #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
1004
 
 
 
 
1005
  #~ msgid "for this language"
1006
  #~ msgstr "pour cette langue"
1007
 
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.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: 2015-06-12 15:56+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
@@ -18,663 +18,712 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:91
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ bestwebsoft
34
- #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugin Pro"
38
 
39
- #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
  # @ captcha
44
- #: bws_functions.php:151
45
  #, fuzzy
46
  msgid "to"
47
  msgstr "due"
48
 
49
  # @ bestwebsoft
50
- #: bws_functions.php:151
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "Versione PHP"
54
 
55
- #: bws_functions.php:152
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ bestwebsoft
60
- #: bws_functions.php:155
61
- #: bws_functions.php:542
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Leggi tutto"
65
 
66
- #: bws_functions.php:172
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
  # @ bestwebsoft
71
- #: bws_functions.php:173
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "Plugin attivi"
75
 
76
  # @ bestwebsoft
77
- #: bws_functions.php:176
78
  #, fuzzy
79
  msgid "If there is something wrong about it, please contact us"
80
  msgstr "Se hai domande, contattaci tramite"
81
 
82
- #: bws_functions.php:193
83
- #: bws_functions.php:229
84
  msgid "Wrong license key"
85
  msgstr ""
86
 
87
- #: bws_functions.php:223
88
- #: bws_functions.php:455
89
- #: bws_functions.php:506
90
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
91
  msgstr ""
92
 
93
- #: bws_functions.php:223
94
- #: bws_functions.php:455
95
- #: bws_functions.php:506
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
- #: bws_functions.php:231
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
- #: bws_functions.php:233
104
- #: bws_functions.php:365
105
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
106
  msgstr ""
107
 
108
- #: bws_functions.php:235
109
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
110
  msgstr ""
111
 
112
- #: bws_functions.php:237
113
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
114
  msgstr ""
115
 
116
- #: bws_functions.php:248
117
- #: bws_functions.php:270
118
- #: bws_functions.php:292
119
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
- #: bws_functions.php:260
123
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:266
127
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
128
  msgstr ""
129
 
130
- #: bws_functions.php:273
131
  msgid "UploadDir is not writable. Please, upload the plugin manually"
132
  msgstr ""
133
 
134
- #: bws_functions.php:296
135
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
136
  msgstr ""
137
 
138
- #: bws_functions.php:321
139
  msgid "Please, enter Your license key"
140
  msgstr ""
141
 
142
- #: bws_functions.php:338
143
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
144
  msgstr ""
145
 
146
- #: bws_functions.php:340
147
- #: bws_functions.php:422
148
  msgid "Please, go to"
149
  msgstr ""
150
 
151
- #: bws_functions.php:340
152
- #: bws_functions.php:422
153
  msgid "the setting page"
154
  msgstr ""
155
 
156
- #: bws_functions.php:341
157
- #: bws_functions.php:423
158
  msgid "You will be redirected automatically in 5 seconds."
159
  msgstr ""
160
 
161
- #: bws_functions.php:346
162
  msgid "You can download and activate"
163
  msgstr ""
164
 
165
- #: bws_functions.php:348
166
  msgid "version of this plugin by entering Your license key."
167
  msgstr ""
168
 
169
- #: bws_functions.php:350
170
- #: bws_functions.php:391
171
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
172
  msgstr ""
173
 
174
- #: bws_functions.php:352
175
- #: bws_functions.php:393
176
  msgid "(your username is the email you specify when purchasing the product)."
177
  msgstr ""
178
 
179
  # @ captcha
180
- #: bws_functions.php:356
 
181
  #, fuzzy
182
  msgid "or"
183
  msgstr "quattro"
184
 
185
- #: bws_functions.php:356
186
  #, php-format
187
  msgid "Start Your Free %s-Day Trial Now"
188
  msgstr ""
189
 
190
  # @ bestwebsoft
191
- #: bws_functions.php:362
192
- #: bws_functions.php:371
193
- #: bws_functions.php:401
194
- #: bws_functions.php:409
195
- #: bws_menu.php:657
196
- #: bws_menu.php:714
197
  #, fuzzy
198
  msgid "Activate"
199
  msgstr "Plugin attivi"
200
 
201
- #: bws_functions.php:388
202
- #: bws_functions.php:481
203
  #, php-format
204
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
205
  msgstr ""
206
 
207
- #: bws_functions.php:389
208
  msgid "After that you can activate it by entering your license key."
209
  msgstr ""
210
 
211
- #: bws_functions.php:403
212
  msgid "Unfortunately, you have exceeded the number of available tries per day."
213
  msgstr ""
214
 
215
- #: bws_functions.php:420
216
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
217
  msgstr ""
218
 
219
- #: bws_functions.php:461
220
  msgid "Wrong license key."
221
  msgstr ""
222
 
223
- #: bws_functions.php:463
224
  msgid "This license key is bind to another site."
225
  msgstr ""
226
 
227
- #: bws_functions.php:465
228
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
229
  msgstr ""
230
 
231
- #: bws_functions.php:467
232
  msgid "Unfortunately, you have exceeded the number of available tries."
233
  msgstr ""
234
 
235
- #: bws_functions.php:469
236
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
237
  msgstr ""
238
 
239
- #: bws_functions.php:473
240
- msgid "The PRO Trial license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:475
244
  msgid "The license key is valid."
245
  msgstr ""
246
 
247
- #: bws_functions.php:478
248
  msgid "Your license will expire on"
249
  msgstr ""
250
 
251
- #: bws_functions.php:511
252
  msgid "Please, enter your license key"
253
  msgstr ""
254
 
255
- #: bws_functions.php:524
256
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
257
  msgstr ""
258
 
259
- #: bws_functions.php:524
260
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
261
  msgstr ""
262
 
263
- #: bws_functions.php:528
264
  msgid "Check license key"
265
  msgstr ""
266
 
267
- #: bws_functions.php:542
268
  msgid "WARNING: Illegal use notification"
269
  msgstr ""
270
 
271
- #: bws_functions.php:542
272
  msgid "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."
273
  msgstr ""
274
 
275
- #: bws_functions.php:550
276
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
277
  msgstr ""
278
 
279
- #: bws_functions.php:552
280
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
281
  msgstr ""
282
 
283
  # @ bestwebsoft
284
- #: bws_functions.php:552
285
- #: bws_functions.php:605
286
- #: bws_menu.php:633
287
- #: bws_menu.php:655
288
- #: bws_menu.php:682
289
- #: bws_menu.php:712
290
- #: bws_menu.php:758
291
  #, fuzzy
292
  msgid "Learn more"
293
  msgstr "Leggi tutto"
294
 
295
- #: bws_functions.php:562
296
  #, php-format
297
- msgid "Notice: You are using the PRO Trial license of %s plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:564
301
- msgid "Notice: You are using the PRO Trial license of plugin."
302
  msgstr ""
303
 
304
- #: bws_functions.php:567
305
- msgid "The PRO Trial license will expire on"
306
  msgstr ""
307
 
308
- #: bws_functions.php:605
309
  msgid "You license for"
310
  msgstr ""
311
 
312
- #: bws_functions.php:605
313
  msgid "expires on"
314
  msgstr ""
315
 
316
- #: bws_functions.php:605
317
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
318
  msgstr ""
319
 
320
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "Close"
322
  msgstr ""
323
 
324
- #: bws_functions.php:771
325
- #: bws_functions.php:784
326
  msgid "Restore all plugin settings to defaults"
327
  msgstr ""
328
 
329
- #: bws_functions.php:773
330
- #: bws_functions.php:786
331
  msgid "Restore settings"
332
  msgstr ""
333
 
334
- #: bws_functions.php:797
335
  msgid "Are you sure you want to restore all settings by default?"
336
  msgstr ""
337
 
338
- #: bws_functions.php:799
339
  msgid "Yes, restore all settings"
340
  msgstr ""
341
 
342
- #: bws_functions.php:800
343
  msgid "No, go back to the settings page"
344
  msgstr ""
345
 
346
  # @ bestwebsoft
347
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  msgid "Not set"
349
  msgstr "Non impostato"
350
 
351
  # @ bestwebsoft
352
- #: bws_menu.php:472
353
- #: bws_menu.php:473
354
  msgid "On"
355
  msgstr "Abilitato"
356
 
357
  # @ bestwebsoft
358
- #: bws_menu.php:472
359
- #: bws_menu.php:473
360
  msgid "Off"
361
  msgstr "Disabilitato"
362
 
363
  # @ bestwebsoft
364
- #: bws_menu.php:474
365
- #: bws_menu.php:475
366
- #: bws_menu.php:476
367
- #: bws_menu.php:477
368
- #: bws_menu.php:478
369
- #: bws_menu.php:490
370
  msgid "N/A"
371
  msgstr "Non disponibile"
372
 
373
  # @ bestwebsoft
374
- #: bws_menu.php:478
375
  msgid " Mb"
376
  msgstr "Mb"
377
 
378
  # @ bestwebsoft
379
- #: bws_menu.php:479
380
- #: bws_menu.php:480
381
- #: bws_menu.php:481
382
- #: bws_menu.php:486
383
  msgid "Yes"
384
  msgstr "Sì"
385
 
386
  # @ bestwebsoft
387
- #: bws_menu.php:479
388
- #: bws_menu.php:480
389
- #: bws_menu.php:481
390
- #: bws_menu.php:488
391
  msgid "No"
392
  msgstr "No"
393
 
394
  # @ bestwebsoft
395
- #: bws_menu.php:498
396
  msgid "Operating System"
397
  msgstr "Sistema operativo"
398
 
399
  # @ bestwebsoft
400
- #: bws_menu.php:499
401
  msgid "Server"
402
  msgstr "Server"
403
 
404
  # @ bestwebsoft
405
- #: bws_menu.php:500
406
  msgid "Memory usage"
407
  msgstr "Utilizzo memoria"
408
 
409
  # @ bestwebsoft
410
- #: bws_menu.php:501
411
  msgid "MYSQL Version"
412
  msgstr "Versione MYSQL"
413
 
414
  # @ bestwebsoft
415
- #: bws_menu.php:502
416
  msgid "SQL Mode"
417
  msgstr "Modalità SQL"
418
 
419
  # @ bestwebsoft
420
- #: bws_menu.php:503
421
  msgid "PHP Version"
422
  msgstr "Versione PHP"
423
 
424
  # @ bestwebsoft
425
- #: bws_menu.php:504
426
  msgid "PHP Safe Mode"
427
  msgstr "Safe Mode PHP"
428
 
429
  # @ bestwebsoft
430
- #: bws_menu.php:505
431
  msgid "PHP Allow URL fopen"
432
  msgstr "Consenti URL fopen PHP"
433
 
434
  # @ bestwebsoft
435
- #: bws_menu.php:506
436
  msgid "PHP Memory Limit"
437
  msgstr "Limite di memoria PHP"
438
 
439
  # @ bestwebsoft
440
- #: bws_menu.php:507
441
  msgid "PHP Max Upload Size"
442
  msgstr "Dimensione upload massima PHP"
443
 
444
  # @ bestwebsoft
445
- #: bws_menu.php:508
446
  msgid "PHP Max Post Size"
447
  msgstr "Dimensione massima Post PHP"
448
 
449
  # @ bestwebsoft
450
- #: bws_menu.php:509
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Tempo massimo di esecuzione PHP"
453
 
454
  # @ bestwebsoft
455
- #: bws_menu.php:510
456
  msgid "PHP Exif support"
457
  msgstr "Supporto Exif PHP"
458
 
459
  # @ bestwebsoft
460
- #: bws_menu.php:511
461
  msgid "PHP IPTC support"
462
  msgstr "Supporto IPTC PHP"
463
 
464
  # @ bestwebsoft
465
- #: bws_menu.php:512
466
  msgid "PHP XML support"
467
  msgstr "Supporto XML PHP"
468
 
469
  # @ bestwebsoft
470
- #: bws_menu.php:513
471
  msgid "Site URL"
472
  msgstr "URL sito"
473
 
474
  # @ bestwebsoft
475
- #: bws_menu.php:514
476
  msgid "Home URL"
477
  msgstr "URL home"
478
 
479
  # @ bestwebsoft
480
- #: bws_menu.php:517
481
  msgid "WordPress Version"
482
  msgstr "Versione WordPress"
483
 
484
  # @ bestwebsoft
485
- #: bws_menu.php:518
486
  msgid "WordPress DB Version"
487
  msgstr "Versione DB WordPress"
488
 
489
  # @ bestwebsoft
490
- #: bws_menu.php:519
491
  msgid "Multisite"
492
  msgstr "Multisito"
493
 
494
  # @ bestwebsoft
495
- #: bws_menu.php:520
496
  msgid "Active Theme"
497
  msgstr "Tema attivo"
498
 
499
  # @ bestwebsoft
500
- #: bws_menu.php:535
501
  msgid "Please enter a valid email address."
502
  msgstr "Per favore inserisci un indirizzo e-mail valido."
503
 
504
  # @ bestwebsoft
505
- #: bws_menu.php:539
506
  msgid "Email with system info is sent to "
507
  msgstr "Email con informazioni di sistema spedita a "
508
 
509
  # @ bestwebsoft
510
- #: bws_menu.php:543
511
  msgid "Thank you for contacting us."
512
  msgstr "Grazie per averci contattato."
513
 
514
  # @ bestwebsoft
515
- #: bws_menu.php:576
516
  msgid "Sorry, email message could not be delivered."
517
  msgstr "Spiacenti, il messaggio email non può essere inviato."
518
 
519
- #: bws_menu.php:584
520
  msgid "Need help?"
521
  msgstr ""
522
 
523
- #: bws_menu.php:585
524
  msgid "Client area"
525
  msgstr ""
526
 
527
  # @ bestwebsoft
528
- #: bws_menu.php:586
529
- #: bws_menu.php:897
530
  msgid "System status"
531
  msgstr "Stato sistema"
532
 
533
  # @ bestwebsoft
534
- #: bws_menu.php:591
535
  #, fuzzy
536
  msgid "Plugins"
537
  msgstr "Plugin Pro"
538
 
539
- #: bws_menu.php:593
540
  msgid "Themes"
541
  msgstr ""
542
 
543
- #: bws_menu.php:598
544
  msgid "All"
545
  msgstr ""
546
 
547
  # @ default
548
- #: bws_menu.php:599
549
  #, fuzzy
550
  msgid "Installed"
551
  msgstr "Installa %s"
552
 
553
  # @ bestwebsoft
554
- #: bws_menu.php:600
555
  #, fuzzy
556
  msgid "Recommended"
557
  msgstr "Plugin raccomandati"
558
 
559
  # @ bestwebsoft
560
- #: bws_menu.php:604
561
  msgid "Installed plugins"
562
  msgstr "Plugin installati"
563
 
564
  # @ bestwebsoft
565
  # @ captcha
566
- #: bws_menu.php:636
567
- #: bws_menu.php:685
568
  msgid "Settings"
569
  msgstr "Impostazioni"
570
 
571
  # @ bestwebsoft
572
- #: bws_menu.php:657
573
- #: bws_menu.php:714
574
  #, fuzzy
575
  msgid "Activate this plugin"
576
  msgstr "Plugin attivi"
577
 
578
- #: bws_menu.php:672
579
- #: bws_menu.php:702
580
- #: bws_menu.php:748
581
  msgid "Go"
582
  msgstr ""
583
 
584
- #: bws_menu.php:676
585
- #: bws_menu.php:706
586
- #: bws_menu.php:752
587
  msgid "DONATE"
588
  msgstr ""
589
 
590
  # @ bestwebsoft
591
- #: bws_menu.php:722
592
  msgid "Recommended plugins"
593
  msgstr "Plugin raccomandati"
594
 
595
  # @ default
596
- #: bws_menu.php:760
597
  #, fuzzy
598
  msgid "Install now"
599
  msgstr "Installa %s"
600
 
601
- #: bws_menu.php:781
602
  msgid "Try again"
603
  msgstr ""
604
 
605
- #: bws_menu.php:799
606
  #, php-format
607
  msgid "Preview &#8220;%s&#8221;"
608
  msgstr ""
609
 
610
  # @ default
611
- #: bws_menu.php:830
612
  #, php-format
613
  msgid "Install %s"
614
  msgstr "Installa %s"
615
 
616
  # @ default
617
- #: bws_menu.php:830
618
  #, fuzzy
619
  msgid "Install Now"
620
  msgstr "Installa %s"
621
 
622
- #: bws_menu.php:833
623
  #, php-format
624
  msgid "Update to version %s"
625
  msgstr ""
626
 
627
- #: bws_menu.php:833
628
  msgid "Update"
629
  msgstr ""
630
 
631
- #: bws_menu.php:840
632
  #, php-format
633
  msgid "Preview %s"
634
  msgstr ""
635
 
636
- #: bws_menu.php:840
637
  msgid "Preview"
638
  msgstr ""
639
 
640
- #: bws_menu.php:846
641
- #: bws_menu.php:878
642
  #, php-format
643
  msgid "By %s"
644
  msgstr ""
645
 
646
- #: bws_menu.php:852
647
  msgid "Details"
648
  msgstr ""
649
 
650
  # @ default
651
- #: bws_menu.php:884
652
  #, fuzzy
653
  msgid "Already Installed"
654
  msgstr "Installa %s"
655
 
656
  # @ bestwebsoft
657
- #: bws_menu.php:900
658
  msgid "Environment"
659
  msgstr "Ambiente"
660
 
661
  # @ bestwebsoft
662
- #: bws_menu.php:911
663
  msgid "Active Plugins"
664
  msgstr "Plugin attivi"
665
 
666
  # @ bestwebsoft
667
- #: bws_menu.php:924
668
  msgid "Inactive Plugins"
669
  msgstr "Plugin inattivi"
670
 
671
  # @ bestwebsoft
672
- #: bws_menu.php:940
673
  msgid "Send to support"
674
  msgstr "Invia al supporto"
675
 
676
  # @ bestwebsoft
677
- #: bws_menu.php:947
678
  msgid "Send to custom email &#187;"
679
  msgstr "Invia a una email personalizzata &#187;"
680
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:29
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:31
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
+ #: bws_functions.php:32
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ bestwebsoft
34
+ #: bws_functions.php:34
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugin Pro"
38
 
39
+ #: bws_functions.php:91
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
  # @ captcha
44
+ #: bws_functions.php:91
45
  #, fuzzy
46
  msgid "to"
47
  msgstr "due"
48
 
49
  # @ bestwebsoft
50
+ #: bws_functions.php:91
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "Versione PHP"
54
 
55
+ #: bws_functions.php:92
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ bestwebsoft
60
+ #: bws_functions.php:95
61
+ #: bws_functions.php:492
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Leggi tutto"
65
 
66
+ #: bws_functions.php:112
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
  # @ bestwebsoft
71
+ #: bws_functions.php:113
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "Plugin attivi"
75
 
76
  # @ bestwebsoft
77
+ #: bws_functions.php:116
78
  #, fuzzy
79
  msgid "If there is something wrong about it, please contact us"
80
  msgstr "Se hai domande, contattaci tramite"
81
 
82
+ #: bws_functions.php:133
83
+ #: bws_functions.php:169
84
  msgid "Wrong license key"
85
  msgstr ""
86
 
87
+ #: bws_functions.php:163
88
+ #: bws_functions.php:405
89
+ #: bws_functions.php:456
90
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
91
  msgstr ""
92
 
93
+ #: bws_functions.php:163
94
+ #: bws_functions.php:405
95
+ #: bws_functions.php:456
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
+ #: bws_functions.php:171
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
+ #: bws_functions.php:173
104
+ #: bws_functions.php:315
105
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
106
  msgstr ""
107
 
108
+ #: bws_functions.php:175
109
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
110
  msgstr ""
111
 
112
+ #: bws_functions.php:177
113
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
114
  msgstr ""
115
 
116
+ #: bws_functions.php:198
117
+ #: bws_functions.php:220
118
+ #: bws_functions.php:242
119
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:210
123
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:216
127
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
128
  msgstr ""
129
 
130
+ #: bws_functions.php:223
131
  msgid "UploadDir is not writable. Please, upload the plugin manually"
132
  msgstr ""
133
 
134
+ #: bws_functions.php:246
135
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
136
  msgstr ""
137
 
138
+ #: bws_functions.php:271
139
  msgid "Please, enter Your license key"
140
  msgstr ""
141
 
142
+ #: bws_functions.php:288
143
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
144
  msgstr ""
145
 
146
+ #: bws_functions.php:290
147
+ #: bws_functions.php:372
148
  msgid "Please, go to"
149
  msgstr ""
150
 
151
+ #: bws_functions.php:290
152
+ #: bws_functions.php:372
153
  msgid "the setting page"
154
  msgstr ""
155
 
156
+ #: bws_functions.php:291
157
+ #: bws_functions.php:373
158
  msgid "You will be redirected automatically in 5 seconds."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:296
162
  msgid "You can download and activate"
163
  msgstr ""
164
 
165
+ #: bws_functions.php:298
166
  msgid "version of this plugin by entering Your license key."
167
  msgstr ""
168
 
169
+ #: bws_functions.php:300
170
+ #: bws_functions.php:341
171
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
172
  msgstr ""
173
 
174
+ #: bws_functions.php:302
175
+ #: bws_functions.php:343
176
  msgid "(your username is the email you specify when purchasing the product)."
177
  msgstr ""
178
 
179
  # @ captcha
180
+ #: bws_functions.php:306
181
+ #: bws_functions.php:609
182
  #, fuzzy
183
  msgid "or"
184
  msgstr "quattro"
185
 
186
+ #: bws_functions.php:306
187
  #, php-format
188
  msgid "Start Your Free %s-Day Trial Now"
189
  msgstr ""
190
 
191
  # @ bestwebsoft
192
+ #: bws_functions.php:312
193
+ #: bws_functions.php:321
194
+ #: bws_functions.php:351
195
+ #: bws_functions.php:359
196
+ #: bws_menu.php:685
197
+ #: bws_menu.php:742
198
  #, fuzzy
199
  msgid "Activate"
200
  msgstr "Plugin attivi"
201
 
202
+ #: bws_functions.php:338
203
+ #: bws_functions.php:431
204
  #, php-format
205
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
206
  msgstr ""
207
 
208
+ #: bws_functions.php:339
209
  msgid "After that you can activate it by entering your license key."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:353
213
  msgid "Unfortunately, you have exceeded the number of available tries per day."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:370
217
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:411
221
  msgid "Wrong license key."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:413
225
  msgid "This license key is bind to another site."
226
  msgstr ""
227
 
228
+ #: bws_functions.php:415
229
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:417
233
  msgid "Unfortunately, you have exceeded the number of available tries."
234
  msgstr ""
235
 
236
+ #: bws_functions.php:419
237
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
238
  msgstr ""
239
 
240
+ #: bws_functions.php:423
241
+ msgid "The Pro Trial license key is valid."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:425
245
  msgid "The license key is valid."
246
  msgstr ""
247
 
248
+ #: bws_functions.php:428
249
  msgid "Your license will expire on"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:461
253
  msgid "Please, enter your license key"
254
  msgstr ""
255
 
256
+ #: bws_functions.php:474
257
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
258
  msgstr ""
259
 
260
+ #: bws_functions.php:474
261
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
262
  msgstr ""
263
 
264
+ #: bws_functions.php:478
265
  msgid "Check license key"
266
  msgstr ""
267
 
268
+ #: bws_functions.php:492
269
  msgid "WARNING: Illegal use notification"
270
  msgstr ""
271
 
272
+ #: bws_functions.php:492
273
  msgid "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."
274
  msgstr ""
275
 
276
+ #: bws_functions.php:500
277
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
278
  msgstr ""
279
 
280
+ #: bws_functions.php:502
281
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
282
  msgstr ""
283
 
284
  # @ bestwebsoft
285
+ #: bws_functions.php:502
286
+ #: bws_functions.php:555
287
+ #: bws_menu.php:661
288
+ #: bws_menu.php:683
289
+ #: bws_menu.php:710
290
+ #: bws_menu.php:740
291
+ #: bws_menu.php:786
292
  #, fuzzy
293
  msgid "Learn more"
294
  msgstr "Leggi tutto"
295
 
296
+ #: bws_functions.php:512
297
  #, php-format
298
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
299
  msgstr ""
300
 
301
+ #: bws_functions.php:514
302
+ msgid "Notice: You are using the Pro Trial license of plugin."
303
  msgstr ""
304
 
305
+ #: bws_functions.php:517
306
+ msgid "The Pro Trial license will expire on"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:555
310
  msgid "You license for"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:555
314
  msgid "expires on"
315
  msgstr ""
316
 
317
+ #: bws_functions.php:555
318
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
319
  msgstr ""
320
 
321
+ # @ bestwebsoft
322
+ #: bws_functions.php:605
323
+ #, fuzzy
324
+ msgid "Thank you for installing"
325
+ msgstr "Grazie per averci contattato."
326
+
327
+ #: bws_functions.php:606
328
+ msgid "Let's get started"
329
+ msgstr ""
330
+
331
+ # @ bestwebsoft
332
+ # @ captcha
333
+ #: bws_functions.php:607
334
+ #, fuzzy
335
+ msgid "Configure Settings"
336
+ msgstr "Impostazioni"
337
+
338
+ #: bws_functions.php:610
339
+ msgid "Add New"
340
+ msgstr ""
341
+
342
+ #: bws_functions.php:614
343
+ msgid "Close notice"
344
+ msgstr ""
345
+
346
+ #: bws_functions.php:667
347
+ msgid "Add BWS shortcode"
348
+ msgstr ""
349
+
350
+ #: bws_functions.php:711
351
  msgid "Close"
352
  msgstr ""
353
 
354
+ #: bws_functions.php:802
 
355
  msgid "Restore all plugin settings to defaults"
356
  msgstr ""
357
 
358
+ #: bws_functions.php:804
 
359
  msgid "Restore settings"
360
  msgstr ""
361
 
362
+ #: bws_functions.php:815
363
  msgid "Are you sure you want to restore all settings by default?"
364
  msgstr ""
365
 
366
+ #: bws_functions.php:818
367
  msgid "Yes, restore all settings"
368
  msgstr ""
369
 
370
+ #: bws_functions.php:819
371
  msgid "No, go back to the settings page"
372
  msgstr ""
373
 
374
  # @ bestwebsoft
375
+ #: bws_functions.php:863
376
+ #, fuzzy
377
+ msgid "Plugin"
378
+ msgstr "Plugin Pro"
379
+
380
+ # @ bestwebsoft
381
+ # @ captcha
382
+ #: bws_functions.php:872
383
+ #, fuzzy
384
+ msgid "Shortcode settings"
385
+ msgstr "Impostazioni"
386
+
387
+ #: bws_functions.php:877
388
+ msgid "The shortcode will be inserted"
389
+ msgstr ""
390
+
391
+ #: bws_functions.php:882
392
+ msgid "Insert"
393
+ msgstr ""
394
+
395
+ # @ bestwebsoft
396
+ #: bws_menu.php:498
397
  msgid "Not set"
398
  msgstr "Non impostato"
399
 
400
  # @ bestwebsoft
401
+ #: bws_menu.php:500
402
+ #: bws_menu.php:501
403
  msgid "On"
404
  msgstr "Abilitato"
405
 
406
  # @ bestwebsoft
407
+ #: bws_menu.php:500
408
+ #: bws_menu.php:501
409
  msgid "Off"
410
  msgstr "Disabilitato"
411
 
412
  # @ bestwebsoft
413
+ #: bws_menu.php:502
414
+ #: bws_menu.php:503
415
+ #: bws_menu.php:504
416
+ #: bws_menu.php:505
417
+ #: bws_menu.php:506
418
+ #: bws_menu.php:518
419
  msgid "N/A"
420
  msgstr "Non disponibile"
421
 
422
  # @ bestwebsoft
423
+ #: bws_menu.php:506
424
  msgid " Mb"
425
  msgstr "Mb"
426
 
427
  # @ bestwebsoft
428
+ #: bws_menu.php:507
429
+ #: bws_menu.php:508
430
+ #: bws_menu.php:509
431
+ #: bws_menu.php:514
432
  msgid "Yes"
433
  msgstr "Sì"
434
 
435
  # @ bestwebsoft
436
+ #: bws_menu.php:507
437
+ #: bws_menu.php:508
438
+ #: bws_menu.php:509
439
+ #: bws_menu.php:516
440
  msgid "No"
441
  msgstr "No"
442
 
443
  # @ bestwebsoft
444
+ #: bws_menu.php:526
445
  msgid "Operating System"
446
  msgstr "Sistema operativo"
447
 
448
  # @ bestwebsoft
449
+ #: bws_menu.php:527
450
  msgid "Server"
451
  msgstr "Server"
452
 
453
  # @ bestwebsoft
454
+ #: bws_menu.php:528
455
  msgid "Memory usage"
456
  msgstr "Utilizzo memoria"
457
 
458
  # @ bestwebsoft
459
+ #: bws_menu.php:529
460
  msgid "MYSQL Version"
461
  msgstr "Versione MYSQL"
462
 
463
  # @ bestwebsoft
464
+ #: bws_menu.php:530
465
  msgid "SQL Mode"
466
  msgstr "Modalità SQL"
467
 
468
  # @ bestwebsoft
469
+ #: bws_menu.php:531
470
  msgid "PHP Version"
471
  msgstr "Versione PHP"
472
 
473
  # @ bestwebsoft
474
+ #: bws_menu.php:532
475
  msgid "PHP Safe Mode"
476
  msgstr "Safe Mode PHP"
477
 
478
  # @ bestwebsoft
479
+ #: bws_menu.php:533
480
  msgid "PHP Allow URL fopen"
481
  msgstr "Consenti URL fopen PHP"
482
 
483
  # @ bestwebsoft
484
+ #: bws_menu.php:534
485
  msgid "PHP Memory Limit"
486
  msgstr "Limite di memoria PHP"
487
 
488
  # @ bestwebsoft
489
+ #: bws_menu.php:535
490
  msgid "PHP Max Upload Size"
491
  msgstr "Dimensione upload massima PHP"
492
 
493
  # @ bestwebsoft
494
+ #: bws_menu.php:536
495
  msgid "PHP Max Post Size"
496
  msgstr "Dimensione massima Post PHP"
497
 
498
  # @ bestwebsoft
499
+ #: bws_menu.php:537
500
  msgid "PHP Max Script Execute Time"
501
  msgstr "Tempo massimo di esecuzione PHP"
502
 
503
  # @ bestwebsoft
504
+ #: bws_menu.php:538
505
  msgid "PHP Exif support"
506
  msgstr "Supporto Exif PHP"
507
 
508
  # @ bestwebsoft
509
+ #: bws_menu.php:539
510
  msgid "PHP IPTC support"
511
  msgstr "Supporto IPTC PHP"
512
 
513
  # @ bestwebsoft
514
+ #: bws_menu.php:540
515
  msgid "PHP XML support"
516
  msgstr "Supporto XML PHP"
517
 
518
  # @ bestwebsoft
519
+ #: bws_menu.php:541
520
  msgid "Site URL"
521
  msgstr "URL sito"
522
 
523
  # @ bestwebsoft
524
+ #: bws_menu.php:542
525
  msgid "Home URL"
526
  msgstr "URL home"
527
 
528
  # @ bestwebsoft
529
+ #: bws_menu.php:545
530
  msgid "WordPress Version"
531
  msgstr "Versione WordPress"
532
 
533
  # @ bestwebsoft
534
+ #: bws_menu.php:546
535
  msgid "WordPress DB Version"
536
  msgstr "Versione DB WordPress"
537
 
538
  # @ bestwebsoft
539
+ #: bws_menu.php:547
540
  msgid "Multisite"
541
  msgstr "Multisito"
542
 
543
  # @ bestwebsoft
544
+ #: bws_menu.php:548
545
  msgid "Active Theme"
546
  msgstr "Tema attivo"
547
 
548
  # @ bestwebsoft
549
+ #: bws_menu.php:563
550
  msgid "Please enter a valid email address."
551
  msgstr "Per favore inserisci un indirizzo e-mail valido."
552
 
553
  # @ bestwebsoft
554
+ #: bws_menu.php:567
555
  msgid "Email with system info is sent to "
556
  msgstr "Email con informazioni di sistema spedita a "
557
 
558
  # @ bestwebsoft
559
+ #: bws_menu.php:571
560
  msgid "Thank you for contacting us."
561
  msgstr "Grazie per averci contattato."
562
 
563
  # @ bestwebsoft
564
+ #: bws_menu.php:604
565
  msgid "Sorry, email message could not be delivered."
566
  msgstr "Spiacenti, il messaggio email non può essere inviato."
567
 
568
+ #: bws_menu.php:612
569
  msgid "Need help?"
570
  msgstr ""
571
 
572
+ #: bws_menu.php:613
573
  msgid "Client area"
574
  msgstr ""
575
 
576
  # @ bestwebsoft
577
+ #: bws_menu.php:614
578
+ #: bws_menu.php:925
579
  msgid "System status"
580
  msgstr "Stato sistema"
581
 
582
  # @ bestwebsoft
583
+ #: bws_menu.php:619
584
  #, fuzzy
585
  msgid "Plugins"
586
  msgstr "Plugin Pro"
587
 
588
+ #: bws_menu.php:621
589
  msgid "Themes"
590
  msgstr ""
591
 
592
+ #: bws_menu.php:626
593
  msgid "All"
594
  msgstr ""
595
 
596
  # @ default
597
+ #: bws_menu.php:627
598
  #, fuzzy
599
  msgid "Installed"
600
  msgstr "Installa %s"
601
 
602
  # @ bestwebsoft
603
+ #: bws_menu.php:628
604
  #, fuzzy
605
  msgid "Recommended"
606
  msgstr "Plugin raccomandati"
607
 
608
  # @ bestwebsoft
609
+ #: bws_menu.php:632
610
  msgid "Installed plugins"
611
  msgstr "Plugin installati"
612
 
613
  # @ bestwebsoft
614
  # @ captcha
615
+ #: bws_menu.php:664
616
+ #: bws_menu.php:713
617
  msgid "Settings"
618
  msgstr "Impostazioni"
619
 
620
  # @ bestwebsoft
621
+ #: bws_menu.php:685
622
+ #: bws_menu.php:742
623
  #, fuzzy
624
  msgid "Activate this plugin"
625
  msgstr "Plugin attivi"
626
 
627
+ #: bws_menu.php:700
628
+ #: bws_menu.php:730
629
+ #: bws_menu.php:776
630
  msgid "Go"
631
  msgstr ""
632
 
633
+ #: bws_menu.php:704
634
+ #: bws_menu.php:734
635
+ #: bws_menu.php:780
636
  msgid "DONATE"
637
  msgstr ""
638
 
639
  # @ bestwebsoft
640
+ #: bws_menu.php:750
641
  msgid "Recommended plugins"
642
  msgstr "Plugin raccomandati"
643
 
644
  # @ default
645
+ #: bws_menu.php:788
646
  #, fuzzy
647
  msgid "Install now"
648
  msgstr "Installa %s"
649
 
650
+ #: bws_menu.php:809
651
  msgid "Try again"
652
  msgstr ""
653
 
654
+ #: bws_menu.php:827
655
  #, php-format
656
  msgid "Preview &#8220;%s&#8221;"
657
  msgstr ""
658
 
659
  # @ default
660
+ #: bws_menu.php:858
661
  #, php-format
662
  msgid "Install %s"
663
  msgstr "Installa %s"
664
 
665
  # @ default
666
+ #: bws_menu.php:858
667
  #, fuzzy
668
  msgid "Install Now"
669
  msgstr "Installa %s"
670
 
671
+ #: bws_menu.php:861
672
  #, php-format
673
  msgid "Update to version %s"
674
  msgstr ""
675
 
676
+ #: bws_menu.php:861
677
  msgid "Update"
678
  msgstr ""
679
 
680
+ #: bws_menu.php:868
681
  #, php-format
682
  msgid "Preview %s"
683
  msgstr ""
684
 
685
+ #: bws_menu.php:868
686
  msgid "Preview"
687
  msgstr ""
688
 
689
+ #: bws_menu.php:874
690
+ #: bws_menu.php:906
691
  #, php-format
692
  msgid "By %s"
693
  msgstr ""
694
 
695
+ #: bws_menu.php:880
696
  msgid "Details"
697
  msgstr ""
698
 
699
  # @ default
700
+ #: bws_menu.php:912
701
  #, fuzzy
702
  msgid "Already Installed"
703
  msgstr "Installa %s"
704
 
705
  # @ bestwebsoft
706
+ #: bws_menu.php:928
707
  msgid "Environment"
708
  msgstr "Ambiente"
709
 
710
  # @ bestwebsoft
711
+ #: bws_menu.php:939
712
  msgid "Active Plugins"
713
  msgstr "Plugin attivi"
714
 
715
  # @ bestwebsoft
716
+ #: bws_menu.php:952
717
  msgid "Inactive Plugins"
718
  msgstr "Plugin inattivi"
719
 
720
  # @ bestwebsoft
721
+ #: bws_menu.php:968
722
  msgid "Send to support"
723
  msgstr "Invia al supporto"
724
 
725
  # @ bestwebsoft
726
+ #: bws_menu.php:975
727
  msgid "Send to custom email &#187;"
728
  msgstr "Invia a una email personalizzata &#187;"
729
 
bws_menu/languages/bestwebsoft-ja.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ja.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: 2015-06-12 15:57+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:57+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,608 +16,652 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  #, fuzzy
21
  msgid "requires"
22
  msgstr "必須フィールド"
23
 
24
- #: bws_functions.php:91
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
- #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
- #: bws_functions.php:94
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro Plugins"
36
 
37
- #: bws_functions.php:151
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
- #: bws_functions.php:151
42
  msgid "to"
43
  msgstr ""
44
 
45
- #: bws_functions.php:151
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP バージョン"
49
 
50
- #: bws_functions.php:152
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
- #: bws_functions.php:155
55
- #: bws_functions.php:542
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "もっと読む"
59
 
60
- #: bws_functions.php:172
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
- #: bws_functions.php:173
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "有効なプラグイン"
68
 
69
- #: bws_functions.php:176
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
73
 
74
- #: bws_functions.php:193
75
- #: bws_functions.php:229
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
- #: bws_functions.php:231
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
- #: bws_functions.php:233
96
- #: bws_functions.php:365
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
- #: bws_functions.php:235
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
- #: bws_functions.php:237
105
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
106
  msgstr ""
107
 
108
- #: bws_functions.php:248
109
- #: bws_functions.php:270
110
- #: bws_functions.php:292
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
- #: bws_functions.php:260
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
- #: bws_functions.php:266
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
- #: bws_functions.php:273
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:296
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
- #: bws_functions.php:321
131
  #, fuzzy
132
  msgid "Please, enter Your license key"
133
  msgstr "メッセージを入力して下さい..."
134
 
135
- #: bws_functions.php:338
136
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
- #: bws_functions.php:340
140
- #: bws_functions.php:422
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "追加設定"
149
 
150
- #: bws_functions.php:341
151
- #: bws_functions.php:423
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
- #: bws_functions.php:346
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
- #: bws_functions.php:348
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
- #: bws_functions.php:350
164
- #: bws_functions.php:391
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
- #: bws_functions.php:352
169
- #: bws_functions.php:393
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
- #: bws_functions.php:356
 
174
  msgid "or"
175
  msgstr "又は"
176
 
177
- #: bws_functions.php:356
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
- #: bws_functions.php:362
183
- #: bws_functions.php:371
184
- #: bws_functions.php:401
185
- #: bws_functions.php:409
186
- #: bws_menu.php:657
187
- #: bws_menu.php:714
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "有効なcaptcha"
191
 
192
- #: bws_functions.php:388
193
- #: bws_functions.php:481
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
- #: bws_functions.php:389
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
- #: bws_functions.php:403
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
- #: bws_functions.php:420
207
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
- #: bws_functions.php:461
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
- #: bws_functions.php:463
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
- #: bws_functions.php:465
219
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
220
  msgstr ""
221
 
222
- #: bws_functions.php:467
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
- #: bws_functions.php:469
227
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
228
  msgstr ""
229
 
230
- #: bws_functions.php:473
231
- msgid "The PRO Trial license key is valid."
232
  msgstr ""
233
 
234
- #: bws_functions.php:475
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
- #: bws_functions.php:478
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
- #: bws_functions.php:511
243
  #, fuzzy
244
  msgid "Please, enter your license key"
245
  msgstr "メッセージを入力して下さい..."
246
 
247
- #: bws_functions.php:524
248
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
249
  msgstr ""
250
 
251
- #: bws_functions.php:524
252
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
253
  msgstr ""
254
 
255
- #: bws_functions.php:528
256
  msgid "Check license key"
257
  msgstr ""
258
 
259
- #: bws_functions.php:542
260
  msgid "WARNING: Illegal use notification"
261
  msgstr ""
262
 
263
- #: bws_functions.php:542
264
  msgid "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."
265
  msgstr ""
266
 
267
- #: bws_functions.php:550
268
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
269
  msgstr ""
270
 
271
- #: bws_functions.php:552
272
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
273
  msgstr ""
274
 
275
- #: bws_functions.php:552
276
- #: bws_functions.php:605
277
- #: bws_menu.php:633
278
- #: bws_menu.php:655
279
- #: bws_menu.php:682
280
- #: bws_menu.php:712
281
- #: bws_menu.php:758
282
  #, fuzzy
283
  msgid "Learn more"
284
  msgstr "もっと読む"
285
 
286
- #: bws_functions.php:562
287
  #, php-format
288
- msgid "Notice: You are using the PRO Trial license of %s plugin."
289
  msgstr ""
290
 
291
- #: bws_functions.php:564
292
- msgid "Notice: You are using the PRO Trial license of plugin."
293
  msgstr ""
294
 
295
- #: bws_functions.php:567
296
- msgid "The PRO Trial license will expire on"
297
  msgstr ""
298
 
299
- #: bws_functions.php:605
300
  msgid "You license for"
301
  msgstr ""
302
 
303
- #: bws_functions.php:605
304
  msgid "expires on"
305
  msgstr ""
306
 
307
- #: bws_functions.php:605
308
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
309
  msgstr ""
310
 
311
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  msgid "Close"
313
  msgstr ""
314
 
315
- #: bws_functions.php:771
316
- #: bws_functions.php:784
317
  msgid "Restore all plugin settings to defaults"
318
  msgstr ""
319
 
320
- #: bws_functions.php:773
321
- #: bws_functions.php:786
322
  #, fuzzy
323
  msgid "Restore settings"
324
  msgstr "追加設定"
325
 
326
- #: bws_functions.php:797
327
  #, fuzzy
328
  msgid "Are you sure you want to restore all settings by default?"
329
  msgstr "本当に、この言語データを削除しますか?"
330
 
331
- #: bws_functions.php:799
332
  msgid "Yes, restore all settings"
333
  msgstr ""
334
 
335
- #: bws_functions.php:800
336
  #, fuzzy
337
  msgid "No, go back to the settings page"
338
  msgstr "追加設定"
339
 
340
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Not set"
342
  msgstr "未設定"
343
 
344
- #: bws_menu.php:472
345
- #: bws_menu.php:473
346
  msgid "On"
347
  msgstr "On"
348
 
349
- #: bws_menu.php:472
350
- #: bws_menu.php:473
351
  msgid "Off"
352
  msgstr "Off"
353
 
354
- #: bws_menu.php:474
355
- #: bws_menu.php:475
356
- #: bws_menu.php:476
357
- #: bws_menu.php:477
358
- #: bws_menu.php:478
359
- #: bws_menu.php:490
360
  msgid "N/A"
361
  msgstr "該当なし"
362
 
363
- #: bws_menu.php:478
364
  msgid " Mb"
365
  msgstr " Mb"
366
 
367
- #: bws_menu.php:479
368
- #: bws_menu.php:480
369
- #: bws_menu.php:481
370
- #: bws_menu.php:486
371
  msgid "Yes"
372
  msgstr "はい"
373
 
374
- #: bws_menu.php:479
375
- #: bws_menu.php:480
376
- #: bws_menu.php:481
377
- #: bws_menu.php:488
378
  msgid "No"
379
  msgstr "いいえ"
380
 
381
- #: bws_menu.php:498
382
  msgid "Operating System"
383
  msgstr "オペレーション・システム"
384
 
385
- #: bws_menu.php:499
386
  msgid "Server"
387
  msgstr "サーバ"
388
 
389
- #: bws_menu.php:500
390
  msgid "Memory usage"
391
  msgstr "メモリー使用"
392
 
393
- #: bws_menu.php:501
394
  msgid "MYSQL Version"
395
  msgstr "MYSQL バージョン"
396
 
397
- #: bws_menu.php:502
398
  msgid "SQL Mode"
399
  msgstr "SQLモード"
400
 
401
- #: bws_menu.php:503
402
  msgid "PHP Version"
403
  msgstr "PHP バージョン"
404
 
405
- #: bws_menu.php:504
406
  msgid "PHP Safe Mode"
407
  msgstr "PHP Safe Mode"
408
 
409
- #: bws_menu.php:505
410
  msgid "PHP Allow URL fopen"
411
  msgstr "PHP Allow URL fopen"
412
 
413
- #: bws_menu.php:506
414
  msgid "PHP Memory Limit"
415
  msgstr "PHP Memory Limit"
416
 
417
- #: bws_menu.php:507
418
  msgid "PHP Max Upload Size"
419
  msgstr "PHP Max Upload Size"
420
 
421
- #: bws_menu.php:508
422
  msgid "PHP Max Post Size"
423
  msgstr "PHP Max Post Size"
424
 
425
- #: bws_menu.php:509
426
  msgid "PHP Max Script Execute Time"
427
  msgstr "PHP Max Script Execute Time"
428
 
429
- #: bws_menu.php:510
430
  msgid "PHP Exif support"
431
  msgstr "PHP Exif サポート"
432
 
433
- #: bws_menu.php:511
434
  msgid "PHP IPTC support"
435
  msgstr "PHP IPTC サポート"
436
 
437
- #: bws_menu.php:512
438
  msgid "PHP XML support"
439
  msgstr "PHP XML サポート"
440
 
441
- #: bws_menu.php:513
442
  msgid "Site URL"
443
  msgstr "サイトURL"
444
 
445
- #: bws_menu.php:514
446
  msgid "Home URL"
447
  msgstr "ホームURL"
448
 
449
- #: bws_menu.php:517
450
  msgid "WordPress Version"
451
  msgstr "WordPress バージョン"
452
 
453
- #: bws_menu.php:518
454
  msgid "WordPress DB Version"
455
  msgstr "WordPress データベース バージョン"
456
 
457
- #: bws_menu.php:519
458
  msgid "Multisite"
459
  msgstr "複数サイト"
460
 
461
- #: bws_menu.php:520
462
  msgid "Active Theme"
463
  msgstr "有効なテーマ"
464
 
465
- #: bws_menu.php:535
466
  msgid "Please enter a valid email address."
467
  msgstr "正確なEメール・アドレスを入力して下さい。"
468
 
469
- #: bws_menu.php:539
470
  msgid "Email with system info is sent to "
471
  msgstr "システム情報をメールで送信:"
472
 
473
- #: bws_menu.php:543
474
  msgid "Thank you for contacting us."
475
  msgstr "ご連絡ありがとうございます"
476
 
477
- #: bws_menu.php:576
478
  msgid "Sorry, email message could not be delivered."
479
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
480
 
481
- #: bws_menu.php:584
482
  msgid "Need help?"
483
  msgstr ""
484
 
485
- #: bws_menu.php:585
486
  msgid "Client area"
487
  msgstr ""
488
 
489
- #: bws_menu.php:586
490
- #: bws_menu.php:897
491
  msgid "System status"
492
  msgstr "システム状況"
493
 
494
- #: bws_menu.php:591
495
  #, fuzzy
496
  msgid "Plugins"
497
  msgstr "Pro Plugins"
498
 
499
- #: bws_menu.php:593
500
  msgid "Themes"
501
  msgstr ""
502
 
503
- #: bws_menu.php:598
504
  msgid "All"
505
  msgstr ""
506
 
507
- #: bws_menu.php:599
508
  #, fuzzy
509
  msgid "Installed"
510
  msgstr "%s 導入"
511
 
512
- #: bws_menu.php:600
513
  #, fuzzy
514
  msgid "Recommended"
515
  msgstr "推奨プラグイン"
516
 
517
- #: bws_menu.php:604
518
  msgid "Installed plugins"
519
  msgstr "導入済みプラグイン"
520
 
521
- #: bws_menu.php:636
522
- #: bws_menu.php:685
523
  msgid "Settings"
524
  msgstr "設定"
525
 
526
- #: bws_menu.php:657
527
- #: bws_menu.php:714
528
  #, fuzzy
529
  msgid "Activate this plugin"
530
  msgstr "有効なプラグイン"
531
 
532
- #: bws_menu.php:672
533
- #: bws_menu.php:702
534
- #: bws_menu.php:748
535
  msgid "Go"
536
  msgstr ""
537
 
538
- #: bws_menu.php:676
539
- #: bws_menu.php:706
540
- #: bws_menu.php:752
541
  msgid "DONATE"
542
  msgstr ""
543
 
544
- #: bws_menu.php:722
545
  msgid "Recommended plugins"
546
  msgstr "推奨プラグイン"
547
 
548
- #: bws_menu.php:760
549
  #, fuzzy
550
  msgid "Install now"
551
  msgstr "Installa Ora"
552
 
553
- #: bws_menu.php:781
554
  msgid "Try again"
555
  msgstr ""
556
 
557
- #: bws_menu.php:799
558
  #, php-format
559
  msgid "Preview &#8220;%s&#8221;"
560
  msgstr ""
561
 
562
- #: bws_menu.php:830
563
  #, php-format
564
  msgid "Install %s"
565
  msgstr "%s 導入"
566
 
567
- #: bws_menu.php:830
568
  msgid "Install Now"
569
  msgstr "Installa Ora"
570
 
571
- #: bws_menu.php:833
572
  #, php-format
573
  msgid "Update to version %s"
574
  msgstr ""
575
 
576
- #: bws_menu.php:833
577
  msgid "Update"
578
  msgstr ""
579
 
580
- #: bws_menu.php:840
581
  #, php-format
582
  msgid "Preview %s"
583
  msgstr ""
584
 
585
- #: bws_menu.php:840
586
  msgid "Preview"
587
  msgstr ""
588
 
589
- #: bws_menu.php:846
590
- #: bws_menu.php:878
591
  #, php-format
592
  msgid "By %s"
593
  msgstr ""
594
 
595
- #: bws_menu.php:852
596
  msgid "Details"
597
  msgstr ""
598
 
599
- #: bws_menu.php:884
600
  #, fuzzy
601
  msgid "Already Installed"
602
  msgstr "%s 導入"
603
 
604
- #: bws_menu.php:900
605
  msgid "Environment"
606
  msgstr "環境"
607
 
608
- #: bws_menu.php:911
609
  msgid "Active Plugins"
610
  msgstr "有効なプラグイン"
611
 
612
- #: bws_menu.php:924
613
  msgid "Inactive Plugins"
614
  msgstr "無効なプラグイン"
615
 
616
- #: bws_menu.php:940
617
  msgid "Send to support"
618
  msgstr "サポートに送信"
619
 
620
- #: bws_menu.php:947
621
  msgid "Send to custom email &#187;"
622
  msgstr "カスタムEメールに送信&#187;"
623
 
@@ -658,9 +702,6 @@ msgstr "カスタムEメールに送信&#187;"
658
  #~ msgid "installed"
659
  #~ msgstr "%s 導入"
660
 
661
- #~ msgid "Contact Form Settings"
662
- #~ msgstr "コンタクトフォーム設定"
663
-
664
  #~ msgid "Contact Form"
665
  #~ msgstr "コンタクトフォーム"
666
 
@@ -946,9 +987,6 @@ msgstr "カスタムEメールに送信&#187;"
946
  #~ msgid "Error message for the whole form"
947
  #~ msgstr "全体フォーム用のエラーメッセージ"
948
 
949
- #~ msgid "Use shortcode"
950
- #~ msgstr "短いコードの利用"
951
-
952
  #~ msgid "for this language"
953
  #~ msgstr "この言語用"
954
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:29
20
  #, fuzzy
21
  msgid "requires"
22
  msgstr "必須フィールド"
23
 
24
+ #: bws_functions.php:31
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
+ #: bws_functions.php:32
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
+ #: bws_functions.php:34
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro Plugins"
36
 
37
+ #: bws_functions.php:91
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
+ #: bws_functions.php:91
42
  msgid "to"
43
  msgstr ""
44
 
45
+ #: bws_functions.php:91
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP バージョン"
49
 
50
+ #: bws_functions.php:92
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
+ #: bws_functions.php:95
55
+ #: bws_functions.php:492
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "もっと読む"
59
 
60
+ #: bws_functions.php:112
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
+ #: bws_functions.php:113
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "有効なプラグイン"
68
 
69
+ #: bws_functions.php:116
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
73
 
74
+ #: bws_functions.php:133
75
+ #: bws_functions.php:169
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
+ #: bws_functions.php:171
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:173
96
+ #: bws_functions.php:315
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
+ #: bws_functions.php:175
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
+ #: bws_functions.php:177
105
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
106
  msgstr ""
107
 
108
+ #: bws_functions.php:198
109
+ #: bws_functions.php:220
110
+ #: bws_functions.php:242
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
+ #: bws_functions.php:210
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
+ #: bws_functions.php:216
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:223
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:246
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
+ #: bws_functions.php:271
131
  #, fuzzy
132
  msgid "Please, enter Your license key"
133
  msgstr "メッセージを入力して下さい..."
134
 
135
+ #: bws_functions.php:288
136
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
+ #: bws_functions.php:290
140
+ #: bws_functions.php:372
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "追加設定"
149
 
150
+ #: bws_functions.php:291
151
+ #: bws_functions.php:373
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:296
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:298
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:300
164
+ #: bws_functions.php:341
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
+ #: bws_functions.php:302
169
+ #: bws_functions.php:343
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:306
174
+ #: bws_functions.php:609
175
  msgid "or"
176
  msgstr "又は"
177
 
178
+ #: bws_functions.php:306
179
  #, php-format
180
  msgid "Start Your Free %s-Day Trial Now"
181
  msgstr ""
182
 
183
+ #: bws_functions.php:312
184
+ #: bws_functions.php:321
185
+ #: bws_functions.php:351
186
+ #: bws_functions.php:359
187
+ #: bws_menu.php:685
188
+ #: bws_menu.php:742
189
  #, fuzzy
190
  msgid "Activate"
191
  msgstr "有効なcaptcha"
192
 
193
+ #: bws_functions.php:338
194
+ #: bws_functions.php:431
195
  #, php-format
196
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
197
  msgstr ""
198
 
199
+ #: bws_functions.php:339
200
  msgid "After that you can activate it by entering your license key."
201
  msgstr ""
202
 
203
+ #: bws_functions.php:353
204
  msgid "Unfortunately, you have exceeded the number of available tries per day."
205
  msgstr ""
206
 
207
+ #: bws_functions.php:370
208
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:411
212
  msgid "Wrong license key."
213
  msgstr ""
214
 
215
+ #: bws_functions.php:413
216
  msgid "This license key is bind to another site."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:415
220
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
221
  msgstr ""
222
 
223
+ #: bws_functions.php:417
224
  msgid "Unfortunately, you have exceeded the number of available tries."
225
  msgstr ""
226
 
227
+ #: bws_functions.php:419
228
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
229
  msgstr ""
230
 
231
+ #: bws_functions.php:423
232
+ msgid "The Pro Trial license key is valid."
233
  msgstr ""
234
 
235
+ #: bws_functions.php:425
236
  msgid "The license key is valid."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:428
240
  msgid "Your license will expire on"
241
  msgstr ""
242
 
243
+ #: bws_functions.php:461
244
  #, fuzzy
245
  msgid "Please, enter your license key"
246
  msgstr "メッセージを入力して下さい..."
247
 
248
+ #: bws_functions.php:474
249
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:474
253
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
254
  msgstr ""
255
 
256
+ #: bws_functions.php:478
257
  msgid "Check license key"
258
  msgstr ""
259
 
260
+ #: bws_functions.php:492
261
  msgid "WARNING: Illegal use notification"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:492
265
  msgid "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."
266
  msgstr ""
267
 
268
+ #: bws_functions.php:500
269
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
270
  msgstr ""
271
 
272
+ #: bws_functions.php:502
273
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
274
  msgstr ""
275
 
276
+ #: bws_functions.php:502
277
+ #: bws_functions.php:555
278
+ #: bws_menu.php:661
279
+ #: bws_menu.php:683
280
+ #: bws_menu.php:710
281
+ #: bws_menu.php:740
282
+ #: bws_menu.php:786
283
  #, fuzzy
284
  msgid "Learn more"
285
  msgstr "もっと読む"
286
 
287
+ #: bws_functions.php:512
288
  #, php-format
289
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
290
  msgstr ""
291
 
292
+ #: bws_functions.php:514
293
+ msgid "Notice: You are using the Pro Trial license of plugin."
294
  msgstr ""
295
 
296
+ #: bws_functions.php:517
297
+ msgid "The Pro Trial license will expire on"
298
  msgstr ""
299
 
300
+ #: bws_functions.php:555
301
  msgid "You license for"
302
  msgstr ""
303
 
304
+ #: bws_functions.php:555
305
  msgid "expires on"
306
  msgstr ""
307
 
308
+ #: bws_functions.php:555
309
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
310
  msgstr ""
311
 
312
+ #: bws_functions.php:605
313
+ #, fuzzy
314
+ msgid "Thank you for installing"
315
+ msgstr "ご連絡ありがとうございます"
316
+
317
+ #: bws_functions.php:606
318
+ msgid "Let's get started"
319
+ msgstr ""
320
+
321
+ #: bws_functions.php:607
322
+ #, fuzzy
323
+ msgid "Configure Settings"
324
+ msgstr "コンタクトフォーム設定"
325
+
326
+ #: bws_functions.php:610
327
+ msgid "Add New"
328
+ msgstr ""
329
+
330
+ #: bws_functions.php:614
331
+ msgid "Close notice"
332
+ msgstr ""
333
+
334
+ #: bws_functions.php:667
335
+ #, fuzzy
336
+ msgid "Add BWS shortcode"
337
+ msgstr "短いコードの利用"
338
+
339
+ #: bws_functions.php:711
340
  msgid "Close"
341
  msgstr ""
342
 
343
+ #: bws_functions.php:802
 
344
  msgid "Restore all plugin settings to defaults"
345
  msgstr ""
346
 
347
+ #: bws_functions.php:804
 
348
  #, fuzzy
349
  msgid "Restore settings"
350
  msgstr "追加設定"
351
 
352
+ #: bws_functions.php:815
353
  #, fuzzy
354
  msgid "Are you sure you want to restore all settings by default?"
355
  msgstr "本当に、この言語データを削除しますか?"
356
 
357
+ #: bws_functions.php:818
358
  msgid "Yes, restore all settings"
359
  msgstr ""
360
 
361
+ #: bws_functions.php:819
362
  #, fuzzy
363
  msgid "No, go back to the settings page"
364
  msgstr "追加設定"
365
 
366
+ #: bws_functions.php:863
367
+ #, fuzzy
368
+ msgid "Plugin"
369
+ msgstr "Pro Plugins"
370
+
371
+ #: bws_functions.php:872
372
+ #, fuzzy
373
+ msgid "Shortcode settings"
374
+ msgstr "追加設定"
375
+
376
+ #: bws_functions.php:877
377
+ msgid "The shortcode will be inserted"
378
+ msgstr ""
379
+
380
+ #: bws_functions.php:882
381
+ msgid "Insert"
382
+ msgstr ""
383
+
384
+ #: bws_menu.php:498
385
  msgid "Not set"
386
  msgstr "未設定"
387
 
388
+ #: bws_menu.php:500
389
+ #: bws_menu.php:501
390
  msgid "On"
391
  msgstr "On"
392
 
393
+ #: bws_menu.php:500
394
+ #: bws_menu.php:501
395
  msgid "Off"
396
  msgstr "Off"
397
 
398
+ #: bws_menu.php:502
399
+ #: bws_menu.php:503
400
+ #: bws_menu.php:504
401
+ #: bws_menu.php:505
402
+ #: bws_menu.php:506
403
+ #: bws_menu.php:518
404
  msgid "N/A"
405
  msgstr "該当なし"
406
 
407
+ #: bws_menu.php:506
408
  msgid " Mb"
409
  msgstr " Mb"
410
 
411
+ #: bws_menu.php:507
412
+ #: bws_menu.php:508
413
+ #: bws_menu.php:509
414
+ #: bws_menu.php:514
415
  msgid "Yes"
416
  msgstr "はい"
417
 
418
+ #: bws_menu.php:507
419
+ #: bws_menu.php:508
420
+ #: bws_menu.php:509
421
+ #: bws_menu.php:516
422
  msgid "No"
423
  msgstr "いいえ"
424
 
425
+ #: bws_menu.php:526
426
  msgid "Operating System"
427
  msgstr "オペレーション・システム"
428
 
429
+ #: bws_menu.php:527
430
  msgid "Server"
431
  msgstr "サーバ"
432
 
433
+ #: bws_menu.php:528
434
  msgid "Memory usage"
435
  msgstr "メモリー使用"
436
 
437
+ #: bws_menu.php:529
438
  msgid "MYSQL Version"
439
  msgstr "MYSQL バージョン"
440
 
441
+ #: bws_menu.php:530
442
  msgid "SQL Mode"
443
  msgstr "SQLモード"
444
 
445
+ #: bws_menu.php:531
446
  msgid "PHP Version"
447
  msgstr "PHP バージョン"
448
 
449
+ #: bws_menu.php:532
450
  msgid "PHP Safe Mode"
451
  msgstr "PHP Safe Mode"
452
 
453
+ #: bws_menu.php:533
454
  msgid "PHP Allow URL fopen"
455
  msgstr "PHP Allow URL fopen"
456
 
457
+ #: bws_menu.php:534
458
  msgid "PHP Memory Limit"
459
  msgstr "PHP Memory Limit"
460
 
461
+ #: bws_menu.php:535
462
  msgid "PHP Max Upload Size"
463
  msgstr "PHP Max Upload Size"
464
 
465
+ #: bws_menu.php:536
466
  msgid "PHP Max Post Size"
467
  msgstr "PHP Max Post Size"
468
 
469
+ #: bws_menu.php:537
470
  msgid "PHP Max Script Execute Time"
471
  msgstr "PHP Max Script Execute Time"
472
 
473
+ #: bws_menu.php:538
474
  msgid "PHP Exif support"
475
  msgstr "PHP Exif サポート"
476
 
477
+ #: bws_menu.php:539
478
  msgid "PHP IPTC support"
479
  msgstr "PHP IPTC サポート"
480
 
481
+ #: bws_menu.php:540
482
  msgid "PHP XML support"
483
  msgstr "PHP XML サポート"
484
 
485
+ #: bws_menu.php:541
486
  msgid "Site URL"
487
  msgstr "サイトURL"
488
 
489
+ #: bws_menu.php:542
490
  msgid "Home URL"
491
  msgstr "ホームURL"
492
 
493
+ #: bws_menu.php:545
494
  msgid "WordPress Version"
495
  msgstr "WordPress バージョン"
496
 
497
+ #: bws_menu.php:546
498
  msgid "WordPress DB Version"
499
  msgstr "WordPress データベース バージョン"
500
 
501
+ #: bws_menu.php:547
502
  msgid "Multisite"
503
  msgstr "複数サイト"
504
 
505
+ #: bws_menu.php:548
506
  msgid "Active Theme"
507
  msgstr "有効なテーマ"
508
 
509
+ #: bws_menu.php:563
510
  msgid "Please enter a valid email address."
511
  msgstr "正確なEメール・アドレスを入力して下さい。"
512
 
513
+ #: bws_menu.php:567
514
  msgid "Email with system info is sent to "
515
  msgstr "システム情報をメールで送信:"
516
 
517
+ #: bws_menu.php:571
518
  msgid "Thank you for contacting us."
519
  msgstr "ご連絡ありがとうございます"
520
 
521
+ #: bws_menu.php:604
522
  msgid "Sorry, email message could not be delivered."
523
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
524
 
525
+ #: bws_menu.php:612
526
  msgid "Need help?"
527
  msgstr ""
528
 
529
+ #: bws_menu.php:613
530
  msgid "Client area"
531
  msgstr ""
532
 
533
+ #: bws_menu.php:614
534
+ #: bws_menu.php:925
535
  msgid "System status"
536
  msgstr "システム状況"
537
 
538
+ #: bws_menu.php:619
539
  #, fuzzy
540
  msgid "Plugins"
541
  msgstr "Pro Plugins"
542
 
543
+ #: bws_menu.php:621
544
  msgid "Themes"
545
  msgstr ""
546
 
547
+ #: bws_menu.php:626
548
  msgid "All"
549
  msgstr ""
550
 
551
+ #: bws_menu.php:627
552
  #, fuzzy
553
  msgid "Installed"
554
  msgstr "%s 導入"
555
 
556
+ #: bws_menu.php:628
557
  #, fuzzy
558
  msgid "Recommended"
559
  msgstr "推奨プラグイン"
560
 
561
+ #: bws_menu.php:632
562
  msgid "Installed plugins"
563
  msgstr "導入済みプラグイン"
564
 
565
+ #: bws_menu.php:664
566
+ #: bws_menu.php:713
567
  msgid "Settings"
568
  msgstr "設定"
569
 
570
+ #: bws_menu.php:685
571
+ #: bws_menu.php:742
572
  #, fuzzy
573
  msgid "Activate this plugin"
574
  msgstr "有効なプラグイン"
575
 
576
+ #: bws_menu.php:700
577
+ #: bws_menu.php:730
578
+ #: bws_menu.php:776
579
  msgid "Go"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:704
583
+ #: bws_menu.php:734
584
+ #: bws_menu.php:780
585
  msgid "DONATE"
586
  msgstr ""
587
 
588
+ #: bws_menu.php:750
589
  msgid "Recommended plugins"
590
  msgstr "推奨プラグイン"
591
 
592
+ #: bws_menu.php:788
593
  #, fuzzy
594
  msgid "Install now"
595
  msgstr "Installa Ora"
596
 
597
+ #: bws_menu.php:809
598
  msgid "Try again"
599
  msgstr ""
600
 
601
+ #: bws_menu.php:827
602
  #, php-format
603
  msgid "Preview &#8220;%s&#8221;"
604
  msgstr ""
605
 
606
+ #: bws_menu.php:858
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "%s 導入"
610
 
611
+ #: bws_menu.php:858
612
  msgid "Install Now"
613
  msgstr "Installa Ora"
614
 
615
+ #: bws_menu.php:861
616
  #, php-format
617
  msgid "Update to version %s"
618
  msgstr ""
619
 
620
+ #: bws_menu.php:861
621
  msgid "Update"
622
  msgstr ""
623
 
624
+ #: bws_menu.php:868
625
  #, php-format
626
  msgid "Preview %s"
627
  msgstr ""
628
 
629
+ #: bws_menu.php:868
630
  msgid "Preview"
631
  msgstr ""
632
 
633
+ #: bws_menu.php:874
634
+ #: bws_menu.php:906
635
  #, php-format
636
  msgid "By %s"
637
  msgstr ""
638
 
639
+ #: bws_menu.php:880
640
  msgid "Details"
641
  msgstr ""
642
 
643
+ #: bws_menu.php:912
644
  #, fuzzy
645
  msgid "Already Installed"
646
  msgstr "%s 導入"
647
 
648
+ #: bws_menu.php:928
649
  msgid "Environment"
650
  msgstr "環境"
651
 
652
+ #: bws_menu.php:939
653
  msgid "Active Plugins"
654
  msgstr "有効なプラグイン"
655
 
656
+ #: bws_menu.php:952
657
  msgid "Inactive Plugins"
658
  msgstr "無効なプラグイン"
659
 
660
+ #: bws_menu.php:968
661
  msgid "Send to support"
662
  msgstr "サポートに送信"
663
 
664
+ #: bws_menu.php:975
665
  msgid "Send to custom email &#187;"
666
  msgstr "カスタムEメールに送信&#187;"
667
 
702
  #~ msgid "installed"
703
  #~ msgstr "%s 導入"
704
 
 
 
 
705
  #~ msgid "Contact Form"
706
  #~ msgstr "コンタクトフォーム"
707
 
987
  #~ msgid "Error message for the whole form"
988
  #~ msgstr "全体フォーム用のエラーメッセージ"
989
 
 
 
 
990
  #~ msgid "for this language"
991
  #~ msgstr "この言語用"
992
 
bws_menu/languages/bestwebsoft-pt_BR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.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: 2015-06-12 15:57+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:57+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -18,658 +18,705 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:91
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
- #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugins Pro"
38
 
39
- #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
- #: bws_functions.php:151
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
- #: bws_functions.php:151
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "Versão do PHP"
52
 
53
- #: bws_functions.php:152
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
- #: bws_functions.php:155
59
- #: bws_functions.php:542
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Leia Mais"
63
 
64
- #: bws_functions.php:172
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
- #: bws_functions.php:173
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Plugins ativados"
73
 
74
  # @ captcha
75
- #: bws_functions.php:176
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
79
 
80
- #: bws_functions.php:193
81
- #: bws_functions.php:229
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:223
92
- #: bws_functions.php:455
93
- #: bws_functions.php:506
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
- #: bws_functions.php:231
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
- #: bws_functions.php:233
102
- #: bws_functions.php:365
103
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
104
  msgstr ""
105
 
106
- #: bws_functions.php:235
107
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
108
  msgstr ""
109
 
110
- #: bws_functions.php:237
111
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
112
  msgstr ""
113
 
114
- #: bws_functions.php:248
115
- #: bws_functions.php:270
116
- #: bws_functions.php:292
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
- #: bws_functions.php:260
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
- #: bws_functions.php:266
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
- #: bws_functions.php:273
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
- #: bws_functions.php:296
133
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
134
  msgstr ""
135
 
136
- #: bws_functions.php:321
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
- #: bws_functions.php:338
141
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:340
150
- #: bws_functions.php:422
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
- #: bws_functions.php:341
155
- #: bws_functions.php:423
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
- #: bws_functions.php:346
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
- #: bws_functions.php:348
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
- #: bws_functions.php:350
168
- #: bws_functions.php:391
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
- #: bws_functions.php:352
173
- #: bws_functions.php:393
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
- #: bws_functions.php:356
 
178
  msgid "or"
179
  msgstr ""
180
 
181
- #: bws_functions.php:356
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
  # @ captcha
187
- #: bws_functions.php:362
188
- #: bws_functions.php:371
189
- #: bws_functions.php:401
190
- #: bws_functions.php:409
191
- #: bws_menu.php:657
192
- #: bws_menu.php:714
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Plugins ativados"
196
 
197
- #: bws_functions.php:388
198
- #: bws_functions.php:481
199
  #, php-format
200
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
201
  msgstr ""
202
 
203
- #: bws_functions.php:389
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:403
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:420
212
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
213
  msgstr ""
214
 
215
- #: bws_functions.php:461
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
- #: bws_functions.php:463
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
- #: bws_functions.php:465
224
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
225
  msgstr ""
226
 
227
- #: bws_functions.php:467
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
- #: bws_functions.php:469
232
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
233
  msgstr ""
234
 
235
- #: bws_functions.php:473
236
- msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:475
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:478
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:511
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
- #: bws_functions.php:524
252
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
253
  msgstr ""
254
 
255
- #: bws_functions.php:524
256
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
257
  msgstr ""
258
 
259
- #: bws_functions.php:528
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
- #: bws_functions.php:542
264
  msgid "WARNING: Illegal use notification"
265
  msgstr ""
266
 
267
- #: bws_functions.php:542
268
  msgid "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."
269
  msgstr ""
270
 
271
- #: bws_functions.php:550
272
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
273
  msgstr ""
274
 
275
- #: bws_functions.php:552
276
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
277
  msgstr ""
278
 
279
  # @ captcha
280
- #: bws_functions.php:552
281
- #: bws_functions.php:605
282
- #: bws_menu.php:633
283
- #: bws_menu.php:655
284
- #: bws_menu.php:682
285
- #: bws_menu.php:712
286
- #: bws_menu.php:758
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Leia Mais"
290
 
291
- #: bws_functions.php:562
292
  #, php-format
293
- msgid "Notice: You are using the PRO Trial license of %s plugin."
294
  msgstr ""
295
 
296
- #: bws_functions.php:564
297
- msgid "Notice: You are using the PRO Trial license of plugin."
298
  msgstr ""
299
 
300
- #: bws_functions.php:567
301
- msgid "The PRO Trial license will expire on"
302
  msgstr ""
303
 
304
- #: bws_functions.php:605
305
  msgid "You license for"
306
  msgstr ""
307
 
308
- #: bws_functions.php:605
309
  msgid "expires on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:605
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  msgid "Close"
318
  msgstr ""
319
 
320
- #: bws_functions.php:771
321
- #: bws_functions.php:784
322
  msgid "Restore all plugin settings to defaults"
323
  msgstr ""
324
 
325
- #: bws_functions.php:773
326
- #: bws_functions.php:786
327
  msgid "Restore settings"
328
  msgstr ""
329
 
330
- #: bws_functions.php:797
331
  msgid "Are you sure you want to restore all settings by default?"
332
  msgstr ""
333
 
334
- #: bws_functions.php:799
335
  msgid "Yes, restore all settings"
336
  msgstr ""
337
 
338
- #: bws_functions.php:800
339
  msgid "No, go back to the settings page"
340
  msgstr ""
341
 
342
  # @ captcha
343
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Not set"
345
  msgstr "Não definido"
346
 
347
  # @ captcha
348
- #: bws_menu.php:472
349
- #: bws_menu.php:473
350
  msgid "On"
351
  msgstr "Ligado"
352
 
353
  # @ captcha
354
- #: bws_menu.php:472
355
- #: bws_menu.php:473
356
  msgid "Off"
357
  msgstr "Desligado"
358
 
359
  # @ captcha
360
- #: bws_menu.php:474
361
- #: bws_menu.php:475
362
- #: bws_menu.php:476
363
- #: bws_menu.php:477
364
- #: bws_menu.php:478
365
- #: bws_menu.php:490
366
  msgid "N/A"
367
  msgstr "N/D"
368
 
369
  # @ captcha
370
- #: bws_menu.php:478
371
  msgid " Mb"
372
  msgstr " Mb"
373
 
374
  # @ captcha
375
- #: bws_menu.php:479
376
- #: bws_menu.php:480
377
- #: bws_menu.php:481
378
- #: bws_menu.php:486
379
  msgid "Yes"
380
  msgstr "Sim"
381
 
382
  # @ captcha
383
- #: bws_menu.php:479
384
- #: bws_menu.php:480
385
- #: bws_menu.php:481
386
- #: bws_menu.php:488
387
  msgid "No"
388
  msgstr "Não"
389
 
390
  # @ captcha
391
- #: bws_menu.php:498
392
  msgid "Operating System"
393
  msgstr "Sistema Operacional"
394
 
395
  # @ captcha
396
- #: bws_menu.php:499
397
  msgid "Server"
398
  msgstr "Servidor"
399
 
400
  # @ captcha
401
- #: bws_menu.php:500
402
  msgid "Memory usage"
403
  msgstr "Uso de memória"
404
 
405
  # @ captcha
406
- #: bws_menu.php:501
407
  msgid "MYSQL Version"
408
  msgstr "Versão do MySQL"
409
 
410
  # @ captcha
411
- #: bws_menu.php:502
412
  msgid "SQL Mode"
413
  msgstr "Modo SQL"
414
 
415
  # @ captcha
416
- #: bws_menu.php:503
417
  msgid "PHP Version"
418
  msgstr "Versão do PHP"
419
 
420
  # @ captcha
421
- #: bws_menu.php:504
422
  msgid "PHP Safe Mode"
423
  msgstr "Modo de Segurança do PHP"
424
 
425
  # @ captcha
426
- #: bws_menu.php:505
427
  msgid "PHP Allow URL fopen"
428
  msgstr "Permissão de fopen de URL do PHP"
429
 
430
  # @ captcha
431
- #: bws_menu.php:506
432
  msgid "PHP Memory Limit"
433
  msgstr "Limite de Memória do PHP"
434
 
435
  # @ captcha
436
- #: bws_menu.php:507
437
  msgid "PHP Max Upload Size"
438
  msgstr "Tamanho Máximo de Upload no PHP"
439
 
440
  # @ captcha
441
- #: bws_menu.php:508
442
  msgid "PHP Max Post Size"
443
  msgstr "Tamanho Máximo de Envio do PHP"
444
 
445
  # @ captcha
446
- #: bws_menu.php:509
447
  msgid "PHP Max Script Execute Time"
448
  msgstr "Tempo de Execução Máximo do PHP"
449
 
450
  # @ captcha
451
- #: bws_menu.php:510
452
  msgid "PHP Exif support"
453
  msgstr "Suporte a Exif no PHP"
454
 
455
  # @ captcha
456
- #: bws_menu.php:511
457
  msgid "PHP IPTC support"
458
  msgstr "Suporte da IPTC no PHP"
459
 
460
  # @ captcha
461
- #: bws_menu.php:512
462
  msgid "PHP XML support"
463
  msgstr "Suporte a XML no PHP"
464
 
465
  # @ captcha
466
- #: bws_menu.php:513
467
  msgid "Site URL"
468
  msgstr "URL do Site"
469
 
470
  # @ captcha
471
- #: bws_menu.php:514
472
  msgid "Home URL"
473
  msgstr "URL da Página Inicial"
474
 
475
  # @ captcha
476
- #: bws_menu.php:517
477
  msgid "WordPress Version"
478
  msgstr "Versão do WordPress"
479
 
480
  # @ captcha
481
- #: bws_menu.php:518
482
  msgid "WordPress DB Version"
483
  msgstr "Versão do DB do WordPress"
484
 
485
  # @ captcha
486
- #: bws_menu.php:519
487
  msgid "Multisite"
488
  msgstr "Multisite"
489
 
490
  # @ captcha
491
- #: bws_menu.php:520
492
  msgid "Active Theme"
493
  msgstr "Tema Ativo"
494
 
495
  # @ captcha
496
- #: bws_menu.php:535
497
  msgid "Please enter a valid email address."
498
  msgstr "Por favor, informe um endereço de email válido."
499
 
500
  # @ captcha
501
- #: bws_menu.php:539
502
  msgid "Email with system info is sent to "
503
  msgstr "Email com informações do sistema é enviado para "
504
 
505
  # @ captcha
506
- #: bws_menu.php:543
507
  msgid "Thank you for contacting us."
508
  msgstr "Obrigado por nos contatar."
509
 
510
  # @ captcha
511
- #: bws_menu.php:576
512
  msgid "Sorry, email message could not be delivered."
513
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
514
 
515
- #: bws_menu.php:584
516
  msgid "Need help?"
517
  msgstr ""
518
 
519
- #: bws_menu.php:585
520
  msgid "Client area"
521
  msgstr ""
522
 
523
  # @ captcha
524
- #: bws_menu.php:586
525
- #: bws_menu.php:897
526
  msgid "System status"
527
  msgstr "Status do sistema"
528
 
529
  # @ captcha
530
- #: bws_menu.php:591
531
  #, fuzzy
532
  msgid "Plugins"
533
  msgstr "Plugins Pro"
534
 
535
- #: bws_menu.php:593
536
  msgid "Themes"
537
  msgstr ""
538
 
539
- #: bws_menu.php:598
540
  msgid "All"
541
  msgstr ""
542
 
543
  # @ default
544
- #: bws_menu.php:599
545
  #, fuzzy
546
  msgid "Installed"
547
  msgstr "Instalar %s"
548
 
549
  # @ captcha
550
- #: bws_menu.php:600
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Plugins Recomendados"
554
 
555
  # @ captcha
556
- #: bws_menu.php:604
557
  msgid "Installed plugins"
558
  msgstr "Plugins Instalados"
559
 
560
  # @ captcha
561
- #: bws_menu.php:636
562
- #: bws_menu.php:685
563
  msgid "Settings"
564
  msgstr "Configurações"
565
 
566
  # @ captcha
567
- #: bws_menu.php:657
568
- #: bws_menu.php:714
569
  #, fuzzy
570
  msgid "Activate this plugin"
571
  msgstr "Plugins ativados"
572
 
573
- #: bws_menu.php:672
574
- #: bws_menu.php:702
575
- #: bws_menu.php:748
576
  msgid "Go"
577
  msgstr ""
578
 
579
- #: bws_menu.php:676
580
- #: bws_menu.php:706
581
- #: bws_menu.php:752
582
  msgid "DONATE"
583
  msgstr ""
584
 
585
  # @ captcha
586
- #: bws_menu.php:722
587
  msgid "Recommended plugins"
588
  msgstr "Plugins Recomendados"
589
 
590
  # @ default
591
- #: bws_menu.php:760
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Instalar %s"
595
 
596
- #: bws_menu.php:781
597
  msgid "Try again"
598
  msgstr ""
599
 
600
- #: bws_menu.php:799
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
  # @ default
606
- #: bws_menu.php:830
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "Instalar %s"
610
 
611
  # @ default
612
- #: bws_menu.php:830
613
  #, fuzzy
614
  msgid "Install Now"
615
  msgstr "Instalar %s"
616
 
617
- #: bws_menu.php:833
618
  #, php-format
619
  msgid "Update to version %s"
620
  msgstr ""
621
 
622
- #: bws_menu.php:833
623
  msgid "Update"
624
  msgstr ""
625
 
626
- #: bws_menu.php:840
627
  #, php-format
628
  msgid "Preview %s"
629
  msgstr ""
630
 
631
- #: bws_menu.php:840
632
  msgid "Preview"
633
  msgstr ""
634
 
635
- #: bws_menu.php:846
636
- #: bws_menu.php:878
637
  #, php-format
638
  msgid "By %s"
639
  msgstr ""
640
 
641
- #: bws_menu.php:852
642
  msgid "Details"
643
  msgstr ""
644
 
645
  # @ default
646
- #: bws_menu.php:884
647
  #, fuzzy
648
  msgid "Already Installed"
649
  msgstr "Instalar %s"
650
 
651
  # @ captcha
652
- #: bws_menu.php:900
653
  msgid "Environment"
654
  msgstr "Ambiente"
655
 
656
  # @ captcha
657
- #: bws_menu.php:911
658
  msgid "Active Plugins"
659
  msgstr "Plugins Ativos"
660
 
661
  # @ captcha
662
- #: bws_menu.php:924
663
  msgid "Inactive Plugins"
664
  msgstr "Plugins Inativos"
665
 
666
  # @ captcha
667
- #: bws_menu.php:940
668
  msgid "Send to support"
669
  msgstr "Enviar para o suporte"
670
 
671
  # @ captcha
672
- #: bws_menu.php:947
673
  msgid "Send to custom email &#187;"
674
  msgstr "Enviar para email personalizado &#187;"
675
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:29
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:31
26
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
27
  msgstr ""
28
 
29
+ #: bws_functions.php:32
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
+ #: bws_functions.php:34
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugins Pro"
38
 
39
+ #: bws_functions.php:91
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
+ #: bws_functions.php:91
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
+ #: bws_functions.php:91
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "Versão do PHP"
52
 
53
+ #: bws_functions.php:92
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
+ #: bws_functions.php:95
59
+ #: bws_functions.php:492
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Leia Mais"
63
 
64
+ #: bws_functions.php:112
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
+ #: bws_functions.php:113
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Plugins ativados"
73
 
74
  # @ captcha
75
+ #: bws_functions.php:116
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
79
 
80
+ #: bws_functions.php:133
81
+ #: bws_functions.php:169
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:163
92
+ #: bws_functions.php:405
93
+ #: bws_functions.php:456
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
+ #: bws_functions.php:171
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:173
102
+ #: bws_functions.php:315
103
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
104
  msgstr ""
105
 
106
+ #: bws_functions.php:175
107
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
108
  msgstr ""
109
 
110
+ #: bws_functions.php:177
111
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
112
  msgstr ""
113
 
114
+ #: bws_functions.php:198
115
+ #: bws_functions.php:220
116
+ #: bws_functions.php:242
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
+ #: bws_functions.php:210
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
+ #: bws_functions.php:216
125
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
126
  msgstr ""
127
 
128
+ #: bws_functions.php:223
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:246
133
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
134
  msgstr ""
135
 
136
+ #: bws_functions.php:271
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:288
141
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:290
150
+ #: bws_functions.php:372
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
+ #: bws_functions.php:291
155
+ #: bws_functions.php:373
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
+ #: bws_functions.php:296
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:298
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:300
168
+ #: bws_functions.php:341
169
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
170
  msgstr ""
171
 
172
+ #: bws_functions.php:302
173
+ #: bws_functions.php:343
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
+ #: bws_functions.php:306
178
+ #: bws_functions.php:609
179
  msgid "or"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:306
183
  #, php-format
184
  msgid "Start Your Free %s-Day Trial Now"
185
  msgstr ""
186
 
187
  # @ captcha
188
+ #: bws_functions.php:312
189
+ #: bws_functions.php:321
190
+ #: bws_functions.php:351
191
+ #: bws_functions.php:359
192
+ #: bws_menu.php:685
193
+ #: bws_menu.php:742
194
  #, fuzzy
195
  msgid "Activate"
196
  msgstr "Plugins ativados"
197
 
198
+ #: bws_functions.php:338
199
+ #: bws_functions.php:431
200
  #, php-format
201
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
202
  msgstr ""
203
 
204
+ #: bws_functions.php:339
205
  msgid "After that you can activate it by entering your license key."
206
  msgstr ""
207
 
208
+ #: bws_functions.php:353
209
  msgid "Unfortunately, you have exceeded the number of available tries per day."
210
  msgstr ""
211
 
212
+ #: bws_functions.php:370
213
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
+ #: bws_functions.php:411
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
+ #: bws_functions.php:413
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
+ #: bws_functions.php:415
225
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
226
  msgstr ""
227
 
228
+ #: bws_functions.php:417
229
  msgid "Unfortunately, you have exceeded the number of available tries."
230
  msgstr ""
231
 
232
+ #: bws_functions.php:419
233
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
234
  msgstr ""
235
 
236
+ #: bws_functions.php:423
237
+ msgid "The Pro Trial license key is valid."
238
  msgstr ""
239
 
240
+ #: bws_functions.php:425
241
  msgid "The license key is valid."
242
  msgstr ""
243
 
244
+ #: bws_functions.php:428
245
  msgid "Your license will expire on"
246
  msgstr ""
247
 
248
+ #: bws_functions.php:461
249
  msgid "Please, enter your license key"
250
  msgstr ""
251
 
252
+ #: bws_functions.php:474
253
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
254
  msgstr ""
255
 
256
+ #: bws_functions.php:474
257
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
258
  msgstr ""
259
 
260
+ #: bws_functions.php:478
261
  msgid "Check license key"
262
  msgstr ""
263
 
264
+ #: bws_functions.php:492
265
  msgid "WARNING: Illegal use notification"
266
  msgstr ""
267
 
268
+ #: bws_functions.php:492
269
  msgid "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."
270
  msgstr ""
271
 
272
+ #: bws_functions.php:500
273
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
274
  msgstr ""
275
 
276
+ #: bws_functions.php:502
277
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
278
  msgstr ""
279
 
280
  # @ captcha
281
+ #: bws_functions.php:502
282
+ #: bws_functions.php:555
283
+ #: bws_menu.php:661
284
+ #: bws_menu.php:683
285
+ #: bws_menu.php:710
286
+ #: bws_menu.php:740
287
+ #: bws_menu.php:786
288
  #, fuzzy
289
  msgid "Learn more"
290
  msgstr "Leia Mais"
291
 
292
+ #: bws_functions.php:512
293
  #, php-format
294
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
295
  msgstr ""
296
 
297
+ #: bws_functions.php:514
298
+ msgid "Notice: You are using the Pro Trial license of plugin."
299
  msgstr ""
300
 
301
+ #: bws_functions.php:517
302
+ msgid "The Pro Trial license will expire on"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:555
306
  msgid "You license for"
307
  msgstr ""
308
 
309
+ #: bws_functions.php:555
310
  msgid "expires on"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:555
314
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
315
  msgstr ""
316
 
317
+ # @ captcha
318
+ #: bws_functions.php:605
319
+ #, fuzzy
320
+ msgid "Thank you for installing"
321
+ msgstr "Obrigado por nos contatar."
322
+
323
+ #: bws_functions.php:606
324
+ msgid "Let's get started"
325
+ msgstr ""
326
+
327
+ # @ captcha
328
+ #: bws_functions.php:607
329
+ #, fuzzy
330
+ msgid "Configure Settings"
331
+ msgstr "Configurações"
332
+
333
+ #: bws_functions.php:610
334
+ msgid "Add New"
335
+ msgstr ""
336
+
337
+ #: bws_functions.php:614
338
+ msgid "Close notice"
339
+ msgstr ""
340
+
341
+ #: bws_functions.php:667
342
+ msgid "Add BWS shortcode"
343
+ msgstr ""
344
+
345
+ #: bws_functions.php:711
346
  msgid "Close"
347
  msgstr ""
348
 
349
+ #: bws_functions.php:802
 
350
  msgid "Restore all plugin settings to defaults"
351
  msgstr ""
352
 
353
+ #: bws_functions.php:804
 
354
  msgid "Restore settings"
355
  msgstr ""
356
 
357
+ #: bws_functions.php:815
358
  msgid "Are you sure you want to restore all settings by default?"
359
  msgstr ""
360
 
361
+ #: bws_functions.php:818
362
  msgid "Yes, restore all settings"
363
  msgstr ""
364
 
365
+ #: bws_functions.php:819
366
  msgid "No, go back to the settings page"
367
  msgstr ""
368
 
369
  # @ captcha
370
+ #: bws_functions.php:863
371
+ #, fuzzy
372
+ msgid "Plugin"
373
+ msgstr "Plugins Pro"
374
+
375
+ # @ captcha
376
+ #: bws_functions.php:872
377
+ #, fuzzy
378
+ msgid "Shortcode settings"
379
+ msgstr "Configurações"
380
+
381
+ #: bws_functions.php:877
382
+ msgid "The shortcode will be inserted"
383
+ msgstr ""
384
+
385
+ #: bws_functions.php:882
386
+ msgid "Insert"
387
+ msgstr ""
388
+
389
+ # @ captcha
390
+ #: bws_menu.php:498
391
  msgid "Not set"
392
  msgstr "Não definido"
393
 
394
  # @ captcha
395
+ #: bws_menu.php:500
396
+ #: bws_menu.php:501
397
  msgid "On"
398
  msgstr "Ligado"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:500
402
+ #: bws_menu.php:501
403
  msgid "Off"
404
  msgstr "Desligado"
405
 
406
  # @ captcha
407
+ #: bws_menu.php:502
408
+ #: bws_menu.php:503
409
+ #: bws_menu.php:504
410
+ #: bws_menu.php:505
411
+ #: bws_menu.php:506
412
+ #: bws_menu.php:518
413
  msgid "N/A"
414
  msgstr "N/D"
415
 
416
  # @ captcha
417
+ #: bws_menu.php:506
418
  msgid " Mb"
419
  msgstr " Mb"
420
 
421
  # @ captcha
422
+ #: bws_menu.php:507
423
+ #: bws_menu.php:508
424
+ #: bws_menu.php:509
425
+ #: bws_menu.php:514
426
  msgid "Yes"
427
  msgstr "Sim"
428
 
429
  # @ captcha
430
+ #: bws_menu.php:507
431
+ #: bws_menu.php:508
432
+ #: bws_menu.php:509
433
+ #: bws_menu.php:516
434
  msgid "No"
435
  msgstr "Não"
436
 
437
  # @ captcha
438
+ #: bws_menu.php:526
439
  msgid "Operating System"
440
  msgstr "Sistema Operacional"
441
 
442
  # @ captcha
443
+ #: bws_menu.php:527
444
  msgid "Server"
445
  msgstr "Servidor"
446
 
447
  # @ captcha
448
+ #: bws_menu.php:528
449
  msgid "Memory usage"
450
  msgstr "Uso de memória"
451
 
452
  # @ captcha
453
+ #: bws_menu.php:529
454
  msgid "MYSQL Version"
455
  msgstr "Versão do MySQL"
456
 
457
  # @ captcha
458
+ #: bws_menu.php:530
459
  msgid "SQL Mode"
460
  msgstr "Modo SQL"
461
 
462
  # @ captcha
463
+ #: bws_menu.php:531
464
  msgid "PHP Version"
465
  msgstr "Versão do PHP"
466
 
467
  # @ captcha
468
+ #: bws_menu.php:532
469
  msgid "PHP Safe Mode"
470
  msgstr "Modo de Segurança do PHP"
471
 
472
  # @ captcha
473
+ #: bws_menu.php:533
474
  msgid "PHP Allow URL fopen"
475
  msgstr "Permissão de fopen de URL do PHP"
476
 
477
  # @ captcha
478
+ #: bws_menu.php:534
479
  msgid "PHP Memory Limit"
480
  msgstr "Limite de Memória do PHP"
481
 
482
  # @ captcha
483
+ #: bws_menu.php:535
484
  msgid "PHP Max Upload Size"
485
  msgstr "Tamanho Máximo de Upload no PHP"
486
 
487
  # @ captcha
488
+ #: bws_menu.php:536
489
  msgid "PHP Max Post Size"
490
  msgstr "Tamanho Máximo de Envio do PHP"
491
 
492
  # @ captcha
493
+ #: bws_menu.php:537
494
  msgid "PHP Max Script Execute Time"
495
  msgstr "Tempo de Execução Máximo do PHP"
496
 
497
  # @ captcha
498
+ #: bws_menu.php:538
499
  msgid "PHP Exif support"
500
  msgstr "Suporte a Exif no PHP"
501
 
502
  # @ captcha
503
+ #: bws_menu.php:539
504
  msgid "PHP IPTC support"
505
  msgstr "Suporte da IPTC no PHP"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:540
509
  msgid "PHP XML support"
510
  msgstr "Suporte a XML no PHP"
511
 
512
  # @ captcha
513
+ #: bws_menu.php:541
514
  msgid "Site URL"
515
  msgstr "URL do Site"
516
 
517
  # @ captcha
518
+ #: bws_menu.php:542
519
  msgid "Home URL"
520
  msgstr "URL da Página Inicial"
521
 
522
  # @ captcha
523
+ #: bws_menu.php:545
524
  msgid "WordPress Version"
525
  msgstr "Versão do WordPress"
526
 
527
  # @ captcha
528
+ #: bws_menu.php:546
529
  msgid "WordPress DB Version"
530
  msgstr "Versão do DB do WordPress"
531
 
532
  # @ captcha
533
+ #: bws_menu.php:547
534
  msgid "Multisite"
535
  msgstr "Multisite"
536
 
537
  # @ captcha
538
+ #: bws_menu.php:548
539
  msgid "Active Theme"
540
  msgstr "Tema Ativo"
541
 
542
  # @ captcha
543
+ #: bws_menu.php:563
544
  msgid "Please enter a valid email address."
545
  msgstr "Por favor, informe um endereço de email válido."
546
 
547
  # @ captcha
548
+ #: bws_menu.php:567
549
  msgid "Email with system info is sent to "
550
  msgstr "Email com informações do sistema é enviado para "
551
 
552
  # @ captcha
553
+ #: bws_menu.php:571
554
  msgid "Thank you for contacting us."
555
  msgstr "Obrigado por nos contatar."
556
 
557
  # @ captcha
558
+ #: bws_menu.php:604
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
561
 
562
+ #: bws_menu.php:612
563
  msgid "Need help?"
564
  msgstr ""
565
 
566
+ #: bws_menu.php:613
567
  msgid "Client area"
568
  msgstr ""
569
 
570
  # @ captcha
571
+ #: bws_menu.php:614
572
+ #: bws_menu.php:925
573
  msgid "System status"
574
  msgstr "Status do sistema"
575
 
576
  # @ captcha
577
+ #: bws_menu.php:619
578
  #, fuzzy
579
  msgid "Plugins"
580
  msgstr "Plugins Pro"
581
 
582
+ #: bws_menu.php:621
583
  msgid "Themes"
584
  msgstr ""
585
 
586
+ #: bws_menu.php:626
587
  msgid "All"
588
  msgstr ""
589
 
590
  # @ default
591
+ #: bws_menu.php:627
592
  #, fuzzy
593
  msgid "Installed"
594
  msgstr "Instalar %s"
595
 
596
  # @ captcha
597
+ #: bws_menu.php:628
598
  #, fuzzy
599
  msgid "Recommended"
600
  msgstr "Plugins Recomendados"
601
 
602
  # @ captcha
603
+ #: bws_menu.php:632
604
  msgid "Installed plugins"
605
  msgstr "Plugins Instalados"
606
 
607
  # @ captcha
608
+ #: bws_menu.php:664
609
+ #: bws_menu.php:713
610
  msgid "Settings"
611
  msgstr "Configurações"
612
 
613
  # @ captcha
614
+ #: bws_menu.php:685
615
+ #: bws_menu.php:742
616
  #, fuzzy
617
  msgid "Activate this plugin"
618
  msgstr "Plugins ativados"
619
 
620
+ #: bws_menu.php:700
621
+ #: bws_menu.php:730
622
+ #: bws_menu.php:776
623
  msgid "Go"
624
  msgstr ""
625
 
626
+ #: bws_menu.php:704
627
+ #: bws_menu.php:734
628
+ #: bws_menu.php:780
629
  msgid "DONATE"
630
  msgstr ""
631
 
632
  # @ captcha
633
+ #: bws_menu.php:750
634
  msgid "Recommended plugins"
635
  msgstr "Plugins Recomendados"
636
 
637
  # @ default
638
+ #: bws_menu.php:788
639
  #, fuzzy
640
  msgid "Install now"
641
  msgstr "Instalar %s"
642
 
643
+ #: bws_menu.php:809
644
  msgid "Try again"
645
  msgstr ""
646
 
647
+ #: bws_menu.php:827
648
  #, php-format
649
  msgid "Preview &#8220;%s&#8221;"
650
  msgstr ""
651
 
652
  # @ default
653
+ #: bws_menu.php:858
654
  #, php-format
655
  msgid "Install %s"
656
  msgstr "Instalar %s"
657
 
658
  # @ default
659
+ #: bws_menu.php:858
660
  #, fuzzy
661
  msgid "Install Now"
662
  msgstr "Instalar %s"
663
 
664
+ #: bws_menu.php:861
665
  #, php-format
666
  msgid "Update to version %s"
667
  msgstr ""
668
 
669
+ #: bws_menu.php:861
670
  msgid "Update"
671
  msgstr ""
672
 
673
+ #: bws_menu.php:868
674
  #, php-format
675
  msgid "Preview %s"
676
  msgstr ""
677
 
678
+ #: bws_menu.php:868
679
  msgid "Preview"
680
  msgstr ""
681
 
682
+ #: bws_menu.php:874
683
+ #: bws_menu.php:906
684
  #, php-format
685
  msgid "By %s"
686
  msgstr ""
687
 
688
+ #: bws_menu.php:880
689
  msgid "Details"
690
  msgstr ""
691
 
692
  # @ default
693
+ #: bws_menu.php:912
694
  #, fuzzy
695
  msgid "Already Installed"
696
  msgstr "Instalar %s"
697
 
698
  # @ captcha
699
+ #: bws_menu.php:928
700
  msgid "Environment"
701
  msgstr "Ambiente"
702
 
703
  # @ captcha
704
+ #: bws_menu.php:939
705
  msgid "Active Plugins"
706
  msgstr "Plugins Ativos"
707
 
708
  # @ captcha
709
+ #: bws_menu.php:952
710
  msgid "Inactive Plugins"
711
  msgstr "Plugins Inativos"
712
 
713
  # @ captcha
714
+ #: bws_menu.php:968
715
  msgid "Send to support"
716
  msgstr "Enviar para o suporte"
717
 
718
  # @ captcha
719
+ #: bws_menu.php:975
720
  msgid "Send to custom email &#187;"
721
  msgstr "Enviar para email personalizado &#187;"
722
 
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 15:57+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,591 +16,633 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
- #: bws_functions.php:91
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
26
 
27
- #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr "Вернуться к WordPress на"
30
 
31
- #: bws_functions.php:94
32
  msgid "Plugins page"
33
  msgstr "Страницу плагинов"
34
 
35
- #: bws_functions.php:151
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настало время обновить Ваш"
38
 
39
- #: bws_functions.php:151
40
  msgid "to"
41
  msgstr "до"
42
 
43
- #: bws_functions.php:151
44
  msgid "version!"
45
  msgstr "версии!"
46
 
47
- #: bws_functions.php:152
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Расширяет возможности стандартного функционала плагина."
50
 
51
- #: bws_functions.php:155
52
- #: bws_functions.php:542
53
  msgid "Learn More"
54
  msgstr "Подробнее"
55
 
56
- #: bws_functions.php:172
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
59
 
60
- #: bws_functions.php:173
61
  msgid "Rate the plugin"
62
  msgstr "Оценить плагин"
63
 
64
- #: bws_functions.php:176
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
67
 
68
- #: bws_functions.php:193
69
- #: bws_functions.php:229
70
  msgid "Wrong license key"
71
  msgstr "Неправильный лицензионный ключ"
72
 
73
- #: bws_functions.php:223
74
- #: bws_functions.php:455
75
- #: bws_functions.php:506
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Приносим извинения за неудобства."
84
 
85
- #: bws_functions.php:231
86
  msgid "This license key is bind to another site"
87
  msgstr "Этот лицензионный ключ привязан к другому сайту"
88
 
89
- #: bws_functions.php:233
90
- #: bws_functions.php:365
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
93
 
94
- #: bws_functions.php:235
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
97
 
98
- #: bws_functions.php:237
99
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
100
- msgstr "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial лицензия может быть установлена только один раз."
101
 
102
- #: bws_functions.php:248
103
- #: bws_functions.php:270
104
- #: bws_functions.php:292
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
107
 
108
- #: bws_functions.php:260
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
111
 
112
- #: bws_functions.php:266
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
115
 
116
- #: bws_functions.php:273
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
119
 
120
- #: bws_functions.php:296
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
123
 
124
- #: bws_functions.php:321
125
  msgid "Please, enter Your license key"
126
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
127
 
128
- #: bws_functions.php:338
129
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
130
- msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
131
 
132
- #: bws_functions.php:340
133
- #: bws_functions.php:422
134
  msgid "Please, go to"
135
  msgstr "Пожалуйста, перейдите на"
136
 
137
- #: bws_functions.php:340
138
- #: bws_functions.php:422
139
  msgid "the setting page"
140
  msgstr "страницу настроек"
141
 
142
- #: bws_functions.php:341
143
- #: bws_functions.php:423
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
146
 
147
- #: bws_functions.php:346
148
  msgid "You can download and activate"
149
  msgstr "Вы можете скачать и активировать"
150
 
151
- #: bws_functions.php:348
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
154
 
155
- #: bws_functions.php:350
156
- #: bws_functions.php:391
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
159
 
160
- #: bws_functions.php:352
161
- #: bws_functions.php:393
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
164
 
165
- #: bws_functions.php:356
 
166
  msgid "or"
167
  msgstr "или"
168
 
169
- #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
173
 
174
- #: bws_functions.php:362
175
- #: bws_functions.php:371
176
- #: bws_functions.php:401
177
- #: bws_functions.php:409
178
- #: bws_menu.php:657
179
- #: bws_menu.php:714
180
  msgid "Activate"
181
  msgstr "Активировать"
182
 
183
- #: bws_functions.php:388
184
- #: bws_functions.php:481
185
  #, php-format
186
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
187
  msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
188
 
189
- #: bws_functions.php:389
190
  msgid "After that you can activate it by entering your license key."
191
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
192
 
193
- #: bws_functions.php:403
194
  msgid "Unfortunately, you have exceeded the number of available tries per day."
195
  msgstr "К сожалению, вы превысили количество доступных попыток."
196
 
197
- #: bws_functions.php:420
198
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
199
- msgstr "Поздравляем! PRO версия плагина была успешно активирована."
200
 
201
- #: bws_functions.php:461
202
  msgid "Wrong license key."
203
  msgstr "Неправильный лицензионный ключ."
204
 
205
- #: bws_functions.php:463
206
  msgid "This license key is bind to another site."
207
  msgstr "Этот лицензионный ключ привязан к другому сайту."
208
 
209
- #: bws_functions.php:465
210
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
211
  msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
212
 
213
- #: bws_functions.php:467
214
  msgid "Unfortunately, you have exceeded the number of available tries."
215
  msgstr "К сожалению, вы превысили количество доступных попыток."
216
 
217
- #: bws_functions.php:469
218
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
- msgstr "К сожалению, PRO Trial версия плагина уже устанавливалась на этот домен. PRO Trial версию можно устанавливать лишь один раз."
220
 
221
- #: bws_functions.php:473
222
- msgid "The PRO Trial license key is valid."
223
- msgstr "Ключ PRO Trial версии действителен."
224
 
225
- #: bws_functions.php:475
226
  msgid "The license key is valid."
227
  msgstr "Лицензионный ключ действителен."
228
 
229
- #: bws_functions.php:478
230
  msgid "Your license will expire on"
231
  msgstr "Ваша лицензия истечет"
232
 
233
- #: bws_functions.php:511
234
  msgid "Please, enter your license key"
235
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
236
 
237
- #: bws_functions.php:524
238
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
239
  msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
240
 
241
- #: bws_functions.php:524
242
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
243
- msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Lost your password?\"."
244
 
245
- #: bws_functions.php:528
246
  msgid "Check license key"
247
  msgstr "Проверка лицензионного ключа"
248
 
249
- #: bws_functions.php:542
250
  msgid "WARNING: Illegal use notification"
251
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
252
 
253
- #: bws_functions.php:542
254
  msgid "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."
255
  msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
256
 
257
- #: bws_functions.php:550
258
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
- msgstr "Внимание: Срок действия PRO Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию PRO"
260
 
261
- #: bws_functions.php:552
262
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
  msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
264
 
265
- #: bws_functions.php:552
266
- #: bws_functions.php:605
267
- #: bws_menu.php:633
268
- #: bws_menu.php:655
269
- #: bws_menu.php:682
270
- #: bws_menu.php:712
271
- #: bws_menu.php:758
272
  msgid "Learn more"
273
  msgstr "Подробнее"
274
 
275
- #: bws_functions.php:562
276
  #, php-format
277
- msgid "Notice: You are using the PRO Trial license of %s plugin."
278
- msgstr "Внимание: Вы используете PRO Trial версию плагина %s."
279
 
280
- #: bws_functions.php:564
281
- msgid "Notice: You are using the PRO Trial license of plugin."
282
- msgstr "Внимание: Вы используете PRO Trial версию плагина."
283
 
284
- #: bws_functions.php:567
285
- msgid "The PRO Trial license will expire on"
286
- msgstr "Ваша лицензия PRO Trial версии плагина истекает"
287
 
288
- #: bws_functions.php:605
289
  msgid "You license for"
290
  msgstr "Ваш лицензионный ключ для"
291
 
292
- #: bws_functions.php:605
293
  msgid "expires on"
294
  msgstr "истекает"
295
 
296
- #: bws_functions.php:605
297
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
298
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
299
 
300
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
304
- #: bws_functions.php:771
305
- #: bws_functions.php:784
306
  msgid "Restore all plugin settings to defaults"
307
- msgstr "Восстановить все настройки плагина к настройкам по-умолчанию"
308
 
309
- #: bws_functions.php:773
310
- #: bws_functions.php:786
311
  msgid "Restore settings"
312
  msgstr "Восстановить настройки"
313
 
314
- #: bws_functions.php:797
315
  msgid "Are you sure you want to restore all settings by default?"
316
- msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по-умолчанию?"
317
 
318
- #: bws_functions.php:799
319
  msgid "Yes, restore all settings"
320
  msgstr "Да, восстановить все настройки"
321
 
322
- #: bws_functions.php:800
323
  msgid "No, go back to the settings page"
324
- msgstr "Нет, вернутся на страницу настроек"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
- #: bws_menu.php:470
327
  msgid "Not set"
328
  msgstr "Не задан"
329
 
330
- #: bws_menu.php:472
331
- #: bws_menu.php:473
332
  msgid "On"
333
  msgstr "Вкл"
334
 
335
- #: bws_menu.php:472
336
- #: bws_menu.php:473
337
  msgid "Off"
338
  msgstr "Выкл"
339
 
340
- #: bws_menu.php:474
341
- #: bws_menu.php:475
342
- #: bws_menu.php:476
343
- #: bws_menu.php:477
344
- #: bws_menu.php:478
345
- #: bws_menu.php:490
346
  msgid "N/A"
347
  msgstr "Неизвестно"
348
 
349
- #: bws_menu.php:478
350
  msgid " Mb"
351
  msgstr "Mb"
352
 
353
- #: bws_menu.php:479
354
- #: bws_menu.php:480
355
- #: bws_menu.php:481
356
- #: bws_menu.php:486
357
  msgid "Yes"
358
  msgstr "Да"
359
 
360
- #: bws_menu.php:479
361
- #: bws_menu.php:480
362
- #: bws_menu.php:481
363
- #: bws_menu.php:488
364
  msgid "No"
365
  msgstr "Нет"
366
 
367
- #: bws_menu.php:498
368
  msgid "Operating System"
369
  msgstr "Операционная система"
370
 
371
- #: bws_menu.php:499
372
  msgid "Server"
373
  msgstr "Тип сервера"
374
 
375
- #: bws_menu.php:500
376
  msgid "Memory usage"
377
  msgstr "Памяти использовано"
378
 
379
- #: bws_menu.php:501
380
  msgid "MYSQL Version"
381
  msgstr "Версия MYSQL"
382
 
383
- #: bws_menu.php:502
384
  msgid "SQL Mode"
385
  msgstr "Режим SQL"
386
 
387
- #: bws_menu.php:503
388
  msgid "PHP Version"
389
  msgstr "Версия PHP"
390
 
391
- #: bws_menu.php:504
392
  msgid "PHP Safe Mode"
393
  msgstr "PHP Safe Mode"
394
 
395
- #: bws_menu.php:505
396
  msgid "PHP Allow URL fopen"
397
  msgstr "PHP Allow URL fopen"
398
 
399
- #: bws_menu.php:506
400
  msgid "PHP Memory Limit"
401
  msgstr "Лимит памяти"
402
 
403
- #: bws_menu.php:507
404
  msgid "PHP Max Upload Size"
405
  msgstr "Макс. размер загружаемого файла"
406
 
407
- #: bws_menu.php:508
408
  msgid "PHP Max Post Size"
409
  msgstr "Макс. размер записи"
410
 
411
- #: bws_menu.php:509
412
  msgid "PHP Max Script Execute Time"
413
  msgstr "Макс. время выполнения сценария"
414
 
415
- #: bws_menu.php:510
416
  msgid "PHP Exif support"
417
  msgstr "Поддержка PHP Exif"
418
 
419
- #: bws_menu.php:511
420
  msgid "PHP IPTC support"
421
  msgstr "Поддержка PHP IPTC"
422
 
423
- #: bws_menu.php:512
424
  msgid "PHP XML support"
425
  msgstr "Поддержка PHP XML"
426
 
427
- #: bws_menu.php:513
428
  msgid "Site URL"
429
  msgstr "Адрес сайта"
430
 
431
- #: bws_menu.php:514
432
  msgid "Home URL"
433
  msgstr "Основной адрес сайта"
434
 
435
- #: bws_menu.php:517
436
  msgid "WordPress Version"
437
  msgstr "Версия WordPress"
438
 
439
- #: bws_menu.php:518
440
  msgid "WordPress DB Version"
441
  msgstr "Версия базы данных WordPress"
442
 
443
- #: bws_menu.php:519
444
  msgid "Multisite"
445
  msgstr "Мультиблог"
446
 
447
- #: bws_menu.php:520
448
  msgid "Active Theme"
449
  msgstr "Текущая тема"
450
 
451
- #: bws_menu.php:535
452
  msgid "Please enter a valid email address."
453
  msgstr "Пожалуйста, введите валидный емайл."
454
 
455
- #: bws_menu.php:539
456
  msgid "Email with system info is sent to "
457
- msgstr "E-mail с системной информацией отправлен на"
458
 
459
- #: bws_menu.php:543
460
  msgid "Thank you for contacting us."
461
  msgstr "Спасибо что связались с нами."
462
 
463
- #: bws_menu.php:576
464
  msgid "Sorry, email message could not be delivered."
465
- msgstr "Извините, ваш email не может быть отправлен."
466
 
467
- #: bws_menu.php:584
468
  msgid "Need help?"
469
  msgstr "Нужна помощь?"
470
 
471
- #: bws_menu.php:585
472
  msgid "Client area"
473
  msgstr "Client area"
474
 
475
- #: bws_menu.php:586
476
- #: bws_menu.php:897
477
  msgid "System status"
478
  msgstr "Системная информация"
479
 
480
- #: bws_menu.php:591
481
  msgid "Plugins"
482
  msgstr "Плагины"
483
 
484
- #: bws_menu.php:593
485
  msgid "Themes"
486
  msgstr "Темы"
487
 
488
- #: bws_menu.php:598
489
  msgid "All"
490
  msgstr "Все"
491
 
492
- #: bws_menu.php:599
493
  msgid "Installed"
494
  msgstr "Установленные"
495
 
496
- #: bws_menu.php:600
497
  msgid "Recommended"
498
  msgstr "Рекомендованные"
499
 
500
- #: bws_menu.php:604
501
  msgid "Installed plugins"
502
  msgstr "Установленные плагины"
503
 
504
- #: bws_menu.php:636
505
- #: bws_menu.php:685
506
  msgid "Settings"
507
  msgstr "Настройки"
508
 
509
- #: bws_menu.php:657
510
- #: bws_menu.php:714
511
  msgid "Activate this plugin"
512
  msgstr "Активировать плагин"
513
 
514
- #: bws_menu.php:672
515
- #: bws_menu.php:702
516
- #: bws_menu.php:748
517
  msgid "Go"
518
  msgstr "Перейти на"
519
 
520
- #: bws_menu.php:676
521
- #: bws_menu.php:706
522
- #: bws_menu.php:752
523
  msgid "DONATE"
524
  msgstr "Пожертвовать"
525
 
526
- #: bws_menu.php:722
527
  msgid "Recommended plugins"
528
  msgstr "Рекомендованные к установке плагины"
529
 
530
- #: bws_menu.php:760
531
  msgid "Install now"
532
  msgstr "Установить"
533
 
534
- #: bws_menu.php:781
535
  msgid "Try again"
536
  msgstr "Попробовать снова"
537
 
538
- #: bws_menu.php:799
539
  #, php-format
540
  msgid "Preview &#8220;%s&#8221;"
541
  msgstr "Просмотр &#8220;%s&#8221;"
542
 
543
- #: bws_menu.php:830
544
  #, php-format
545
  msgid "Install %s"
546
  msgstr "Установлено %s"
547
 
548
- #: bws_menu.php:830
549
  msgid "Install Now"
550
  msgstr "Установить"
551
 
552
- #: bws_menu.php:833
553
  #, php-format
554
  msgid "Update to version %s"
555
  msgstr "Обновить до версии %s"
556
 
557
- #: bws_menu.php:833
558
  msgid "Update"
559
  msgstr "Обновить"
560
 
561
- #: bws_menu.php:840
562
  #, php-format
563
  msgid "Preview %s"
564
  msgstr "Просмотр %s"
565
 
566
- #: bws_menu.php:840
567
  msgid "Preview"
568
  msgstr "Просмотр"
569
 
570
- #: bws_menu.php:846
571
- #: bws_menu.php:878
572
  #, php-format
573
  msgid "By %s"
574
  msgstr "%s"
575
 
576
- #: bws_menu.php:852
577
  msgid "Details"
578
  msgstr "Детали"
579
 
580
- #: bws_menu.php:884
581
  msgid "Already Installed"
582
  msgstr "Уже установлена"
583
 
584
- #: bws_menu.php:900
585
  msgid "Environment"
586
  msgstr "Системная среда"
587
 
588
- #: bws_menu.php:911
589
  msgid "Active Plugins"
590
  msgstr "Активированные плагины"
591
 
592
- #: bws_menu.php:924
593
  msgid "Inactive Plugins"
594
  msgstr "Неактивированные плагины"
595
 
596
- #: bws_menu.php:940
597
  msgid "Send to support"
598
  msgstr "Отправить в тех. поддержку"
599
 
600
- #: bws_menu.php:947
601
  msgid "Send to custom email &#187;"
602
  msgstr "Отправить на емейл &#187;"
603
 
 
 
 
604
  #~ msgid ""
605
  #~ "(your username is the email you specify when purchasing the product), "
606
  #~ "where you can make the necessary changes."
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:29
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
+ #: bws_functions.php:31
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
26
 
27
+ #: bws_functions.php:32
28
  msgid "Back to the WordPress"
29
  msgstr "Вернуться к WordPress на"
30
 
31
+ #: bws_functions.php:34
32
  msgid "Plugins page"
33
  msgstr "Страницу плагинов"
34
 
35
+ #: bws_functions.php:91
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настало время обновить Ваш"
38
 
39
+ #: bws_functions.php:91
40
  msgid "to"
41
  msgstr "до"
42
 
43
+ #: bws_functions.php:91
44
  msgid "version!"
45
  msgstr "версии!"
46
 
47
+ #: bws_functions.php:92
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Расширяет возможности стандартного функционала плагина."
50
 
51
+ #: bws_functions.php:95
52
+ #: bws_functions.php:492
53
  msgid "Learn More"
54
  msgstr "Подробнее"
55
 
56
+ #: bws_functions.php:112
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
59
 
60
+ #: bws_functions.php:113
61
  msgid "Rate the plugin"
62
  msgstr "Оценить плагин"
63
 
64
+ #: bws_functions.php:116
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
67
 
68
+ #: bws_functions.php:133
69
+ #: bws_functions.php:169
70
  msgid "Wrong license key"
71
  msgstr "Неправильный лицензионный ключ"
72
 
73
+ #: bws_functions.php:163
74
+ #: bws_functions.php:405
75
+ #: bws_functions.php:456
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Приносим извинения за неудобства."
84
 
85
+ #: bws_functions.php:171
86
  msgid "This license key is bind to another site"
87
  msgstr "Этот лицензионный ключ привязан к другому сайту"
88
 
89
+ #: bws_functions.php:173
90
+ #: bws_functions.php:315
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
93
 
94
+ #: bws_functions.php:175
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
97
 
98
+ #: bws_functions.php:177
99
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
100
+ msgstr "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial лицензия может быть установлена только один раз."
101
 
102
+ #: bws_functions.php:198
103
+ #: bws_functions.php:220
104
+ #: bws_functions.php:242
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
107
 
108
+ #: bws_functions.php:210
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
111
 
112
+ #: bws_functions.php:216
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
115
 
116
+ #: bws_functions.php:223
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
119
 
120
+ #: bws_functions.php:246
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
123
 
124
+ #: bws_functions.php:271
125
  msgid "Please, enter Your license key"
126
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
127
 
128
+ #: bws_functions.php:288
129
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
130
+ msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
131
 
132
+ #: bws_functions.php:290
133
+ #: bws_functions.php:372
134
  msgid "Please, go to"
135
  msgstr "Пожалуйста, перейдите на"
136
 
137
+ #: bws_functions.php:290
138
+ #: bws_functions.php:372
139
  msgid "the setting page"
140
  msgstr "страницу настроек"
141
 
142
+ #: bws_functions.php:291
143
+ #: bws_functions.php:373
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
146
 
147
+ #: bws_functions.php:296
148
  msgid "You can download and activate"
149
  msgstr "Вы можете скачать и активировать"
150
 
151
+ #: bws_functions.php:298
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
154
 
155
+ #: bws_functions.php:300
156
+ #: bws_functions.php:341
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
159
 
160
+ #: bws_functions.php:302
161
+ #: bws_functions.php:343
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
164
 
165
+ #: bws_functions.php:306
166
+ #: bws_functions.php:609
167
  msgid "or"
168
  msgstr "или"
169
 
170
+ #: bws_functions.php:306
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
174
 
175
+ #: bws_functions.php:312
176
+ #: bws_functions.php:321
177
+ #: bws_functions.php:351
178
+ #: bws_functions.php:359
179
+ #: bws_menu.php:685
180
+ #: bws_menu.php:742
181
  msgid "Activate"
182
  msgstr "Активировать"
183
 
184
+ #: bws_functions.php:338
185
+ #: bws_functions.php:431
186
  #, php-format
187
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
  msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
189
 
190
+ #: bws_functions.php:339
191
  msgid "After that you can activate it by entering your license key."
192
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
193
 
194
+ #: bws_functions.php:353
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
  msgstr "К сожалению, вы превысили количество доступных попыток."
197
 
198
+ #: bws_functions.php:370
199
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
200
+ msgstr "Поздравляем! Pro версия плагина была успешно активирована."
201
 
202
+ #: bws_functions.php:411
203
  msgid "Wrong license key."
204
  msgstr "Неправильный лицензионный ключ."
205
 
206
+ #: bws_functions.php:413
207
  msgid "This license key is bind to another site."
208
  msgstr "Этот лицензионный ключ привязан к другому сайту."
209
 
210
+ #: bws_functions.php:415
211
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
212
  msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
213
 
214
+ #: bws_functions.php:417
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
  msgstr "К сожалению, вы превысили количество доступных попыток."
217
 
218
+ #: bws_functions.php:419
219
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
220
+ msgstr "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro Trial версию можно устанавливать лишь один раз."
221
 
222
+ #: bws_functions.php:423
223
+ msgid "The Pro Trial license key is valid."
224
+ msgstr "Ключ Pro Trial версии действителен."
225
 
226
+ #: bws_functions.php:425
227
  msgid "The license key is valid."
228
  msgstr "Лицензионный ключ действителен."
229
 
230
+ #: bws_functions.php:428
231
  msgid "Your license will expire on"
232
  msgstr "Ваша лицензия истечет"
233
 
234
+ #: bws_functions.php:461
235
  msgid "Please, enter your license key"
236
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
237
 
238
+ #: bws_functions.php:474
239
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
240
  msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
241
 
242
+ #: bws_functions.php:474
243
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
+ msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Забыли пароль?\"."
245
 
246
+ #: bws_functions.php:478
247
  msgid "Check license key"
248
  msgstr "Проверка лицензионного ключа"
249
 
250
+ #: bws_functions.php:492
251
  msgid "WARNING: Illegal use notification"
252
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
253
 
254
+ #: bws_functions.php:492
255
  msgid "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."
256
  msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деактивирован."
257
 
258
+ #: bws_functions.php:500
259
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
260
+ msgstr "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию Pro"
261
 
262
+ #: bws_functions.php:502
263
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
  msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
265
 
266
+ #: bws_functions.php:502
267
+ #: bws_functions.php:555
268
+ #: bws_menu.php:661
269
+ #: bws_menu.php:683
270
+ #: bws_menu.php:710
271
+ #: bws_menu.php:740
272
+ #: bws_menu.php:786
273
  msgid "Learn more"
274
  msgstr "Подробнее"
275
 
276
+ #: bws_functions.php:512
277
  #, php-format
278
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
279
+ msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
280
 
281
+ #: bws_functions.php:514
282
+ msgid "Notice: You are using the Pro Trial license of plugin."
283
+ msgstr "Внимание: Вы используете Pro Trial версию плагина."
284
 
285
+ #: bws_functions.php:517
286
+ msgid "The Pro Trial license will expire on"
287
+ msgstr "Ваша лицензия Pro Trial версии плагина истекает"
288
 
289
+ #: bws_functions.php:555
290
  msgid "You license for"
291
  msgstr "Ваш лицензионный ключ для"
292
 
293
+ #: bws_functions.php:555
294
  msgid "expires on"
295
  msgstr "истекает"
296
 
297
+ #: bws_functions.php:555
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
300
 
301
+ #: bws_functions.php:605
302
+ msgid "Thank you for installing"
303
+ msgstr "Спасибо за установку"
304
+
305
+ #: bws_functions.php:606
306
+ msgid "Let's get started"
307
+ msgstr "Давайте начнем"
308
+
309
+ #: bws_functions.php:607
310
+ msgid "Configure Settings"
311
+ msgstr "Настройка параметров"
312
+
313
+ #: bws_functions.php:610
314
+ msgid "Add New"
315
+ msgstr "Добавить"
316
+
317
+ #: bws_functions.php:614
318
+ msgid "Close notice"
319
+ msgstr "Закрыть"
320
+
321
+ #: bws_functions.php:667
322
+ msgid "Add BWS shortcode"
323
+ msgstr "Добавить BWS шорткод"
324
+
325
+ #: bws_functions.php:711
326
  msgid "Close"
327
  msgstr "Закрыть"
328
 
329
+ #: bws_functions.php:802
 
330
  msgid "Restore all plugin settings to defaults"
331
+ msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
332
 
333
+ #: bws_functions.php:804
 
334
  msgid "Restore settings"
335
  msgstr "Восстановить настройки"
336
 
337
+ #: bws_functions.php:815
338
  msgid "Are you sure you want to restore all settings by default?"
339
+ msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по умолчанию?"
340
 
341
+ #: bws_functions.php:818
342
  msgid "Yes, restore all settings"
343
  msgstr "Да, восстановить все настройки"
344
 
345
+ #: bws_functions.php:819
346
  msgid "No, go back to the settings page"
347
+ msgstr "Нет, вернуться на страницу настроек"
348
+
349
+ #: bws_functions.php:863
350
+ msgid "Plugin"
351
+ msgstr "Плагин"
352
+
353
+ #: bws_functions.php:872
354
+ msgid "Shortcode settings"
355
+ msgstr "Настройки шорткода"
356
+
357
+ #: bws_functions.php:877
358
+ msgid "The shortcode will be inserted"
359
+ msgstr "Будет вставлен шорткод"
360
+
361
+ #: bws_functions.php:882
362
+ msgid "Insert"
363
+ msgstr "Вставить"
364
 
365
+ #: bws_menu.php:498
366
  msgid "Not set"
367
  msgstr "Не задан"
368
 
369
+ #: bws_menu.php:500
370
+ #: bws_menu.php:501
371
  msgid "On"
372
  msgstr "Вкл"
373
 
374
+ #: bws_menu.php:500
375
+ #: bws_menu.php:501
376
  msgid "Off"
377
  msgstr "Выкл"
378
 
379
+ #: bws_menu.php:502
380
+ #: bws_menu.php:503
381
+ #: bws_menu.php:504
382
+ #: bws_menu.php:505
383
+ #: bws_menu.php:506
384
+ #: bws_menu.php:518
385
  msgid "N/A"
386
  msgstr "Неизвестно"
387
 
388
+ #: bws_menu.php:506
389
  msgid " Mb"
390
  msgstr "Mb"
391
 
392
+ #: bws_menu.php:507
393
+ #: bws_menu.php:508
394
+ #: bws_menu.php:509
395
+ #: bws_menu.php:514
396
  msgid "Yes"
397
  msgstr "Да"
398
 
399
+ #: bws_menu.php:507
400
+ #: bws_menu.php:508
401
+ #: bws_menu.php:509
402
+ #: bws_menu.php:516
403
  msgid "No"
404
  msgstr "Нет"
405
 
406
+ #: bws_menu.php:526
407
  msgid "Operating System"
408
  msgstr "Операционная система"
409
 
410
+ #: bws_menu.php:527
411
  msgid "Server"
412
  msgstr "Тип сервера"
413
 
414
+ #: bws_menu.php:528
415
  msgid "Memory usage"
416
  msgstr "Памяти использовано"
417
 
418
+ #: bws_menu.php:529
419
  msgid "MYSQL Version"
420
  msgstr "Версия MYSQL"
421
 
422
+ #: bws_menu.php:530
423
  msgid "SQL Mode"
424
  msgstr "Режим SQL"
425
 
426
+ #: bws_menu.php:531
427
  msgid "PHP Version"
428
  msgstr "Версия PHP"
429
 
430
+ #: bws_menu.php:532
431
  msgid "PHP Safe Mode"
432
  msgstr "PHP Safe Mode"
433
 
434
+ #: bws_menu.php:533
435
  msgid "PHP Allow URL fopen"
436
  msgstr "PHP Allow URL fopen"
437
 
438
+ #: bws_menu.php:534
439
  msgid "PHP Memory Limit"
440
  msgstr "Лимит памяти"
441
 
442
+ #: bws_menu.php:535
443
  msgid "PHP Max Upload Size"
444
  msgstr "Макс. размер загружаемого файла"
445
 
446
+ #: bws_menu.php:536
447
  msgid "PHP Max Post Size"
448
  msgstr "Макс. размер записи"
449
 
450
+ #: bws_menu.php:537
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Макс. время выполнения сценария"
453
 
454
+ #: bws_menu.php:538
455
  msgid "PHP Exif support"
456
  msgstr "Поддержка PHP Exif"
457
 
458
+ #: bws_menu.php:539
459
  msgid "PHP IPTC support"
460
  msgstr "Поддержка PHP IPTC"
461
 
462
+ #: bws_menu.php:540
463
  msgid "PHP XML support"
464
  msgstr "Поддержка PHP XML"
465
 
466
+ #: bws_menu.php:541
467
  msgid "Site URL"
468
  msgstr "Адрес сайта"
469
 
470
+ #: bws_menu.php:542
471
  msgid "Home URL"
472
  msgstr "Основной адрес сайта"
473
 
474
+ #: bws_menu.php:545
475
  msgid "WordPress Version"
476
  msgstr "Версия WordPress"
477
 
478
+ #: bws_menu.php:546
479
  msgid "WordPress DB Version"
480
  msgstr "Версия базы данных WordPress"
481
 
482
+ #: bws_menu.php:547
483
  msgid "Multisite"
484
  msgstr "Мультиблог"
485
 
486
+ #: bws_menu.php:548
487
  msgid "Active Theme"
488
  msgstr "Текущая тема"
489
 
490
+ #: bws_menu.php:563
491
  msgid "Please enter a valid email address."
492
  msgstr "Пожалуйста, введите валидный емайл."
493
 
494
+ #: bws_menu.php:567
495
  msgid "Email with system info is sent to "
496
+ msgstr "Емейл с системной информацией отправлен на"
497
 
498
+ #: bws_menu.php:571
499
  msgid "Thank you for contacting us."
500
  msgstr "Спасибо что связались с нами."
501
 
502
+ #: bws_menu.php:604
503
  msgid "Sorry, email message could not be delivered."
504
+ msgstr "Извините, ваш емейл не может быть отправлен."
505
 
506
+ #: bws_menu.php:612
507
  msgid "Need help?"
508
  msgstr "Нужна помощь?"
509
 
510
+ #: bws_menu.php:613
511
  msgid "Client area"
512
  msgstr "Client area"
513
 
514
+ #: bws_menu.php:614
515
+ #: bws_menu.php:925
516
  msgid "System status"
517
  msgstr "Системная информация"
518
 
519
+ #: bws_menu.php:619
520
  msgid "Plugins"
521
  msgstr "Плагины"
522
 
523
+ #: bws_menu.php:621
524
  msgid "Themes"
525
  msgstr "Темы"
526
 
527
+ #: bws_menu.php:626
528
  msgid "All"
529
  msgstr "Все"
530
 
531
+ #: bws_menu.php:627
532
  msgid "Installed"
533
  msgstr "Установленные"
534
 
535
+ #: bws_menu.php:628
536
  msgid "Recommended"
537
  msgstr "Рекомендованные"
538
 
539
+ #: bws_menu.php:632
540
  msgid "Installed plugins"
541
  msgstr "Установленные плагины"
542
 
543
+ #: bws_menu.php:664
544
+ #: bws_menu.php:713
545
  msgid "Settings"
546
  msgstr "Настройки"
547
 
548
+ #: bws_menu.php:685
549
+ #: bws_menu.php:742
550
  msgid "Activate this plugin"
551
  msgstr "Активировать плагин"
552
 
553
+ #: bws_menu.php:700
554
+ #: bws_menu.php:730
555
+ #: bws_menu.php:776
556
  msgid "Go"
557
  msgstr "Перейти на"
558
 
559
+ #: bws_menu.php:704
560
+ #: bws_menu.php:734
561
+ #: bws_menu.php:780
562
  msgid "DONATE"
563
  msgstr "Пожертвовать"
564
 
565
+ #: bws_menu.php:750
566
  msgid "Recommended plugins"
567
  msgstr "Рекомендованные к установке плагины"
568
 
569
+ #: bws_menu.php:788
570
  msgid "Install now"
571
  msgstr "Установить"
572
 
573
+ #: bws_menu.php:809
574
  msgid "Try again"
575
  msgstr "Попробовать снова"
576
 
577
+ #: bws_menu.php:827
578
  #, php-format
579
  msgid "Preview &#8220;%s&#8221;"
580
  msgstr "Просмотр &#8220;%s&#8221;"
581
 
582
+ #: bws_menu.php:858
583
  #, php-format
584
  msgid "Install %s"
585
  msgstr "Установлено %s"
586
 
587
+ #: bws_menu.php:858
588
  msgid "Install Now"
589
  msgstr "Установить"
590
 
591
+ #: bws_menu.php:861
592
  #, php-format
593
  msgid "Update to version %s"
594
  msgstr "Обновить до версии %s"
595
 
596
+ #: bws_menu.php:861
597
  msgid "Update"
598
  msgstr "Обновить"
599
 
600
+ #: bws_menu.php:868
601
  #, php-format
602
  msgid "Preview %s"
603
  msgstr "Просмотр %s"
604
 
605
+ #: bws_menu.php:868
606
  msgid "Preview"
607
  msgstr "Просмотр"
608
 
609
+ #: bws_menu.php:874
610
+ #: bws_menu.php:906
611
  #, php-format
612
  msgid "By %s"
613
  msgstr "%s"
614
 
615
+ #: bws_menu.php:880
616
  msgid "Details"
617
  msgstr "Детали"
618
 
619
+ #: bws_menu.php:912
620
  msgid "Already Installed"
621
  msgstr "Уже установлена"
622
 
623
+ #: bws_menu.php:928
624
  msgid "Environment"
625
  msgstr "Системная среда"
626
 
627
+ #: bws_menu.php:939
628
  msgid "Active Plugins"
629
  msgstr "Активированные плагины"
630
 
631
+ #: bws_menu.php:952
632
  msgid "Inactive Plugins"
633
  msgstr "Неактивированные плагины"
634
 
635
+ #: bws_menu.php:968
636
  msgid "Send to support"
637
  msgstr "Отправить в тех. поддержку"
638
 
639
+ #: bws_menu.php:975
640
  msgid "Send to custom email &#187;"
641
  msgstr "Отправить на емейл &#187;"
642
 
643
+ #~ msgid "Select Plugin"
644
+ #~ msgstr "Выберите плагин"
645
+
646
  #~ msgid ""
647
  #~ "(your username is the email you specify when purchasing the product), "
648
  #~ "where you can make the necessary changes."
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.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: 2015-06-12 15:58+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
@@ -17,612 +17,655 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:89
21
  msgid "requires"
22
  msgstr ""
23
 
24
- #: bws_functions.php:91
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
- #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
- #: bws_functions.php:94
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro moduli"
36
 
37
- #: bws_functions.php:151
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
- #: bws_functions.php:151
42
  #, fuzzy
43
  msgid "to"
44
  msgstr "vrh"
45
 
46
- #: bws_functions.php:151
47
  #, fuzzy
48
  msgid "version!"
49
  msgstr "PHP Verzija"
50
 
51
- #: bws_functions.php:152
52
  msgid "Extend standard plugin functionality with new great options."
53
  msgstr ""
54
 
55
- #: bws_functions.php:155
56
- #: bws_functions.php:542
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "Pročitaj više"
60
 
61
- #: bws_functions.php:172
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
- #: bws_functions.php:173
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "Aktivirani moduli"
69
 
70
- #: bws_functions.php:176
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
74
 
75
- #: bws_functions.php:193
76
- #: bws_functions.php:229
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
- #: bws_functions.php:223
81
- #: bws_functions.php:455
82
- #: bws_functions.php:506
83
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
84
  msgstr ""
85
 
86
- #: bws_functions.php:223
87
- #: bws_functions.php:455
88
- #: bws_functions.php:506
89
  msgid "We are sorry for inconvenience."
90
  msgstr ""
91
 
92
- #: bws_functions.php:231
93
  msgid "This license key is bind to another site"
94
  msgstr ""
95
 
96
- #: bws_functions.php:233
97
- #: bws_functions.php:365
98
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
99
  msgstr ""
100
 
101
- #: bws_functions.php:235
102
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
103
  msgstr ""
104
 
105
- #: bws_functions.php:237
106
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
107
  msgstr ""
108
 
109
- #: bws_functions.php:248
110
- #: bws_functions.php:270
111
- #: bws_functions.php:292
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
- #: bws_functions.php:260
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
- #: bws_functions.php:266
120
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:273
124
  msgid "UploadDir is not writable. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:296
128
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
129
  msgstr ""
130
 
131
- #: bws_functions.php:321
132
  msgid "Please, enter Your license key"
133
  msgstr ""
134
 
135
- #: bws_functions.php:338
136
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
- #: bws_functions.php:340
140
- #: bws_functions.php:422
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
- #: bws_functions.php:340
145
- #: bws_functions.php:422
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "na stranici za podešavanje modula ("
149
 
150
- #: bws_functions.php:341
151
- #: bws_functions.php:423
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
- #: bws_functions.php:346
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
- #: bws_functions.php:348
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
- #: bws_functions.php:350
164
- #: bws_functions.php:391
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
- #: bws_functions.php:352
169
- #: bws_functions.php:393
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
- #: bws_functions.php:356
 
174
  msgid "or"
175
  msgstr ""
176
 
177
- #: bws_functions.php:356
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
- #: bws_functions.php:362
183
- #: bws_functions.php:371
184
- #: bws_functions.php:401
185
- #: bws_functions.php:409
186
- #: bws_menu.php:657
187
- #: bws_menu.php:714
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktivirani moduli"
191
 
192
- #: bws_functions.php:388
193
- #: bws_functions.php:481
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
- #: bws_functions.php:389
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
- #: bws_functions.php:403
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
- #: bws_functions.php:420
207
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
- #: bws_functions.php:461
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
- #: bws_functions.php:463
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
- #: bws_functions.php:465
219
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
220
  msgstr ""
221
 
222
- #: bws_functions.php:467
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
- #: bws_functions.php:469
227
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
228
  msgstr ""
229
 
230
- #: bws_functions.php:473
231
- msgid "The PRO Trial license key is valid."
232
  msgstr ""
233
 
234
- #: bws_functions.php:475
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
- #: bws_functions.php:478
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
- #: bws_functions.php:511
243
  msgid "Please, enter your license key"
244
  msgstr ""
245
 
246
- #: bws_functions.php:524
247
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
248
  msgstr ""
249
 
250
- #: bws_functions.php:524
251
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
252
  msgstr ""
253
 
254
- #: bws_functions.php:528
255
  msgid "Check license key"
256
  msgstr ""
257
 
258
- #: bws_functions.php:542
259
  msgid "WARNING: Illegal use notification"
260
  msgstr ""
261
 
262
- #: bws_functions.php:542
263
  msgid "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."
264
  msgstr ""
265
 
266
- #: bws_functions.php:550
267
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
268
  msgstr ""
269
 
270
- #: bws_functions.php:552
271
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
272
  msgstr ""
273
 
274
- #: bws_functions.php:552
275
- #: bws_functions.php:605
276
- #: bws_menu.php:633
277
- #: bws_menu.php:655
278
- #: bws_menu.php:682
279
- #: bws_menu.php:712
280
- #: bws_menu.php:758
281
  #, fuzzy
282
  msgid "Learn more"
283
  msgstr "Pročitaj više"
284
 
285
- #: bws_functions.php:562
286
  #, php-format
287
- msgid "Notice: You are using the PRO Trial license of %s plugin."
288
  msgstr ""
289
 
290
- #: bws_functions.php:564
291
- msgid "Notice: You are using the PRO Trial license of plugin."
292
  msgstr ""
293
 
294
- #: bws_functions.php:567
295
- msgid "The PRO Trial license will expire on"
296
  msgstr ""
297
 
298
- #: bws_functions.php:605
299
  msgid "You license for"
300
  msgstr ""
301
 
302
- #: bws_functions.php:605
303
  msgid "expires on"
304
  msgstr ""
305
 
306
- #: bws_functions.php:605
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr ""
309
 
310
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  msgid "Close"
312
  msgstr ""
313
 
314
- #: bws_functions.php:771
315
- #: bws_functions.php:784
316
  msgid "Restore all plugin settings to defaults"
317
  msgstr ""
318
 
319
- #: bws_functions.php:773
320
- #: bws_functions.php:786
321
  #, fuzzy
322
  msgid "Restore settings"
323
  msgstr "na stranici za podešavanje modula ("
324
 
325
- #: bws_functions.php:797
326
  msgid "Are you sure you want to restore all settings by default?"
327
  msgstr ""
328
 
329
- #: bws_functions.php:799
330
  msgid "Yes, restore all settings"
331
  msgstr ""
332
 
333
- #: bws_functions.php:800
334
  #, fuzzy
335
  msgid "No, go back to the settings page"
336
  msgstr "na stranici za podešavanje modula ("
337
 
338
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  msgid "Not set"
340
  msgstr "Nije podešeno"
341
 
342
- #: bws_menu.php:472
343
- #: bws_menu.php:473
344
  msgid "On"
345
  msgstr "Uključeno"
346
 
347
- #: bws_menu.php:472
348
- #: bws_menu.php:473
349
  msgid "Off"
350
  msgstr "Isključeno"
351
 
352
- #: bws_menu.php:474
353
- #: bws_menu.php:475
354
- #: bws_menu.php:476
355
- #: bws_menu.php:477
356
- #: bws_menu.php:478
357
- #: bws_menu.php:490
358
  msgid "N/A"
359
  msgstr "N/A"
360
 
361
- #: bws_menu.php:478
362
  msgid " Mb"
363
  msgstr " Mb"
364
 
365
- #: bws_menu.php:479
366
- #: bws_menu.php:480
367
- #: bws_menu.php:481
368
- #: bws_menu.php:486
369
  msgid "Yes"
370
  msgstr "Da"
371
 
372
- #: bws_menu.php:479
373
- #: bws_menu.php:480
374
- #: bws_menu.php:481
375
- #: bws_menu.php:488
376
  msgid "No"
377
  msgstr "Ne"
378
 
379
- #: bws_menu.php:498
380
  msgid "Operating System"
381
  msgstr "Operativni Sistem"
382
 
383
- #: bws_menu.php:499
384
  msgid "Server"
385
  msgstr "Server"
386
 
387
- #: bws_menu.php:500
388
  msgid "Memory usage"
389
  msgstr "Upotreba memorije"
390
 
391
- #: bws_menu.php:501
392
  msgid "MYSQL Version"
393
  msgstr "MYSQL Verzija"
394
 
395
- #: bws_menu.php:502
396
  msgid "SQL Mode"
397
  msgstr "SQL način"
398
 
399
- #: bws_menu.php:503
400
  msgid "PHP Version"
401
  msgstr "PHP Verzija"
402
 
403
- #: bws_menu.php:504
404
  msgid "PHP Safe Mode"
405
  msgstr "PHP Sigurni način"
406
 
407
- #: bws_menu.php:505
408
  msgid "PHP Allow URL fopen"
409
  msgstr "PHP Dozvoli URL fopen"
410
 
411
- #: bws_menu.php:506
412
  msgid "PHP Memory Limit"
413
  msgstr "PHP Ograničenje memorije"
414
 
415
- #: bws_menu.php:507
416
  #, fuzzy
417
  msgid "PHP Max Upload Size"
418
  msgstr "Envoi de fichier"
419
 
420
- #: bws_menu.php:508
421
  msgid "PHP Max Post Size"
422
  msgstr "PHP Max veličina za učitavanje"
423
 
424
- #: bws_menu.php:509
425
  msgid "PHP Max Script Execute Time"
426
  msgstr "PHP Max veličina posta"
427
 
428
- #: bws_menu.php:510
429
  msgid "PHP Exif support"
430
  msgstr "PHP Exif podrška"
431
 
432
- #: bws_menu.php:511
433
  msgid "PHP IPTC support"
434
  msgstr "PHP IPTC podrška"
435
 
436
- #: bws_menu.php:512
437
  msgid "PHP XML support"
438
  msgstr "PHP XML podrška"
439
 
440
- #: bws_menu.php:513
441
  #, fuzzy
442
  msgid "Site URL"
443
  msgstr "URL du lien"
444
 
445
- #: bws_menu.php:514
446
  msgid "Home URL"
447
  msgstr "URL naslovne"
448
 
449
- #: bws_menu.php:517
450
  msgid "WordPress Version"
451
  msgstr "WordPress Verzija"
452
 
453
- #: bws_menu.php:518
454
  msgid "WordPress DB Version"
455
  msgstr "WordPress DB Verzija"
456
 
457
- #: bws_menu.php:519
458
  msgid "Multisite"
459
  msgstr "Višenamenski sajt"
460
 
461
- #: bws_menu.php:520
462
  msgid "Active Theme"
463
  msgstr "Aktivna tema"
464
 
465
- #: bws_menu.php:535
466
  msgid "Please enter a valid email address."
467
  msgstr "Molimo unesite važeću mejl adresu"
468
 
469
- #: bws_menu.php:539
470
  msgid "Email with system info is sent to "
471
  msgstr "Mejl sa sistemskim informacijama je poslat na"
472
 
473
- #: bws_menu.php:543
474
  msgid "Thank you for contacting us."
475
  msgstr "Hvala što ste nas kontaktirali"
476
 
477
- #: bws_menu.php:576
478
  msgid "Sorry, email message could not be delivered."
479
  msgstr "Nažalost mejl poruka nije prosleđena"
480
 
481
- #: bws_menu.php:584
482
  msgid "Need help?"
483
  msgstr ""
484
 
485
- #: bws_menu.php:585
486
  msgid "Client area"
487
  msgstr ""
488
 
489
- #: bws_menu.php:586
490
- #: bws_menu.php:897
491
  msgid "System status"
492
  msgstr "Sistemski status"
493
 
494
- #: bws_menu.php:591
495
  #, fuzzy
496
  msgid "Plugins"
497
  msgstr "Pro moduli"
498
 
499
- #: bws_menu.php:593
500
  msgid "Themes"
501
  msgstr ""
502
 
503
- #: bws_menu.php:598
504
  msgid "All"
505
  msgstr ""
506
 
507
- #: bws_menu.php:599
508
  #, fuzzy
509
  msgid "Installed"
510
  msgstr "Instalacija %s"
511
 
512
- #: bws_menu.php:600
513
  #, fuzzy
514
  msgid "Recommended"
515
  msgstr "Preporučeni moduli"
516
 
517
- #: bws_menu.php:604
518
  msgid "Installed plugins"
519
  msgstr "Instalirani moduli"
520
 
521
- #: bws_menu.php:636
522
- #: bws_menu.php:685
523
  msgid "Settings"
524
  msgstr "Podešavanja"
525
 
526
- #: bws_menu.php:657
527
- #: bws_menu.php:714
528
  #, fuzzy
529
  msgid "Activate this plugin"
530
  msgstr "Aktivirani moduli"
531
 
532
- #: bws_menu.php:672
533
- #: bws_menu.php:702
534
- #: bws_menu.php:748
535
  msgid "Go"
536
  msgstr ""
537
 
538
- #: bws_menu.php:676
539
- #: bws_menu.php:706
540
- #: bws_menu.php:752
541
  msgid "DONATE"
542
  msgstr ""
543
 
544
- #: bws_menu.php:722
545
  msgid "Recommended plugins"
546
  msgstr "Preporučeni moduli"
547
 
548
- #: bws_menu.php:760
549
  #, fuzzy
550
  msgid "Install now"
551
  msgstr "Instalacija %s"
552
 
553
- #: bws_menu.php:781
554
  msgid "Try again"
555
  msgstr ""
556
 
557
- #: bws_menu.php:799
558
  #, php-format
559
  msgid "Preview &#8220;%s&#8221;"
560
  msgstr ""
561
 
562
- #: bws_menu.php:830
563
  #, php-format
564
  msgid "Install %s"
565
  msgstr "Instalacija %s"
566
 
567
- #: bws_menu.php:830
568
  #, fuzzy
569
  msgid "Install Now"
570
  msgstr "Instalacija %s"
571
 
572
- #: bws_menu.php:833
573
  #, php-format
574
  msgid "Update to version %s"
575
  msgstr ""
576
 
577
- #: bws_menu.php:833
578
  #, fuzzy
579
  msgid "Update"
580
  msgstr "date"
581
 
582
- #: bws_menu.php:840
583
  #, php-format
584
  msgid "Preview %s"
585
  msgstr ""
586
 
587
- #: bws_menu.php:840
588
  msgid "Preview"
589
  msgstr ""
590
 
591
- #: bws_menu.php:846
592
- #: bws_menu.php:878
593
  #, php-format
594
  msgid "By %s"
595
  msgstr ""
596
 
597
- #: bws_menu.php:852
598
  msgid "Details"
599
  msgstr ""
600
 
601
- #: bws_menu.php:884
602
  #, fuzzy
603
  msgid "Already Installed"
604
  msgstr "Instalacija %s"
605
 
606
- #: bws_menu.php:900
607
  msgid "Environment"
608
  msgstr "Okruženje"
609
 
610
- #: bws_menu.php:911
611
  #, fuzzy
612
  msgid "Active Plugins"
613
  msgstr "Extensions activées"
614
 
615
- #: bws_menu.php:924
616
  #, fuzzy
617
  msgid "Inactive Plugins"
618
  msgstr "Extensions activées"
619
 
620
- #: bws_menu.php:940
621
  #, fuzzy
622
  msgid "Send to support"
623
  msgstr "Soutien"
624
 
625
- #: bws_menu.php:947
626
  msgid "Send to custom email &#187;"
627
  msgstr "Pošalji na korisnički mejl &#187;"
628
 
@@ -998,9 +1041,6 @@ msgstr "Pošalji na korisnički mejl &#187;"
998
  #~ msgid "Image"
999
  #~ msgstr "Slika"
1000
 
1001
- #~ msgid "Add New"
1002
- #~ msgstr "Ajouter"
1003
-
1004
  #~ msgid "Search Galleries"
1005
  #~ msgstr "Rechercher une galerie"
1006
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:11+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:29
21
  msgid "requires"
22
  msgstr ""
23
 
24
+ #: bws_functions.php:31
25
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
  msgstr ""
27
 
28
+ #: bws_functions.php:32
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
+ #: bws_functions.php:34
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro moduli"
36
 
37
+ #: bws_functions.php:91
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
+ #: bws_functions.php:91
42
  #, fuzzy
43
  msgid "to"
44
  msgstr "vrh"
45
 
46
+ #: bws_functions.php:91
47
  #, fuzzy
48
  msgid "version!"
49
  msgstr "PHP Verzija"
50
 
51
+ #: bws_functions.php:92
52
  msgid "Extend standard plugin functionality with new great options."
53
  msgstr ""
54
 
55
+ #: bws_functions.php:95
56
+ #: bws_functions.php:492
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "Pročitaj više"
60
 
61
+ #: bws_functions.php:112
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
+ #: bws_functions.php:113
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "Aktivirani moduli"
69
 
70
+ #: bws_functions.php:116
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
74
 
75
+ #: bws_functions.php:133
76
+ #: bws_functions.php:169
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
+ #: bws_functions.php:163
81
+ #: bws_functions.php:405
82
+ #: bws_functions.php:456
83
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
84
  msgstr ""
85
 
86
+ #: bws_functions.php:163
87
+ #: bws_functions.php:405
88
+ #: bws_functions.php:456
89
  msgid "We are sorry for inconvenience."
90
  msgstr ""
91
 
92
+ #: bws_functions.php:171
93
  msgid "This license key is bind to another site"
94
  msgstr ""
95
 
96
+ #: bws_functions.php:173
97
+ #: bws_functions.php:315
98
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
99
  msgstr ""
100
 
101
+ #: bws_functions.php:175
102
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
103
  msgstr ""
104
 
105
+ #: bws_functions.php:177
106
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
107
  msgstr ""
108
 
109
+ #: bws_functions.php:198
110
+ #: bws_functions.php:220
111
+ #: bws_functions.php:242
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
+ #: bws_functions.php:210
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
+ #: bws_functions.php:216
120
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
+ #: bws_functions.php:223
124
  msgid "UploadDir is not writable. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
+ #: bws_functions.php:246
128
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
129
  msgstr ""
130
 
131
+ #: bws_functions.php:271
132
  msgid "Please, enter Your license key"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:288
136
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
137
  msgstr ""
138
 
139
+ #: bws_functions.php:290
140
+ #: bws_functions.php:372
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
+ #: bws_functions.php:290
145
+ #: bws_functions.php:372
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "na stranici za podešavanje modula ("
149
 
150
+ #: bws_functions.php:291
151
+ #: bws_functions.php:373
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:296
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:298
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:300
164
+ #: bws_functions.php:341
165
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
166
  msgstr ""
167
 
168
+ #: bws_functions.php:302
169
+ #: bws_functions.php:343
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:306
174
+ #: bws_functions.php:609
175
  msgid "or"
176
  msgstr ""
177
 
178
+ #: bws_functions.php:306
179
  #, php-format
180
  msgid "Start Your Free %s-Day Trial Now"
181
  msgstr ""
182
 
183
+ #: bws_functions.php:312
184
+ #: bws_functions.php:321
185
+ #: bws_functions.php:351
186
+ #: bws_functions.php:359
187
+ #: bws_menu.php:685
188
+ #: bws_menu.php:742
189
  #, fuzzy
190
  msgid "Activate"
191
  msgstr "Aktivirani moduli"
192
 
193
+ #: bws_functions.php:338
194
+ #: bws_functions.php:431
195
  #, php-format
196
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
197
  msgstr ""
198
 
199
+ #: bws_functions.php:339
200
  msgid "After that you can activate it by entering your license key."
201
  msgstr ""
202
 
203
+ #: bws_functions.php:353
204
  msgid "Unfortunately, you have exceeded the number of available tries per day."
205
  msgstr ""
206
 
207
+ #: bws_functions.php:370
208
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:411
212
  msgid "Wrong license key."
213
  msgstr ""
214
 
215
+ #: bws_functions.php:413
216
  msgid "This license key is bind to another site."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:415
220
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
221
  msgstr ""
222
 
223
+ #: bws_functions.php:417
224
  msgid "Unfortunately, you have exceeded the number of available tries."
225
  msgstr ""
226
 
227
+ #: bws_functions.php:419
228
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
229
  msgstr ""
230
 
231
+ #: bws_functions.php:423
232
+ msgid "The Pro Trial license key is valid."
233
  msgstr ""
234
 
235
+ #: bws_functions.php:425
236
  msgid "The license key is valid."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:428
240
  msgid "Your license will expire on"
241
  msgstr ""
242
 
243
+ #: bws_functions.php:461
244
  msgid "Please, enter your license key"
245
  msgstr ""
246
 
247
+ #: bws_functions.php:474
248
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:474
252
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
253
  msgstr ""
254
 
255
+ #: bws_functions.php:478
256
  msgid "Check license key"
257
  msgstr ""
258
 
259
+ #: bws_functions.php:492
260
  msgid "WARNING: Illegal use notification"
261
  msgstr ""
262
 
263
+ #: bws_functions.php:492
264
  msgid "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."
265
  msgstr ""
266
 
267
+ #: bws_functions.php:500
268
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
269
  msgstr ""
270
 
271
+ #: bws_functions.php:502
272
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
273
  msgstr ""
274
 
275
+ #: bws_functions.php:502
276
+ #: bws_functions.php:555
277
+ #: bws_menu.php:661
278
+ #: bws_menu.php:683
279
+ #: bws_menu.php:710
280
+ #: bws_menu.php:740
281
+ #: bws_menu.php:786
282
  #, fuzzy
283
  msgid "Learn more"
284
  msgstr "Pročitaj više"
285
 
286
+ #: bws_functions.php:512
287
  #, php-format
288
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
289
  msgstr ""
290
 
291
+ #: bws_functions.php:514
292
+ msgid "Notice: You are using the Pro Trial license of plugin."
293
  msgstr ""
294
 
295
+ #: bws_functions.php:517
296
+ msgid "The Pro Trial license will expire on"
297
  msgstr ""
298
 
299
+ #: bws_functions.php:555
300
  msgid "You license for"
301
  msgstr ""
302
 
303
+ #: bws_functions.php:555
304
  msgid "expires on"
305
  msgstr ""
306
 
307
+ #: bws_functions.php:555
308
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
309
  msgstr ""
310
 
311
+ #: bws_functions.php:605
312
+ #, fuzzy
313
+ msgid "Thank you for installing"
314
+ msgstr "Hvala što ste nas kontaktirali"
315
+
316
+ #: bws_functions.php:606
317
+ msgid "Let's get started"
318
+ msgstr ""
319
+
320
+ #: bws_functions.php:607
321
+ #, fuzzy
322
+ msgid "Configure Settings"
323
+ msgstr "na stranici za podešavanje modula ("
324
+
325
+ #: bws_functions.php:610
326
+ msgid "Add New"
327
+ msgstr "Ajouter"
328
+
329
+ #: bws_functions.php:614
330
+ msgid "Close notice"
331
+ msgstr ""
332
+
333
+ #: bws_functions.php:667
334
+ msgid "Add BWS shortcode"
335
+ msgstr ""
336
+
337
+ #: bws_functions.php:711
338
  msgid "Close"
339
  msgstr ""
340
 
341
+ #: bws_functions.php:802
 
342
  msgid "Restore all plugin settings to defaults"
343
  msgstr ""
344
 
345
+ #: bws_functions.php:804
 
346
  #, fuzzy
347
  msgid "Restore settings"
348
  msgstr "na stranici za podešavanje modula ("
349
 
350
+ #: bws_functions.php:815
351
  msgid "Are you sure you want to restore all settings by default?"
352
  msgstr ""
353
 
354
+ #: bws_functions.php:818
355
  msgid "Yes, restore all settings"
356
  msgstr ""
357
 
358
+ #: bws_functions.php:819
359
  #, fuzzy
360
  msgid "No, go back to the settings page"
361
  msgstr "na stranici za podešavanje modula ("
362
 
363
+ #: bws_functions.php:863
364
+ #, fuzzy
365
+ msgid "Plugin"
366
+ msgstr "Pro moduli"
367
+
368
+ #: bws_functions.php:872
369
+ #, fuzzy
370
+ msgid "Shortcode settings"
371
+ msgstr "na stranici za podešavanje modula ("
372
+
373
+ #: bws_functions.php:877
374
+ msgid "The shortcode will be inserted"
375
+ msgstr ""
376
+
377
+ #: bws_functions.php:882
378
+ msgid "Insert"
379
+ msgstr ""
380
+
381
+ #: bws_menu.php:498
382
  msgid "Not set"
383
  msgstr "Nije podešeno"
384
 
385
+ #: bws_menu.php:500
386
+ #: bws_menu.php:501
387
  msgid "On"
388
  msgstr "Uključeno"
389
 
390
+ #: bws_menu.php:500
391
+ #: bws_menu.php:501
392
  msgid "Off"
393
  msgstr "Isključeno"
394
 
395
+ #: bws_menu.php:502
396
+ #: bws_menu.php:503
397
+ #: bws_menu.php:504
398
+ #: bws_menu.php:505
399
+ #: bws_menu.php:506
400
+ #: bws_menu.php:518
401
  msgid "N/A"
402
  msgstr "N/A"
403
 
404
+ #: bws_menu.php:506
405
  msgid " Mb"
406
  msgstr " Mb"
407
 
408
+ #: bws_menu.php:507
409
+ #: bws_menu.php:508
410
+ #: bws_menu.php:509
411
+ #: bws_menu.php:514
412
  msgid "Yes"
413
  msgstr "Da"
414
 
415
+ #: bws_menu.php:507
416
+ #: bws_menu.php:508
417
+ #: bws_menu.php:509
418
+ #: bws_menu.php:516
419
  msgid "No"
420
  msgstr "Ne"
421
 
422
+ #: bws_menu.php:526
423
  msgid "Operating System"
424
  msgstr "Operativni Sistem"
425
 
426
+ #: bws_menu.php:527
427
  msgid "Server"
428
  msgstr "Server"
429
 
430
+ #: bws_menu.php:528
431
  msgid "Memory usage"
432
  msgstr "Upotreba memorije"
433
 
434
+ #: bws_menu.php:529
435
  msgid "MYSQL Version"
436
  msgstr "MYSQL Verzija"
437
 
438
+ #: bws_menu.php:530
439
  msgid "SQL Mode"
440
  msgstr "SQL način"
441
 
442
+ #: bws_menu.php:531
443
  msgid "PHP Version"
444
  msgstr "PHP Verzija"
445
 
446
+ #: bws_menu.php:532
447
  msgid "PHP Safe Mode"
448
  msgstr "PHP Sigurni način"
449
 
450
+ #: bws_menu.php:533
451
  msgid "PHP Allow URL fopen"
452
  msgstr "PHP Dozvoli URL fopen"
453
 
454
+ #: bws_menu.php:534
455
  msgid "PHP Memory Limit"
456
  msgstr "PHP Ograničenje memorije"
457
 
458
+ #: bws_menu.php:535
459
  #, fuzzy
460
  msgid "PHP Max Upload Size"
461
  msgstr "Envoi de fichier"
462
 
463
+ #: bws_menu.php:536
464
  msgid "PHP Max Post Size"
465
  msgstr "PHP Max veličina za učitavanje"
466
 
467
+ #: bws_menu.php:537
468
  msgid "PHP Max Script Execute Time"
469
  msgstr "PHP Max veličina posta"
470
 
471
+ #: bws_menu.php:538
472
  msgid "PHP Exif support"
473
  msgstr "PHP Exif podrška"
474
 
475
+ #: bws_menu.php:539
476
  msgid "PHP IPTC support"
477
  msgstr "PHP IPTC podrška"
478
 
479
+ #: bws_menu.php:540
480
  msgid "PHP XML support"
481
  msgstr "PHP XML podrška"
482
 
483
+ #: bws_menu.php:541
484
  #, fuzzy
485
  msgid "Site URL"
486
  msgstr "URL du lien"
487
 
488
+ #: bws_menu.php:542
489
  msgid "Home URL"
490
  msgstr "URL naslovne"
491
 
492
+ #: bws_menu.php:545
493
  msgid "WordPress Version"
494
  msgstr "WordPress Verzija"
495
 
496
+ #: bws_menu.php:546
497
  msgid "WordPress DB Version"
498
  msgstr "WordPress DB Verzija"
499
 
500
+ #: bws_menu.php:547
501
  msgid "Multisite"
502
  msgstr "Višenamenski sajt"
503
 
504
+ #: bws_menu.php:548
505
  msgid "Active Theme"
506
  msgstr "Aktivna tema"
507
 
508
+ #: bws_menu.php:563
509
  msgid "Please enter a valid email address."
510
  msgstr "Molimo unesite važeću mejl adresu"
511
 
512
+ #: bws_menu.php:567
513
  msgid "Email with system info is sent to "
514
  msgstr "Mejl sa sistemskim informacijama je poslat na"
515
 
516
+ #: bws_menu.php:571
517
  msgid "Thank you for contacting us."
518
  msgstr "Hvala što ste nas kontaktirali"
519
 
520
+ #: bws_menu.php:604
521
  msgid "Sorry, email message could not be delivered."
522
  msgstr "Nažalost mejl poruka nije prosleđena"
523
 
524
+ #: bws_menu.php:612
525
  msgid "Need help?"
526
  msgstr ""
527
 
528
+ #: bws_menu.php:613
529
  msgid "Client area"
530
  msgstr ""
531
 
532
+ #: bws_menu.php:614
533
+ #: bws_menu.php:925
534
  msgid "System status"
535
  msgstr "Sistemski status"
536
 
537
+ #: bws_menu.php:619
538
  #, fuzzy
539
  msgid "Plugins"
540
  msgstr "Pro moduli"
541
 
542
+ #: bws_menu.php:621
543
  msgid "Themes"
544
  msgstr ""
545
 
546
+ #: bws_menu.php:626
547
  msgid "All"
548
  msgstr ""
549
 
550
+ #: bws_menu.php:627
551
  #, fuzzy
552
  msgid "Installed"
553
  msgstr "Instalacija %s"
554
 
555
+ #: bws_menu.php:628
556
  #, fuzzy
557
  msgid "Recommended"
558
  msgstr "Preporučeni moduli"
559
 
560
+ #: bws_menu.php:632
561
  msgid "Installed plugins"
562
  msgstr "Instalirani moduli"
563
 
564
+ #: bws_menu.php:664
565
+ #: bws_menu.php:713
566
  msgid "Settings"
567
  msgstr "Podešavanja"
568
 
569
+ #: bws_menu.php:685
570
+ #: bws_menu.php:742
571
  #, fuzzy
572
  msgid "Activate this plugin"
573
  msgstr "Aktivirani moduli"
574
 
575
+ #: bws_menu.php:700
576
+ #: bws_menu.php:730
577
+ #: bws_menu.php:776
578
  msgid "Go"
579
  msgstr ""
580
 
581
+ #: bws_menu.php:704
582
+ #: bws_menu.php:734
583
+ #: bws_menu.php:780
584
  msgid "DONATE"
585
  msgstr ""
586
 
587
+ #: bws_menu.php:750
588
  msgid "Recommended plugins"
589
  msgstr "Preporučeni moduli"
590
 
591
+ #: bws_menu.php:788
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Instalacija %s"
595
 
596
+ #: bws_menu.php:809
597
  msgid "Try again"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:827
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
+ #: bws_menu.php:858
606
  #, php-format
607
  msgid "Install %s"
608
  msgstr "Instalacija %s"
609
 
610
+ #: bws_menu.php:858
611
  #, fuzzy
612
  msgid "Install Now"
613
  msgstr "Instalacija %s"
614
 
615
+ #: bws_menu.php:861
616
  #, php-format
617
  msgid "Update to version %s"
618
  msgstr ""
619
 
620
+ #: bws_menu.php:861
621
  #, fuzzy
622
  msgid "Update"
623
  msgstr "date"
624
 
625
+ #: bws_menu.php:868
626
  #, php-format
627
  msgid "Preview %s"
628
  msgstr ""
629
 
630
+ #: bws_menu.php:868
631
  msgid "Preview"
632
  msgstr ""
633
 
634
+ #: bws_menu.php:874
635
+ #: bws_menu.php:906
636
  #, php-format
637
  msgid "By %s"
638
  msgstr ""
639
 
640
+ #: bws_menu.php:880
641
  msgid "Details"
642
  msgstr ""
643
 
644
+ #: bws_menu.php:912
645
  #, fuzzy
646
  msgid "Already Installed"
647
  msgstr "Instalacija %s"
648
 
649
+ #: bws_menu.php:928
650
  msgid "Environment"
651
  msgstr "Okruženje"
652
 
653
+ #: bws_menu.php:939
654
  #, fuzzy
655
  msgid "Active Plugins"
656
  msgstr "Extensions activées"
657
 
658
+ #: bws_menu.php:952
659
  #, fuzzy
660
  msgid "Inactive Plugins"
661
  msgstr "Extensions activées"
662
 
663
+ #: bws_menu.php:968
664
  #, fuzzy
665
  msgid "Send to support"
666
  msgstr "Soutien"
667
 
668
+ #: bws_menu.php:975
669
  msgid "Send to custom email &#187;"
670
  msgstr "Pošalji na korisnički mejl &#187;"
671
 
1041
  #~ msgid "Image"
1042
  #~ msgstr "Slika"
1043
 
 
 
 
1044
  #~ msgid "Search Galleries"
1045
  #~ msgstr "Rechercher une galerie"
1046
 
bws_menu/languages/bestwebsoft-sv_SE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.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: 2015-06-12 15:58+0300\n"
6
- "PO-Revision-Date: 2015-06-12 15:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
@@ -16,603 +16,646 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr ""
22
 
23
- #: bws_functions.php:91
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr ""
26
 
27
- #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr ""
30
 
31
- #: bws_functions.php:94
32
  #, fuzzy
33
  msgid "Plugins page"
34
  msgstr "Betaltillägg"
35
 
36
- #: bws_functions.php:151
37
  msgid "It’s time to upgrade your"
38
  msgstr ""
39
 
40
- #: bws_functions.php:151
41
  #, fuzzy
42
  msgid "to"
43
  msgstr "två"
44
 
45
- #: bws_functions.php:151
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP-version"
49
 
50
- #: bws_functions.php:152
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
- #: bws_functions.php:155
55
- #: bws_functions.php:542
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "Läs mer"
59
 
60
- #: bws_functions.php:172
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
- #: bws_functions.php:173
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "Aktiverade tillägg"
68
 
69
- #: bws_functions.php:176
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "Om du har några frågor, kontakta oss via"
73
 
74
- #: bws_functions.php:193
75
- #: bws_functions.php:229
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
- #: bws_functions.php:223
86
- #: bws_functions.php:455
87
- #: bws_functions.php:506
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
- #: bws_functions.php:231
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
- #: bws_functions.php:233
96
- #: bws_functions.php:365
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
- #: bws_functions.php:235
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
- #: bws_functions.php:237
105
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
106
  msgstr ""
107
 
108
- #: bws_functions.php:248
109
- #: bws_functions.php:270
110
- #: bws_functions.php:292
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
- #: bws_functions.php:260
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
- #: bws_functions.php:266
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
- #: bws_functions.php:273
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:296
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
- #: bws_functions.php:321
131
  msgid "Please, enter Your license key"
132
  msgstr ""
133
 
134
- #: bws_functions.php:338
135
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
136
  msgstr ""
137
 
138
- #: bws_functions.php:340
139
- #: bws_functions.php:422
140
  msgid "Please, go to"
141
  msgstr ""
142
 
143
- #: bws_functions.php:340
144
- #: bws_functions.php:422
145
  msgid "the setting page"
146
  msgstr ""
147
 
148
- #: bws_functions.php:341
149
- #: bws_functions.php:423
150
  msgid "You will be redirected automatically in 5 seconds."
151
  msgstr ""
152
 
153
- #: bws_functions.php:346
154
  msgid "You can download and activate"
155
  msgstr ""
156
 
157
- #: bws_functions.php:348
158
  msgid "version of this plugin by entering Your license key."
159
  msgstr ""
160
 
161
- #: bws_functions.php:350
162
- #: bws_functions.php:391
163
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
164
  msgstr ""
165
 
166
- #: bws_functions.php:352
167
- #: bws_functions.php:393
168
  msgid "(your username is the email you specify when purchasing the product)."
169
  msgstr ""
170
 
171
- #: bws_functions.php:356
 
172
  #, fuzzy
173
  msgid "or"
174
  msgstr "fyra"
175
 
176
- #: bws_functions.php:356
177
  #, php-format
178
  msgid "Start Your Free %s-Day Trial Now"
179
  msgstr ""
180
 
181
- #: bws_functions.php:362
182
- #: bws_functions.php:371
183
- #: bws_functions.php:401
184
- #: bws_functions.php:409
185
- #: bws_menu.php:657
186
- #: bws_menu.php:714
187
  #, fuzzy
188
  msgid "Activate"
189
  msgstr "Aktiverade tillägg"
190
 
191
- #: bws_functions.php:388
192
- #: bws_functions.php:481
193
  #, php-format
194
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
195
  msgstr ""
196
 
197
- #: bws_functions.php:389
198
  msgid "After that you can activate it by entering your license key."
199
  msgstr ""
200
 
201
- #: bws_functions.php:403
202
  msgid "Unfortunately, you have exceeded the number of available tries per day."
203
  msgstr ""
204
 
205
- #: bws_functions.php:420
206
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
207
  msgstr ""
208
 
209
- #: bws_functions.php:461
210
  msgid "Wrong license key."
211
  msgstr ""
212
 
213
- #: bws_functions.php:463
214
  msgid "This license key is bind to another site."
215
  msgstr ""
216
 
217
- #: bws_functions.php:465
218
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
219
  msgstr ""
220
 
221
- #: bws_functions.php:467
222
  msgid "Unfortunately, you have exceeded the number of available tries."
223
  msgstr ""
224
 
225
- #: bws_functions.php:469
226
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
227
  msgstr ""
228
 
229
- #: bws_functions.php:473
230
- msgid "The PRO Trial license key is valid."
231
  msgstr ""
232
 
233
- #: bws_functions.php:475
234
  msgid "The license key is valid."
235
  msgstr ""
236
 
237
- #: bws_functions.php:478
238
  msgid "Your license will expire on"
239
  msgstr ""
240
 
241
- #: bws_functions.php:511
242
  msgid "Please, enter your license key"
243
  msgstr ""
244
 
245
- #: bws_functions.php:524
246
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
247
  msgstr ""
248
 
249
- #: bws_functions.php:524
250
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
251
  msgstr ""
252
 
253
- #: bws_functions.php:528
254
  msgid "Check license key"
255
  msgstr ""
256
 
257
- #: bws_functions.php:542
258
  msgid "WARNING: Illegal use notification"
259
  msgstr ""
260
 
261
- #: bws_functions.php:542
262
  msgid "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."
263
  msgstr ""
264
 
265
- #: bws_functions.php:550
266
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
267
  msgstr ""
268
 
269
- #: bws_functions.php:552
270
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
271
  msgstr ""
272
 
273
- #: bws_functions.php:552
274
- #: bws_functions.php:605
275
- #: bws_menu.php:633
276
- #: bws_menu.php:655
277
- #: bws_menu.php:682
278
- #: bws_menu.php:712
279
- #: bws_menu.php:758
280
  #, fuzzy
281
  msgid "Learn more"
282
  msgstr "Läs mer"
283
 
284
- #: bws_functions.php:562
285
  #, php-format
286
- msgid "Notice: You are using the PRO Trial license of %s plugin."
287
  msgstr ""
288
 
289
- #: bws_functions.php:564
290
- msgid "Notice: You are using the PRO Trial license of plugin."
291
  msgstr ""
292
 
293
- #: bws_functions.php:567
294
- msgid "The PRO Trial license will expire on"
295
  msgstr ""
296
 
297
- #: bws_functions.php:605
298
  msgid "You license for"
299
  msgstr ""
300
 
301
- #: bws_functions.php:605
302
  msgid "expires on"
303
  msgstr ""
304
 
305
- #: bws_functions.php:605
306
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
307
  msgstr ""
308
 
309
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  msgid "Close"
311
  msgstr ""
312
 
313
- #: bws_functions.php:771
314
- #: bws_functions.php:784
315
  msgid "Restore all plugin settings to defaults"
316
  msgstr ""
317
 
318
- #: bws_functions.php:773
319
- #: bws_functions.php:786
320
  msgid "Restore settings"
321
  msgstr ""
322
 
323
- #: bws_functions.php:797
324
  msgid "Are you sure you want to restore all settings by default?"
325
  msgstr ""
326
 
327
- #: bws_functions.php:799
328
  msgid "Yes, restore all settings"
329
  msgstr ""
330
 
331
- #: bws_functions.php:800
332
  msgid "No, go back to the settings page"
333
  msgstr ""
334
 
335
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  msgid "Not set"
337
  msgstr "Inte angiven"
338
 
339
- #: bws_menu.php:472
340
- #: bws_menu.php:473
341
  msgid "On"
342
  msgstr "På"
343
 
344
- #: bws_menu.php:472
345
- #: bws_menu.php:473
346
  msgid "Off"
347
  msgstr "Av"
348
 
349
- #: bws_menu.php:474
350
- #: bws_menu.php:475
351
- #: bws_menu.php:476
352
- #: bws_menu.php:477
353
- #: bws_menu.php:478
354
- #: bws_menu.php:490
355
  msgid "N/A"
356
  msgstr "Finns ej"
357
 
358
- #: bws_menu.php:478
359
  msgid " Mb"
360
  msgstr " Mb"
361
 
362
- #: bws_menu.php:479
363
- #: bws_menu.php:480
364
- #: bws_menu.php:481
365
- #: bws_menu.php:486
366
  msgid "Yes"
367
  msgstr "Ja"
368
 
369
- #: bws_menu.php:479
370
- #: bws_menu.php:480
371
- #: bws_menu.php:481
372
- #: bws_menu.php:488
373
  msgid "No"
374
  msgstr "Nej"
375
 
376
- #: bws_menu.php:498
377
  msgid "Operating System"
378
  msgstr "Operativsystem"
379
 
380
- #: bws_menu.php:499
381
  msgid "Server"
382
  msgstr "Server"
383
 
384
- #: bws_menu.php:500
385
  msgid "Memory usage"
386
  msgstr "Minnesanvändning"
387
 
388
- #: bws_menu.php:501
389
  msgid "MYSQL Version"
390
  msgstr "MySQL-version"
391
 
392
- #: bws_menu.php:502
393
  msgid "SQL Mode"
394
  msgstr "SQL-läge"
395
 
396
- #: bws_menu.php:503
397
  msgid "PHP Version"
398
  msgstr "PHP-version"
399
 
400
- #: bws_menu.php:504
401
  msgid "PHP Safe Mode"
402
  msgstr "PHP säkert läge"
403
 
404
- #: bws_menu.php:505
405
  msgid "PHP Allow URL fopen"
406
  msgstr "PHP tillåt URL fopen"
407
 
408
- #: bws_menu.php:506
409
  msgid "PHP Memory Limit"
410
  msgstr "PHP Minnesgräns"
411
 
412
- #: bws_menu.php:507
413
  msgid "PHP Max Upload Size"
414
  msgstr "PHP Max uppladdningstorlek"
415
 
416
- #: bws_menu.php:508
417
  msgid "PHP Max Post Size"
418
  msgstr "PHP Max poststorlek"
419
 
420
- #: bws_menu.php:509
421
  msgid "PHP Max Script Execute Time"
422
  msgstr "PHP Max skriptexekverinstid"
423
 
424
- #: bws_menu.php:510
425
  msgid "PHP Exif support"
426
  msgstr "PHP Exifstöd"
427
 
428
- #: bws_menu.php:511
429
  msgid "PHP IPTC support"
430
  msgstr "PHP ITPC-stöd"
431
 
432
- #: bws_menu.php:512
433
  msgid "PHP XML support"
434
  msgstr "PHP XML-stöd"
435
 
436
- #: bws_menu.php:513
437
  msgid "Site URL"
438
  msgstr "SajtURL"
439
 
440
- #: bws_menu.php:514
441
  msgid "Home URL"
442
  msgstr "HemURL"
443
 
444
- #: bws_menu.php:517
445
  msgid "WordPress Version"
446
  msgstr "WordPress-version"
447
 
448
- #: bws_menu.php:518
449
  msgid "WordPress DB Version"
450
  msgstr "WordPress-DB-version"
451
 
452
- #: bws_menu.php:519
453
  msgid "Multisite"
454
  msgstr "Multisajt"
455
 
456
- #: bws_menu.php:520
457
  msgid "Active Theme"
458
  msgstr "Aktivt tema"
459
 
460
- #: bws_menu.php:535
461
  msgid "Please enter a valid email address."
462
  msgstr "Var god ange en giltig epost-adress."
463
 
464
- #: bws_menu.php:539
465
  msgid "Email with system info is sent to "
466
  msgstr "Epost med systeminfo är skickat till"
467
 
468
- #: bws_menu.php:543
469
  msgid "Thank you for contacting us."
470
  msgstr "Tack för att du kontaktade oss."
471
 
472
- #: bws_menu.php:576
473
  msgid "Sorry, email message could not be delivered."
474
  msgstr "Ledsen, eposten kunde inte levereras."
475
 
476
- #: bws_menu.php:584
477
  msgid "Need help?"
478
  msgstr ""
479
 
480
- #: bws_menu.php:585
481
  msgid "Client area"
482
  msgstr ""
483
 
484
- #: bws_menu.php:586
485
- #: bws_menu.php:897
486
  msgid "System status"
487
  msgstr "Systemstatus"
488
 
489
- #: bws_menu.php:591
490
  #, fuzzy
491
  msgid "Plugins"
492
  msgstr "Betaltillägg"
493
 
494
- #: bws_menu.php:593
495
  msgid "Themes"
496
  msgstr ""
497
 
498
- #: bws_menu.php:598
499
  msgid "All"
500
  msgstr ""
501
 
502
- #: bws_menu.php:599
503
  #, fuzzy
504
  msgid "Installed"
505
  msgstr "Installera %s"
506
 
507
- #: bws_menu.php:600
508
  #, fuzzy
509
  msgid "Recommended"
510
  msgstr "Rekommenderade tillägg"
511
 
512
- #: bws_menu.php:604
513
  msgid "Installed plugins"
514
  msgstr "Installerade tillägg"
515
 
516
- #: bws_menu.php:636
517
- #: bws_menu.php:685
518
  msgid "Settings"
519
  msgstr "Inställningar"
520
 
521
- #: bws_menu.php:657
522
- #: bws_menu.php:714
523
  #, fuzzy
524
  msgid "Activate this plugin"
525
  msgstr "Aktiverade tillägg"
526
 
527
- #: bws_menu.php:672
528
- #: bws_menu.php:702
529
- #: bws_menu.php:748
530
  msgid "Go"
531
  msgstr ""
532
 
533
- #: bws_menu.php:676
534
- #: bws_menu.php:706
535
- #: bws_menu.php:752
536
  msgid "DONATE"
537
  msgstr ""
538
 
539
- #: bws_menu.php:722
540
  msgid "Recommended plugins"
541
  msgstr "Rekommenderade tillägg"
542
 
543
- #: bws_menu.php:760
544
  #, fuzzy
545
  msgid "Install now"
546
  msgstr "Установить сейчас"
547
 
548
- #: bws_menu.php:781
549
  msgid "Try again"
550
  msgstr ""
551
 
552
- #: bws_menu.php:799
553
  #, php-format
554
  msgid "Preview &#8220;%s&#8221;"
555
  msgstr ""
556
 
557
- #: bws_menu.php:830
558
  #, php-format
559
  msgid "Install %s"
560
  msgstr "Installera %s"
561
 
562
- #: bws_menu.php:830
563
  msgid "Install Now"
564
  msgstr "Установить сейчас"
565
 
566
- #: bws_menu.php:833
567
  #, php-format
568
  msgid "Update to version %s"
569
  msgstr ""
570
 
571
- #: bws_menu.php:833
572
  msgid "Update"
573
  msgstr ""
574
 
575
- #: bws_menu.php:840
576
  #, php-format
577
  msgid "Preview %s"
578
  msgstr ""
579
 
580
- #: bws_menu.php:840
581
  msgid "Preview"
582
  msgstr ""
583
 
584
- #: bws_menu.php:846
585
- #: bws_menu.php:878
586
  #, php-format
587
  msgid "By %s"
588
  msgstr ""
589
 
590
- #: bws_menu.php:852
591
  msgid "Details"
592
  msgstr ""
593
 
594
- #: bws_menu.php:884
595
  #, fuzzy
596
  msgid "Already Installed"
597
  msgstr "Installera %s"
598
 
599
- #: bws_menu.php:900
600
  msgid "Environment"
601
  msgstr "Miljövariabler"
602
 
603
- #: bws_menu.php:911
604
  msgid "Active Plugins"
605
  msgstr "Aktiverade tillägg"
606
 
607
- #: bws_menu.php:924
608
  msgid "Inactive Plugins"
609
  msgstr "Inaktiverade tillägg"
610
 
611
- #: bws_menu.php:940
612
  msgid "Send to support"
613
  msgstr "Skicka till support"
614
 
615
- #: bws_menu.php:947
616
  msgid "Send to custom email &#187;"
617
  msgstr "Skicka till anpassad epost &#187;"
618
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:12+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:12+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:29
20
  msgid "requires"
21
  msgstr ""
22
 
23
+ #: bws_functions.php:31
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr ""
26
 
27
+ #: bws_functions.php:32
28
  msgid "Back to the WordPress"
29
  msgstr ""
30
 
31
+ #: bws_functions.php:34
32
  #, fuzzy
33
  msgid "Plugins page"
34
  msgstr "Betaltillägg"
35
 
36
+ #: bws_functions.php:91
37
  msgid "It’s time to upgrade your"
38
  msgstr ""
39
 
40
+ #: bws_functions.php:91
41
  #, fuzzy
42
  msgid "to"
43
  msgstr "två"
44
 
45
+ #: bws_functions.php:91
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP-version"
49
 
50
+ #: bws_functions.php:92
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
+ #: bws_functions.php:95
55
+ #: bws_functions.php:492
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "Läs mer"
59
 
60
+ #: bws_functions.php:112
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
+ #: bws_functions.php:113
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "Aktiverade tillägg"
68
 
69
+ #: bws_functions.php:116
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "Om du har några frågor, kontakta oss via"
73
 
74
+ #: bws_functions.php:133
75
+ #: bws_functions.php:169
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:163
86
+ #: bws_functions.php:405
87
+ #: bws_functions.php:456
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
+ #: bws_functions.php:171
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:173
96
+ #: bws_functions.php:315
97
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
98
  msgstr ""
99
 
100
+ #: bws_functions.php:175
101
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
102
  msgstr ""
103
 
104
+ #: bws_functions.php:177
105
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
106
  msgstr ""
107
 
108
+ #: bws_functions.php:198
109
+ #: bws_functions.php:220
110
+ #: bws_functions.php:242
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
+ #: bws_functions.php:210
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
+ #: bws_functions.php:216
119
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:223
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:246
127
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
128
  msgstr ""
129
 
130
+ #: bws_functions.php:271
131
  msgid "Please, enter Your license key"
132
  msgstr ""
133
 
134
+ #: bws_functions.php:288
135
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
136
  msgstr ""
137
 
138
+ #: bws_functions.php:290
139
+ #: bws_functions.php:372
140
  msgid "Please, go to"
141
  msgstr ""
142
 
143
+ #: bws_functions.php:290
144
+ #: bws_functions.php:372
145
  msgid "the setting page"
146
  msgstr ""
147
 
148
+ #: bws_functions.php:291
149
+ #: bws_functions.php:373
150
  msgid "You will be redirected automatically in 5 seconds."
151
  msgstr ""
152
 
153
+ #: bws_functions.php:296
154
  msgid "You can download and activate"
155
  msgstr ""
156
 
157
+ #: bws_functions.php:298
158
  msgid "version of this plugin by entering Your license key."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:300
162
+ #: bws_functions.php:341
163
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
164
  msgstr ""
165
 
166
+ #: bws_functions.php:302
167
+ #: bws_functions.php:343
168
  msgid "(your username is the email you specify when purchasing the product)."
169
  msgstr ""
170
 
171
+ #: bws_functions.php:306
172
+ #: bws_functions.php:609
173
  #, fuzzy
174
  msgid "or"
175
  msgstr "fyra"
176
 
177
+ #: bws_functions.php:306
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:312
183
+ #: bws_functions.php:321
184
+ #: bws_functions.php:351
185
+ #: bws_functions.php:359
186
+ #: bws_menu.php:685
187
+ #: bws_menu.php:742
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktiverade tillägg"
191
 
192
+ #: bws_functions.php:338
193
+ #: bws_functions.php:431
194
  #, php-format
195
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
+ #: bws_functions.php:339
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
+ #: bws_functions.php:353
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
+ #: bws_functions.php:370
207
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
+ #: bws_functions.php:411
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
+ #: bws_functions.php:413
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
+ #: bws_functions.php:415
219
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
220
  msgstr ""
221
 
222
+ #: bws_functions.php:417
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
+ #: bws_functions.php:419
227
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
228
  msgstr ""
229
 
230
+ #: bws_functions.php:423
231
+ msgid "The Pro Trial license key is valid."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:425
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:428
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
+ #: bws_functions.php:461
243
  msgid "Please, enter your license key"
244
  msgstr ""
245
 
246
+ #: bws_functions.php:474
247
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
248
  msgstr ""
249
 
250
+ #: bws_functions.php:474
251
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
252
  msgstr ""
253
 
254
+ #: bws_functions.php:478
255
  msgid "Check license key"
256
  msgstr ""
257
 
258
+ #: bws_functions.php:492
259
  msgid "WARNING: Illegal use notification"
260
  msgstr ""
261
 
262
+ #: bws_functions.php:492
263
  msgid "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."
264
  msgstr ""
265
 
266
+ #: bws_functions.php:500
267
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
268
  msgstr ""
269
 
270
+ #: bws_functions.php:502
271
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
272
  msgstr ""
273
 
274
+ #: bws_functions.php:502
275
+ #: bws_functions.php:555
276
+ #: bws_menu.php:661
277
+ #: bws_menu.php:683
278
+ #: bws_menu.php:710
279
+ #: bws_menu.php:740
280
+ #: bws_menu.php:786
281
  #, fuzzy
282
  msgid "Learn more"
283
  msgstr "Läs mer"
284
 
285
+ #: bws_functions.php:512
286
  #, php-format
287
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
288
  msgstr ""
289
 
290
+ #: bws_functions.php:514
291
+ msgid "Notice: You are using the Pro Trial license of plugin."
292
  msgstr ""
293
 
294
+ #: bws_functions.php:517
295
+ msgid "The Pro Trial license will expire on"
296
  msgstr ""
297
 
298
+ #: bws_functions.php:555
299
  msgid "You license for"
300
  msgstr ""
301
 
302
+ #: bws_functions.php:555
303
  msgid "expires on"
304
  msgstr ""
305
 
306
+ #: bws_functions.php:555
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr ""
309
 
310
+ #: bws_functions.php:605
311
+ #, fuzzy
312
+ msgid "Thank you for installing"
313
+ msgstr "Tack för att du kontaktade oss."
314
+
315
+ #: bws_functions.php:606
316
+ msgid "Let's get started"
317
+ msgstr ""
318
+
319
+ #: bws_functions.php:607
320
+ #, fuzzy
321
+ msgid "Configure Settings"
322
+ msgstr "Inställningar"
323
+
324
+ #: bws_functions.php:610
325
+ msgid "Add New"
326
+ msgstr ""
327
+
328
+ #: bws_functions.php:614
329
+ msgid "Close notice"
330
+ msgstr ""
331
+
332
+ #: bws_functions.php:667
333
+ msgid "Add BWS shortcode"
334
+ msgstr ""
335
+
336
+ #: bws_functions.php:711
337
  msgid "Close"
338
  msgstr ""
339
 
340
+ #: bws_functions.php:802
 
341
  msgid "Restore all plugin settings to defaults"
342
  msgstr ""
343
 
344
+ #: bws_functions.php:804
 
345
  msgid "Restore settings"
346
  msgstr ""
347
 
348
+ #: bws_functions.php:815
349
  msgid "Are you sure you want to restore all settings by default?"
350
  msgstr ""
351
 
352
+ #: bws_functions.php:818
353
  msgid "Yes, restore all settings"
354
  msgstr ""
355
 
356
+ #: bws_functions.php:819
357
  msgid "No, go back to the settings page"
358
  msgstr ""
359
 
360
+ #: bws_functions.php:863
361
+ #, fuzzy
362
+ msgid "Plugin"
363
+ msgstr "Betaltillägg"
364
+
365
+ #: bws_functions.php:872
366
+ #, fuzzy
367
+ msgid "Shortcode settings"
368
+ msgstr "Inställningar"
369
+
370
+ #: bws_functions.php:877
371
+ msgid "The shortcode will be inserted"
372
+ msgstr ""
373
+
374
+ #: bws_functions.php:882
375
+ msgid "Insert"
376
+ msgstr ""
377
+
378
+ #: bws_menu.php:498
379
  msgid "Not set"
380
  msgstr "Inte angiven"
381
 
382
+ #: bws_menu.php:500
383
+ #: bws_menu.php:501
384
  msgid "On"
385
  msgstr "På"
386
 
387
+ #: bws_menu.php:500
388
+ #: bws_menu.php:501
389
  msgid "Off"
390
  msgstr "Av"
391
 
392
+ #: bws_menu.php:502
393
+ #: bws_menu.php:503
394
+ #: bws_menu.php:504
395
+ #: bws_menu.php:505
396
+ #: bws_menu.php:506
397
+ #: bws_menu.php:518
398
  msgid "N/A"
399
  msgstr "Finns ej"
400
 
401
+ #: bws_menu.php:506
402
  msgid " Mb"
403
  msgstr " Mb"
404
 
405
+ #: bws_menu.php:507
406
+ #: bws_menu.php:508
407
+ #: bws_menu.php:509
408
+ #: bws_menu.php:514
409
  msgid "Yes"
410
  msgstr "Ja"
411
 
412
+ #: bws_menu.php:507
413
+ #: bws_menu.php:508
414
+ #: bws_menu.php:509
415
+ #: bws_menu.php:516
416
  msgid "No"
417
  msgstr "Nej"
418
 
419
+ #: bws_menu.php:526
420
  msgid "Operating System"
421
  msgstr "Operativsystem"
422
 
423
+ #: bws_menu.php:527
424
  msgid "Server"
425
  msgstr "Server"
426
 
427
+ #: bws_menu.php:528
428
  msgid "Memory usage"
429
  msgstr "Minnesanvändning"
430
 
431
+ #: bws_menu.php:529
432
  msgid "MYSQL Version"
433
  msgstr "MySQL-version"
434
 
435
+ #: bws_menu.php:530
436
  msgid "SQL Mode"
437
  msgstr "SQL-läge"
438
 
439
+ #: bws_menu.php:531
440
  msgid "PHP Version"
441
  msgstr "PHP-version"
442
 
443
+ #: bws_menu.php:532
444
  msgid "PHP Safe Mode"
445
  msgstr "PHP säkert läge"
446
 
447
+ #: bws_menu.php:533
448
  msgid "PHP Allow URL fopen"
449
  msgstr "PHP tillåt URL fopen"
450
 
451
+ #: bws_menu.php:534
452
  msgid "PHP Memory Limit"
453
  msgstr "PHP Minnesgräns"
454
 
455
+ #: bws_menu.php:535
456
  msgid "PHP Max Upload Size"
457
  msgstr "PHP Max uppladdningstorlek"
458
 
459
+ #: bws_menu.php:536
460
  msgid "PHP Max Post Size"
461
  msgstr "PHP Max poststorlek"
462
 
463
+ #: bws_menu.php:537
464
  msgid "PHP Max Script Execute Time"
465
  msgstr "PHP Max skriptexekverinstid"
466
 
467
+ #: bws_menu.php:538
468
  msgid "PHP Exif support"
469
  msgstr "PHP Exifstöd"
470
 
471
+ #: bws_menu.php:539
472
  msgid "PHP IPTC support"
473
  msgstr "PHP ITPC-stöd"
474
 
475
+ #: bws_menu.php:540
476
  msgid "PHP XML support"
477
  msgstr "PHP XML-stöd"
478
 
479
+ #: bws_menu.php:541
480
  msgid "Site URL"
481
  msgstr "SajtURL"
482
 
483
+ #: bws_menu.php:542
484
  msgid "Home URL"
485
  msgstr "HemURL"
486
 
487
+ #: bws_menu.php:545
488
  msgid "WordPress Version"
489
  msgstr "WordPress-version"
490
 
491
+ #: bws_menu.php:546
492
  msgid "WordPress DB Version"
493
  msgstr "WordPress-DB-version"
494
 
495
+ #: bws_menu.php:547
496
  msgid "Multisite"
497
  msgstr "Multisajt"
498
 
499
+ #: bws_menu.php:548
500
  msgid "Active Theme"
501
  msgstr "Aktivt tema"
502
 
503
+ #: bws_menu.php:563
504
  msgid "Please enter a valid email address."
505
  msgstr "Var god ange en giltig epost-adress."
506
 
507
+ #: bws_menu.php:567
508
  msgid "Email with system info is sent to "
509
  msgstr "Epost med systeminfo är skickat till"
510
 
511
+ #: bws_menu.php:571
512
  msgid "Thank you for contacting us."
513
  msgstr "Tack för att du kontaktade oss."
514
 
515
+ #: bws_menu.php:604
516
  msgid "Sorry, email message could not be delivered."
517
  msgstr "Ledsen, eposten kunde inte levereras."
518
 
519
+ #: bws_menu.php:612
520
  msgid "Need help?"
521
  msgstr ""
522
 
523
+ #: bws_menu.php:613
524
  msgid "Client area"
525
  msgstr ""
526
 
527
+ #: bws_menu.php:614
528
+ #: bws_menu.php:925
529
  msgid "System status"
530
  msgstr "Systemstatus"
531
 
532
+ #: bws_menu.php:619
533
  #, fuzzy
534
  msgid "Plugins"
535
  msgstr "Betaltillägg"
536
 
537
+ #: bws_menu.php:621
538
  msgid "Themes"
539
  msgstr ""
540
 
541
+ #: bws_menu.php:626
542
  msgid "All"
543
  msgstr ""
544
 
545
+ #: bws_menu.php:627
546
  #, fuzzy
547
  msgid "Installed"
548
  msgstr "Installera %s"
549
 
550
+ #: bws_menu.php:628
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Rekommenderade tillägg"
554
 
555
+ #: bws_menu.php:632
556
  msgid "Installed plugins"
557
  msgstr "Installerade tillägg"
558
 
559
+ #: bws_menu.php:664
560
+ #: bws_menu.php:713
561
  msgid "Settings"
562
  msgstr "Inställningar"
563
 
564
+ #: bws_menu.php:685
565
+ #: bws_menu.php:742
566
  #, fuzzy
567
  msgid "Activate this plugin"
568
  msgstr "Aktiverade tillägg"
569
 
570
+ #: bws_menu.php:700
571
+ #: bws_menu.php:730
572
+ #: bws_menu.php:776
573
  msgid "Go"
574
  msgstr ""
575
 
576
+ #: bws_menu.php:704
577
+ #: bws_menu.php:734
578
+ #: bws_menu.php:780
579
  msgid "DONATE"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:750
583
  msgid "Recommended plugins"
584
  msgstr "Rekommenderade tillägg"
585
 
586
+ #: bws_menu.php:788
587
  #, fuzzy
588
  msgid "Install now"
589
  msgstr "Установить сейчас"
590
 
591
+ #: bws_menu.php:809
592
  msgid "Try again"
593
  msgstr ""
594
 
595
+ #: bws_menu.php:827
596
  #, php-format
597
  msgid "Preview &#8220;%s&#8221;"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:858
601
  #, php-format
602
  msgid "Install %s"
603
  msgstr "Installera %s"
604
 
605
+ #: bws_menu.php:858
606
  msgid "Install Now"
607
  msgstr "Установить сейчас"
608
 
609
+ #: bws_menu.php:861
610
  #, php-format
611
  msgid "Update to version %s"
612
  msgstr ""
613
 
614
+ #: bws_menu.php:861
615
  msgid "Update"
616
  msgstr ""
617
 
618
+ #: bws_menu.php:868
619
  #, php-format
620
  msgid "Preview %s"
621
  msgstr ""
622
 
623
+ #: bws_menu.php:868
624
  msgid "Preview"
625
  msgstr ""
626
 
627
+ #: bws_menu.php:874
628
+ #: bws_menu.php:906
629
  #, php-format
630
  msgid "By %s"
631
  msgstr ""
632
 
633
+ #: bws_menu.php:880
634
  msgid "Details"
635
  msgstr ""
636
 
637
+ #: bws_menu.php:912
638
  #, fuzzy
639
  msgid "Already Installed"
640
  msgstr "Installera %s"
641
 
642
+ #: bws_menu.php:928
643
  msgid "Environment"
644
  msgstr "Miljövariabler"
645
 
646
+ #: bws_menu.php:939
647
  msgid "Active Plugins"
648
  msgstr "Aktiverade tillägg"
649
 
650
+ #: bws_menu.php:952
651
  msgid "Inactive Plugins"
652
  msgstr "Inaktiverade tillägg"
653
 
654
+ #: bws_menu.php:968
655
  msgid "Send to support"
656
  msgstr "Skicka till support"
657
 
658
+ #: bws_menu.php:975
659
  msgid "Send to custom email &#187;"
660
  msgstr "Skicka till anpassad epost &#187;"
661
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-12 15:58+0300\n"
6
- "PO-Revision-Date: 2015-06-12 16:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,588 +16,627 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
- #: bws_functions.php:91
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
26
 
27
- #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr "Повернутися на WordPress на"
30
 
31
- #: bws_functions.php:94
32
  msgid "Plugins page"
33
  msgstr "Сторінку Плагінів"
34
 
35
- #: bws_functions.php:151
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настав час модернізувати Ваш"
38
 
39
- #: bws_functions.php:151
40
  msgid "to"
41
  msgstr "до"
42
 
43
- #: bws_functions.php:151
44
  msgid "version!"
45
  msgstr "версії!"
46
 
47
- #: bws_functions.php:152
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Розширює можливості стандартного функціоналу плагіна."
50
 
51
- #: bws_functions.php:155
52
- #: bws_functions.php:542
53
  msgid "Learn More"
54
  msgstr "Дізнатись більше"
55
 
56
- #: bws_functions.php:172
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
59
 
60
- #: bws_functions.php:173
61
  msgid "Rate the plugin"
62
  msgstr "Оцінити плагін"
63
 
64
- #: bws_functions.php:176
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
67
 
68
- #: bws_functions.php:193
69
- #: bws_functions.php:229
70
  msgid "Wrong license key"
71
  msgstr "Невірний ключ ліцензії"
72
 
73
- #: bws_functions.php:223
74
- #: bws_functions.php:455
75
- #: bws_functions.php:506
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
78
 
79
- #: bws_functions.php:223
80
- #: bws_functions.php:455
81
- #: bws_functions.php:506
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Просимо вибачення за незручності."
84
 
85
- #: bws_functions.php:231
86
  msgid "This license key is bind to another site"
87
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
88
 
89
- #: bws_functions.php:233
90
- #: bws_functions.php:365
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
93
 
94
- #: bws_functions.php:235
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
97
 
98
- #: bws_functions.php:237
99
- msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
100
- msgstr "На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO версії плагіну можна використати лише один раз"
101
 
102
- #: bws_functions.php:248
103
- #: bws_functions.php:270
104
- #: bws_functions.php:292
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
107
 
108
- #: bws_functions.php:260
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
111
 
112
- #: bws_functions.php:266
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
115
 
116
- #: bws_functions.php:273
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
119
 
120
- #: bws_functions.php:296
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
123
 
124
- #: bws_functions.php:321
125
  msgid "Please, enter Your license key"
126
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
127
 
128
- #: bws_functions.php:338
129
- msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
130
- msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
131
 
132
- #: bws_functions.php:340
133
- #: bws_functions.php:422
134
  msgid "Please, go to"
135
  msgstr "Будь ласка, перейдіть на"
136
 
137
- #: bws_functions.php:340
138
- #: bws_functions.php:422
139
  msgid "the setting page"
140
  msgstr "сторінку установок"
141
 
142
- #: bws_functions.php:341
143
- #: bws_functions.php:423
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
146
 
147
- #: bws_functions.php:346
148
  msgid "You can download and activate"
149
  msgstr "Ви можете завантажити та активувати"
150
 
151
- #: bws_functions.php:348
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
154
 
155
- #: bws_functions.php:350
156
- #: bws_functions.php:391
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
159
 
160
- #: bws_functions.php:352
161
- #: bws_functions.php:393
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
164
 
165
- #: bws_functions.php:356
 
166
  msgid "or"
167
  msgstr "або"
168
 
169
- #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
173
 
174
- #: bws_functions.php:362
175
- #: bws_functions.php:371
176
- #: bws_functions.php:401
177
- #: bws_functions.php:409
178
- #: bws_menu.php:657
179
- #: bws_menu.php:714
180
  msgid "Activate"
181
  msgstr "Активувати"
182
 
183
- #: bws_functions.php:388
184
- #: bws_functions.php:481
185
  #, php-format
186
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
187
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
188
 
189
- #: bws_functions.php:389
190
  msgid "After that you can activate it by entering your license key."
191
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
192
 
193
- #: bws_functions.php:403
194
  msgid "Unfortunately, you have exceeded the number of available tries per day."
195
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
196
 
197
- #: bws_functions.php:420
198
- msgid "Congratulations! The PRO license of the plugin is successfully activated."
199
- msgstr "Вітаємо! PRO версію плагіну успішно активовано."
200
 
201
- #: bws_functions.php:461
202
  msgid "Wrong license key."
203
  msgstr "Неправильний ліцензійний ключ."
204
 
205
- #: bws_functions.php:463
206
  msgid "This license key is bind to another site."
207
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
208
 
209
- #: bws_functions.php:465
210
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
211
  msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
212
 
213
- #: bws_functions.php:467
214
  msgid "Unfortunately, you have exceeded the number of available tries."
215
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
216
 
217
- #: bws_functions.php:469
218
- msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
- msgstr "На жаль, тріал PRO версія плагіну уже встановлювалась на цей домен. Тріал PRO версію можна встановлювати лише один раз."
220
 
221
- #: bws_functions.php:473
222
- msgid "The PRO Trial license key is valid."
223
- msgstr "Ключ тріал PRO версії вірний."
224
 
225
- #: bws_functions.php:475
226
  msgid "The license key is valid."
227
  msgstr "Ліцензійний ключ дійсний."
228
 
229
- #: bws_functions.php:478
230
  msgid "Your license will expire on"
231
  msgstr "Ваша ліцензія закінчується"
232
 
233
- #: bws_functions.php:511
234
  msgid "Please, enter your license key"
235
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
236
 
237
- #: bws_functions.php:524
238
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
239
  msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
240
 
241
- #: bws_functions.php:524
242
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
243
  msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
244
 
245
- #: bws_functions.php:528
246
  msgid "Check license key"
247
  msgstr "Перевірте ліцензійний ключ"
248
 
249
- #: bws_functions.php:542
250
  msgid "WARNING: Illegal use notification"
251
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
252
 
253
- #: bws_functions.php:542
254
  msgid "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."
255
  msgstr "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання протягом 24 годин, інакше плагін буде деактивовано."
256
 
257
- #: bws_functions.php:550
258
- msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
- msgstr "Увага: Термін дії тріал періоду PRO версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію PRO"
260
 
261
- #: bws_functions.php:552
262
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
  msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
264
 
265
- #: bws_functions.php:552
266
- #: bws_functions.php:605
267
- #: bws_menu.php:633
268
- #: bws_menu.php:655
269
- #: bws_menu.php:682
270
- #: bws_menu.php:712
271
- #: bws_menu.php:758
272
  msgid "Learn more"
273
  msgstr "Дізнатись більше"
274
 
275
- #: bws_functions.php:562
276
  #, php-format
277
- msgid "Notice: You are using the PRO Trial license of %s plugin."
278
- msgstr "Увага: Ви використовуєте тріал PRO версію плагіну %s."
279
 
280
- #: bws_functions.php:564
281
- msgid "Notice: You are using the PRO Trial license of plugin."
282
- msgstr "Увага: Ви використовуєте тріал PRO версію плагіну."
283
 
284
- #: bws_functions.php:567
285
- msgid "The PRO Trial license will expire on"
286
- msgstr "Тріал період PRO версії плагіну закінчується"
287
 
288
- #: bws_functions.php:605
289
  msgid "You license for"
290
  msgstr "Ваша ліцензія для"
291
 
292
- #: bws_functions.php:605
293
  msgid "expires on"
294
  msgstr "витікає"
295
 
296
- #: bws_functions.php:605
297
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
298
  msgstr "та ви більше не будете отримувати першочергову технічну підтримку та оновлення."
299
 
300
- #: bws_functions.php:680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  msgid "Close"
302
  msgstr "Закрити"
303
 
304
- #: bws_functions.php:771
305
- #: bws_functions.php:784
306
  msgid "Restore all plugin settings to defaults"
307
  msgstr "Скинути налаштування плагіну до стандартних"
308
 
309
- #: bws_functions.php:773
310
- #: bws_functions.php:786
311
  msgid "Restore settings"
312
  msgstr "Скинути налаштування"
313
 
314
- #: bws_functions.php:797
315
  msgid "Are you sure you want to restore all settings by default?"
316
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
317
 
318
- #: bws_functions.php:799
319
  msgid "Yes, restore all settings"
320
  msgstr "Так, скинути налаштування"
321
 
322
- #: bws_functions.php:800
323
  msgid "No, go back to the settings page"
324
  msgstr "Ні, повернутись назад на сторінку налаштувань"
325
 
326
- #: bws_menu.php:470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  msgid "Not set"
328
  msgstr "Не задано"
329
 
330
- #: bws_menu.php:472
331
- #: bws_menu.php:473
332
  msgid "On"
333
  msgstr "Увімк."
334
 
335
- #: bws_menu.php:472
336
- #: bws_menu.php:473
337
  msgid "Off"
338
  msgstr "Вимк."
339
 
340
- #: bws_menu.php:474
341
- #: bws_menu.php:475
342
- #: bws_menu.php:476
343
- #: bws_menu.php:477
344
- #: bws_menu.php:478
345
- #: bws_menu.php:490
346
  msgid "N/A"
347
  msgstr "Невідомо"
348
 
349
- #: bws_menu.php:478
350
  msgid " Mb"
351
  msgstr "Мб"
352
 
353
- #: bws_menu.php:479
354
- #: bws_menu.php:480
355
- #: bws_menu.php:481
356
- #: bws_menu.php:486
357
  msgid "Yes"
358
  msgstr "Так"
359
 
360
- #: bws_menu.php:479
361
- #: bws_menu.php:480
362
- #: bws_menu.php:481
363
- #: bws_menu.php:488
364
  msgid "No"
365
  msgstr "Ні"
366
 
367
- #: bws_menu.php:498
368
  msgid "Operating System"
369
  msgstr "Операційна система"
370
 
371
- #: bws_menu.php:499
372
  msgid "Server"
373
  msgstr "Тип серверу"
374
 
375
- #: bws_menu.php:500
376
  msgid "Memory usage"
377
  msgstr "Пам’яті використано"
378
 
379
- #: bws_menu.php:501
380
  msgid "MYSQL Version"
381
  msgstr "Версія MYSQL"
382
 
383
- #: bws_menu.php:502
384
  msgid "SQL Mode"
385
  msgstr "Режим SQL"
386
 
387
- #: bws_menu.php:503
388
  msgid "PHP Version"
389
  msgstr "Версія PHP"
390
 
391
- #: bws_menu.php:504
392
  msgid "PHP Safe Mode"
393
  msgstr "PHP Безпечний режим"
394
 
395
- #: bws_menu.php:505
396
  msgid "PHP Allow URL fopen"
397
  msgstr "Дозволити PHP URL fopen"
398
 
399
- #: bws_menu.php:506
400
  msgid "PHP Memory Limit"
401
  msgstr "Ліміт пам’яті"
402
 
403
- #: bws_menu.php:507
404
  msgid "PHP Max Upload Size"
405
  msgstr "Макс. розмір файлу, що завантажується"
406
 
407
- #: bws_menu.php:508
408
  msgid "PHP Max Post Size"
409
  msgstr "Макс. розмір посту"
410
 
411
- #: bws_menu.php:509
412
  msgid "PHP Max Script Execute Time"
413
  msgstr "Макс. час виконання сценарію"
414
 
415
- #: bws_menu.php:510
416
  msgid "PHP Exif support"
417
  msgstr "Підтримка PHP Exif"
418
 
419
- #: bws_menu.php:511
420
  msgid "PHP IPTC support"
421
  msgstr "Підтримка PHP IPTC"
422
 
423
- #: bws_menu.php:512
424
  msgid "PHP XML support"
425
  msgstr "Підтримка PHP XML"
426
 
427
- #: bws_menu.php:513
428
  msgid "Site URL"
429
  msgstr "Адреса сайту"
430
 
431
- #: bws_menu.php:514
432
  msgid "Home URL"
433
  msgstr "Адреса домашньої сторінки"
434
 
435
- #: bws_menu.php:517
436
  msgid "WordPress Version"
437
  msgstr "Версія WordPress"
438
 
439
- #: bws_menu.php:518
440
  msgid "WordPress DB Version"
441
  msgstr "Версія бази даних WordPress"
442
 
443
- #: bws_menu.php:519
444
  msgid "Multisite"
445
  msgstr "Мультисайт"
446
 
447
- #: bws_menu.php:520
448
  msgid "Active Theme"
449
  msgstr "Активна тема"
450
 
451
- #: bws_menu.php:535
452
  msgid "Please enter a valid email address."
453
  msgstr "Будь ласка, введіть коректний емейл."
454
 
455
- #: bws_menu.php:539
456
  msgid "Email with system info is sent to "
457
  msgstr "Емейл з системною інформацією надіслано на"
458
 
459
- #: bws_menu.php:543
460
  msgid "Thank you for contacting us."
461
  msgstr "Дякуємо, що звернулись до нас."
462
 
463
- #: bws_menu.php:576
464
  msgid "Sorry, email message could not be delivered."
465
  msgstr "Вибачте, ваше емейл не може бути доставлено"
466
 
467
- #: bws_menu.php:584
468
  msgid "Need help?"
469
  msgstr "Потрібна допомога?"
470
 
471
- #: bws_menu.php:585
472
  msgid "Client area"
473
  msgstr "Клієнтам"
474
 
475
- #: bws_menu.php:586
476
- #: bws_menu.php:897
477
  msgid "System status"
478
  msgstr "Системна інформація"
479
 
480
- #: bws_menu.php:591
481
  msgid "Plugins"
482
  msgstr "Плагіни"
483
 
484
- #: bws_menu.php:593
485
  msgid "Themes"
486
  msgstr "Теми"
487
 
488
- #: bws_menu.php:598
489
  msgid "All"
490
  msgstr "Всі"
491
 
492
- #: bws_menu.php:599
493
  msgid "Installed"
494
  msgstr "Встановлені"
495
 
496
- #: bws_menu.php:600
497
  msgid "Recommended"
498
  msgstr "Рекомендовані "
499
 
500
- #: bws_menu.php:604
501
  msgid "Installed plugins"
502
  msgstr "Встановлені плагіни"
503
 
504
- #: bws_menu.php:636
505
- #: bws_menu.php:685
506
  msgid "Settings"
507
  msgstr "Налаштування"
508
 
509
- #: bws_menu.php:657
510
- #: bws_menu.php:714
511
  msgid "Activate this plugin"
512
  msgstr "Активувати плагін"
513
 
514
- #: bws_menu.php:672
515
- #: bws_menu.php:702
516
- #: bws_menu.php:748
517
  msgid "Go"
518
  msgstr "Перейти"
519
 
520
- #: bws_menu.php:676
521
- #: bws_menu.php:706
522
- #: bws_menu.php:752
523
  msgid "DONATE"
524
  msgstr "Підтримати нас"
525
 
526
- #: bws_menu.php:722
527
  msgid "Recommended plugins"
528
  msgstr "Рекомендовані плагіни"
529
 
530
- #: bws_menu.php:760
531
  msgid "Install now"
532
  msgstr "Встановити"
533
 
534
- #: bws_menu.php:781
535
  msgid "Try again"
536
  msgstr "Спробувати ще раз"
537
 
538
- #: bws_menu.php:799
539
  #, php-format
540
  msgid "Preview &#8220;%s&#8221;"
541
  msgstr "Попередній перегляд &#8220;%s&#8221;"
542
 
543
- #: bws_menu.php:830
544
  #, php-format
545
  msgid "Install %s"
546
  msgstr "Встановити %s"
547
 
548
- #: bws_menu.php:830
549
  msgid "Install Now"
550
  msgstr "Встановити"
551
 
552
- #: bws_menu.php:833
553
  #, php-format
554
  msgid "Update to version %s"
555
  msgstr "Оновити до версії %s"
556
 
557
- #: bws_menu.php:833
558
  msgid "Update"
559
  msgstr "Оновити"
560
 
561
- #: bws_menu.php:840
562
  #, php-format
563
  msgid "Preview %s"
564
  msgstr "Попередній перегляд %s"
565
 
566
- #: bws_menu.php:840
567
  msgid "Preview"
568
  msgstr "Попередній перегляд"
569
 
570
- #: bws_menu.php:846
571
- #: bws_menu.php:878
572
  #, php-format
573
  msgid "By %s"
574
  msgstr "За %s"
575
 
576
- #: bws_menu.php:852
577
  msgid "Details"
578
  msgstr "Деталі"
579
 
580
- #: bws_menu.php:884
581
  msgid "Already Installed"
582
  msgstr "Уже встановлено %s"
583
 
584
- #: bws_menu.php:900
585
  msgid "Environment"
586
  msgstr "Системне оточення"
587
 
588
- #: bws_menu.php:911
589
  msgid "Active Plugins"
590
  msgstr "Активні плагіни"
591
 
592
- #: bws_menu.php:924
593
  msgid "Inactive Plugins"
594
  msgstr "Не активні плагіни"
595
 
596
- #: bws_menu.php:940
597
  msgid "Send to support"
598
  msgstr "Відправити службі тех. підтримки"
599
 
600
- #: bws_menu.php:947
601
  msgid "Send to custom email &#187;"
602
  msgstr "Відправити на електронну адресу &#187;"
603
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-07 13:12+0300\n"
6
+ "PO-Revision-Date: 2015-09-07 13:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:29
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
+ #: bws_functions.php:31
24
  msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
  msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
26
 
27
+ #: bws_functions.php:32
28
  msgid "Back to the WordPress"
29
  msgstr "Повернутися на WordPress на"
30
 
31
+ #: bws_functions.php:34
32
  msgid "Plugins page"
33
  msgstr "Сторінку Плагінів"
34
 
35
+ #: bws_functions.php:91
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настав час модернізувати Ваш"
38
 
39
+ #: bws_functions.php:91
40
  msgid "to"
41
  msgstr "до"
42
 
43
+ #: bws_functions.php:91
44
  msgid "version!"
45
  msgstr "версії!"
46
 
47
+ #: bws_functions.php:92
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Розширює можливості стандартного функціоналу плагіна."
50
 
51
+ #: bws_functions.php:95
52
+ #: bws_functions.php:492
53
  msgid "Learn More"
54
  msgstr "Дізнатись більше"
55
 
56
+ #: bws_functions.php:112
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
  msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
59
 
60
+ #: bws_functions.php:113
61
  msgid "Rate the plugin"
62
  msgstr "Оцінити плагін"
63
 
64
+ #: bws_functions.php:116
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
67
 
68
+ #: bws_functions.php:133
69
+ #: bws_functions.php:169
70
  msgid "Wrong license key"
71
  msgstr "Невірний ключ ліцензії"
72
 
73
+ #: bws_functions.php:163
74
+ #: bws_functions.php:405
75
+ #: bws_functions.php:456
76
  msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
  msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
78
 
79
+ #: bws_functions.php:163
80
+ #: bws_functions.php:405
81
+ #: bws_functions.php:456
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Просимо вибачення за незручності."
84
 
85
+ #: bws_functions.php:171
86
  msgid "This license key is bind to another site"
87
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
88
 
89
+ #: bws_functions.php:173
90
+ #: bws_functions.php:315
91
  msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
  msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
93
 
94
+ #: bws_functions.php:175
95
  msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
  msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
97
 
98
+ #: bws_functions.php:177
99
+ msgid "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once."
100
+ msgstr "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro версії плагіну можна використати лише один раз."
101
 
102
+ #: bws_functions.php:198
103
+ #: bws_functions.php:220
104
+ #: bws_functions.php:242
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
  msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
107
 
108
+ #: bws_functions.php:210
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
111
 
112
+ #: bws_functions.php:216
113
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
  msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
115
 
116
+ #: bws_functions.php:223
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
  msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
119
 
120
+ #: bws_functions.php:246
121
  msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
  msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
123
 
124
+ #: bws_functions.php:271
125
  msgid "Please, enter Your license key"
126
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
127
 
128
+ #: bws_functions.php:288
129
+ msgid "Congratulations! The Pro version of the plugin is successfully download and activated."
130
+ msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
131
 
132
+ #: bws_functions.php:290
133
+ #: bws_functions.php:372
134
  msgid "Please, go to"
135
  msgstr "Будь ласка, перейдіть на"
136
 
137
+ #: bws_functions.php:290
138
+ #: bws_functions.php:372
139
  msgid "the setting page"
140
  msgstr "сторінку установок"
141
 
142
+ #: bws_functions.php:291
143
+ #: bws_functions.php:373
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
146
 
147
+ #: bws_functions.php:296
148
  msgid "You can download and activate"
149
  msgstr "Ви можете завантажити та активувати"
150
 
151
+ #: bws_functions.php:298
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
154
 
155
+ #: bws_functions.php:300
156
+ #: bws_functions.php:341
157
  msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
  msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
159
 
160
+ #: bws_functions.php:302
161
+ #: bws_functions.php:343
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
164
 
165
+ #: bws_functions.php:306
166
+ #: bws_functions.php:609
167
  msgid "or"
168
  msgstr "або"
169
 
170
+ #: bws_functions.php:306
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
174
 
175
+ #: bws_functions.php:312
176
+ #: bws_functions.php:321
177
+ #: bws_functions.php:351
178
+ #: bws_functions.php:359
179
+ #: bws_menu.php:685
180
+ #: bws_menu.php:742
181
  msgid "Activate"
182
  msgstr "Активувати"
183
 
184
+ #: bws_functions.php:338
185
+ #: bws_functions.php:431
186
  #, php-format
187
  msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
189
 
190
+ #: bws_functions.php:339
191
  msgid "After that you can activate it by entering your license key."
192
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
193
 
194
+ #: bws_functions.php:353
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
197
 
198
+ #: bws_functions.php:370
199
+ msgid "Congratulations! The Pro license of the plugin is successfully activated."
200
+ msgstr "Вітаємо! Pro версію плагіну успішно активовано."
201
 
202
+ #: bws_functions.php:411
203
  msgid "Wrong license key."
204
  msgstr "Неправильний ліцензійний ключ."
205
 
206
+ #: bws_functions.php:413
207
  msgid "This license key is bind to another site."
208
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
209
 
210
+ #: bws_functions.php:415
211
  msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
212
  msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
213
 
214
+ #: bws_functions.php:417
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
217
 
218
+ #: bws_functions.php:419
219
+ msgid "Unfortunately, the Pro Trial licence was already installed to this domain. The Pro Trial license can be installed only once."
220
+ msgstr "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал Pro версію можна встановлювати лише один раз."
221
 
222
+ #: bws_functions.php:423
223
+ msgid "The Pro Trial license key is valid."
224
+ msgstr "Ключ тріал Pro версії вірний."
225
 
226
+ #: bws_functions.php:425
227
  msgid "The license key is valid."
228
  msgstr "Ліцензійний ключ дійсний."
229
 
230
+ #: bws_functions.php:428
231
  msgid "Your license will expire on"
232
  msgstr "Ваша ліцензія закінчується"
233
 
234
+ #: bws_functions.php:461
235
  msgid "Please, enter your license key"
236
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
237
 
238
+ #: bws_functions.php:474
239
  msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
240
  msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
241
 
242
+ #: bws_functions.php:474
243
  msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
  msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
245
 
246
+ #: bws_functions.php:478
247
  msgid "Check license key"
248
  msgstr "Перевірте ліцензійний ключ"
249
 
250
+ #: bws_functions.php:492
251
  msgid "WARNING: Illegal use notification"
252
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
253
 
254
+ #: bws_functions.php:492
255
  msgid "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."
256
  msgstr "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання протягом 24 годин, інакше плагін буде деактивовано."
257
 
258
+ #: bws_functions.php:500
259
+ msgid "Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license"
260
+ msgstr "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію Pro"
261
 
262
+ #: bws_functions.php:502
263
  msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
  msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
265
 
266
+ #: bws_functions.php:502
267
+ #: bws_functions.php:555
268
+ #: bws_menu.php:661
269
+ #: bws_menu.php:683
270
+ #: bws_menu.php:710
271
+ #: bws_menu.php:740
272
+ #: bws_menu.php:786
273
  msgid "Learn more"
274
  msgstr "Дізнатись більше"
275
 
276
+ #: bws_functions.php:512
277
  #, php-format
278
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
279
+ msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
280
 
281
+ #: bws_functions.php:514
282
+ msgid "Notice: You are using the Pro Trial license of plugin."
283
+ msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
284
 
285
+ #: bws_functions.php:517
286
+ msgid "The Pro Trial license will expire on"
287
+ msgstr "Тріал період Pro версії плагіну закінчується"
288
 
289
+ #: bws_functions.php:555
290
  msgid "You license for"
291
  msgstr "Ваша ліцензія для"
292
 
293
+ #: bws_functions.php:555
294
  msgid "expires on"
295
  msgstr "витікає"
296
 
297
+ #: bws_functions.php:555
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
  msgstr "та ви більше не будете отримувати першочергову технічну підтримку та оновлення."
300
 
301
+ #: bws_functions.php:605
302
+ msgid "Thank you for installing"
303
+ msgstr "Дякуємо, що встановили"
304
+
305
+ #: bws_functions.php:606
306
+ msgid "Let's get started"
307
+ msgstr "Розпочнемо"
308
+
309
+ #: bws_functions.php:607
310
+ msgid "Configure Settings"
311
+ msgstr "Налаштувати плагін"
312
+
313
+ #: bws_functions.php:610
314
+ msgid "Add New"
315
+ msgstr "Додати"
316
+
317
+ #: bws_functions.php:614
318
+ msgid "Close notice"
319
+ msgstr "Закрити"
320
+
321
+ #: bws_functions.php:667
322
+ msgid "Add BWS shortcode"
323
+ msgstr "Додати BWS шорткод"
324
+
325
+ #: bws_functions.php:711
326
  msgid "Close"
327
  msgstr "Закрити"
328
 
329
+ #: bws_functions.php:802
 
330
  msgid "Restore all plugin settings to defaults"
331
  msgstr "Скинути налаштування плагіну до стандартних"
332
 
333
+ #: bws_functions.php:804
 
334
  msgid "Restore settings"
335
  msgstr "Скинути налаштування"
336
 
337
+ #: bws_functions.php:815
338
  msgid "Are you sure you want to restore all settings by default?"
339
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
340
 
341
+ #: bws_functions.php:818
342
  msgid "Yes, restore all settings"
343
  msgstr "Так, скинути налаштування"
344
 
345
+ #: bws_functions.php:819
346
  msgid "No, go back to the settings page"
347
  msgstr "Ні, повернутись назад на сторінку налаштувань"
348
 
349
+ #: bws_functions.php:863
350
+ msgid "Plugin"
351
+ msgstr "Плагін"
352
+
353
+ #: bws_functions.php:872
354
+ msgid "Shortcode settings"
355
+ msgstr "Налаштування шорткоду"
356
+
357
+ #: bws_functions.php:877
358
+ msgid "The shortcode will be inserted"
359
+ msgstr "Буде вставлено шорткод"
360
+
361
+ #: bws_functions.php:882
362
+ msgid "Insert"
363
+ msgstr "Вставити"
364
+
365
+ #: bws_menu.php:498
366
  msgid "Not set"
367
  msgstr "Не задано"
368
 
369
+ #: bws_menu.php:500
370
+ #: bws_menu.php:501
371
  msgid "On"
372
  msgstr "Увімк."
373
 
374
+ #: bws_menu.php:500
375
+ #: bws_menu.php:501
376
  msgid "Off"
377
  msgstr "Вимк."
378
 
379
+ #: bws_menu.php:502
380
+ #: bws_menu.php:503
381
+ #: bws_menu.php:504
382
+ #: bws_menu.php:505
383
+ #: bws_menu.php:506
384
+ #: bws_menu.php:518
385
  msgid "N/A"
386
  msgstr "Невідомо"
387
 
388
+ #: bws_menu.php:506
389
  msgid " Mb"
390
  msgstr "Мб"
391
 
392
+ #: bws_menu.php:507
393
+ #: bws_menu.php:508
394
+ #: bws_menu.php:509
395
+ #: bws_menu.php:514
396
  msgid "Yes"
397
  msgstr "Так"
398
 
399
+ #: bws_menu.php:507
400
+ #: bws_menu.php:508
401
+ #: bws_menu.php:509
402
+ #: bws_menu.php:516
403
  msgid "No"
404
  msgstr "Ні"
405
 
406
+ #: bws_menu.php:526
407
  msgid "Operating System"
408
  msgstr "Операційна система"
409
 
410
+ #: bws_menu.php:527
411
  msgid "Server"
412
  msgstr "Тип серверу"
413
 
414
+ #: bws_menu.php:528
415
  msgid "Memory usage"
416
  msgstr "Пам’яті використано"
417
 
418
+ #: bws_menu.php:529
419
  msgid "MYSQL Version"
420
  msgstr "Версія MYSQL"
421
 
422
+ #: bws_menu.php:530
423
  msgid "SQL Mode"
424
  msgstr "Режим SQL"
425
 
426
+ #: bws_menu.php:531
427
  msgid "PHP Version"
428
  msgstr "Версія PHP"
429
 
430
+ #: bws_menu.php:532
431
  msgid "PHP Safe Mode"
432
  msgstr "PHP Безпечний режим"
433
 
434
+ #: bws_menu.php:533
435
  msgid "PHP Allow URL fopen"
436
  msgstr "Дозволити PHP URL fopen"
437
 
438
+ #: bws_menu.php:534
439
  msgid "PHP Memory Limit"
440
  msgstr "Ліміт пам’яті"
441
 
442
+ #: bws_menu.php:535
443
  msgid "PHP Max Upload Size"
444
  msgstr "Макс. розмір файлу, що завантажується"
445
 
446
+ #: bws_menu.php:536
447
  msgid "PHP Max Post Size"
448
  msgstr "Макс. розмір посту"
449
 
450
+ #: bws_menu.php:537
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Макс. час виконання сценарію"
453
 
454
+ #: bws_menu.php:538
455
  msgid "PHP Exif support"
456
  msgstr "Підтримка PHP Exif"
457
 
458
+ #: bws_menu.php:539
459
  msgid "PHP IPTC support"
460
  msgstr "Підтримка PHP IPTC"
461
 
462
+ #: bws_menu.php:540
463
  msgid "PHP XML support"
464
  msgstr "Підтримка PHP XML"
465
 
466
+ #: bws_menu.php:541
467
  msgid "Site URL"
468
  msgstr "Адреса сайту"
469
 
470
+ #: bws_menu.php:542
471
  msgid "Home URL"
472
  msgstr "Адреса домашньої сторінки"
473
 
474
+ #: bws_menu.php:545
475
  msgid "WordPress Version"
476
  msgstr "Версія WordPress"
477
 
478
+ #: bws_menu.php:546
479
  msgid "WordPress DB Version"
480
  msgstr "Версія бази даних WordPress"
481
 
482
+ #: bws_menu.php:547
483
  msgid "Multisite"
484
  msgstr "Мультисайт"
485
 
486
+ #: bws_menu.php:548
487
  msgid "Active Theme"
488
  msgstr "Активна тема"
489
 
490
+ #: bws_menu.php:563
491
  msgid "Please enter a valid email address."
492
  msgstr "Будь ласка, введіть коректний емейл."
493
 
494
+ #: bws_menu.php:567
495
  msgid "Email with system info is sent to "
496
  msgstr "Емейл з системною інформацією надіслано на"
497
 
498
+ #: bws_menu.php:571
499
  msgid "Thank you for contacting us."
500
  msgstr "Дякуємо, що звернулись до нас."
501
 
502
+ #: bws_menu.php:604
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "Вибачте, ваше емейл не може бути доставлено"
505
 
506
+ #: bws_menu.php:612
507
  msgid "Need help?"
508
  msgstr "Потрібна допомога?"
509
 
510
+ #: bws_menu.php:613
511
  msgid "Client area"
512
  msgstr "Клієнтам"
513
 
514
+ #: bws_menu.php:614
515
+ #: bws_menu.php:925
516
  msgid "System status"
517
  msgstr "Системна інформація"
518
 
519
+ #: bws_menu.php:619
520
  msgid "Plugins"
521
  msgstr "Плагіни"
522
 
523
+ #: bws_menu.php:621
524
  msgid "Themes"
525
  msgstr "Теми"
526
 
527
+ #: bws_menu.php:626
528
  msgid "All"
529
  msgstr "Всі"
530
 
531
+ #: bws_menu.php:627
532
  msgid "Installed"
533
  msgstr "Встановлені"
534
 
535
+ #: bws_menu.php:628
536
  msgid "Recommended"
537
  msgstr "Рекомендовані "
538
 
539
+ #: bws_menu.php:632
540
  msgid "Installed plugins"
541
  msgstr "Встановлені плагіни"
542
 
543
+ #: bws_menu.php:664
544
+ #: bws_menu.php:713
545
  msgid "Settings"
546
  msgstr "Налаштування"
547
 
548
+ #: bws_menu.php:685
549
+ #: bws_menu.php:742
550
  msgid "Activate this plugin"
551
  msgstr "Активувати плагін"
552
 
553
+ #: bws_menu.php:700
554
+ #: bws_menu.php:730
555
+ #: bws_menu.php:776
556
  msgid "Go"
557
  msgstr "Перейти"
558
 
559
+ #: bws_menu.php:704
560
+ #: bws_menu.php:734
561
+ #: bws_menu.php:780
562
  msgid "DONATE"
563
  msgstr "Підтримати нас"
564
 
565
+ #: bws_menu.php:750
566
  msgid "Recommended plugins"
567
  msgstr "Рекомендовані плагіни"
568
 
569
+ #: bws_menu.php:788
570
  msgid "Install now"
571
  msgstr "Встановити"
572
 
573
+ #: bws_menu.php:809
574
  msgid "Try again"
575
  msgstr "Спробувати ще раз"
576
 
577
+ #: bws_menu.php:827
578
  #, php-format
579
  msgid "Preview &#8220;%s&#8221;"
580
  msgstr "Попередній перегляд &#8220;%s&#8221;"
581
 
582
+ #: bws_menu.php:858
583
  #, php-format
584
  msgid "Install %s"
585
  msgstr "Встановити %s"
586
 
587
+ #: bws_menu.php:858
588
  msgid "Install Now"
589
  msgstr "Встановити"
590
 
591
+ #: bws_menu.php:861
592
  #, php-format
593
  msgid "Update to version %s"
594
  msgstr "Оновити до версії %s"
595
 
596
+ #: bws_menu.php:861
597
  msgid "Update"
598
  msgstr "Оновити"
599
 
600
+ #: bws_menu.php:868
601
  #, php-format
602
  msgid "Preview %s"
603
  msgstr "Попередній перегляд %s"
604
 
605
+ #: bws_menu.php:868
606
  msgid "Preview"
607
  msgstr "Попередній перегляд"
608
 
609
+ #: bws_menu.php:874
610
+ #: bws_menu.php:906
611
  #, php-format
612
  msgid "By %s"
613
  msgstr "За %s"
614
 
615
+ #: bws_menu.php:880
616
  msgid "Details"
617
  msgstr "Деталі"
618
 
619
+ #: bws_menu.php:912
620
  msgid "Already Installed"
621
  msgstr "Уже встановлено %s"
622
 
623
+ #: bws_menu.php:928
624
  msgid "Environment"
625
  msgstr "Системне оточення"
626
 
627
+ #: bws_menu.php:939
628
  msgid "Active Plugins"
629
  msgstr "Активні плагіни"
630
 
631
+ #: bws_menu.php:952
632
  msgid "Inactive Plugins"
633
  msgstr "Не активні плагіни"
634
 
635
+ #: bws_menu.php:968
636
  msgid "Send to support"
637
  msgstr "Відправити службі тех. підтримки"
638
 
639
+ #: bws_menu.php:975
640
  msgid "Send to custom email &#187;"
641
  msgstr "Відправити на електронну адресу &#187;"
642
 
contact_form.php CHANGED
@@ -4,7 +4,9 @@ Plugin Name: Contact Form by BestWebSoft
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.93
 
 
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -32,20 +34,19 @@ License: GPLv2 or later
32
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
33
  function cntctfrm_admin_menu() {
34
  bws_add_general_menu( plugin_basename( __FILE__ ) );
35
- add_submenu_page( 'bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'manage_options', 'contact_form.php', 'cntctfrm_settings_page' );
36
  }
37
  }
38
 
39
  if ( ! function_exists ( 'cntctfrm_init' ) ) {
40
  function cntctfrm_init() {
41
  global $bws_plugin_info, $cntctfrm_plugin_info;
42
- /* Internationalization, first(!) */
43
  if ( ! session_id() )
44
  @session_start();
45
 
46
- load_plugin_textdomain( 'contact_form', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
47
-
48
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
49
 
50
  if ( empty( $cntctfrm_plugin_info ) ) {
51
  if ( ! function_exists( 'get_plugin_data' ) )
@@ -74,6 +75,14 @@ if ( ! function_exists ( 'cntctfrm_admin_init' ) ) {
74
  }
75
  }
76
 
 
 
 
 
 
 
 
 
77
  /* Register settings for plugin */
78
  if ( ! function_exists( 'cntctfrm_settings' ) ) {
79
  function cntctfrm_settings() {
@@ -120,30 +129,30 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
120
  'cntctfrm_display_user_agent' => 1,
121
  'cntctfrm_language' => array(),
122
  'cntctfrm_change_label' => 0,
123
- 'cntctfrm_name_label' => array( 'en' => __( "Name:", 'contact_form' ) ),
124
- 'cntctfrm_address_label' => array( 'en' => __( "Address:", 'contact_form' ) ),
125
- 'cntctfrm_email_label' => array( 'en' => __( "Email Address:", 'contact_form' ) ),
126
- 'cntctfrm_phone_label' => array( 'en' => __( "Phone number:", 'contact_form' ) ),
127
- 'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
128
- 'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
129
- 'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
130
- 'cntctfrm_attachment_tooltip' => array( 'en' => __( "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB", 'contact_form' ) ),
131
- 'cntctfrm_send_copy_label' => array( 'en' => __( "Send me a copy", 'contact_form' ) ),
132
- 'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
133
- 'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
134
- 'cntctfrm_address_error' => array( 'en' => __( "Address is required.", 'contact_form' ) ),
135
- 'cntctfrm_email_error' => array( 'en' => __( "A valid email address is required.", 'contact_form' ) ),
136
- 'cntctfrm_phone_error' => array( 'en' => __( "Phone number is required.", 'contact_form' ) ),
137
- 'cntctfrm_subject_error' => array( 'en' => __( "Subject is required.", 'contact_form' ) ),
138
- 'cntctfrm_message_error' => array( 'en' => __( "Message text is required.", 'contact_form' ) ),
139
- 'cntctfrm_attachment_error' => array( 'en' => __( "File format is not valid.", 'contact_form' ) ),
140
- 'cntctfrm_attachment_upload_error' => array( 'en' => __( "File upload error.", 'contact_form' ) ),
141
- 'cntctfrm_attachment_move_error' => array( 'en' => __( "The file could not be uploaded.", 'contact_form' ) ),
142
- 'cntctfrm_attachment_size_error' => array( 'en' => __( "This file is too large.", 'contact_form' ) ),
143
- 'cntctfrm_captcha_error' => array( 'en' => __( "Please fill out the CAPTCHA.", 'contact_form' ) ),
144
- 'cntctfrm_form_error' => array( 'en' => __( "Please make corrections below and try again.", 'contact_form' ) ),
145
  'cntctfrm_action_after_send' => 1,
146
- 'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact_form' ) ),
147
  'cntctfrm_redirect_url' => '',
148
  'cntctfrm_delete_attached_file' => '0',
149
  'cntctfrm_html_email' => 1,
@@ -543,7 +552,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
543
  /* if 'FROM' field was changed */
544
  if ( ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] && 'custom' != $cntctfrm_options_submit['cntctfrm_from_email'] ) ||
545
  ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] && $cntctfrm_options['cntctfrm_custom_from_email'] != $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) {
546
- $notice = __( "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures.", 'contact_form' );
547
  }
548
 
549
  $cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
@@ -553,7 +562,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
553
  if ( 0 == $cntctfrm_options_submit['cntctfrm_action_after_send']
554
  && ( "" == trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] )
555
  || ! filter_var( $cntctfrm_options_submit['cntctfrm_redirect_url'], FILTER_VALIDATE_URL) ) ) {
556
- $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact_form' )." <code>http://your_site/your_page</code>";
557
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
558
  }
559
  if ( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
@@ -562,7 +571,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
562
  } else if ( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
563
  //
564
  } else {
565
- $error .= __( "Such user does not exist.", 'contact_form' );
566
  }
567
  } else {
568
  if ( preg_match( '|,|', $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) {
@@ -572,7 +581,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
572
  }
573
  foreach ( $cntctfrm_custom_emails as $cntctfrm_custom_email ) {
574
  if ( $cntctfrm_custom_email == "" || ! is_email( trim( $cntctfrm_custom_email ) ) ) {
575
- $error .= __( "Please enter a valid email address in the 'Use this email address' field.", 'contact_form' );
576
  break;
577
  }
578
  }
@@ -580,7 +589,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
580
  if ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
581
  if ( "" == $cntctfrm_options_submit['cntctfrm_custom_from_email']
582
  || ! is_email( trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
583
- $error .= __( "Please enter a valid email address in the 'FROM' field.", 'contact_form' );
584
  }
585
  }
586
 
@@ -603,9 +612,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
603
  } else {
604
  update_option( 'cntctfrm_options', $cntctfrm_options );
605
  }
606
- $message = __( "Settings saved.", 'contact_form' );
607
  } else {
608
- $error .= ' ' . __( "Settings are not saved.", 'contact_form' );
609
  }
610
  }
611
 
@@ -643,7 +652,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
643
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
644
  $cntctfrm_options = $cntctfrm_option_defaults;
645
  update_option( 'cntctfrm_options', $cntctfrm_options );
646
- $message = __( 'All plugin settings were restored.', 'contact_form' );
647
  } /* end */
648
 
649
  /* GO PRO */
@@ -654,18 +663,18 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
654
  } ?>
655
  <div class="wrap">
656
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
657
- <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
658
  <h2 class="nav-tab-wrapper">
659
- <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a>
660
- <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=additional"><?php _e( 'Additional settings', 'contact_form' ); ?></a>
661
- <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=appearance"><?php _e( 'Appearance', 'contact_form' ); ?></a>
662
- <a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
663
- <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact_form' ); ?></a>
664
  </h2>
665
  <div class="updated fade" <?php if ( $message == "" || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
666
- <div id="cntctfrm_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'contact_form' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'contact_form' ); ?></p></div>
667
  <?php if ( ! empty( $notice ) ) { ?>
668
- <div class="error"><p><strong><?php _e( 'Notice:', 'contact_form' ); ?></strong> <?php echo $notice; ?></p></div>
669
  <?php } ?>
670
  <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
671
  <?php if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
@@ -676,29 +685,29 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
676
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
677
  <h2 class="nav-tab-wrapper">
678
  <li class="nav-tab nav-tab-active">NEW_FORM</li>
679
- <a id="cntctfrm_show_multi_notice" class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact_form' ); ?>">+</a>
680
  </h2>
681
  <?php }
682
  $form_action = ( ! isset( $_GET['action'] ) ) ? 'admin.php?page=contact_form.php' : 'admin.php?page=contact_form.php&amp;action=' . $_GET['action']; ?>
683
  <form id="cntctfrm_settings_form" method="post" action="<?php echo $form_action ?>">
684
  <span style="margin-bottom:15px;">
685
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
686
- <p><?php _e( "If you would like to add Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en]</span><br />
687
- <?php _e( "If you have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en]</span>) <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span>). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
688
  <?php } else { ?>
689
- <p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span><br />
690
- <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>) <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>). <?php _e( "They work the same way.", 'contact_form' ); ?></p>
691
  <?php } ?>
692
  </span>
693
  <div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
694
- <p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?></p>
695
  <table class="form-table" style="width:auto;">
696
  <tr valign="top">
697
- <th scope="row"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
698
  <td colspan="2">
699
  <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo 'checked="checked" '; ?>/>
700
  <select name="cntctfrm_user_email">
701
- <option disabled><?php _e( "Select a username", 'contact_form' ); ?></option>
702
  <?php foreach ( $userslogin as $key => $value ) {
703
  if ( isset( $value->data ) ) {
704
  if ( $value->data->user_email != '' ) { ?>
@@ -711,15 +720,15 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
711
  }
712
  } ?>
713
  </select>
714
- <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
715
  </td>
716
  </tr>
717
  <tr valign="top">
718
- <th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?></th>
719
  <td colspan="2">
720
  <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
721
  <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" maxlength="500" />
722
- <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
723
  </td>
724
  </tr>
725
  </table>
@@ -728,7 +737,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
728
  <div class="bws_table_bg"></div>
729
  <table class="form-table bws_pro_version">
730
  <tr valign="top">
731
- <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
732
  <td colspan="2">
733
  <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
734
  <div class="cntctfrmpr_department_table"><img style="width:100%;" src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
@@ -736,37 +745,37 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
736
  </tr>
737
  <tr valign="top">
738
  <th scope="row" colspan="2">
739
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
740
  </th>
741
  </tr>
742
  </table>
743
  </div>
744
  <div class="bws_pro_version_tooltip">
745
  <div class="bws_info">
746
- <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
747
- <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
748
  </div>
749
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
750
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
751
  </a>
752
  <div class="clear"></div>
753
  </div>
754
  </div>
755
  <table class="form-table" style="width:auto;">
756
  <tr valign="top">
757
- <th scope="row"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
758
  <td colspan="2">
759
  <?php if ( array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) || array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
760
  if ( is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
761
  <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
762
- <span class="bws_info"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB by BestWebSoft</a>)</span>
763
  <?php } else { ?>
764
  <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
765
- <span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact_form' ); ?>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'contact_form' ); ?> Contact Form to DB</a></span>
766
  <?php }
767
  } else { ?>
768
  <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
769
- <span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact_form' ); ?>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'contact_form' ); ?> Contact Form to DB</a></span>
770
  <?php } ?>
771
  </td>
772
  </tr>
@@ -776,60 +785,60 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
776
  <div <?php if ( ! isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
777
  <table class="form-table" style="width:auto;">
778
  <tr>
779
- <th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
780
  <td colspan="2">
781
  <fieldset>
782
  <label>
783
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
784
- <?php _e( 'Wp-mail', 'contact_form' ); ?>
785
  </label>
786
- <label><span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span></label><br />
787
  <label>
788
  <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
789
- <?php _e( 'Mail', 'contact_form' ); ?>
790
  </label>
791
- <label><span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span></label>
792
  </fieldset>
793
  </td>
794
  </tr>
795
  <tr valign="top">
796
- <th scope="row"><?php _e( "'FROM' field", 'contact_form' ); ?></th>
797
  <td style="vertical-align: top;width: 210px;">
798
- <div><?php _e( "Name", 'contact_form' ); ?></div>
799
  <div>
800
  <label>
801
  <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?> />
802
  <input type="text" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" size="18" maxlength="100" />
803
  </label><br/>
804
  <div>
805
- <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
806
  <div class="cntctfrm_help_box">
807
- <div class="cntctfrm_hidden_help_text"><?php echo __( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
808
  </div>
809
  </div>
810
  </div>
811
  </td>
812
  <td>
813
- <div><?php _e( "Email", 'contact_form' ); ?></div>
814
  <div>
815
  <div>
816
  <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/>
817
  <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" maxlength="100" />
818
  </div>
819
  <div>
820
- <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact_form' ); ?></label>
821
  <div class="cntctfrm_help_box">
822
- <div class="cntctfrm_hidden_help_text"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
823
  </div>
824
  </div>
825
  <div>
826
- <span class="cntctfrm_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact_form' ); ?>)</span>
827
  </div>
828
  </div>
829
  </td>
830
  </tr>
831
  <tr valign="top">
832
- <th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
833
  <td colspan="2">
834
  <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>" maxlength="100" />
835
  </td>
@@ -839,17 +848,17 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
839
  <table class="cntctfrm_settings_table" style="width:auto;">
840
  <thead>
841
  <tr valign="top">
842
- <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
843
- <th><?php _e( "Used", 'contact_form' ); ?></th>
844
- <th><?php _e( "Required", 'contact_form' ); ?></th>
845
- <th><?php _e( "Visible", 'contact_form' ); ?></th>
846
- <th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
847
- <th scope="row" ><?php _e( "Field's default value", 'contact_form' ); ?></th>
848
  </tr>
849
  </thead>
850
  <tbody>
851
  <tr valign="top" >
852
- <td><?php _e( "Department selectbox", 'contact_form' ); ?></td>
853
  <td class="bws_pro_version"></td>
854
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrm_required_department_field" value="1"/></td>
855
  <td class="bws_pro_version"></td>
@@ -857,19 +866,19 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
857
  <td class="bws_pro_version"></td>
858
  </tr>
859
  <tr valign="top">
860
- <td><?php _e( "Name", 'contact_form' ); ?></td>
861
  <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/></td>
862
  <td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_name_field'] ) echo 'checked="checked" '; ?>/></td>
863
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_name" value="1" checked="checked" /></td>
864
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_name" value="1" /></td>
865
  <td class="bws_pro_version">
866
  <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_name" value="1" />
867
- <?php _e( "Use User's name as a default value if the user is logged in.", 'contact_form' ); ?><br />
868
- <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
869
  </td>
870
  </tr>
871
  <tr valign="top">
872
- <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
873
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
874
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
875
  <td class="bws_pro_version"></td>
@@ -877,7 +886,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
877
  <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
878
  </tr>
879
  <tr valign="top">
880
- <td><?php _e( "Address", 'contact_form' ); ?></td>
881
  <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo 'checked="checked" '; ?>/></td>
882
  <td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_address_field'] ) echo 'checked="checked" '; ?>/></td>
883
  <td></td>
@@ -885,19 +894,19 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
885
  <td></td>
886
  </tr>
887
  <tr valign="top">
888
- <td><?php _e( "Email Address", 'contact_form' ); ?></td>
889
  <td></td>
890
  <td><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_email_field'] ) echo 'checked="checked" '; ?>/></td>
891
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_email" value="1" checked="checked" /></td>
892
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_email" value="1" /></td>
893
  <td class="bws_pro_version">
894
  <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_email" value="1" />
895
- <?php _e( "Use User's email as a default value if the user is logged in.", 'contact_form' ); ?><br />
896
- <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
897
  </td>
898
  </tr>
899
  <tr valign="top">
900
- <td><?php _e( "Phone number", 'contact_form' ); ?></td>
901
  <td><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo 'checked="checked" '; ?>/></td>
902
  <td><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo 'checked="checked" '; ?>/></td>
903
  <td></td>
@@ -905,7 +914,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
905
  <td></td>
906
  </tr>
907
  <tr valign="top">
908
- <td><?php _e( "Subject", 'contact_form' ); ?></td>
909
  <td></td>
910
  <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo 'checked="checked" '; ?>/></td>
911
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" checked="checked" /></td>
@@ -913,7 +922,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
913
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
914
  </tr>
915
  <tr valign="top">
916
- <td><?php _e( "Message", 'contact_form' ); ?></td>
917
  <td></td>
918
  <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo 'checked="checked" '; ?>/></td>
919
  <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" checked="checked" /></td>
@@ -926,20 +935,20 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
926
  <td></td>
927
  <td colspan="3" class="bws_pro_version_tooltip">
928
  <div class="bws_info">
929
- <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
930
- <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
931
  </div>
932
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
933
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
934
  </a>
935
  <div class="clear"></div>
936
  </td>
937
  </tr>
938
  <tr valign="top">
939
  <td>
940
- <?php _e( "Attachment block", 'contact_form' ); ?>
941
  <div class="cntctfrm_help_box">
942
- <div class="cntctfrm_hidden_help_text"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, xlsx, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
943
  </div>
944
  </td>
945
  <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
@@ -952,12 +961,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
952
  </table>
953
  <table class="form-table" style="width:auto;">
954
  <tr valign="top">
955
- <th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
956
  <td style="width:750px;" colspan="3">
957
  <div>
958
  <label>
959
  <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
960
- <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
961
  </label>
962
  <div class="cntctfrm_help_box">
963
  <div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
@@ -966,7 +975,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
966
  <div>
967
  <label>
968
  <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
969
- <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
970
  </label>
971
  <div class="cntctfrm_help_box">
972
  <div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
@@ -979,11 +988,11 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
979
  Captcha by BestWebSoft</label>
980
  <?php } else { ?>
981
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
982
- Captcha by BestWebSoft</label> <span class="bws_info"><a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
983
  <?php }
984
  } else { ?>
985
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
986
- Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
987
  <?php } ?>
988
  </div>
989
  <div class="bws_pro_version_bloc">
@@ -991,18 +1000,18 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
991
  <div class="bws_table_bg"></div>
992
  <div class="bws_pro_version">
993
  <fieldset>
994
- <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?> <span class="bws_info">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span></label><br />
995
- <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?> <span class="bws_info">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span></label>
996
  </fieldset>
997
  </div>
998
  </div>
999
  <div class="bws_pro_version_tooltip">
1000
  <div class="bws_info">
1001
- <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
1002
- <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1003
  </div>
1004
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1005
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1006
  </a>
1007
  <div class="clear"></div>
1008
  </div>
@@ -1010,31 +1019,31 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1010
  </td>
1011
  </tr>
1012
  <tr valign="top">
1013
- <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
1014
  <td colspan="3">
1015
  <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo 'checked="checked" '; ?>/>
1016
  </td>
1017
  </tr>
1018
  <tr valign="top">
1019
- <th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
1020
  <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo 'checked="checked" '; ?>/></td>
1021
  </tr>
1022
  <tr valign="top">
1023
- <th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
1024
  <td style="width:15px;" class="cntctfrm_td_top_align">
1025
  <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
1026
  </td>
1027
  <td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'style="display:none"'; ?>>
1028
  <fieldset>
1029
- <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></label><br />
1030
- <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></label><br />
1031
- <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></label><br />
1032
- <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></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' ); ?></label>
1033
  </fieldset>
1034
  </td>
1035
  </tr>
1036
  <tr valign="top">
1037
- <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
1038
  <td colspan="2">
1039
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
1040
  <?php foreach ( $lang_codes as $key => $val ) {
@@ -1043,16 +1052,16 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1043
  echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
1044
  } ?>
1045
  </select>
1046
- <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
1047
  </td>
1048
  </tr>
1049
  <tr valign="top">
1050
- <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
1051
  <td style="width:15px;" class="cntctfrm_td_top_align">
1052
  <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
1053
  </td>
1054
  <td class="cntctfrm_change_label_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo 'style="display:none"'; ?>>
1055
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
1056
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1057
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1058
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
@@ -1060,69 +1069,69 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1060
  } ?>
1061
  <div class="clear"></div>
1062
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
1063
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1064
  <div class="cntctfrm_language_tab_block">
1065
- <input type="text" maxlength="250" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1066
- <input type="text" maxlength="250" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1067
- <input type="text" maxlength="250" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1068
- <input type="text" maxlength="250" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1069
- <input type="text" maxlength="250" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1070
- <input type="text" maxlength="250" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1071
- <input type="text" maxlength="250" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1072
- <input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1073
- <input type="text" maxlength="250" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1074
- <input type="text" maxlength="250" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1075
- <input type="text" maxlength="250" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1076
- <input type="text" maxlength="250" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1077
- <input type="text" maxlength="250" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1078
- <input type="text" maxlength="250" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1079
- <input type="text" maxlength="250" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1080
- <input type="text" maxlength="250" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1081
- <input type="text" maxlength="250" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1082
- <input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1083
- <input type="text" maxlength="250" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1084
- <input type="text" maxlength="250" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1085
- <input type="text" maxlength="250" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
1086
- <input type="text" maxlength="250" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
1087
  </div>
1088
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1089
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1090
  <?php } else { ?>
1091
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1092
  <?php } ?>
1093
  </div>
1094
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1095
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1096
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1097
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1098
  <div class="cntctfrm_language_tab_block">
1099
- <input type="text" maxlength="250" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
1100
- <input type="text" maxlength="250" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
1101
- <input type="text" maxlength="250" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
1102
- <input type="text" maxlength="250" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
1103
- <input type="text" maxlength="250" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
1104
- <input type="text" maxlength="250" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
1105
- <input type="text" maxlength="250" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
1106
- <input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
1107
- <input type="text" maxlength="250" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
1108
- <input type="text" maxlength="250" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
1109
- <input type="text" maxlength="250" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
1110
- <input type="text" maxlength="250" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
1111
- <input type="text" maxlength="250" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
1112
- <input type="text" maxlength="250" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
1113
- <input type="text" maxlength="250" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
1114
- <input type="text" maxlength="250" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
1115
- <input type="text" maxlength="250" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
1116
- <input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
1117
- <input type="text" maxlength="250" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
1118
- <input type="text" maxlength="250" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
1119
- <input type="text" maxlength="250" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
1120
- <input type="text" maxlength="250" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
1121
  </div>
1122
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1123
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1124
  <?php } else { ?>
1125
- <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1126
  <?php } ?>
1127
  </div>
1128
  <?php }
@@ -1130,16 +1139,16 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1130
  </td>
1131
  </tr>
1132
  <tr valign="top">
1133
- <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1134
  <td colspan="2">
1135
  <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo 'checked="checked" '; ?>/>
1136
  </td>
1137
  </tr>
1138
  <tr valign="top">
1139
- <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1140
  <td colspan="2" class="cntctfrm_action_after_send_block">
1141
- <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
1142
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
1143
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1144
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1145
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
@@ -1147,38 +1156,38 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1147
  } ?>
1148
  <div class="clear"></div>
1149
  <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
1150
- <input type="text" maxlength="250" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
1151
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1152
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1153
  <?php } else { ?>
1154
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1155
  <?php } ?>
1156
  </div>
1157
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1158
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1159
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1160
- <label><input type="text" maxlength="250" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span></label><br />
1161
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1162
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1163
  <?php } else { ?>
1164
- <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
1165
  <?php } ?>
1166
  </div>
1167
  <?php }
1168
  } ?>
1169
  <div id="cntctfrm_before"></div>
1170
  <br />
1171
- <input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
1172
- <label><input type="text" maxlength="250" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span></label>
1173
  </td>
1174
  </tr>
1175
  <tr valign="top">
1176
- <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
1177
  <td colspan="2">
1178
  <fieldset>
1179
  <label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> SERVER_NAME</label><br />
1180
  <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> HTTP_HOST</label><br />
1181
- <span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact_form' ); ?></span>
1182
  </fieldset>
1183
  </td>
1184
  </tr>
@@ -1188,27 +1197,27 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1188
  <div class="bws_table_bg"></div>
1189
  <table class="form-table bws_pro_version">
1190
  <tr valign="top">
1191
- <th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
1192
  <td colspan="2">
1193
  <input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
1194
  <textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
1195
- <span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name.", 'contact_form' ); ?></span>
1196
  </td>
1197
  </tr>
1198
  <tr valign="top">
1199
  <th scope="row" colspan="2">
1200
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1201
  </th>
1202
  </tr>
1203
  </table>
1204
  </div>
1205
  <div class="bws_pro_version_tooltip">
1206
  <div class="bws_info">
1207
- <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
1208
- <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1209
  </div>
1210
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1211
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1212
  </a>
1213
  <div class="clear"></div>
1214
  </div>
@@ -1217,7 +1226,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1217
  <!-- end of 'Additional' settings -->
1218
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
1219
  <p class="submit">
1220
- <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1221
  </p>
1222
  <?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
1223
  </form>
@@ -1230,56 +1239,56 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1230
  <div class="bws_table_bg"></div>
1231
  <table class="form-table bws_pro_version">
1232
  <tr valign="top">
1233
- <th scope="row"><?php _e( "Errors output", 'contact_form' ); ?></th>
1234
  <td colspan="2">
1235
  <select name="cntctfrmpr_error_displaying">
1236
- <option value="labels"><?php _e( "Display error messages", 'contact_form' ); ?></option>
1237
- <option value="input_colors"><?php _e( "Color of the input field errors.", 'contact_form' ); ?></option>
1238
- <option value="both" selected="selected"><?php _e( "Display error messages & color of the input field errors", 'contact_form' ); ?></option>
1239
  </select>
1240
  </td>
1241
  </tr>
1242
  <tr valign="top">
1243
- <th scope="row"><?php _e( "Add placeholder to the input blocks", 'contact_form' ); ?></th>
1244
  <td colspan="2">
1245
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_placeholder" value="1" checked="checked"/>
1246
  </td>
1247
  </tr>
1248
  <tr valign="top">
1249
- <th scope="row"><?php _e( "Add tooltips", 'contact_form' ); ?></th>
1250
  <td colspan="2">
1251
  <div>
1252
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_name" value="1" checked="checked"/>
1253
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_name"><?php _e( "Name", 'contact_form' ); ?></label>
1254
  </div>
1255
  <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
1256
  <div>
1257
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_address" value="1" checked="checked"/>
1258
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_address"><?php _e( "Address", 'contact_form' ); ?></label>
1259
  </div>
1260
  <?php } ?>
1261
  <div>
1262
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_email" value="1" checked="checked"/>
1263
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_email"><?php _e( "Email address", 'contact_form' ); ?></label>
1264
  </div>
1265
  <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
1266
  <div>
1267
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_phone" value="1" checked="checked"/>
1268
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_phone"><?php _e( "Phone Number", 'contact_form' ); ?></label>
1269
  </div>
1270
  <?php } ?>
1271
  <div>
1272
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_subject" value="1" checked="checked"/>
1273
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_subject"><?php _e( "Subject", 'contact_form' ); ?></label>
1274
  </div>
1275
  <div>
1276
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_message" value="1" checked="checked"/>
1277
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_message"><?php _e( "Message", 'contact_form' ); ?></label>
1278
  </div>
1279
  <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] ) { ?>
1280
  <div>
1281
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_attachment" value="1" checked="checked"/>
1282
- <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_attachment"><?php _e( "Attachment", 'contact_form' ); ?></label>
1283
  </div>
1284
  <?php } ?>
1285
  <div>
@@ -1289,123 +1298,123 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1289
  </td>
1290
  </tr>
1291
  <tr valign="top">
1292
- <th colspan="3" scope="row"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
1293
  </tr>
1294
  <tr valign="top" class="cntctfrm_style_block">
1295
- <th scope="row"><?php _e( "Text color", 'contact_form' ); ?></th>
1296
  <td colspan="2">
1297
  <div>
1298
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1299
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
1300
- <div class="cntctfrm_label_block"><?php _e( 'Label text color', 'contact_form' ); ?></div>
1301
  </div>
1302
  <div>
1303
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1304
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
1305
- <div class="cntctfrm_label_block"><?php _e( "Placeholder color", 'contact_form' ); ?></div>
1306
  </div>
1307
  </td>
1308
  </tr>
1309
  <tr valign="top" class="cntctfrm_style_block">
1310
- <th scope="row"><?php _e( "Errors color", 'contact_form' ); ?></th>
1311
  <td colspan="2">
1312
  <div>
1313
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1314
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
1315
- <div class="cntctfrm_label_block"><?php _e( 'Error text color', 'contact_form' ); ?></div>
1316
  </div>
1317
  <div>
1318
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1319
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
1320
- <div class="cntctfrm_label_block"><?php _e( 'Background color of the input field errors', 'contact_form' ); ?></div>
1321
  </div>
1322
  <div>
1323
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1324
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
1325
- <div class="cntctfrm_label_block"><?php _e( 'Border color of the input field errors', 'contact_form' ); ?></div>
1326
  </div>
1327
  <div>
1328
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
1329
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
1330
- <div class="cntctfrm_label_block"><?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?></div>
1331
  </div>
1332
  </td>
1333
  </tr>
1334
  <tr valign="top" class="cntctfrm_style_block">
1335
- <th scope="row"><?php _e( "Input fields", 'contact_form' ); ?></th>
1336
  <td colspan="2">
1337
  <div>
1338
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
1339
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
1340
- <div class="cntctfrm_label_block"><?php _e( "Input fields background color", 'contact_form' ); ?></div>
1341
  </div>
1342
  <div>
1343
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1344
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
1345
- <div class="cntctfrm_label_block"><?php _e( "Text fields color", 'contact_form' ); ?></div>
1346
  </div>
1347
  <div>
1348
  <input disabled='disabled' size="8" type="text" value="" name="cntctfrmpr_border_input_width" />
1349
- <div class="cntctfrm_label_block"><?php _e( 'Border width in px, numbers only', 'contact_form' ); ?></div>
1350
  </div>
1351
  <div>
1352
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1353
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
1354
- <div class="cntctfrm_label_block"><?php _e( 'Border color', 'contact_form' ); ?></div>
1355
  </div>
1356
  </td>
1357
  </tr>
1358
  <tr valign="top" class="cntctfrm_style_block">
1359
- <th scope="row"><?php _e( "Submit button", 'contact_form' ); ?></th>
1360
  <td colspan="2">
1361
  <div>
1362
  <input disabled='disabled' size="8" type="text" value="" name="cntctfrmpr_button_width" />
1363
- <div class="cntctfrm_label_block"><?php _e( 'Width in px, numbers only', 'contact_form' ); ?></div>
1364
  </div>
1365
  <div>
1366
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1367
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
1368
- <div class="cntctfrm_label_block"><?php _e( 'Button color', 'contact_form' ); ?></div>
1369
  </div>
1370
  <div>
1371
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1372
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
1373
- <div class="cntctfrm_label_block"><?php _e( "Button text color", 'contact_form' ); ?></div>
1374
  </div>
1375
  <div>
1376
- <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
1377
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
1378
- <div class="cntctfrm_label_block"><?php _e( 'Border color', 'contact_form' ); ?></div>
1379
  </div>
1380
  </td>
1381
  </tr>
1382
  <tr valign="top">
1383
  <th scope="row" colspan="2">
1384
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1385
  </th>
1386
  </tr>
1387
  </table>
1388
  </div>
1389
  <div class="bws_pro_version_tooltip">
1390
  <div class="bws_info">
1391
- <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact_form' ); ?>
1392
- <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact_form' ); ?></a>
1393
  </div>
1394
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1395
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1396
  </a>
1397
  <div class="clear"></div>
1398
  </div>
1399
  </div>
1400
  <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
1401
  <p class="submit">
1402
- <input disabled='disabled' type="button" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1403
  </p>
1404
  </div>
1405
  <div id="<?php echo is_rtl() ? 'cntctfrmpr_left_table' : 'cntctfrmpr_right_table' ?>">
1406
- <h3><?php _e( "Contact Form Pro | Preview", 'contact_form' ); ?></h3>
1407
  <div id="cntctfrmpr_show_errors_block">
1408
- <input disabled="" type="checkbox" id="cntctfrmpr_show_errors" name="cntctfrmpr_show_errors" /> <?php _e( "Show with errors", 'contact_form' ); ?>
1409
  </div>
1410
  <div id="cntctfrmpr_contact_form" class="cntctfrm_contact_form">
1411
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?></div>
@@ -1414,9 +1423,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1414
  </div>
1415
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?></div>
1416
  <div class="cntctfrm_input cntctfrm_input_name">
1417
- <input placeholder="<?php _e( "Please enter your full name...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name"/>
1418
  <div class="cntctfrmpr_help_box">
1419
- <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your full name...", 'contact_form' ); ?></div>
1420
  </div>
1421
  </div>
1422
  <?php if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
@@ -1427,9 +1436,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1427
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?></div>
1428
  <?php } ?>
1429
  <div class="cntctfrm_input cntctfrm_input_address">
1430
- <input placeholder="<?php _e( "Please enter your address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" />
1431
  <div class="cntctfrmpr_help_box">
1432
- <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your address...", 'contact_form' ); ?></div>
1433
  </div>
1434
  </div>
1435
  <?php } ?>
@@ -1438,9 +1447,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1438
  </div>
1439
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?></div>
1440
  <div class="cntctfrm_input cntctfrm_input_email">
1441
- <input placeholder="<?php _e( "Please enter your email address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" />
1442
  <div class="cntctfrmpr_help_box">
1443
- <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your email address...", 'contact_form' ); ?></div>
1444
  </div>
1445
  </div>
1446
  <?php if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
@@ -1449,9 +1458,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1449
  </div>
1450
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['phone_error']['en']; ?></div>
1451
  <div class="cntctfrm_input cntctfrm_input_phone">
1452
- <input placeholder="<?php _e( "Please enter your phone number...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" />
1453
  <div class="cntctfrmpr_help_box">
1454
- <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your phone number...", 'contact_form' ); ?></div>
1455
  </div>
1456
  </div>
1457
  <?php } ?>
@@ -1460,9 +1469,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1460
  </div>
1461
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?></div>
1462
  <div class="cntctfrm_input cntctfrm_input_subject">
1463
- <input placeholder="<?php _e( "Please enter subject...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" />
1464
  <div class="cntctfrmpr_help_box">
1465
- <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter subject...", 'contact_form' ); ?></div>
1466
  </div>
1467
  </div>
1468
  <div class="cntctfrm_label cntctfrm_label_message">
@@ -1470,9 +1479,9 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1470
  </div>
1471
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?></div>
1472
  <div class="cntctfrm_input cntctfrm_input_message">
1473
- <textarea placeholder="<?php _e( "Please enter your message...", 'contact_form' ); ?>" rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
1474
  <div class="cntctfrmpr_help_box">
1475
- <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your message...", 'contact_form' ); ?></div>
1476
  </div>
1477
  </div>
1478
  <?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
@@ -1498,7 +1507,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1498
  </div>
1499
  </div>
1500
  <div id="cntctfrmpr_shortcode">
1501
- <?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?><br/>
1502
  <div>
1503
  <div id="cntctfrmpr_shortcode_code">
1504
  <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span>
@@ -1583,7 +1592,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
1583
 
1584
  } elseif ( false === $cntctfrm_result && $cntctfrm_form_count == $cntctfrm_form_submited ) {
1585
  /* If email not be delivered */
1586
- $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact_form' );
1587
  }
1588
 
1589
  if ( true !== $cntctfrm_result || $cntctfrm_form_count != $cntctfrm_form_submited ) {
@@ -1964,67 +1973,67 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1964
  }
1965
  if ( 1 == $cntctfrm_options['cntctfrm_display_sent_from'] ) {
1966
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1967
- $user_info_string .= '<tr><td>' . __( 'Sent from (ip address)', 'contact_form' ) . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
1968
  else
1969
- $user_info_string .= __( 'Sent from (ip address)', 'contact_form' ) . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
1970
  }
1971
  if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
1972
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1973
- $user_info_string .= '<tr><td>' . __('Date/Time', 'contact_form') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
1974
  else
1975
- $user_info_string .= __( 'Date/Time', 'contact_form' ) . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
1976
  }
1977
  if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
1978
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1979
- $user_info_string .= '<tr><td>' . __( 'Sent from (referer)', 'contact_form' ) . ':</td><td>' . $form_action_url . '</td></tr>';
1980
  else
1981
- $user_info_string .= __( 'Sent from (referer)', 'contact_form' ) . ': ' . $form_action_url . "\n";
1982
  }
1983
  if ( 1 == $cntctfrm_options['cntctfrm_display_user_agent'] ) {
1984
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1985
- $user_info_string .= '<tr><td>' . __( 'Using (user agent)', 'contact_form' ) . ':</td><td>' . $user_agent . '</td></tr>';
1986
  else
1987
- $user_info_string .= __( 'Using (user agent)', 'contact_form' ) . ': ' . $user_agent . "\n";
1988
  }
1989
  }
1990
  /* Message */
1991
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
1992
  $message_text = '<html>
1993
  <head>
1994
- <title>' . __( "Contact from", 'contact_form' ) . ' ' . get_bloginfo('name') . '</title>
1995
  </head>
1996
  <body>
1997
  <table>';
1998
  if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
1999
  $message_text .= '<tr><td width="160">';
2000
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_name_label'][ $lang ] : __( "Name", 'contact_form' );
2001
  $message_text .= '</td><td>' . $name . '</td></tr>';
2002
  }
2003
 
2004
  if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
2005
  $message_text .= '<tr><td>';
2006
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_address_label'][ $lang ] : __( "Address", 'contact_form' );
2007
  $message_text .= '</td><td>' . $address . '</td></tr>';
2008
  }
2009
 
2010
  $message_text .= '<tr><td>';
2011
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_email_label'][ $lang ] : __( "Email", 'contact_form' );
2012
  $message_text .= '</td><td>' . $email . '</td></tr>';
2013
 
2014
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2015
  $message_text .= '<tr><td>';
2016
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_phone_label'][ $lang ] : __( "Phone", 'contact_form' );
2017
  $message_text .= '</td><td>' . $phone . '</td></tr>';
2018
  }
2019
 
2020
  $message_text .= '<tr><td>';
2021
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_subject_label'][ $lang ] : __( "Subject", 'contact_form' );
2022
  $message_text .= '</td><td>' . $subject . '</td></tr>
2023
  <tr><td>';
2024
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_message_label'][ $lang ] : __( "Message", 'contact_form' );
2025
  $message_text .= '</td><td>' . $message . '</td>
2026
  </tr>
2027
- <tr><td>' . __( "Site", 'contact_form' ) . '</td><td>' . get_bloginfo("url") . '</td></tr>
2028
  <tr>
2029
  <td><br /></td><td><br /></td>
2030
  </tr>';
@@ -2033,24 +2042,24 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2033
  } else {
2034
  $message_text = '';
2035
  if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
2036
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_name_label'][ $lang ] : __( "Name", 'contact_form' );
2037
  $message_text .= ': ' . $name . "\n";
2038
  }
2039
  if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
2040
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_address_label'][ $lang ] : __( "Address", 'contact_form' );
2041
  $message_text .= ': ' . $address . "\n";
2042
  }
2043
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_email_label'][ $lang ] : __( "Email", 'contact_form' );
2044
  $message_text .= ': ' . $email . "\n";
2045
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2046
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_phone_label'][ $lang ] : __( "Phone", 'contact_form' );
2047
  $message_text .= ': ' . $phone . "\n";
2048
  }
2049
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_subject_label'][ $lang ] : __( "Subject", 'contact_form' );
2050
  $message_text .= ': ' . $subject . "\n";
2051
- $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_message_label'][ $lang ] : __( "Message", 'contact_form' );
2052
  $message_text .= ': ' . $message . "\n" .
2053
- __( "Site", 'contact_form' ) . ': ' . get_bloginfo("url") . "\n"
2054
  . "\n";
2055
  $message_text_for_user = $message_text;
2056
  $message_text .= $user_info_string;
@@ -2137,7 +2146,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2137
 
2138
  $headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
2139
 
2140
- $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" ) . "\n";
2141
 
2142
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
2143
  $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
@@ -2205,7 +2214,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
2205
  if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
2206
 
2207
  if ( $file == $this_plugin ) {
2208
- $settings_link = '<a href="admin.php?page=contact_form.php">' . __( 'Settings', 'contact_form' ) . '</a>';
2209
  array_unshift( $links, $settings_link );
2210
  }
2211
  }
@@ -2219,9 +2228,9 @@ if ( ! function_exists ( 'cntctfrm_register_plugin_links' ) ) {
2219
  $base = plugin_basename(__FILE__);
2220
  if ( $file == $base ) {
2221
  if ( ! is_network_admin() )
2222
- $links[] = '<a href="admin.php?page=contact_form.php">' . __( 'Settings','contact_form' ) . '</a>';
2223
- $links[] = '<a href="http://wordpress.org/plugins/contact-form-plugin/faq/" target="_blank">' . __( 'FAQ','contact_form' ) . '</a>';
2224
- $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','contact_form' ) . '</a>';
2225
  }
2226
  return $links;
2227
  }
@@ -2270,7 +2279,7 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
2270
 
2271
  $script_vars = array(
2272
  'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
2273
- 'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact_form' )
2274
  );
2275
 
2276
  if ( 3.5 > $wp_version ) {
@@ -2283,7 +2292,7 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
2283
  wp_localize_script( 'cntctfrm_script', 'cntctfrm_ajax', $script_vars );
2284
 
2285
  if ( ! ( 3.3 > $wp_version ) ) {
2286
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
2287
  $tooltip_args = array(
2288
  'tooltip_id' => 'cntctfrm_install_multi_tooltip',
2289
  'css_selector' => '#cntctfrm_show_multi_notice',
@@ -2291,16 +2300,16 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
2291
  'click' => true,
2292
  'onload' => true,
2293
  ),
2294
- 'content' => '<h3>' . __( 'Add multiple forms', 'contact_form' ) . '</h3>' .'<p>' . __( 'Install Contact Form Multi plugin to create unlimited number of contact forms.', 'contact_form' ) . '</p>',
2295
  'buttons' => array(
2296
  array(
2297
  'type' => 'link',
2298
  'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=' . $cntctfrm_plugin_info["Version"] . '&wp_v=' . $wp_version,
2299
- 'text' => __( 'Learn more', 'contact_form' ),
2300
  ),
2301
  'close' => array(
2302
  'type' => 'dismiss',
2303
- 'text' => __( 'Close', 'contact_form' ),
2304
  ),
2305
  ),
2306
  'position' => array(
@@ -2353,9 +2362,9 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
2353
  }
2354
 
2355
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) {
2356
- $result = __( "Use shortcode", 'contact_form' ) . ' <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=' . $lang . ']</span> ' . __( "for this language", 'contact_form' );
2357
  } else {
2358
- $result = __( "Use shortcode", 'contact_form' ) . ' <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=' . $lang . ' id=' . $_SESSION['cntctfrmmlt_id_form'] . ']</span> ' . __( "for this language", 'contact_form' );
2359
  }
2360
 
2361
  echo json_encode( $result );
@@ -2488,11 +2497,11 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
2488
  <img title="" src="//ps.w.org/contact-form-to-db/assets/icon-128x128.png" alt="" />
2489
  </div>
2490
  <div class="text">
2491
- <strong>Contact Form to DB</strong> <?php _e( "allows to store your messages to the database.", 'contact_form' ); ?><br />
2492
- <span><?php _e( "Manage messages that have been sent from your website.", 'contact_form' ); ?></span>
2493
  </div>
2494
  <div class="button_div">
2495
- <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact_form' ); ?></a>
2496
  </div>
2497
  </div>
2498
  </div>
@@ -2520,6 +2529,7 @@ add_action( 'admin_menu', 'cntctfrm_admin_menu' );
2520
 
2521
  add_action( 'init', 'cntctfrm_init' );
2522
  add_action( 'admin_init', 'cntctfrm_admin_init' );
 
2523
 
2524
  /* Additional links on the plugin page */
2525
  add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links', 10, 2 );
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Text Domain: contact-form-plugin
8
+ Domain Path: /languages
9
+ Version: 3.94
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
34
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
35
  function cntctfrm_admin_menu() {
36
  bws_add_general_menu( plugin_basename( __FILE__ ) );
37
+ add_submenu_page( 'bws_plugins', __( 'Contact Form Settings', 'contact-form-plugin' ), __( 'Contact Form', 'contact-form-plugin' ), 'manage_options', 'contact_form.php', 'cntctfrm_settings_page' );
38
  }
39
  }
40
 
41
  if ( ! function_exists ( 'cntctfrm_init' ) ) {
42
  function cntctfrm_init() {
43
  global $bws_plugin_info, $cntctfrm_plugin_info;
44
+
45
  if ( ! session_id() )
46
  @session_start();
47
 
48
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
49
+ bws_include_init( plugin_basename( __FILE__ ) );
 
50
 
51
  if ( empty( $cntctfrm_plugin_info ) ) {
52
  if ( ! function_exists( 'get_plugin_data' ) )
75
  }
76
  }
77
 
78
+ if ( ! function_exists ( 'cntctfrm_plugins_loaded' ) ) {
79
+ function cntctfrm_plugins_loaded() {
80
+ /* Internationalization */
81
+ load_plugin_textdomain( 'contact-form-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
82
+ }
83
+ }
84
+
85
+
86
  /* Register settings for plugin */
87
  if ( ! function_exists( 'cntctfrm_settings' ) ) {
88
  function cntctfrm_settings() {
129
  'cntctfrm_display_user_agent' => 1,
130
  'cntctfrm_language' => array(),
131
  'cntctfrm_change_label' => 0,
132
+ 'cntctfrm_name_label' => array( 'en' => __( "Name:", 'contact-form-plugin' ) ),
133
+ 'cntctfrm_address_label' => array( 'en' => __( "Address:", 'contact-form-plugin' ) ),
134
+ 'cntctfrm_email_label' => array( 'en' => __( "Email Address:", 'contact-form-plugin' ) ),
135
+ 'cntctfrm_phone_label' => array( 'en' => __( "Phone number:", 'contact-form-plugin' ) ),
136
+ 'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact-form-plugin' ) ),
137
+ 'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact-form-plugin' ) ),
138
+ 'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact-form-plugin' ) ),
139
+ 'cntctfrm_attachment_tooltip' => array( 'en' => __( "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB", 'contact-form-plugin' ) ),
140
+ 'cntctfrm_send_copy_label' => array( 'en' => __( "Send me a copy", 'contact-form-plugin' ) ),
141
+ 'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact-form-plugin' ) ),
142
+ 'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact-form-plugin' ) ),
143
+ 'cntctfrm_address_error' => array( 'en' => __( "Address is required.", 'contact-form-plugin' ) ),
144
+ 'cntctfrm_email_error' => array( 'en' => __( "A valid email address is required.", 'contact-form-plugin' ) ),
145
+ 'cntctfrm_phone_error' => array( 'en' => __( "Phone number is required.", 'contact-form-plugin' ) ),
146
+ 'cntctfrm_subject_error' => array( 'en' => __( "Subject is required.", 'contact-form-plugin' ) ),
147
+ 'cntctfrm_message_error' => array( 'en' => __( "Message text is required.", 'contact-form-plugin' ) ),
148
+ 'cntctfrm_attachment_error' => array( 'en' => __( "File format is not valid.", 'contact-form-plugin' ) ),
149
+ 'cntctfrm_attachment_upload_error' => array( 'en' => __( "File upload error.", 'contact-form-plugin' ) ),
150
+ 'cntctfrm_attachment_move_error' => array( 'en' => __( "The file could not be uploaded.", 'contact-form-plugin' ) ),
151
+ 'cntctfrm_attachment_size_error' => array( 'en' => __( "This file is too large.", 'contact-form-plugin' ) ),
152
+ 'cntctfrm_captcha_error' => array( 'en' => __( "Please fill out the CAPTCHA.", 'contact-form-plugin' ) ),
153
+ 'cntctfrm_form_error' => array( 'en' => __( "Please make corrections below and try again.", 'contact-form-plugin' ) ),
154
  'cntctfrm_action_after_send' => 1,
155
+ 'cntctfrm_thank_text' => array( 'en' => __( "Thank you for contacting us.", 'contact-form-plugin' ) ),
156
  'cntctfrm_redirect_url' => '',
157
  'cntctfrm_delete_attached_file' => '0',
158
  'cntctfrm_html_email' => 1,
552
  /* if 'FROM' field was changed */
553
  if ( ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] && 'custom' != $cntctfrm_options_submit['cntctfrm_from_email'] ) ||
554
  ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] && $cntctfrm_options['cntctfrm_custom_from_email'] != $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) {
555
+ $notice = __( "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures.", 'contact-form-plugin' );
556
  }
557
 
558
  $cntctfrm_options_submit['cntctfrm_action_after_send'] = $_POST['cntctfrm_action_after_send'];
562
  if ( 0 == $cntctfrm_options_submit['cntctfrm_action_after_send']
563
  && ( "" == trim( $cntctfrm_options_submit['cntctfrm_redirect_url'] )
564
  || ! filter_var( $cntctfrm_options_submit['cntctfrm_redirect_url'], FILTER_VALIDATE_URL) ) ) {
565
+ $error .=__( "If the 'Redirect to page' option is selected then the URL field should be in the following format", 'contact-form-plugin' )." <code>http://your_site/your_page</code>";
566
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
567
  }
568
  if ( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
571
  } else if ( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
572
  //
573
  } else {
574
+ $error .= __( "Such user does not exist.", 'contact-form-plugin' );
575
  }
576
  } else {
577
  if ( preg_match( '|,|', $cntctfrm_options_submit['cntctfrm_custom_email'] ) ) {
581
  }
582
  foreach ( $cntctfrm_custom_emails as $cntctfrm_custom_email ) {
583
  if ( $cntctfrm_custom_email == "" || ! is_email( trim( $cntctfrm_custom_email ) ) ) {
584
+ $error .= __( "Please enter a valid email address in the 'Use this email address' field.", 'contact-form-plugin' );
585
  break;
586
  }
587
  }
589
  if ( 'custom' == $cntctfrm_options_submit['cntctfrm_from_email'] ) {
590
  if ( "" == $cntctfrm_options_submit['cntctfrm_custom_from_email']
591
  || ! is_email( trim( $cntctfrm_options_submit['cntctfrm_custom_from_email'] ) ) ) {
592
+ $error .= __( "Please enter a valid email address in the 'FROM' field.", 'contact-form-plugin' );
593
  }
594
  }
595
 
612
  } else {
613
  update_option( 'cntctfrm_options', $cntctfrm_options );
614
  }
615
+ $message = __( "Settings saved.", 'contact-form-plugin' );
616
  } else {
617
+ $error .= ' ' . __( "Settings are not saved.", 'contact-form-plugin' );
618
  }
619
  }
620
 
652
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
653
  $cntctfrm_options = $cntctfrm_option_defaults;
654
  update_option( 'cntctfrm_options', $cntctfrm_options );
655
+ $message = __( 'All plugin settings were restored.', 'contact-form-plugin' );
656
  } /* end */
657
 
658
  /* GO PRO */
663
  } ?>
664
  <div class="wrap">
665
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
666
+ <h2><?php _e( "Contact Form Settings", 'contact-form-plugin' ); ?></h2>
667
  <h2 class="nav-tab-wrapper">
668
+ <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact-form-plugin' ); ?></a>
669
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=additional"><?php _e( 'Additional settings', 'contact-form-plugin' ); ?></a>
670
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=appearance"><?php _e( 'Appearance', 'contact-form-plugin' ); ?></a>
671
+ <a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact-form-plugin' ); ?></a>
672
+ <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact-form-plugin' ); ?></a>
673
  </h2>
674
  <div class="updated fade" <?php if ( $message == "" || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
675
+ <div id="cntctfrm_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'contact-form-plugin' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'contact-form-plugin' ); ?></p></div>
676
  <?php if ( ! empty( $notice ) ) { ?>
677
+ <div class="error"><p><strong><?php _e( 'Notice:', 'contact-form-plugin' ); ?></strong> <?php echo $notice; ?></p></div>
678
  <?php } ?>
679
  <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
680
  <?php if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
685
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
686
  <h2 class="nav-tab-wrapper">
687
  <li class="nav-tab nav-tab-active">NEW_FORM</li>
688
+ <a id="cntctfrm_show_multi_notice" class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact-form-plugin' ); ?>">+</a>
689
  </h2>
690
  <?php }
691
  $form_action = ( ! isset( $_GET['action'] ) ) ? 'admin.php?page=contact_form.php' : 'admin.php?page=contact_form.php&amp;action=' . $_GET['action']; ?>
692
  <form id="cntctfrm_settings_form" method="post" action="<?php echo $form_action ?>">
693
  <span style="margin-bottom:15px;">
694
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
695
+ <p><?php _e( "If you would like to add Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[contact_form]</span> <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en]</span><br />
696
+ <?php _e( "If you have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form]</span> (<?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en]</span>) <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> (<?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span>). <?php _e( "They work the same way.", 'contact-form-plugin' ); ?></p>
697
  <?php } else { ?>
698
+ <p><?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span><br />
699
+ <?php _e( "If have any problems with the standard shortcode [contact_form], you should use the shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bws_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>) <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> (<?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span>). <?php _e( "They work the same way.", 'contact-form-plugin' ); ?></p>
700
  <?php } ?>
701
  </span>
702
  <div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
703
+ <p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact-form-plugin' ); ?></p>
704
  <table class="form-table" style="width:auto;">
705
  <tr valign="top">
706
+ <th scope="row"><?php _e( "The user's email address:", 'contact-form-plugin' ); ?> </th>
707
  <td colspan="2">
708
  <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo 'checked="checked" '; ?>/>
709
  <select name="cntctfrm_user_email">
710
+ <option disabled><?php _e( "Select a username", 'contact-form-plugin' ); ?></option>
711
  <?php foreach ( $userslogin as $key => $value ) {
712
  if ( isset( $value->data ) ) {
713
  if ( $value->data->user_email != '' ) { ?>
720
  }
721
  } ?>
722
  </select>
723
+ <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact-form-plugin' ); ?></span>
724
  </td>
725
  </tr>
726
  <tr valign="top">
727
+ <th scope="row"><?php _e( "Use this email address:", 'contact-form-plugin' ); ?></th>
728
  <td colspan="2">
729
  <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
730
  <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" maxlength="500" />
731
+ <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact-form-plugin' ); ?></span>
732
  </td>
733
  </tr>
734
  </table>
737
  <div class="bws_table_bg"></div>
738
  <table class="form-table bws_pro_version">
739
  <tr valign="top">
740
+ <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact-form-plugin' ); ?></th>
741
  <td colspan="2">
742
  <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
743
  <div class="cntctfrmpr_department_table"><img style="width:100%;" src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
745
  </tr>
746
  <tr valign="top">
747
  <th scope="row" colspan="2">
748
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact-form-plugin' ); ?>
749
  </th>
750
  </tr>
751
  </table>
752
  </div>
753
  <div class="bws_pro_version_tooltip">
754
  <div class="bws_info">
755
+ <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact-form-plugin' ); ?>
756
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
757
  </div>
758
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
759
+ <?php _e( 'Go', 'contact-form-plugin' ); ?> <strong>PRO</strong>
760
  </a>
761
  <div class="clear"></div>
762
  </div>
763
  </div>
764
  <table class="form-table" style="width:auto;">
765
  <tr valign="top">
766
+ <th scope="row"><?php _e( "Save emails to the database", 'contact-form-plugin' ); ?> </th>
767
  <td colspan="2">
768
  <?php if ( array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) || array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
769
  if ( is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
770
  <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
771
+ <span class="bws_info"> (<?php _e( 'Using', 'contact-form-plugin' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB by BestWebSoft</a>)</span>
772
  <?php } else { ?>
773
  <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
774
+ <span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact-form-plugin' ); ?>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'contact-form-plugin' ); ?> Contact Form to DB</a></span>
775
  <?php }
776
  } else { ?>
777
  <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
778
+ <span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact-form-plugin' ); ?>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'contact-form-plugin' ); ?> Contact Form to DB</a></span>
779
  <?php } ?>
780
  </td>
781
  </tr>
785
  <div <?php if ( ! isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
786
  <table class="form-table" style="width:auto;">
787
  <tr>
788
+ <th scope="row"><?php _e( 'What to use?', 'contact-form-plugin' ); ?></th>
789
  <td colspan="2">
790
  <fieldset>
791
  <label>
792
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
793
+ <?php _e( 'Wp-mail', 'contact-form-plugin' ); ?>
794
  </label>
795
+ <label><span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact-form-plugin' ); ?>)</span></label><br />
796
  <label>
797
  <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
798
+ <?php _e( 'Mail', 'contact-form-plugin' ); ?>
799
  </label>
800
+ <label><span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact-form-plugin' ); ?>)</span></label>
801
  </fieldset>
802
  </td>
803
  </tr>
804
  <tr valign="top">
805
+ <th scope="row"><?php _e( "'FROM' field", 'contact-form-plugin' ); ?></th>
806
  <td style="vertical-align: top;width: 210px;">
807
+ <div><?php _e( "Name", 'contact-form-plugin' ); ?></div>
808
  <div>
809
  <label>
810
  <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?> />
811
  <input type="text" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" size="18" maxlength="100" />
812
  </label><br/>
813
  <div>
814
+ <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?>/> <?php _e( "User name", 'contact-form-plugin' ); ?></label>
815
  <div class="cntctfrm_help_box">
816
+ <div class="cntctfrm_hidden_help_text"><?php echo __( "The name of the user who fills the form will be used in the field 'From'.", 'contact-form-plugin' ); ?></div>
817
  </div>
818
  </div>
819
  </div>
820
  </td>
821
  <td>
822
+ <div><?php _e( "Email", 'contact-form-plugin' ); ?></div>
823
  <div>
824
  <div>
825
  <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/>
826
  <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" maxlength="100" />
827
  </div>
828
  <div>
829
+ <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact-form-plugin' ); ?></label>
830
  <div class="cntctfrm_help_box">
831
+ <div class="cntctfrm_hidden_help_text"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact-form-plugin' ); ?></div>
832
  </div>
833
  </div>
834
  <div>
835
+ <span class="cntctfrm_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact-form-plugin' ); ?>)</span>
836
  </div>
837
  </div>
838
  </td>
839
  </tr>
840
  <tr valign="top">
841
+ <th scope="row"><?php _e( "Required symbol", 'contact-form-plugin' ); ?></th>
842
  <td colspan="2">
843
  <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>" maxlength="100" />
844
  </td>
848
  <table class="cntctfrm_settings_table" style="width:auto;">
849
  <thead>
850
  <tr valign="top">
851
+ <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact-form-plugin' ); ?></th>
852
+ <th><?php _e( "Used", 'contact-form-plugin' ); ?></th>
853
+ <th><?php _e( "Required", 'contact-form-plugin' ); ?></th>
854
+ <th><?php _e( "Visible", 'contact-form-plugin' ); ?></th>
855
+ <th><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></th>
856
+ <th scope="row" ><?php _e( "Field's default value", 'contact-form-plugin' ); ?></th>
857
  </tr>
858
  </thead>
859
  <tbody>
860
  <tr valign="top" >
861
+ <td><?php _e( "Department selectbox", 'contact-form-plugin' ); ?></td>
862
  <td class="bws_pro_version"></td>
863
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrm_required_department_field" value="1"/></td>
864
  <td class="bws_pro_version"></td>
866
  <td class="bws_pro_version"></td>
867
  </tr>
868
  <tr valign="top">
869
+ <td><?php _e( "Name", 'contact-form-plugin' ); ?></td>
870
  <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/></td>
871
  <td><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_name_field'] ) echo 'checked="checked" '; ?>/></td>
872
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_name" value="1" checked="checked" /></td>
873
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_name" value="1" /></td>
874
  <td class="bws_pro_version">
875
  <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_name" value="1" />
876
+ <?php _e( "Use User's name as a default value if the user is logged in.", 'contact-form-plugin' ); ?><br />
877
+ <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact-form-plugin' ); ?>)</span>
878
  </td>
879
  </tr>
880
  <tr valign="top">
881
+ <td><?php _e( "Location selectbox", 'contact-form-plugin' ); ?></td>
882
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
883
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
884
  <td class="bws_pro_version"></td>
886
  <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
887
  </tr>
888
  <tr valign="top">
889
+ <td><?php _e( "Address", 'contact-form-plugin' ); ?></td>
890
  <td><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo 'checked="checked" '; ?>/></td>
891
  <td><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_address_field'] ) echo 'checked="checked" '; ?>/></td>
892
  <td></td>
894
  <td></td>
895
  </tr>
896
  <tr valign="top">
897
+ <td><?php _e( "Email Address", 'contact-form-plugin' ); ?></td>
898
  <td></td>
899
  <td><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_email_field'] ) echo 'checked="checked" '; ?>/></td>
900
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_email" value="1" checked="checked" /></td>
901
  <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_email" value="1" /></td>
902
  <td class="bws_pro_version">
903
  <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_email" value="1" />
904
+ <?php _e( "Use User's email as a default value if the user is logged in.", 'contact-form-plugin' ); ?><br />
905
+ <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact-form-plugin' ); ?>)</span>
906
  </td>
907
  </tr>
908
  <tr valign="top">
909
+ <td><?php _e( "Phone number", 'contact-form-plugin' ); ?></td>
910
  <td><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo 'checked="checked" '; ?>/></td>
911
  <td><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo 'checked="checked" '; ?>/></td>
912
  <td></td>
914
  <td></td>
915
  </tr>
916
  <tr valign="top">
917
+ <td><?php _e( "Subject", 'contact-form-plugin' ); ?></td>
918
  <td></td>
919
  <td><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo 'checked="checked" '; ?>/></td>
920
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" checked="checked" /></td>
922
  <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
923
  </tr>
924
  <tr valign="top">
925
+ <td><?php _e( "Message", 'contact-form-plugin' ); ?></td>
926
  <td></td>
927
  <td><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_required_message_field'] ) echo 'checked="checked" '; ?>/></td>
928
  <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" checked="checked" /></td>
935
  <td></td>
936
  <td colspan="3" class="bws_pro_version_tooltip">
937
  <div class="bws_info">
938
+ <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact-form-plugin' ); ?>
939
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
940
  </div>
941
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
942
+ <?php _e( 'Go', 'contact-form-plugin' ); ?> <strong>PRO</strong>
943
  </a>
944
  <div class="clear"></div>
945
  </td>
946
  </tr>
947
  <tr valign="top">
948
  <td>
949
+ <?php _e( "Attachment block", 'contact-form-plugin' ); ?>
950
  <div class="cntctfrm_help_box">
951
+ <div class="cntctfrm_hidden_help_text"><?php echo __( "Users can attach the following file formats", 'contact-form-plugin' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, xlsx, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
952
  </div>
953
  </td>
954
  <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
961
  </table>
962
  <table class="form-table" style="width:auto;">
963
  <tr valign="top">
964
+ <th scope="row"><?php _e( "Add to the form", 'contact-form-plugin' ); ?></th>
965
  <td style="width:750px;" colspan="3">
966
  <div>
967
  <label>
968
  <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
969
+ <?php _e( "Tips below the Attachment", 'contact-form-plugin' ); ?>
970
  </label>
971
  <div class="cntctfrm_help_box">
972
  <div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
975
  <div>
976
  <label>
977
  <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
978
+ <?php _e( "'Send me a copy' block", 'contact-form-plugin' ); ?>
979
  </label>
980
  <div class="cntctfrm_help_box">
981
  <div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
988
  Captcha by BestWebSoft</label>
989
  <?php } else { ?>
990
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
991
+ Captcha by BestWebSoft</label> <span class="bws_info"><a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact-form-plugin' ); ?></a></span>
992
  <?php }
993
  } else { ?>
994
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
995
+ Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact-form-plugin' ); ?></a></span>
996
  <?php } ?>
997
  </div>
998
  <div class="bws_pro_version_bloc">
1000
  <div class="bws_table_bg"></div>
1001
  <div class="bws_pro_version">
1002
  <fieldset>
1003
+ <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact-form-plugin' ); ?> <span class="bws_info">(<?php _e( 'Required checkbox for submitting the form', 'contact-form-plugin' ); ?>)</span></label><br />
1004
+ <label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact-form-plugin' ); ?> <span class="bws_info">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact-form-plugin' ); ?>)</span></label>
1005
  </fieldset>
1006
  </div>
1007
  </div>
1008
  <div class="bws_pro_version_tooltip">
1009
  <div class="bws_info">
1010
+ <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact-form-plugin' ); ?>
1011
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
1012
  </div>
1013
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1014
+ <?php _e( 'Go', 'contact-form-plugin' ); ?> <strong>PRO</strong>
1015
  </a>
1016
  <div class="clear"></div>
1017
  </div>
1019
  </td>
1020
  </tr>
1021
  <tr valign="top">
1022
+ <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact-form-plugin' ); ?> </th>
1023
  <td colspan="3">
1024
  <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) echo 'checked="checked" '; ?>/>
1025
  </td>
1026
  </tr>
1027
  <tr valign="top">
1028
+ <th scope="row"><?php _e( "Email in HTML format sending", 'contact-form-plugin' ); ?></th>
1029
  <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo 'checked="checked" '; ?>/></td>
1030
  </tr>
1031
  <tr valign="top">
1032
+ <th scope="row"><?php _e( "Display additional info in the email", 'contact-form-plugin' ); ?></th>
1033
  <td style="width:15px;" class="cntctfrm_td_top_align">
1034
  <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
1035
  </td>
1036
  <td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'style="display:none"'; ?>>
1037
  <fieldset>
1038
+ <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?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 />
1039
+ <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?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 />
1040
+ <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact-form-plugin' ); ?></label><br />
1041
+ <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?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>
1042
  </fieldset>
1043
  </td>
1044
  </tr>
1045
  <tr valign="top">
1046
+ <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact-form-plugin' ); ?></th>
1047
  <td colspan="2">
1048
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
1049
  <?php foreach ( $lang_codes as $key => $val ) {
1052
  echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
1053
  } ?>
1054
  </select>
1055
+ <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact-form-plugin' ); ?>" />
1056
  </td>
1057
  </tr>
1058
  <tr valign="top">
1059
+ <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact-form-plugin' ); ?></th>
1060
  <td style="width:15px;" class="cntctfrm_td_top_align">
1061
  <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
1062
  </td>
1063
  <td class="cntctfrm_change_label_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo 'style="display:none"'; ?>>
1064
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact-form-plugin' ); ?></div>
1065
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1066
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1067
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1069
  } ?>
1070
  <div class="clear"></div>
1071
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
1072
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact-form-plugin' ); ?></div>
1073
  <div class="cntctfrm_language_tab_block">
1074
+ <input type="text" maxlength="250" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact-form-plugin' ); ?></span><br />
1075
+ <input type="text" maxlength="250" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact-form-plugin' ); ?></span><br />
1076
+ <input type="text" maxlength="250" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact-form-plugin' ); ?></span><br />
1077
+ <input type="text" maxlength="250" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact-form-plugin' ); ?></span><br />
1078
+ <input type="text" maxlength="250" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact-form-plugin' ); ?></span><br />
1079
+ <input type="text" maxlength="250" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact-form-plugin' ); ?></span><br />
1080
+ <input type="text" maxlength="250" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact-form-plugin' ); ?></span><br />
1081
+ <input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact-form-plugin' ); ?></span><br />
1082
+ <input type="text" maxlength="250" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact-form-plugin' ); ?></span><br />
1083
+ <input type="text" maxlength="250" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact-form-plugin' ); ?></span><br />
1084
+ <input type="text" maxlength="250" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact-form-plugin' ); ?></span><br />
1085
+ <input type="text" maxlength="250" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact-form-plugin' ); ?></span><br />
1086
+ <input type="text" maxlength="250" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact-form-plugin' ); ?></span><br />
1087
+ <input type="text" maxlength="250" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact-form-plugin' ); ?></span><br />
1088
+ <input type="text" maxlength="250" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact-form-plugin' ); ?></span><br />
1089
+ <input type="text" maxlength="250" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact-form-plugin' ); ?></span><br />
1090
+ <input type="text" maxlength="250" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact-form-plugin' ); ?></span><br />
1091
+ <input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact-form-plugin' ); ?></span><br />
1092
+ <input type="text" maxlength="250" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact-form-plugin' ); ?></span><br />
1093
+ <input type="text" maxlength="250" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact-form-plugin' ); ?></span><br />
1094
+ <input type="text" maxlength="250" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact-form-plugin' ); ?></span><br />
1095
+ <input type="text" maxlength="250" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact-form-plugin' ); ?></span><br />
1096
  </div>
1097
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1098
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact-form-plugin' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1099
  <?php } else { ?>
1100
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1101
  <?php } ?>
1102
  </div>
1103
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1104
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1105
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1106
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact-form-plugin' ); ?></div>
1107
  <div class="cntctfrm_language_tab_block">
1108
+ <input type="text" maxlength="250" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact-form-plugin' ); ?></span><br />
1109
+ <input type="text" maxlength="250" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact-form-plugin' ); ?></span><br />
1110
+ <input type="text" maxlength="250" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact-form-plugin' ); ?></span><br />
1111
+ <input type="text" maxlength="250" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact-form-plugin' ); ?></span><br />
1112
+ <input type="text" maxlength="250" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact-form-plugin' ); ?></span><br />
1113
+ <input type="text" maxlength="250" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact-form-plugin' ); ?></span><br />
1114
+ <input type="text" maxlength="250" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact-form-plugin' ); ?></span><br />
1115
+ <input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact-form-plugin' ); ?></span><br />
1116
+ <input type="text" maxlength="250" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact-form-plugin' ); ?></span><br />
1117
+ <input type="text" maxlength="250" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact-form-plugin' ); ?></span><br />
1118
+ <input type="text" maxlength="250" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact-form-plugin' ); ?></span><br />
1119
+ <input type="text" maxlength="250" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact-form-plugin' ); ?></span><br />
1120
+ <input type="text" maxlength="250" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact-form-plugin' ); ?></span><br />
1121
+ <input type="text" maxlength="250" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact-form-plugin' ); ?></span><br />
1122
+ <input type="text" maxlength="250" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact-form-plugin' ); ?></span><br />
1123
+ <input type="text" maxlength="250" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact-form-plugin' ); ?></span><br />
1124
+ <input type="text" maxlength="250" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact-form-plugin' ); ?></span><br />
1125
+ <input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact-form-plugin' ); ?></span><br />
1126
+ <input type="text" maxlength="250" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact-form-plugin' ); ?></span><br />
1127
+ <input type="text" maxlength="250" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact-form-plugin' ); ?></span><br />
1128
+ <input type="text" maxlength="250" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact-form-plugin' ); ?></span><br />
1129
+ <input type="text" maxlength="250" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact-form-plugin' ); ?></span><br />
1130
  </div>
1131
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1132
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1133
  <?php } else { ?>
1134
+ <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1135
  <?php } ?>
1136
  </div>
1137
  <?php }
1139
  </td>
1140
  </tr>
1141
  <tr valign="top">
1142
+ <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact-form-plugin' ); ?></th>
1143
  <td colspan="2">
1144
  <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo 'checked="checked" '; ?>/>
1145
  </td>
1146
  </tr>
1147
  <tr valign="top">
1148
+ <th scope="row"><?php _e( "Action after email is sent", 'contact-form-plugin' ); ?></th>
1149
  <td colspan="2" class="cntctfrm_action_after_send_block">
1150
+ <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Display text", 'contact-form-plugin' ); ?></label><br />
1151
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact-form-plugin' ); ?></div>
1152
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1153
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1154
  echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1156
  } ?>
1157
  <div class="clear"></div>
1158
  <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
1159
+ <input type="text" maxlength="250" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact-form-plugin' ); ?></span><br />
1160
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1161
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1162
  <?php } else { ?>
1163
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "or", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form id=<?php echo $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1164
  <?php } ?>
1165
  </div>
1166
  <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1167
  foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1168
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1169
+ <label><input type="text" maxlength="250" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact-form-plugin' ); ?></span></label><br />
1170
  <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1171
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1172
  <?php } else { ?>
1173
+ <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact-form-plugin' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val . ' id=' . $_SESSION['cntctfrmmlt_id_form']; ?>]</span> <?php _e( "for this language", 'contact-form-plugin' ); ?></span>
1174
  <?php } ?>
1175
  </div>
1176
  <?php }
1177
  } ?>
1178
  <div id="cntctfrm_before"></div>
1179
  <br />
1180
+ <input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Redirect to the page", 'contact-form-plugin' ); ?><br />
1181
+ <label><input type="text" maxlength="250" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact-form-plugin' ); ?></span></label>
1182
  </td>
1183
  </tr>
1184
  <tr valign="top">
1185
+ <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact-form-plugin' ); ?></th>
1186
  <td colspan="2">
1187
  <fieldset>
1188
  <label><input type="radio" name="cntctfrm_site_name_parameter" value="SERVER_NAME" <?php if ( 'SERVER_NAME' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> SERVER_NAME</label><br />
1189
  <label><input type="radio" name="cntctfrm_site_name_parameter" value="HTTP_HOST" <?php if ( 'HTTP_HOST' == $cntctfrm_options['cntctfrm_site_name_parameter'] ) echo 'checked="checked" '; ?>/> HTTP_HOST</label><br />
1190
+ <span class="cntctfrm_info"><?php _e( "If you are not sure whether to change this setting or not, please do not do that.", 'contact-form-plugin' ); ?></span>
1191
  </fieldset>
1192
  </td>
1193
  </tr>
1197
  <div class="bws_table_bg"></div>
1198
  <table class="form-table bws_pro_version">
1199
  <tr valign="top">
1200
+ <th scope="row"><?php _e( 'Auto Response', 'contact-form-plugin' ); ?></th>
1201
  <td colspan="2">
1202
  <input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
1203
  <textarea name="cntctfrm_auto_response_message" style="position: relative; margin-left: 20px; z-index: -1;">Dear %%NAME%%, Thank you for contacting us. We have received your message and will reply to it shortly. Regards, %%SITENAME%% Team.</textarea><br/>
1204
+ <span class="cntctfrm_info" style="margin-left: 45px"><?php _e( "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name.", 'contact-form-plugin' ); ?></span>
1205
  </td>
1206
  </tr>
1207
  <tr valign="top">
1208
  <th scope="row" colspan="2">
1209
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact-form-plugin' ); ?>
1210
  </th>
1211
  </tr>
1212
  </table>
1213
  </div>
1214
  <div class="bws_pro_version_tooltip">
1215
  <div class="bws_info">
1216
+ <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact-form-plugin' ); ?>
1217
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
1218
  </div>
1219
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1220
+ <?php _e( 'Go', 'contact-form-plugin' ); ?> <strong>PRO</strong>
1221
  </a>
1222
  <div class="clear"></div>
1223
  </div>
1226
  <!-- end of 'Additional' settings -->
1227
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
1228
  <p class="submit">
1229
+ <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact-form-plugin' ); ?>" />
1230
  </p>
1231
  <?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
1232
  </form>
1239
  <div class="bws_table_bg"></div>
1240
  <table class="form-table bws_pro_version">
1241
  <tr valign="top">
1242
+ <th scope="row"><?php _e( "Errors output", 'contact-form-plugin' ); ?></th>
1243
  <td colspan="2">
1244
  <select name="cntctfrmpr_error_displaying">
1245
+ <option value="labels"><?php _e( "Display error messages", 'contact-form-plugin' ); ?></option>
1246
+ <option value="input_colors"><?php _e( "Color of the input field errors.", 'contact-form-plugin' ); ?></option>
1247
+ <option value="both" selected="selected"><?php _e( "Display error messages & color of the input field errors", 'contact-form-plugin' ); ?></option>
1248
  </select>
1249
  </td>
1250
  </tr>
1251
  <tr valign="top">
1252
+ <th scope="row"><?php _e( "Add placeholder to the input blocks", 'contact-form-plugin' ); ?></th>
1253
  <td colspan="2">
1254
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_placeholder" value="1" checked="checked"/>
1255
  </td>
1256
  </tr>
1257
  <tr valign="top">
1258
+ <th scope="row"><?php _e( "Add tooltips", 'contact-form-plugin' ); ?></th>
1259
  <td colspan="2">
1260
  <div>
1261
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_name" value="1" checked="checked"/>
1262
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_name"><?php _e( "Name", 'contact-form-plugin' ); ?></label>
1263
  </div>
1264
  <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
1265
  <div>
1266
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_address" value="1" checked="checked"/>
1267
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_address"><?php _e( "Address", 'contact-form-plugin' ); ?></label>
1268
  </div>
1269
  <?php } ?>
1270
  <div>
1271
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_email" value="1" checked="checked"/>
1272
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_email"><?php _e( "Email address", 'contact-form-plugin' ); ?></label>
1273
  </div>
1274
  <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
1275
  <div>
1276
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_phone" value="1" checked="checked"/>
1277
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_phone"><?php _e( "Phone Number", 'contact-form-plugin' ); ?></label>
1278
  </div>
1279
  <?php } ?>
1280
  <div>
1281
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_subject" value="1" checked="checked"/>
1282
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_subject"><?php _e( "Subject", 'contact-form-plugin' ); ?></label>
1283
  </div>
1284
  <div>
1285
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_message" value="1" checked="checked"/>
1286
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_message"><?php _e( "Message", 'contact-form-plugin' ); ?></label>
1287
  </div>
1288
  <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] ) { ?>
1289
  <div>
1290
  <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_attachment" value="1" checked="checked"/>
1291
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_attachment"><?php _e( "Attachment", 'contact-form-plugin' ); ?></label>
1292
  </div>
1293
  <?php } ?>
1294
  <div>
1298
  </td>
1299
  </tr>
1300
  <tr valign="top">
1301
+ <th colspan="3" scope="row"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact-form-plugin' ); ?></th>
1302
  </tr>
1303
  <tr valign="top" class="cntctfrm_style_block">
1304
+ <th scope="row"><?php _e( "Text color", 'contact-form-plugin' ); ?></th>
1305
  <td colspan="2">
1306
  <div>
1307
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1308
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
1309
+ <div class="cntctfrm_label_block"><?php _e( 'Label text color', 'contact-form-plugin' ); ?></div>
1310
  </div>
1311
  <div>
1312
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1313
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
1314
+ <div class="cntctfrm_label_block"><?php _e( "Placeholder color", 'contact-form-plugin' ); ?></div>
1315
  </div>
1316
  </td>
1317
  </tr>
1318
  <tr valign="top" class="cntctfrm_style_block">
1319
+ <th scope="row"><?php _e( "Errors color", 'contact-form-plugin' ); ?></th>
1320
  <td colspan="2">
1321
  <div>
1322
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1323
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
1324
+ <div class="cntctfrm_label_block"><?php _e( 'Error text color', 'contact-form-plugin' ); ?></div>
1325
  </div>
1326
  <div>
1327
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1328
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
1329
+ <div class="cntctfrm_label_block"><?php _e( 'Background color of the input field errors', 'contact-form-plugin' ); ?></div>
1330
  </div>
1331
  <div>
1332
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1333
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
1334
+ <div class="cntctfrm_label_block"><?php _e( 'Border color of the input field errors', 'contact-form-plugin' ); ?></div>
1335
  </div>
1336
  <div>
1337
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1338
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
1339
+ <div class="cntctfrm_label_block"><?php _e( "Placeholder color of the input field errors", 'contact-form-plugin' ); ?></div>
1340
  </div>
1341
  </td>
1342
  </tr>
1343
  <tr valign="top" class="cntctfrm_style_block">
1344
+ <th scope="row"><?php _e( "Input fields", 'contact-form-plugin' ); ?></th>
1345
  <td colspan="2">
1346
  <div>
1347
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1348
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
1349
+ <div class="cntctfrm_label_block"><?php _e( "Input fields background color", 'contact-form-plugin' ); ?></div>
1350
  </div>
1351
  <div>
1352
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1353
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
1354
+ <div class="cntctfrm_label_block"><?php _e( "Text fields color", 'contact-form-plugin' ); ?></div>
1355
  </div>
1356
  <div>
1357
  <input disabled='disabled' size="8" type="text" value="" name="cntctfrmpr_border_input_width" />
1358
+ <div class="cntctfrm_label_block"><?php _e( 'Border width in px, numbers only', 'contact-form-plugin' ); ?></div>
1359
  </div>
1360
  <div>
1361
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1362
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
1363
+ <div class="cntctfrm_label_block"><?php _e( 'Border color', 'contact-form-plugin' ); ?></div>
1364
  </div>
1365
  </td>
1366
  </tr>
1367
  <tr valign="top" class="cntctfrm_style_block">
1368
+ <th scope="row"><?php _e( "Submit button", 'contact-form-plugin' ); ?></th>
1369
  <td colspan="2">
1370
  <div>
1371
  <input disabled='disabled' size="8" type="text" value="" name="cntctfrmpr_button_width" />
1372
+ <div class="cntctfrm_label_block"><?php _e( 'Width in px, numbers only', 'contact-form-plugin' ); ?></div>
1373
  </div>
1374
  <div>
1375
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1376
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
1377
+ <div class="cntctfrm_label_block"><?php _e( 'Button color', 'contact-form-plugin' ); ?></div>
1378
  </div>
1379
  <div>
1380
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1381
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
1382
+ <div class="cntctfrm_label_block"><?php _e( "Button text color", 'contact-form-plugin' ); ?></div>
1383
  </div>
1384
  <div>
1385
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact-form-plugin'); ?>" />
1386
  <input disabled='disabled' type="text" size="8" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
1387
+ <div class="cntctfrm_label_block"><?php _e( 'Border color', 'contact-form-plugin' ); ?></div>
1388
  </div>
1389
  </td>
1390
  </tr>
1391
  <tr valign="top">
1392
  <th scope="row" colspan="2">
1393
+ * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact-form-plugin' ); ?>
1394
  </th>
1395
  </tr>
1396
  </table>
1397
  </div>
1398
  <div class="bws_pro_version_tooltip">
1399
  <div class="bws_info">
1400
+ <?php _e( 'Unlock premium options by upgrading to PRO version.', 'contact-form-plugin' ); ?>
1401
+ <a href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
1402
  </div>
1403
  <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/buy/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1404
+ <?php _e( 'Go', 'contact-form-plugin' ); ?> <strong>PRO</strong>
1405
  </a>
1406
  <div class="clear"></div>
1407
  </div>
1408
  </div>
1409
  <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
1410
  <p class="submit">
1411
+ <input disabled='disabled' type="button" class="button-primary" value="<?php _e( 'Save Changes', 'contact-form-plugin' ); ?>" />
1412
  </p>
1413
  </div>
1414
  <div id="<?php echo is_rtl() ? 'cntctfrmpr_left_table' : 'cntctfrmpr_right_table' ?>">
1415
+ <h3><?php _e( "Contact Form Pro | Preview", 'contact-form-plugin' ); ?></h3>
1416
  <div id="cntctfrmpr_show_errors_block">
1417
+ <input disabled="" type="checkbox" id="cntctfrmpr_show_errors" name="cntctfrmpr_show_errors" /> <?php _e( "Show with errors", 'contact-form-plugin' ); ?>
1418
  </div>
1419
  <div id="cntctfrmpr_contact_form" class="cntctfrm_contact_form">
1420
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?></div>
1423
  </div>
1424
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?></div>
1425
  <div class="cntctfrm_input cntctfrm_input_name">
1426
+ <input placeholder="<?php _e( "Please enter your full name...", 'contact-form-plugin' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name"/>
1427
  <div class="cntctfrmpr_help_box">
1428
+ <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your full name...", 'contact-form-plugin' ); ?></div>
1429
  </div>
1430
  </div>
1431
  <?php if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
1436
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?></div>
1437
  <?php } ?>
1438
  <div class="cntctfrm_input cntctfrm_input_address">
1439
+ <input placeholder="<?php _e( "Please enter your address...", 'contact-form-plugin' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" />
1440
  <div class="cntctfrmpr_help_box">
1441
+ <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your address...", 'contact-form-plugin' ); ?></div>
1442
  </div>
1443
  </div>
1444
  <?php } ?>
1447
  </div>
1448
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?></div>
1449
  <div class="cntctfrm_input cntctfrm_input_email">
1450
+ <input placeholder="<?php _e( "Please enter your email address...", 'contact-form-plugin' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" />
1451
  <div class="cntctfrmpr_help_box">
1452
+ <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your email address...", 'contact-form-plugin' ); ?></div>
1453
  </div>
1454
  </div>
1455
  <?php if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
1458
  </div>
1459
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['phone_error']['en']; ?></div>
1460
  <div class="cntctfrm_input cntctfrm_input_phone">
1461
+ <input placeholder="<?php _e( "Please enter your phone number...", 'contact-form-plugin' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" />
1462
  <div class="cntctfrmpr_help_box">
1463
+ <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your phone number...", 'contact-form-plugin' ); ?></div>
1464
  </div>
1465
  </div>
1466
  <?php } ?>
1469
  </div>
1470
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?></div>
1471
  <div class="cntctfrm_input cntctfrm_input_subject">
1472
+ <input placeholder="<?php _e( "Please enter subject...", 'contact-form-plugin' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" />
1473
  <div class="cntctfrmpr_help_box">
1474
+ <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter subject...", 'contact-form-plugin' ); ?></div>
1475
  </div>
1476
  </div>
1477
  <div class="cntctfrm_label cntctfrm_label_message">
1479
  </div>
1480
  <div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?></div>
1481
  <div class="cntctfrm_input cntctfrm_input_message">
1482
+ <textarea placeholder="<?php _e( "Please enter your message...", 'contact-form-plugin' ); ?>" rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
1483
  <div class="cntctfrmpr_help_box">
1484
+ <div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your message...", 'contact-form-plugin' ); ?></div>
1485
  </div>
1486
  </div>
1487
  <?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
1507
  </div>
1508
  </div>
1509
  <div id="cntctfrmpr_shortcode">
1510
+ <?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact-form-plugin' ); ?><br/>
1511
  <div>
1512
  <div id="cntctfrmpr_shortcode_code">
1513
  <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span>
1592
 
1593
  } elseif ( false === $cntctfrm_result && $cntctfrm_form_count == $cntctfrm_form_submited ) {
1594
  /* If email not be delivered */
1595
+ $error_message['error_form'] = __( "Sorry, email message could not be delivered.", 'contact-form-plugin' );
1596
  }
1597
 
1598
  if ( true !== $cntctfrm_result || $cntctfrm_form_count != $cntctfrm_form_submited ) {
1973
  }
1974
  if ( 1 == $cntctfrm_options['cntctfrm_display_sent_from'] ) {
1975
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1976
+ $user_info_string .= '<tr><td>' . __( 'Sent from (ip address)', 'contact-form-plugin' ) . ':</td><td>' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . '</td></tr>';
1977
  else
1978
+ $user_info_string .= __( 'Sent from (ip address)', 'contact-form-plugin' ) . ': ' . $_SERVER['REMOTE_ADDR'] . " ( " . $userdomain . " )" . "\n";
1979
  }
1980
  if ( 1 == $cntctfrm_options['cntctfrm_display_date_time'] ) {
1981
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1982
+ $user_info_string .= '<tr><td>' . __('Date/Time', 'contact-form-plugin') . ':</td><td>' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . '</td></tr>';
1983
  else
1984
+ $user_info_string .= __( 'Date/Time', 'contact-form-plugin' ) . ': ' . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( current_time( 'mysql' ) ) ) . "\n";
1985
  }
1986
  if ( 1 == $cntctfrm_options['cntctfrm_display_coming_from'] ) {
1987
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1988
+ $user_info_string .= '<tr><td>' . __( 'Sent from (referer)', 'contact-form-plugin' ) . ':</td><td>' . $form_action_url . '</td></tr>';
1989
  else
1990
+ $user_info_string .= __( 'Sent from (referer)', 'contact-form-plugin' ) . ': ' . $form_action_url . "\n";
1991
  }
1992
  if ( 1 == $cntctfrm_options['cntctfrm_display_user_agent'] ) {
1993
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
1994
+ $user_info_string .= '<tr><td>' . __( 'Using (user agent)', 'contact-form-plugin' ) . ':</td><td>' . $user_agent . '</td></tr>';
1995
  else
1996
+ $user_info_string .= __( 'Using (user agent)', 'contact-form-plugin' ) . ': ' . $user_agent . "\n";
1997
  }
1998
  }
1999
  /* Message */
2000
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
2001
  $message_text = '<html>
2002
  <head>
2003
+ <title>' . __( "Contact from", 'contact-form-plugin' ) . ' ' . get_bloginfo('name') . '</title>
2004
  </head>
2005
  <body>
2006
  <table>';
2007
  if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
2008
  $message_text .= '<tr><td width="160">';
2009
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_name_label'][ $lang ] : __( "Name", 'contact-form-plugin' );
2010
  $message_text .= '</td><td>' . $name . '</td></tr>';
2011
  }
2012
 
2013
  if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
2014
  $message_text .= '<tr><td>';
2015
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_address_label'][ $lang ] : __( "Address", 'contact-form-plugin' );
2016
  $message_text .= '</td><td>' . $address . '</td></tr>';
2017
  }
2018
 
2019
  $message_text .= '<tr><td>';
2020
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_email_label'][ $lang ] : __( "Email", 'contact-form-plugin' );
2021
  $message_text .= '</td><td>' . $email . '</td></tr>';
2022
 
2023
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2024
  $message_text .= '<tr><td>';
2025
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_phone_label'][ $lang ] : __( "Phone", 'contact-form-plugin' );
2026
  $message_text .= '</td><td>' . $phone . '</td></tr>';
2027
  }
2028
 
2029
  $message_text .= '<tr><td>';
2030
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_subject_label'][ $lang ] : __( "Subject", 'contact-form-plugin' );
2031
  $message_text .= '</td><td>' . $subject . '</td></tr>
2032
  <tr><td>';
2033
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_message_label'][ $lang ] : __( "Message", 'contact-form-plugin' );
2034
  $message_text .= '</td><td>' . $message . '</td>
2035
  </tr>
2036
+ <tr><td>' . __( "Site", 'contact-form-plugin' ) . '</td><td>' . get_bloginfo("url") . '</td></tr>
2037
  <tr>
2038
  <td><br /></td><td><br /></td>
2039
  </tr>';
2042
  } else {
2043
  $message_text = '';
2044
  if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
2045
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_name_label'][ $lang ] : __( "Name", 'contact-form-plugin' );
2046
  $message_text .= ': ' . $name . "\n";
2047
  }
2048
  if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) {
2049
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_address_label'][ $lang ] : __( "Address", 'contact-form-plugin' );
2050
  $message_text .= ': ' . $address . "\n";
2051
  }
2052
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_email_label'][ $lang ] : __( "Email", 'contact-form-plugin' );
2053
  $message_text .= ': ' . $email . "\n";
2054
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2055
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_phone_label'][ $lang ] : __( "Phone", 'contact-form-plugin' );
2056
  $message_text .= ': ' . $phone . "\n";
2057
  }
2058
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_subject_label'][ $lang ] : __( "Subject", 'contact-form-plugin' );
2059
  $message_text .= ': ' . $subject . "\n";
2060
+ $message_text .= ( 1 == $cntctfrm_options['cntctfrm_change_label_in_email'] ) ? $cntctfrm_options['cntctfrm_message_label'][ $lang ] : __( "Message", 'contact-form-plugin' );
2061
  $message_text .= ': ' . $message . "\n" .
2062
+ __( "Site", 'contact-form-plugin' ) . ': ' . get_bloginfo("url") . "\n"
2063
  . "\n";
2064
  $message_text_for_user = $message_text;
2065
  $message_text .= $user_info_string;
2146
 
2147
  $headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
2148
 
2149
+ $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";
2150
 
2151
  if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
2152
  $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
2214
  if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
2215
 
2216
  if ( $file == $this_plugin ) {
2217
+ $settings_link = '<a href="admin.php?page=contact_form.php">' . __( 'Settings', 'contact-form-plugin' ) . '</a>';
2218
  array_unshift( $links, $settings_link );
2219
  }
2220
  }
2228
  $base = plugin_basename(__FILE__);
2229
  if ( $file == $base ) {
2230
  if ( ! is_network_admin() )
2231
+ $links[] = '<a href="admin.php?page=contact_form.php">' . __( 'Settings','contact-form-plugin' ) . '</a>';
2232
+ $links[] = '<a href="http://wordpress.org/plugins/contact-form-plugin/faq/" target="_blank">' . __( 'FAQ','contact-form-plugin' ) . '</a>';
2233
+ $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','contact-form-plugin' ) . '</a>';
2234
  }
2235
  return $links;
2236
  }
2279
 
2280
  $script_vars = array(
2281
  'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
2282
+ 'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact-form-plugin' )
2283
  );
2284
 
2285
  if ( 3.5 > $wp_version ) {
2292
  wp_localize_script( 'cntctfrm_script', 'cntctfrm_ajax', $script_vars );
2293
 
2294
  if ( ! ( 3.3 > $wp_version ) ) {
2295
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
2296
  $tooltip_args = array(
2297
  'tooltip_id' => 'cntctfrm_install_multi_tooltip',
2298
  'css_selector' => '#cntctfrm_show_multi_notice',
2300
  'click' => true,
2301
  'onload' => true,
2302
  ),
2303
+ '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>',
2304
  'buttons' => array(
2305
  array(
2306
  'type' => 'link',
2307
  'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=' . $cntctfrm_plugin_info["Version"] . '&wp_v=' . $wp_version,
2308
+ 'text' => __( 'Learn more', 'contact-form-plugin' ),
2309
  ),
2310
  'close' => array(
2311
  'type' => 'dismiss',
2312
+ 'text' => __( 'Close', 'contact-form-plugin' ),
2313
  ),
2314
  ),
2315
  'position' => array(
2362
  }
2363
 
2364
  if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) {
2365
+ $result = __( "Use shortcode", 'contact-form-plugin' ) . ' <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=' . $lang . ']</span> ' . __( "for this language", 'contact-form-plugin' );
2366
  } else {
2367
+ $result = __( "Use shortcode", 'contact-form-plugin' ) . ' <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=' . $lang . ' id=' . $_SESSION['cntctfrmmlt_id_form'] . ']</span> ' . __( "for this language", 'contact-form-plugin' );
2368
  }
2369
 
2370
  echo json_encode( $result );
2497
  <img title="" src="//ps.w.org/contact-form-to-db/assets/icon-128x128.png" alt="" />
2498
  </div>
2499
  <div class="text">
2500
+ <strong>Contact Form to DB</strong> <?php _e( "allows to store your messages to the database.", 'contact-form-plugin' ); ?><br />
2501
+ <span><?php _e( "Manage messages that have been sent from your website.", 'contact-form-plugin' ); ?></span>
2502
  </div>
2503
  <div class="button_div">
2504
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
2505
  </div>
2506
  </div>
2507
  </div>
2529
 
2530
  add_action( 'init', 'cntctfrm_init' );
2531
  add_action( 'admin_init', 'cntctfrm_admin_init' );
2532
+ add_action( 'plugins_loaded', 'cntctfrm_plugins_loaded' );
2533
 
2534
  /* Additional links on the plugin page */
2535
  add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links', 10, 2 );
languages/{contact_form-af_ZA.mo → contact-form-plugin-af_ZA.mo} RENAMED
Binary file
languages/{contact_form-af_ZA.po → contact-form-plugin-af_ZA.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:13+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:13+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:35 contact_form.php:657
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
@@ -25,35 +25,35 @@ msgstr "Kontak Form Verstellings"
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
29
  msgid "Name:"
30
  msgstr "Naam:"
31
 
32
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
33
  msgid "Address:"
34
  msgstr "Adres:"
35
 
36
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
37
  msgid "Email Address:"
38
  msgstr "Epos Adres:"
39
 
40
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
41
  msgid "Phone number:"
42
  msgstr "Telefoon nommer:"
43
 
44
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
45
  msgid "Subject:"
46
  msgstr "Onderwerp:"
47
 
48
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
49
  msgid "Message:"
50
  msgstr "Boodskap:"
51
 
52
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
53
  msgid "Attachment:"
54
  msgstr "Aanhegsel:"
55
 
56
- #: contact_form.php:130
57
  #, fuzzy
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -64,73 +64,73 @@ msgstr ""
64
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-"
65
  "Größe: 2MB"
66
 
67
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
68
  msgid "Send me a copy"
69
  msgstr "Stuur vir my 'n kopie"
70
 
71
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
72
  msgid "Submit"
73
  msgstr "Dien in"
74
 
75
- #: contact_form.php:133
76
  msgid "Your name is required."
77
  msgstr "Jou naam word benodig."
78
 
79
- #: contact_form.php:134
80
  msgid "Address is required."
81
  msgstr "Adres word benodig."
82
 
83
- #: contact_form.php:135
84
  msgid "A valid email address is required."
85
  msgstr "'n Geldige epos adres word benodig."
86
 
87
- #: contact_form.php:136
88
  msgid "Phone number is required."
89
  msgstr "'n Telefoon nommer word benodig."
90
 
91
- #: contact_form.php:137
92
  msgid "Subject is required."
93
  msgstr "'n Onderwerp word benodig."
94
 
95
- #: contact_form.php:138
96
  msgid "Message text is required."
97
  msgstr "'n Boodskap teks word benodig ."
98
 
99
- #: contact_form.php:139
100
  msgid "File format is not valid."
101
  msgstr "Datalêer formaat is nie geldig nie."
102
 
103
- #: contact_form.php:140
104
  msgid "File upload error."
105
  msgstr "Oplaai van datalêer foutief."
106
 
107
- #: contact_form.php:141
108
  msgid "The file could not be uploaded."
109
  msgstr "Die datalêer kon nie opgelaai word nie."
110
 
111
- #: contact_form.php:142
112
  msgid "This file is too large."
113
  msgstr "Die datalêer is te groot."
114
 
115
- #: contact_form.php:143
116
  msgid "Please fill out the CAPTCHA."
117
  msgstr "Vul asseblief die CAPTCHA in."
118
 
119
- #: contact_form.php:144
120
  msgid "Please make corrections below and try again."
121
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
122
 
123
- #: contact_form.php:146
124
  msgid "Thank you for contacting us."
125
  msgstr "Dankie dat jy ons gekontak het."
126
 
127
- #: contact_form.php:546
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
- #: contact_form.php:556
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
@@ -138,12 +138,12 @@ msgstr ""
138
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
139
  "volgende formaat wees"
140
 
141
- #: contact_form.php:565
142
  #, fuzzy
143
  msgid "Such user does not exist."
144
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
145
 
146
- #: contact_form.php:575
147
  #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
@@ -151,52 +151,52 @@ msgstr ""
151
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
152
  "is nie gestoor nie."
153
 
154
- #: contact_form.php:583
155
  #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
159
  "is nie gestoor nie."
160
 
161
- #: contact_form.php:606
162
  msgid "Settings saved."
163
  msgstr "Verstellings is gestoor."
164
 
165
- #: contact_form.php:608
166
  #, fuzzy
167
  msgid "Settings are not saved."
168
  msgstr "Verstellings is gestoor."
169
 
170
- #: contact_form.php:646
171
  msgid "All plugin settings were restored."
172
  msgstr ""
173
 
174
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
175
  msgid "Settings"
176
  msgstr "Verstellings"
177
 
178
- #: contact_form.php:660
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Addisionele opsies"
182
 
183
- #: contact_form.php:661
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
- #: contact_form.php:662 contact_form.php:2223
188
  msgid "FAQ"
189
  msgstr "Gereeld Gestelde Vrae (FAQ)"
190
 
191
- #: contact_form.php:663
192
  msgid "Go PRO"
193
  msgstr "Gaan PRO"
194
 
195
- #: contact_form.php:666 contact_form.php:668
196
  msgid "Notice:"
197
  msgstr "Kennisgewing:"
198
 
199
- #: contact_form.php:666
200
  msgid ""
201
  "The plugin's settings have been changed. In order to save them please don't "
202
  "forget to click the 'Save Changes' button."
@@ -204,13 +204,13 @@ msgstr ""
204
  "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek "
205
  "om die veranderinge te stoor."
206
 
207
- #: contact_form.php:679
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
211
  msgstr ""
212
 
213
- #: contact_form.php:686
214
  #, fuzzy
215
  msgid ""
216
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -219,13 +219,13 @@ msgstr ""
219
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
220
  "kortkode na u post, bladsy of widget:"
221
 
222
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
223
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
224
- #: contact_form.php:1152 contact_form.php:1154
225
  msgid "or"
226
  msgstr "of"
227
 
228
- #: contact_form.php:687
229
  #, fuzzy
230
  msgid ""
231
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -234,11 +234,11 @@ msgstr ""
234
  "As u enige probelem het met die standaard kortkode [contact_form], moet u "
235
  "die volgende kortkodes gebruik"
236
 
237
- #: contact_form.php:687 contact_form.php:690
238
  msgid "They work the same way."
239
  msgstr "Hulle werk op dieselfde manier."
240
 
241
- #: contact_form.php:689 contact_form.php:1501
242
  msgid ""
243
  "If you would like to add the Contact Form to your website, just copy and "
244
  "paste this shortcode to your post or page or widget:"
@@ -246,7 +246,7 @@ msgstr ""
246
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
247
  "kortkode na u post, bladsy of widget:"
248
 
249
- #: contact_form.php:690
250
  msgid ""
251
  "If have any problems with the standard shortcode [contact_form], you should "
252
  "use the shortcode"
@@ -254,7 +254,7 @@ msgstr ""
254
  "As u enige probelem het met die standaard kortkode [contact_form], moet u "
255
  "die volgende kortkodes gebruik"
256
 
257
- #: contact_form.php:694
258
  msgid ""
259
  "If you leave the fields empty, the messages will be sent to the email "
260
  "address specified during registration."
@@ -262,16 +262,16 @@ msgstr ""
262
  "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
263
  "wat gespesifiseer was gedurende registrasie"
264
 
265
- #: contact_form.php:697
266
  msgid "The user's email address:"
267
  msgstr "Die gebruiker se epos adres:"
268
 
269
- #: contact_form.php:701
270
  #, fuzzy
271
  msgid "Select a username"
272
  msgstr "Skep 'n gebruikersnaam"
273
 
274
- #: contact_form.php:714
275
  msgid ""
276
  "Enter a username of the person who should get the messages from the contact "
277
  "form."
@@ -279,108 +279,108 @@ msgstr ""
279
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
280
  "die kontak vorm."
281
 
282
- #: contact_form.php:718
283
  msgid "Use this email address:"
284
  msgstr "Gebruik hierdie epos adres:"
285
 
286
- #: contact_form.php:722
287
  msgid "Enter the email address you want the messages forwarded to."
288
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
289
 
290
- #: contact_form.php:731
291
  msgid "Add department selectbox to the contact form:"
292
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
293
 
294
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
297
 
298
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
299
- #: contact_form.php:1207 contact_form.php:1391
300
  msgid "Unlock premium options by upgrading to PRO version."
301
  msgstr ""
302
 
303
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
304
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
305
  msgid "Learn More"
306
  msgstr ""
307
 
308
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
309
- #: contact_form.php:1211 contact_form.php:1395
310
  #, fuzzy
311
  msgid "Go"
312
  msgstr "Go!"
313
 
314
- #: contact_form.php:757
315
  msgid "Save emails to the database"
316
  msgstr "Stoor eposse na die databasis."
317
 
318
- #: contact_form.php:762
319
  msgid "Using"
320
  msgstr "In Gebruik"
321
 
322
- #: contact_form.php:765 contact_form.php:769
323
  #, fuzzy
324
  msgid "Using Contact Form to DB by BestWebSoft"
325
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
326
 
327
- #: contact_form.php:765
328
  msgid "Activate"
329
  msgstr "Aktiveer"
330
 
331
- #: contact_form.php:769
332
  msgid "Download"
333
  msgstr "Download"
334
 
335
- #: contact_form.php:779
336
  msgid "What to use?"
337
  msgstr "Wat om te gebruik?"
338
 
339
- #: contact_form.php:784
340
  msgid "Wp-mail"
341
  msgstr "Wp-mail"
342
 
343
- #: contact_form.php:786
344
  msgid "You can use the wp_mail function for mailing"
345
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
346
 
347
- #: contact_form.php:789
348
  msgid "Mail"
349
  msgstr "Mail"
350
 
351
- #: contact_form.php:791
352
  msgid "To send mail you can use the php mail function"
353
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
354
 
355
- #: contact_form.php:796
356
  msgid "'FROM' field"
357
  msgstr ""
358
 
359
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
360
- #: contact_form.php:2000 contact_form.php:2036
361
  msgid "Name"
362
  msgstr "Naam"
363
 
364
- #: contact_form.php:805
365
  msgid "User name"
366
  msgstr "Gebruikersnaam"
367
 
368
- #: contact_form.php:807
369
  msgid ""
370
  "The name of the user who fills the form will be used in the field 'From'."
371
  msgstr ""
372
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
373
  "Van' veld."
374
 
375
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
376
  msgid "Email"
377
  msgstr "Epos"
378
 
379
- #: contact_form.php:820
380
  msgid "User email"
381
  msgstr "Gebruiker epos"
382
 
383
- #: contact_form.php:822
384
  msgid ""
385
  "The email address of the user who fills the form will be used in the field "
386
  "'From'."
@@ -388,173 +388,173 @@ msgstr ""
388
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
389
  "'From/van' veld."
390
 
391
- #: contact_form.php:826
392
  msgid ""
393
  "If this option is changed, email messages may be moved to the spam folder or "
394
  "email delivery failures may occur."
395
  msgstr ""
396
 
397
- #: contact_form.php:832
398
  msgid "Required symbol"
399
  msgstr "Benodigde simbool"
400
 
401
- #: contact_form.php:842
402
  msgid "Fields"
403
  msgstr "Velde"
404
 
405
- #: contact_form.php:843
406
  msgid "Used"
407
  msgstr "Gebruik"
408
 
409
- #: contact_form.php:844
410
  msgid "Required"
411
  msgstr "Benodig"
412
 
413
- #: contact_form.php:845
414
  msgid "Visible"
415
  msgstr "Sigbaar"
416
 
417
- #: contact_form.php:846
418
  msgid "Disabled for editing"
419
  msgstr "Gedeaktiveer vir wysiging"
420
 
421
- #: contact_form.php:847
422
  msgid "Field's default value"
423
  msgstr "Veld se verstekwaarde"
424
 
425
- #: contact_form.php:852
426
  msgid "Department selectbox"
427
  msgstr ""
428
 
429
- #: contact_form.php:867
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
432
 
433
- #: contact_form.php:868 contact_form.php:896
434
  msgid ""
435
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
436
  "in users."
437
  msgstr ""
438
 
439
- #: contact_form.php:872
440
  msgid "Location selectbox"
441
  msgstr ""
442
 
443
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
444
- #: contact_form.php:2040
445
  msgid "Address"
446
  msgstr "Adres: "
447
 
448
- #: contact_form.php:888
449
  msgid "Email Address"
450
  msgstr "Epos Adres:"
451
 
452
- #: contact_form.php:895
453
  msgid "Use User's email as a default value if the user is logged in."
454
  msgstr ""
455
 
456
- #: contact_form.php:900
457
  msgid "Phone number"
458
  msgstr "Telefoon nommer:"
459
 
460
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
461
- #: contact_form.php:2049
462
  msgid "Subject"
463
  msgstr "Onderwerp"
464
 
465
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
466
- #: contact_form.php:2051
467
  msgid "Message"
468
  msgstr "Boodskap"
469
 
470
- #: contact_form.php:940
471
  msgid "Attachment block"
472
  msgstr "Aanhegsel blok"
473
 
474
- #: contact_form.php:942
475
  msgid "Users can attach the following file formats"
476
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
477
 
478
- #: contact_form.php:955
479
  msgid "Add to the form"
480
  msgstr "Voeg by die vorm by"
481
 
482
- #: contact_form.php:960
483
  msgid "Tips below the Attachment"
484
  msgstr "Wenke onder die Aanhegsel"
485
 
486
- #: contact_form.php:969
487
  msgid "'Send me a copy' block"
488
  msgstr "'Stuur vir my 'n kopie' blok"
489
 
490
- #: contact_form.php:982
491
  msgid "Activate captcha"
492
  msgstr "Aktiveer captcha"
493
 
494
- #: contact_form.php:986
495
  msgid "Download captcha"
496
  msgstr "Laai captcha af"
497
 
498
- #: contact_form.php:994
499
  msgid "Agreement checkbox"
500
  msgstr "Ooreenstemming checkbox"
501
 
502
- #: contact_form.php:994
503
  msgid "Required checkbox for submitting the form"
504
  msgstr "Benodigde checkbox om die vorm in te dien"
505
 
506
- #: contact_form.php:995
507
  msgid "Optional checkbox"
508
  msgstr "Opsie checkbox"
509
 
510
- #: contact_form.php:995
511
  msgid "Optional checkbox, the results of which will be displayed in email"
512
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
513
 
514
- #: contact_form.php:1013
515
  msgid "Delete an attachment file from the server after the email is sent"
516
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
517
 
518
- #: contact_form.php:1019
519
  msgid "Email in HTML format sending"
520
  msgstr "E-Mail in HTML Format"
521
 
522
- #: contact_form.php:1023
523
  msgid "Display additional info in the email"
524
  msgstr "Toon addisionele inligting in die epos"
525
 
526
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
527
  msgid "Sent from (ip address)"
528
  msgstr "Gestuur van (IP-Adres)"
529
 
530
- #: contact_form.php:1029
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
533
 
534
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
535
  msgid "Date/Time"
536
  msgstr "Datum/Tyd"
537
 
538
- #: contact_form.php:1030
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
541
 
542
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
543
  msgid "Sent from (referer)"
544
  msgstr "Gestuur van (referer)"
545
 
546
- #: contact_form.php:1031
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr ""
550
  "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
551
  "ons/"
552
 
553
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
554
  msgid "Using (user agent)"
555
  msgstr "Gebruik (user agent)"
556
 
557
- #: contact_form.php:1032
558
  msgid ""
559
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
560
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -562,135 +562,135 @@ msgstr ""
562
  "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
563
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
564
 
565
- #: contact_form.php:1037
566
  msgid "Language settings for the field names in the form"
567
  msgstr "Taal verstellings vir die naamvelde in die vorm"
568
 
569
- #: contact_form.php:1046
570
  msgid "Add a language"
571
  msgstr "Voeg 'n taal by"
572
 
573
- #: contact_form.php:1050
574
  msgid "Change the names of the contact form fields and error messages"
575
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
576
 
577
- #: contact_form.php:1055 contact_form.php:1142
578
  msgid "English"
579
  msgstr "Engels"
580
 
581
- #: contact_form.php:1063 contact_form.php:1097
582
  msgid "click to expand/hide the list"
583
  msgstr "Kliek om uit te brei/lys te versteek"
584
 
585
- #: contact_form.php:1072 contact_form.php:1106
586
  msgid "Tips below the Attachment block"
587
  msgstr "Wenke onder toe Aanhegsel blok"
588
 
589
- #: contact_form.php:1075 contact_form.php:1109
590
  msgid "Error message for the Name field"
591
  msgstr "FFoutboodskap vir die Naamveld"
592
 
593
- #: contact_form.php:1076 contact_form.php:1110
594
  msgid "Error message for the Address field"
595
  msgstr "Foutboodskap vir die Adres veld"
596
 
597
- #: contact_form.php:1077 contact_form.php:1111
598
  msgid "Error message for the Email field"
599
  msgstr "Foutboodskap vir die Epos veld"
600
 
601
- #: contact_form.php:1078 contact_form.php:1112
602
  msgid "Error message for the Phone field"
603
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
604
 
605
- #: contact_form.php:1079 contact_form.php:1113
606
  msgid "Error message for the Subject field"
607
  msgstr "Foutboodskap vir die Onderwerp veld"
608
 
609
- #: contact_form.php:1080 contact_form.php:1114
610
  msgid "Error message for the Message field"
611
  msgstr "Foutboodskap vir die Boodskap veld"
612
 
613
- #: contact_form.php:1081 contact_form.php:1115
614
  msgid "Error message about the file type for the Attachment field"
615
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
616
 
617
- #: contact_form.php:1082 contact_form.php:1116
618
  msgid ""
619
  "Error message while uploading a file for the Attachment field to the server"
620
  msgstr ""
621
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
622
 
623
- #: contact_form.php:1083 contact_form.php:1117
624
  msgid "Error message while moving the file for the Attachment field"
625
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
626
 
627
- #: contact_form.php:1084 contact_form.php:1118
628
  msgid "Error message when file size limit for the Attachment field is exceeded"
629
  msgstr ""
630
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
631
 
632
- #: contact_form.php:1085 contact_form.php:1119
633
  msgid "Error message for the Captcha field"
634
  msgstr "Foutboodskap vir die Captcha veld"
635
 
636
- #: contact_form.php:1086 contact_form.php:1120
637
  msgid "Error message for the whole form"
638
  msgstr "Foutboodskap vir die hele vorm"
639
 
640
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
641
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
642
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
643
- #: contact_form.php:2358
644
  msgid "Use shortcode"
645
  msgstr "Gebruik kortkode"
646
 
647
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
648
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
649
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
650
- #: contact_form.php:2358
651
  msgid "for this language"
652
  msgstr "vir hierdie taal"
653
 
654
- #: contact_form.php:1133
655
  #, fuzzy
656
  msgid "Use the changed names of the contact form fields in the email"
657
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
658
 
659
- #: contact_form.php:1139
660
  msgid "Action after email is sent"
661
  msgstr "Aksie na epos gestuur is"
662
 
663
- #: contact_form.php:1141
664
  msgid "Display text"
665
  msgstr "Toon teks"
666
 
667
- #: contact_form.php:1150 contact_form.php:1160
668
  msgid "Text"
669
  msgstr "teks"
670
 
671
- #: contact_form.php:1171
672
  msgid "Redirect to the page"
673
  msgstr "Herlei na die bladsy"
674
 
675
- #: contact_form.php:1172
676
  msgid "Url"
677
  msgstr "Url"
678
 
679
- #: contact_form.php:1176
680
  msgid "The $_SERVER variable that is used to build a URL of the form"
681
  msgstr ""
682
 
683
- #: contact_form.php:1181
684
  msgid ""
685
  "If you are not sure whether to change this setting or not, please do not do "
686
  "that."
687
  msgstr ""
688
 
689
- #: contact_form.php:1191
690
  msgid "Auto Response"
691
  msgstr ""
692
 
693
- #: contact_form.php:1195
694
  #, php-format
695
  msgid ""
696
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -698,174 +698,174 @@ msgid ""
698
  "name."
699
  msgstr ""
700
 
701
- #: contact_form.php:1220 contact_form.php:1402
702
  msgid "Save Changes"
703
  msgstr "Stoor veranderinge"
704
 
705
- #: contact_form.php:1233
706
  msgid "Errors output"
707
  msgstr "Foutboodskap uitset"
708
 
709
- #: contact_form.php:1236
710
  msgid "Display error messages"
711
  msgstr "Toon foutboodskappe"
712
 
713
- #: contact_form.php:1237
714
  msgid "Color of the input field errors."
715
  msgstr "Kleur van die inset veld foutboodskappe"
716
 
717
- #: contact_form.php:1238
718
  msgid "Display error messages & color of the input field errors"
719
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
720
 
721
- #: contact_form.php:1243
722
  msgid "Add placeholder to the input blocks"
723
  msgstr "Voeg 'n plekhouer by die inset blokke"
724
 
725
- #: contact_form.php:1249
726
  msgid "Add tooltips"
727
  msgstr "Voeg tool-wenke"
728
 
729
- #: contact_form.php:1263
730
  msgid "Email address"
731
  msgstr "Epos Adres:"
732
 
733
- #: contact_form.php:1268
734
  msgid "Phone Number"
735
  msgstr "Telefoon Nommer:"
736
 
737
- #: contact_form.php:1282
738
  msgid "Attachment"
739
  msgstr "Aanhegsel:"
740
 
741
- #: contact_form.php:1292
742
  msgid "Style options"
743
  msgstr "Styl opsies"
744
 
745
- #: contact_form.php:1295
746
  msgid "Text color"
747
  msgstr "Teks kleur"
748
 
749
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
750
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
751
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
752
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
753
  msgid "Default"
754
  msgstr "Verstek"
755
 
756
- #: contact_form.php:1300
757
  msgid "Label text color"
758
  msgstr "Etiket teks kleur"
759
 
760
- #: contact_form.php:1305
761
  msgid "Placeholder color"
762
  msgstr "Plekhouer kleur"
763
 
764
- #: contact_form.php:1310
765
  msgid "Errors color"
766
  msgstr "Foutboodskap kleur"
767
 
768
- #: contact_form.php:1315
769
  msgid "Error text color"
770
  msgstr "Foutboodskap teks kleur"
771
 
772
- #: contact_form.php:1320
773
  msgid "Background color of the input field errors"
774
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
775
 
776
- #: contact_form.php:1325
777
  msgid "Border color of the input field errors"
778
  msgstr "Rand-kleur van die inset veld foutboodskappe"
779
 
780
- #: contact_form.php:1330
781
  msgid "Placeholder color of the input field errors"
782
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
783
 
784
- #: contact_form.php:1335
785
  msgid "Input fields"
786
  msgstr "Inset velde"
787
 
788
- #: contact_form.php:1340
789
  msgid "Input fields background color"
790
  msgstr "Inset velde agtergrond kleur"
791
 
792
- #: contact_form.php:1345
793
  msgid "Text fields color"
794
  msgstr "Teks velde kleur"
795
 
796
- #: contact_form.php:1349
797
  msgid "Border width in px, numbers only"
798
  msgstr "Rand wydte in px, nommers alleenlik"
799
 
800
- #: contact_form.php:1354 contact_form.php:1378
801
  msgid "Border color"
802
  msgstr "Rand kleur"
803
 
804
- #: contact_form.php:1359
805
  msgid "Submit button"
806
  msgstr "Indien knoppie"
807
 
808
- #: contact_form.php:1363
809
  msgid "Width in px, numbers only"
810
  msgstr "Wydte in px, nommers alleenlik"
811
 
812
- #: contact_form.php:1368
813
  msgid "Button color"
814
  msgstr "Knoppie Kleur"
815
 
816
- #: contact_form.php:1373
817
  msgid "Button text color"
818
  msgstr "Knoppie teks kleur"
819
 
820
- #: contact_form.php:1406
821
  msgid "Contact Form Pro | Preview"
822
  msgstr "Kontak Vorm Pro | Voorskou"
823
 
824
- #: contact_form.php:1408
825
  msgid "Show with errors"
826
  msgstr "Toon met foutboodskappe"
827
 
828
- #: contact_form.php:1417 contact_form.php:1419
829
  msgid "Please enter your full name..."
830
  msgstr "Vul asseblief u volle name in..."
831
 
832
- #: contact_form.php:1430 contact_form.php:1432
833
  msgid "Please enter your address..."
834
  msgstr "Vul asseblief u adres in... "
835
 
836
- #: contact_form.php:1441 contact_form.php:1443
837
  msgid "Please enter your email address..."
838
  msgstr "Vul asseblief u epos adres in..."
839
 
840
- #: contact_form.php:1452 contact_form.php:1454
841
  msgid "Please enter your phone number..."
842
  msgstr "Vul asseblief u telefoon nommer in... "
843
 
844
- #: contact_form.php:1463 contact_form.php:1465
845
  msgid "Please enter subject..."
846
  msgstr "Vul asseblief 'n onderwerp in... "
847
 
848
- #: contact_form.php:1473 contact_form.php:1475
849
  msgid "Please enter your message..."
850
  msgstr "Vul asseblief jou boodskap in... "
851
 
852
- #: contact_form.php:1586
853
  msgid "Sorry, email message could not be delivered."
854
  msgstr "Verskoning, die epos kon nie gestuur word nie."
855
 
856
- #: contact_form.php:1994
857
  msgid "Contact from"
858
  msgstr "Kontak Vorm"
859
 
860
- #: contact_form.php:2016 contact_form.php:2046
861
  msgid "Phone"
862
  msgstr "Telefoon Nommer"
863
 
864
- #: contact_form.php:2027 contact_form.php:2053
865
  msgid "Site"
866
  msgstr "Webtuiste"
867
 
868
- #: contact_form.php:2140
869
  msgid ""
870
  "If you can see this MIME, it means that the MIME type is not supported by "
871
  "your email client!"
@@ -873,39 +873,39 @@ msgstr ""
873
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
874
  "deur u epos klient nie!"
875
 
876
- #: contact_form.php:2224
877
  msgid "Support"
878
  msgstr "Steun"
879
 
880
- #: contact_form.php:2273
881
  msgid "Are you sure that you want to delete this language data?"
882
  msgstr "Is u seker dat u die taal data wil verwyder?"
883
 
884
- #: contact_form.php:2294
885
  #, fuzzy
886
  msgid "Add multiple forms"
887
  msgstr "Voeg by die vorm by"
888
 
889
- #: contact_form.php:2294
890
  msgid ""
891
  "Install Contact Form Multi plugin to create unlimited number of contact "
892
  "forms."
893
  msgstr ""
894
 
895
- #: contact_form.php:2299
896
  msgid "Learn more"
897
  msgstr ""
898
 
899
- #: contact_form.php:2303
900
  msgid "Close"
901
  msgstr ""
902
 
903
- #: contact_form.php:2491
904
  #, fuzzy
905
  msgid "allows to store your messages to the database."
906
  msgstr "Stoor eposse na die databasis."
907
 
908
- #: contact_form.php:2492
909
  msgid "Manage messages that have been sent from your website."
910
  msgstr ""
911
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:59+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:59+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:35 contact_form.php:663
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
29
  msgid "Name:"
30
  msgstr "Naam:"
31
 
32
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
33
  msgid "Address:"
34
  msgstr "Adres:"
35
 
36
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
37
  msgid "Email Address:"
38
  msgstr "Epos Adres:"
39
 
40
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
41
  msgid "Phone number:"
42
  msgstr "Telefoon nommer:"
43
 
44
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
45
  msgid "Subject:"
46
  msgstr "Onderwerp:"
47
 
48
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
49
  msgid "Message:"
50
  msgstr "Boodskap:"
51
 
52
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
53
  msgid "Attachment:"
54
  msgstr "Aanhegsel:"
55
 
56
+ #: contact_form.php:136
57
  #, fuzzy
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
64
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-"
65
  "Größe: 2MB"
66
 
67
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
68
  msgid "Send me a copy"
69
  msgstr "Stuur vir my 'n kopie"
70
 
71
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
72
  msgid "Submit"
73
  msgstr "Dien in"
74
 
75
+ #: contact_form.php:139
76
  msgid "Your name is required."
77
  msgstr "Jou naam word benodig."
78
 
79
+ #: contact_form.php:140
80
  msgid "Address is required."
81
  msgstr "Adres word benodig."
82
 
83
+ #: contact_form.php:141
84
  msgid "A valid email address is required."
85
  msgstr "'n Geldige epos adres word benodig."
86
 
87
+ #: contact_form.php:142
88
  msgid "Phone number is required."
89
  msgstr "'n Telefoon nommer word benodig."
90
 
91
+ #: contact_form.php:143
92
  msgid "Subject is required."
93
  msgstr "'n Onderwerp word benodig."
94
 
95
+ #: contact_form.php:144
96
  msgid "Message text is required."
97
  msgstr "'n Boodskap teks word benodig ."
98
 
99
+ #: contact_form.php:145
100
  msgid "File format is not valid."
101
  msgstr "Datalêer formaat is nie geldig nie."
102
 
103
+ #: contact_form.php:146
104
  msgid "File upload error."
105
  msgstr "Oplaai van datalêer foutief."
106
 
107
+ #: contact_form.php:147
108
  msgid "The file could not be uploaded."
109
  msgstr "Die datalêer kon nie opgelaai word nie."
110
 
111
+ #: contact_form.php:148
112
  msgid "This file is too large."
113
  msgstr "Die datalêer is te groot."
114
 
115
+ #: contact_form.php:149
116
  msgid "Please fill out the CAPTCHA."
117
  msgstr "Vul asseblief die CAPTCHA in."
118
 
119
+ #: contact_form.php:150
120
  msgid "Please make corrections below and try again."
121
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
122
 
123
+ #: contact_form.php:152
124
  msgid "Thank you for contacting us."
125
  msgstr "Dankie dat jy ons gekontak het."
126
 
127
+ #: contact_form.php:552
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
+ #: contact_form.php:562
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
138
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
139
  "volgende formaat wees"
140
 
141
+ #: contact_form.php:571
142
  #, fuzzy
143
  msgid "Such user does not exist."
144
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
145
 
146
+ #: contact_form.php:581
147
  #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
151
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
152
  "is nie gestoor nie."
153
 
154
+ #: contact_form.php:589
155
  #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
159
  "is nie gestoor nie."
160
 
161
+ #: contact_form.php:612
162
  msgid "Settings saved."
163
  msgstr "Verstellings is gestoor."
164
 
165
+ #: contact_form.php:614
166
  #, fuzzy
167
  msgid "Settings are not saved."
168
  msgstr "Verstellings is gestoor."
169
 
170
+ #: contact_form.php:652
171
  msgid "All plugin settings were restored."
172
  msgstr ""
173
 
174
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
175
  msgid "Settings"
176
  msgstr "Verstellings"
177
 
178
+ #: contact_form.php:666
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Addisionele opsies"
182
 
183
+ #: contact_form.php:667
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
+ #: contact_form.php:668 contact_form.php:2229
188
  msgid "FAQ"
189
  msgstr "Gereeld Gestelde Vrae (FAQ)"
190
 
191
+ #: contact_form.php:669
192
  msgid "Go PRO"
193
  msgstr "Gaan PRO"
194
 
195
+ #: contact_form.php:672 contact_form.php:674
196
  msgid "Notice:"
197
  msgstr "Kennisgewing:"
198
 
199
+ #: contact_form.php:672
200
  msgid ""
201
  "The plugin's settings have been changed. In order to save them please don't "
202
  "forget to click the 'Save Changes' button."
204
  "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek "
205
  "om die veranderinge te stoor."
206
 
207
+ #: contact_form.php:685
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
211
  msgstr ""
212
 
213
+ #: contact_form.php:692
214
  #, fuzzy
215
  msgid ""
216
  "If you would like to add Contact Form to your website, just copy and paste "
219
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
220
  "kortkode na u post, bladsy of widget:"
221
 
222
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
223
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
224
+ #: contact_form.php:1158 contact_form.php:1160
225
  msgid "or"
226
  msgstr "of"
227
 
228
+ #: contact_form.php:693
229
  #, fuzzy
230
  msgid ""
231
  "If you have any problems with the standard shortcode [contact_form], you "
234
  "As u enige probelem het met die standaard kortkode [contact_form], moet u "
235
  "die volgende kortkodes gebruik"
236
 
237
+ #: contact_form.php:693 contact_form.php:696
238
  msgid "They work the same way."
239
  msgstr "Hulle werk op dieselfde manier."
240
 
241
+ #: contact_form.php:695 contact_form.php:1507
242
  msgid ""
243
  "If you would like to add the Contact Form to your website, just copy and "
244
  "paste this shortcode to your post or page or widget:"
246
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
247
  "kortkode na u post, bladsy of widget:"
248
 
249
+ #: contact_form.php:696
250
  msgid ""
251
  "If have any problems with the standard shortcode [contact_form], you should "
252
  "use the shortcode"
254
  "As u enige probelem het met die standaard kortkode [contact_form], moet u "
255
  "die volgende kortkodes gebruik"
256
 
257
+ #: contact_form.php:700
258
  msgid ""
259
  "If you leave the fields empty, the messages will be sent to the email "
260
  "address specified during registration."
262
  "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
263
  "wat gespesifiseer was gedurende registrasie"
264
 
265
+ #: contact_form.php:703
266
  msgid "The user's email address:"
267
  msgstr "Die gebruiker se epos adres:"
268
 
269
+ #: contact_form.php:707
270
  #, fuzzy
271
  msgid "Select a username"
272
  msgstr "Skep 'n gebruikersnaam"
273
 
274
+ #: contact_form.php:720
275
  msgid ""
276
  "Enter a username of the person who should get the messages from the contact "
277
  "form."
279
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
280
  "die kontak vorm."
281
 
282
+ #: contact_form.php:724
283
  msgid "Use this email address:"
284
  msgstr "Gebruik hierdie epos adres:"
285
 
286
+ #: contact_form.php:728
287
  msgid "Enter the email address you want the messages forwarded to."
288
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
289
 
290
+ #: contact_form.php:737
291
  msgid "Add department selectbox to the contact form:"
292
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
293
 
294
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
295
  msgid "If you upgrade to Pro version all your settings will be saved."
296
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
297
 
298
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
299
+ #: contact_form.php:1213 contact_form.php:1397
300
  msgid "Unlock premium options by upgrading to PRO version."
301
  msgstr ""
302
 
303
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
304
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
305
  msgid "Learn More"
306
  msgstr ""
307
 
308
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
309
+ #: contact_form.php:1217 contact_form.php:1401
310
  #, fuzzy
311
  msgid "Go"
312
  msgstr "Go!"
313
 
314
+ #: contact_form.php:763
315
  msgid "Save emails to the database"
316
  msgstr "Stoor eposse na die databasis."
317
 
318
+ #: contact_form.php:768
319
  msgid "Using"
320
  msgstr "In Gebruik"
321
 
322
+ #: contact_form.php:771 contact_form.php:775
323
  #, fuzzy
324
  msgid "Using Contact Form to DB by BestWebSoft"
325
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
326
 
327
+ #: contact_form.php:771
328
  msgid "Activate"
329
  msgstr "Aktiveer"
330
 
331
+ #: contact_form.php:775
332
  msgid "Download"
333
  msgstr "Download"
334
 
335
+ #: contact_form.php:785
336
  msgid "What to use?"
337
  msgstr "Wat om te gebruik?"
338
 
339
+ #: contact_form.php:790
340
  msgid "Wp-mail"
341
  msgstr "Wp-mail"
342
 
343
+ #: contact_form.php:792
344
  msgid "You can use the wp_mail function for mailing"
345
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
346
 
347
+ #: contact_form.php:795
348
  msgid "Mail"
349
  msgstr "Mail"
350
 
351
+ #: contact_form.php:797
352
  msgid "To send mail you can use the php mail function"
353
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
354
 
355
+ #: contact_form.php:802
356
  msgid "'FROM' field"
357
  msgstr ""
358
 
359
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
360
+ #: contact_form.php:2006 contact_form.php:2042
361
  msgid "Name"
362
  msgstr "Naam"
363
 
364
+ #: contact_form.php:811
365
  msgid "User name"
366
  msgstr "Gebruikersnaam"
367
 
368
+ #: contact_form.php:813
369
  msgid ""
370
  "The name of the user who fills the form will be used in the field 'From'."
371
  msgstr ""
372
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
373
  "Van' veld."
374
 
375
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
376
  msgid "Email"
377
  msgstr "Epos"
378
 
379
+ #: contact_form.php:826
380
  msgid "User email"
381
  msgstr "Gebruiker epos"
382
 
383
+ #: contact_form.php:828
384
  msgid ""
385
  "The email address of the user who fills the form will be used in the field "
386
  "'From'."
388
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
389
  "'From/van' veld."
390
 
391
+ #: contact_form.php:832
392
  msgid ""
393
  "If this option is changed, email messages may be moved to the spam folder or "
394
  "email delivery failures may occur."
395
  msgstr ""
396
 
397
+ #: contact_form.php:838
398
  msgid "Required symbol"
399
  msgstr "Benodigde simbool"
400
 
401
+ #: contact_form.php:848
402
  msgid "Fields"
403
  msgstr "Velde"
404
 
405
+ #: contact_form.php:849
406
  msgid "Used"
407
  msgstr "Gebruik"
408
 
409
+ #: contact_form.php:850
410
  msgid "Required"
411
  msgstr "Benodig"
412
 
413
+ #: contact_form.php:851
414
  msgid "Visible"
415
  msgstr "Sigbaar"
416
 
417
+ #: contact_form.php:852
418
  msgid "Disabled for editing"
419
  msgstr "Gedeaktiveer vir wysiging"
420
 
421
+ #: contact_form.php:853
422
  msgid "Field's default value"
423
  msgstr "Veld se verstekwaarde"
424
 
425
+ #: contact_form.php:858
426
  msgid "Department selectbox"
427
  msgstr ""
428
 
429
+ #: contact_form.php:873
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
432
 
433
+ #: contact_form.php:874 contact_form.php:902
434
  msgid ""
435
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
436
  "in users."
437
  msgstr ""
438
 
439
+ #: contact_form.php:878
440
  msgid "Location selectbox"
441
  msgstr ""
442
 
443
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
444
+ #: contact_form.php:2046
445
  msgid "Address"
446
  msgstr "Adres: "
447
 
448
+ #: contact_form.php:894
449
  msgid "Email Address"
450
  msgstr "Epos Adres:"
451
 
452
+ #: contact_form.php:901
453
  msgid "Use User's email as a default value if the user is logged in."
454
  msgstr ""
455
 
456
+ #: contact_form.php:906
457
  msgid "Phone number"
458
  msgstr "Telefoon nommer:"
459
 
460
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
461
+ #: contact_form.php:2055
462
  msgid "Subject"
463
  msgstr "Onderwerp"
464
 
465
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
466
+ #: contact_form.php:2057
467
  msgid "Message"
468
  msgstr "Boodskap"
469
 
470
+ #: contact_form.php:946
471
  msgid "Attachment block"
472
  msgstr "Aanhegsel blok"
473
 
474
+ #: contact_form.php:948
475
  msgid "Users can attach the following file formats"
476
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
477
 
478
+ #: contact_form.php:961
479
  msgid "Add to the form"
480
  msgstr "Voeg by die vorm by"
481
 
482
+ #: contact_form.php:966
483
  msgid "Tips below the Attachment"
484
  msgstr "Wenke onder die Aanhegsel"
485
 
486
+ #: contact_form.php:975
487
  msgid "'Send me a copy' block"
488
  msgstr "'Stuur vir my 'n kopie' blok"
489
 
490
+ #: contact_form.php:988
491
  msgid "Activate captcha"
492
  msgstr "Aktiveer captcha"
493
 
494
+ #: contact_form.php:992
495
  msgid "Download captcha"
496
  msgstr "Laai captcha af"
497
 
498
+ #: contact_form.php:1000
499
  msgid "Agreement checkbox"
500
  msgstr "Ooreenstemming checkbox"
501
 
502
+ #: contact_form.php:1000
503
  msgid "Required checkbox for submitting the form"
504
  msgstr "Benodigde checkbox om die vorm in te dien"
505
 
506
+ #: contact_form.php:1001
507
  msgid "Optional checkbox"
508
  msgstr "Opsie checkbox"
509
 
510
+ #: contact_form.php:1001
511
  msgid "Optional checkbox, the results of which will be displayed in email"
512
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
513
 
514
+ #: contact_form.php:1019
515
  msgid "Delete an attachment file from the server after the email is sent"
516
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
517
 
518
+ #: contact_form.php:1025
519
  msgid "Email in HTML format sending"
520
  msgstr "E-Mail in HTML Format"
521
 
522
+ #: contact_form.php:1029
523
  msgid "Display additional info in the email"
524
  msgstr "Toon addisionele inligting in die epos"
525
 
526
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
527
  msgid "Sent from (ip address)"
528
  msgstr "Gestuur van (IP-Adres)"
529
 
530
+ #: contact_form.php:1035
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
533
 
534
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
535
  msgid "Date/Time"
536
  msgstr "Datum/Tyd"
537
 
538
+ #: contact_form.php:1036
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
541
 
542
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
543
  msgid "Sent from (referer)"
544
  msgstr "Gestuur van (referer)"
545
 
546
+ #: contact_form.php:1037
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr ""
550
  "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
551
  "ons/"
552
 
553
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
554
  msgid "Using (user agent)"
555
  msgstr "Gebruik (user agent)"
556
 
557
+ #: contact_form.php:1038
558
  msgid ""
559
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
560
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
562
  "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
563
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
564
 
565
+ #: contact_form.php:1043
566
  msgid "Language settings for the field names in the form"
567
  msgstr "Taal verstellings vir die naamvelde in die vorm"
568
 
569
+ #: contact_form.php:1052
570
  msgid "Add a language"
571
  msgstr "Voeg 'n taal by"
572
 
573
+ #: contact_form.php:1056
574
  msgid "Change the names of the contact form fields and error messages"
575
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
576
 
577
+ #: contact_form.php:1061 contact_form.php:1148
578
  msgid "English"
579
  msgstr "Engels"
580
 
581
+ #: contact_form.php:1069 contact_form.php:1103
582
  msgid "click to expand/hide the list"
583
  msgstr "Kliek om uit te brei/lys te versteek"
584
 
585
+ #: contact_form.php:1078 contact_form.php:1112
586
  msgid "Tips below the Attachment block"
587
  msgstr "Wenke onder toe Aanhegsel blok"
588
 
589
+ #: contact_form.php:1081 contact_form.php:1115
590
  msgid "Error message for the Name field"
591
  msgstr "FFoutboodskap vir die Naamveld"
592
 
593
+ #: contact_form.php:1082 contact_form.php:1116
594
  msgid "Error message for the Address field"
595
  msgstr "Foutboodskap vir die Adres veld"
596
 
597
+ #: contact_form.php:1083 contact_form.php:1117
598
  msgid "Error message for the Email field"
599
  msgstr "Foutboodskap vir die Epos veld"
600
 
601
+ #: contact_form.php:1084 contact_form.php:1118
602
  msgid "Error message for the Phone field"
603
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
604
 
605
+ #: contact_form.php:1085 contact_form.php:1119
606
  msgid "Error message for the Subject field"
607
  msgstr "Foutboodskap vir die Onderwerp veld"
608
 
609
+ #: contact_form.php:1086 contact_form.php:1120
610
  msgid "Error message for the Message field"
611
  msgstr "Foutboodskap vir die Boodskap veld"
612
 
613
+ #: contact_form.php:1087 contact_form.php:1121
614
  msgid "Error message about the file type for the Attachment field"
615
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
616
 
617
+ #: contact_form.php:1088 contact_form.php:1122
618
  msgid ""
619
  "Error message while uploading a file for the Attachment field to the server"
620
  msgstr ""
621
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
622
 
623
+ #: contact_form.php:1089 contact_form.php:1123
624
  msgid "Error message while moving the file for the Attachment field"
625
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
626
 
627
+ #: contact_form.php:1090 contact_form.php:1124
628
  msgid "Error message when file size limit for the Attachment field is exceeded"
629
  msgstr ""
630
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
631
 
632
+ #: contact_form.php:1091 contact_form.php:1125
633
  msgid "Error message for the Captcha field"
634
  msgstr "Foutboodskap vir die Captcha veld"
635
 
636
+ #: contact_form.php:1092 contact_form.php:1126
637
  msgid "Error message for the whole form"
638
  msgstr "Foutboodskap vir die hele vorm"
639
 
640
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
641
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
642
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
643
+ #: contact_form.php:2364
644
  msgid "Use shortcode"
645
  msgstr "Gebruik kortkode"
646
 
647
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
648
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
649
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
650
+ #: contact_form.php:2364
651
  msgid "for this language"
652
  msgstr "vir hierdie taal"
653
 
654
+ #: contact_form.php:1139
655
  #, fuzzy
656
  msgid "Use the changed names of the contact form fields in the email"
657
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
658
 
659
+ #: contact_form.php:1145
660
  msgid "Action after email is sent"
661
  msgstr "Aksie na epos gestuur is"
662
 
663
+ #: contact_form.php:1147
664
  msgid "Display text"
665
  msgstr "Toon teks"
666
 
667
+ #: contact_form.php:1156 contact_form.php:1166
668
  msgid "Text"
669
  msgstr "teks"
670
 
671
+ #: contact_form.php:1177
672
  msgid "Redirect to the page"
673
  msgstr "Herlei na die bladsy"
674
 
675
+ #: contact_form.php:1178
676
  msgid "Url"
677
  msgstr "Url"
678
 
679
+ #: contact_form.php:1182
680
  msgid "The $_SERVER variable that is used to build a URL of the form"
681
  msgstr ""
682
 
683
+ #: contact_form.php:1187
684
  msgid ""
685
  "If you are not sure whether to change this setting or not, please do not do "
686
  "that."
687
  msgstr ""
688
 
689
+ #: contact_form.php:1197
690
  msgid "Auto Response"
691
  msgstr ""
692
 
693
+ #: contact_form.php:1201
694
  #, php-format
695
  msgid ""
696
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
698
  "name."
699
  msgstr ""
700
 
701
+ #: contact_form.php:1226 contact_form.php:1408
702
  msgid "Save Changes"
703
  msgstr "Stoor veranderinge"
704
 
705
+ #: contact_form.php:1239
706
  msgid "Errors output"
707
  msgstr "Foutboodskap uitset"
708
 
709
+ #: contact_form.php:1242
710
  msgid "Display error messages"
711
  msgstr "Toon foutboodskappe"
712
 
713
+ #: contact_form.php:1243
714
  msgid "Color of the input field errors."
715
  msgstr "Kleur van die inset veld foutboodskappe"
716
 
717
+ #: contact_form.php:1244
718
  msgid "Display error messages & color of the input field errors"
719
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
720
 
721
+ #: contact_form.php:1249
722
  msgid "Add placeholder to the input blocks"
723
  msgstr "Voeg 'n plekhouer by die inset blokke"
724
 
725
+ #: contact_form.php:1255
726
  msgid "Add tooltips"
727
  msgstr "Voeg tool-wenke"
728
 
729
+ #: contact_form.php:1269
730
  msgid "Email address"
731
  msgstr "Epos Adres:"
732
 
733
+ #: contact_form.php:1274
734
  msgid "Phone Number"
735
  msgstr "Telefoon Nommer:"
736
 
737
+ #: contact_form.php:1288
738
  msgid "Attachment"
739
  msgstr "Aanhegsel:"
740
 
741
+ #: contact_form.php:1298
742
  msgid "Style options"
743
  msgstr "Styl opsies"
744
 
745
+ #: contact_form.php:1301
746
  msgid "Text color"
747
  msgstr "Teks kleur"
748
 
749
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
750
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
751
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
752
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
753
  msgid "Default"
754
  msgstr "Verstek"
755
 
756
+ #: contact_form.php:1306
757
  msgid "Label text color"
758
  msgstr "Etiket teks kleur"
759
 
760
+ #: contact_form.php:1311
761
  msgid "Placeholder color"
762
  msgstr "Plekhouer kleur"
763
 
764
+ #: contact_form.php:1316
765
  msgid "Errors color"
766
  msgstr "Foutboodskap kleur"
767
 
768
+ #: contact_form.php:1321
769
  msgid "Error text color"
770
  msgstr "Foutboodskap teks kleur"
771
 
772
+ #: contact_form.php:1326
773
  msgid "Background color of the input field errors"
774
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
775
 
776
+ #: contact_form.php:1331
777
  msgid "Border color of the input field errors"
778
  msgstr "Rand-kleur van die inset veld foutboodskappe"
779
 
780
+ #: contact_form.php:1336
781
  msgid "Placeholder color of the input field errors"
782
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
783
 
784
+ #: contact_form.php:1341
785
  msgid "Input fields"
786
  msgstr "Inset velde"
787
 
788
+ #: contact_form.php:1346
789
  msgid "Input fields background color"
790
  msgstr "Inset velde agtergrond kleur"
791
 
792
+ #: contact_form.php:1351
793
  msgid "Text fields color"
794
  msgstr "Teks velde kleur"
795
 
796
+ #: contact_form.php:1355
797
  msgid "Border width in px, numbers only"
798
  msgstr "Rand wydte in px, nommers alleenlik"
799
 
800
+ #: contact_form.php:1360 contact_form.php:1384
801
  msgid "Border color"
802
  msgstr "Rand kleur"
803
 
804
+ #: contact_form.php:1365
805
  msgid "Submit button"
806
  msgstr "Indien knoppie"
807
 
808
+ #: contact_form.php:1369
809
  msgid "Width in px, numbers only"
810
  msgstr "Wydte in px, nommers alleenlik"
811
 
812
+ #: contact_form.php:1374
813
  msgid "Button color"
814
  msgstr "Knoppie Kleur"
815
 
816
+ #: contact_form.php:1379
817
  msgid "Button text color"
818
  msgstr "Knoppie teks kleur"
819
 
820
+ #: contact_form.php:1412
821
  msgid "Contact Form Pro | Preview"
822
  msgstr "Kontak Vorm Pro | Voorskou"
823
 
824
+ #: contact_form.php:1414
825
  msgid "Show with errors"
826
  msgstr "Toon met foutboodskappe"
827
 
828
+ #: contact_form.php:1423 contact_form.php:1425
829
  msgid "Please enter your full name..."
830
  msgstr "Vul asseblief u volle name in..."
831
 
832
+ #: contact_form.php:1436 contact_form.php:1438
833
  msgid "Please enter your address..."
834
  msgstr "Vul asseblief u adres in... "
835
 
836
+ #: contact_form.php:1447 contact_form.php:1449
837
  msgid "Please enter your email address..."
838
  msgstr "Vul asseblief u epos adres in..."
839
 
840
+ #: contact_form.php:1458 contact_form.php:1460
841
  msgid "Please enter your phone number..."
842
  msgstr "Vul asseblief u telefoon nommer in... "
843
 
844
+ #: contact_form.php:1469 contact_form.php:1471
845
  msgid "Please enter subject..."
846
  msgstr "Vul asseblief 'n onderwerp in... "
847
 
848
+ #: contact_form.php:1479 contact_form.php:1481
849
  msgid "Please enter your message..."
850
  msgstr "Vul asseblief jou boodskap in... "
851
 
852
+ #: contact_form.php:1592
853
  msgid "Sorry, email message could not be delivered."
854
  msgstr "Verskoning, die epos kon nie gestuur word nie."
855
 
856
+ #: contact_form.php:2000
857
  msgid "Contact from"
858
  msgstr "Kontak Vorm"
859
 
860
+ #: contact_form.php:2022 contact_form.php:2052
861
  msgid "Phone"
862
  msgstr "Telefoon Nommer"
863
 
864
+ #: contact_form.php:2033 contact_form.php:2059
865
  msgid "Site"
866
  msgstr "Webtuiste"
867
 
868
+ #: contact_form.php:2146
869
  msgid ""
870
  "If you can see this MIME, it means that the MIME type is not supported by "
871
  "your email client!"
873
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
874
  "deur u epos klient nie!"
875
 
876
+ #: contact_form.php:2230
877
  msgid "Support"
878
  msgstr "Steun"
879
 
880
+ #: contact_form.php:2279
881
  msgid "Are you sure that you want to delete this language data?"
882
  msgstr "Is u seker dat u die taal data wil verwyder?"
883
 
884
+ #: contact_form.php:2300
885
  #, fuzzy
886
  msgid "Add multiple forms"
887
  msgstr "Voeg by die vorm by"
888
 
889
+ #: contact_form.php:2300
890
  msgid ""
891
  "Install Contact Form Multi plugin to create unlimited number of contact "
892
  "forms."
893
  msgstr ""
894
 
895
+ #: contact_form.php:2305
896
  msgid "Learn more"
897
  msgstr ""
898
 
899
+ #: contact_form.php:2309
900
  msgid "Close"
901
  msgstr ""
902
 
903
+ #: contact_form.php:2497
904
  #, fuzzy
905
  msgid "allows to store your messages to the database."
906
  msgstr "Stoor eposse na die databasis."
907
 
908
+ #: contact_form.php:2498
909
  msgid "Manage messages that have been sent from your website."
910
  msgstr ""
911
 
languages/{contact_form-ca.mo → contact-form-plugin-ca.mo} RENAMED
Binary file
languages/{contact_form-ca.po → contact-form-plugin-ca.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:13+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:13+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
@@ -24,35 +24,35 @@ msgstr "Opcions Contact Form"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "Nom:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "Adreça:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "Adreça de correu electrònic:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "Nombre de telèfon"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "Asumpte:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "Missatge:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "Adjunt:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,73 +63,73 @@ msgstr ""
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: "
64
  "2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "Envia'm una còpia"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "Enviar"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "El seu nom es obligatori."
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Una adreça vàlida és obligatòria."
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "Una Adreça de correu electrònic és obligatòria."
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "El seu nombre de telèfon és obligatori."
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "L'assumpte és obligatori."
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "El missatge és obligatori."
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "El format de l'adjunt és incorrecte."
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Error de càrrega del fitxer"
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "El fitxer no ha pogut ser carregat"
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Aquest document és massa gran."
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Si us plau completi el CAPTCHA"
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Gràcies per contactar amb nosaltres"
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
@@ -137,12 +137,12 @@ msgstr ""
137
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
138
  "camp URL ha d'estar en el següent format"
139
 
140
- #: contact_form.php:565
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Usuari inexistent. Els canvis no s'han desat."
144
 
145
- #: contact_form.php:575
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
@@ -150,64 +150,64 @@ msgstr ""
150
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
151
  "no s'han desat."
152
 
153
- #: contact_form.php:583
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
158
  "no s'han desat."
159
 
160
- #: contact_form.php:606
161
  msgid "Settings saved."
162
  msgstr "Configuració desada."
163
 
164
- #: contact_form.php:608
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Configuració desada."
168
 
169
- #: contact_form.php:646
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
174
  msgid "Settings"
175
  msgstr "Configuració"
176
 
177
- #: contact_form.php:660
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Opcions addicionals"
181
 
182
- #: contact_form.php:661
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
- #: contact_form.php:662 contact_form.php:2223
187
  msgid "FAQ"
188
  msgstr "FAQ"
189
 
190
- #: contact_form.php:663
191
  msgid "Go PRO"
192
  msgstr ""
193
 
194
- #: contact_form.php:666 contact_form.php:668
195
  msgid "Notice:"
196
  msgstr ""
197
 
198
- #: contact_form.php:666
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
202
  msgstr ""
203
 
204
- #: contact_form.php:679
205
  msgid ""
206
  "If you want to create multiple contact forms, please install the Contact "
207
  "Form Multi plugin."
208
  msgstr ""
209
 
210
- #: contact_form.php:686
211
  #, fuzzy
212
  msgid ""
213
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -216,23 +216,23 @@ msgstr ""
216
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
217
  "seu missatge, pàgina o widget:"
218
 
219
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
220
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
221
- #: contact_form.php:1152 contact_form.php:1154
222
  msgid "or"
223
  msgstr ""
224
 
225
- #: contact_form.php:687
226
  msgid ""
227
  "If you have any problems with the standard shortcode [contact_form], you "
228
  "should use the shortcode"
229
  msgstr ""
230
 
231
- #: contact_form.php:687 contact_form.php:690
232
  msgid "They work the same way."
233
  msgstr ""
234
 
235
- #: contact_form.php:689 contact_form.php:1501
236
  msgid ""
237
  "If you would like to add the Contact Form to your website, just copy and "
238
  "paste this shortcode to your post or page or widget:"
@@ -240,13 +240,13 @@ msgstr ""
240
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
241
  "seu missatge, pàgina o widget:"
242
 
243
- #: contact_form.php:690
244
  msgid ""
245
  "If have any problems with the standard shortcode [contact_form], you should "
246
  "use the shortcode"
247
  msgstr ""
248
 
249
- #: contact_form.php:694
250
  msgid ""
251
  "If you leave the fields empty, the messages will be sent to the email "
252
  "address specified during registration."
@@ -254,109 +254,109 @@ msgstr ""
254
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
255
  "durant el registre."
256
 
257
- #: contact_form.php:697
258
  msgid "The user's email address:"
259
  msgstr "Adreça de correu electrònic de l'usuari:"
260
 
261
- #: contact_form.php:701
262
  #, fuzzy
263
  msgid "Select a username"
264
  msgstr "Seleccioni un nom d'usuari"
265
 
266
- #: contact_form.php:714
267
  msgid ""
268
  "Enter a username of the person who should get the messages from the contact "
269
  "form."
270
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
271
 
272
- #: contact_form.php:718
273
  msgid "Use this email address:"
274
  msgstr "Usi aquesta adreça de correu electrònic::"
275
 
276
- #: contact_form.php:722
277
  msgid "Enter the email address you want the messages forwarded to."
278
  msgstr ""
279
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
280
 
281
- #: contact_form.php:731
282
  msgid "Add department selectbox to the contact form:"
283
  msgstr ""
284
 
285
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
286
  msgid "If you upgrade to Pro version all your settings will be saved."
287
  msgstr ""
288
 
289
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
290
- #: contact_form.php:1207 contact_form.php:1391
291
  msgid "Unlock premium options by upgrading to PRO version."
292
  msgstr ""
293
 
294
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
295
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
296
  msgid "Learn More"
297
  msgstr ""
298
 
299
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
300
- #: contact_form.php:1211 contact_form.php:1395
301
  msgid "Go"
302
  msgstr ""
303
 
304
- #: contact_form.php:757
305
  msgid "Save emails to the database"
306
  msgstr ""
307
 
308
- #: contact_form.php:762
309
  msgid "Using"
310
  msgstr ""
311
 
312
- #: contact_form.php:765 contact_form.php:769
313
  #, fuzzy
314
  msgid "Using Contact Form to DB by BestWebSoft"
315
  msgstr "Contact Form Pro"
316
 
317
- #: contact_form.php:765
318
  #, fuzzy
319
  msgid "Activate"
320
  msgstr "Captcha activat"
321
 
322
- #: contact_form.php:769
323
  msgid "Download"
324
  msgstr "Descarregar"
325
 
326
- #: contact_form.php:779
327
  msgid "What to use?"
328
  msgstr "Què usar?"
329
 
330
- #: contact_form.php:784
331
  msgid "Wp-mail"
332
  msgstr "Wp-mail"
333
 
334
- #: contact_form.php:786
335
  msgid "You can use the wp_mail function for mailing"
336
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
337
 
338
- #: contact_form.php:789
339
  msgid "Mail"
340
  msgstr "Mail"
341
 
342
- #: contact_form.php:791
343
  msgid "To send mail you can use the php mail function"
344
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
345
 
346
- #: contact_form.php:796
347
  msgid "'FROM' field"
348
  msgstr ""
349
 
350
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
351
- #: contact_form.php:2000 contact_form.php:2036
352
  msgid "Name"
353
  msgstr "Nom"
354
 
355
- #: contact_form.php:805
356
  msgid "User name"
357
  msgstr ""
358
 
359
- #: contact_form.php:807
360
  #, fuzzy
361
  msgid ""
362
  "The name of the user who fills the form will be used in the field 'From'."
@@ -364,15 +364,15 @@ msgstr ""
364
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
365
  "posar al camp 'From'."
366
 
367
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
368
  msgid "Email"
369
  msgstr "Adreça de correu electrònic"
370
 
371
- #: contact_form.php:820
372
  msgid "User email"
373
  msgstr ""
374
 
375
- #: contact_form.php:822
376
  msgid ""
377
  "The email address of the user who fills the form will be used in the field "
378
  "'From'."
@@ -380,315 +380,315 @@ msgstr ""
380
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
381
  "posar al camp 'From'."
382
 
383
- #: contact_form.php:826
384
  msgid ""
385
  "If this option is changed, email messages may be moved to the spam folder or "
386
  "email delivery failures may occur."
387
  msgstr ""
388
 
389
- #: contact_form.php:832
390
  #, fuzzy
391
  msgid "Required symbol"
392
  msgstr "Camps requerits"
393
 
394
- #: contact_form.php:842
395
  msgid "Fields"
396
  msgstr ""
397
 
398
- #: contact_form.php:843
399
  msgid "Used"
400
  msgstr ""
401
 
402
- #: contact_form.php:844
403
  #, fuzzy
404
  msgid "Required"
405
  msgstr "Camps requerits"
406
 
407
- #: contact_form.php:845
408
  msgid "Visible"
409
  msgstr ""
410
 
411
- #: contact_form.php:846
412
  msgid "Disabled for editing"
413
  msgstr ""
414
 
415
- #: contact_form.php:847
416
  msgid "Field's default value"
417
  msgstr ""
418
 
419
- #: contact_form.php:852
420
  msgid "Department selectbox"
421
  msgstr ""
422
 
423
- #: contact_form.php:867
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
- #: contact_form.php:868 contact_form.php:896
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:872
434
  msgid "Location selectbox"
435
  msgstr ""
436
 
437
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
438
- #: contact_form.php:2040
439
  msgid "Address"
440
  msgstr "Adreça:"
441
 
442
- #: contact_form.php:888
443
  msgid "Email Address"
444
  msgstr "Adreça de correu electrònic:"
445
 
446
- #: contact_form.php:895
447
  msgid "Use User's email as a default value if the user is logged in."
448
  msgstr ""
449
 
450
- #: contact_form.php:900
451
  #, fuzzy
452
  msgid "Phone number"
453
  msgstr "Nombre de telèfon"
454
 
455
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
456
- #: contact_form.php:2049
457
  msgid "Subject"
458
  msgstr "Assumpte"
459
 
460
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
461
- #: contact_form.php:2051
462
  msgid "Message"
463
  msgstr "MIssatge"
464
 
465
- #: contact_form.php:940
466
  msgid "Attachment block"
467
  msgstr "Adjunt blocat"
468
 
469
- #: contact_form.php:942
470
  msgid "Users can attach the following file formats"
471
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
472
 
473
- #: contact_form.php:955
474
  msgid "Add to the form"
475
  msgstr ""
476
 
477
- #: contact_form.php:960
478
  #, fuzzy
479
  msgid "Tips below the Attachment"
480
  msgstr "Consells del blocatge de l'adjunt"
481
 
482
- #: contact_form.php:969
483
  #, fuzzy
484
  msgid "'Send me a copy' block"
485
  msgstr "Envia'm una còpia"
486
 
487
- #: contact_form.php:982
488
  msgid "Activate captcha"
489
  msgstr "Captcha activat"
490
 
491
- #: contact_form.php:986
492
  msgid "Download captcha"
493
  msgstr "Descarrega captcha"
494
 
495
- #: contact_form.php:994
496
  msgid "Agreement checkbox"
497
  msgstr ""
498
 
499
- #: contact_form.php:994
500
  msgid "Required checkbox for submitting the form"
501
  msgstr ""
502
 
503
- #: contact_form.php:995
504
  msgid "Optional checkbox"
505
  msgstr ""
506
 
507
- #: contact_form.php:995
508
  msgid "Optional checkbox, the results of which will be displayed in email"
509
  msgstr ""
510
 
511
- #: contact_form.php:1013
512
  msgid "Delete an attachment file from the server after the email is sent"
513
  msgstr ""
514
 
515
- #: contact_form.php:1019
516
  msgid "Email in HTML format sending"
517
  msgstr ""
518
 
519
- #: contact_form.php:1023
520
  msgid "Display additional info in the email"
521
  msgstr "Mostra informació addicional al correu electrònic,"
522
 
523
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
524
  msgid "Sent from (ip address)"
525
  msgstr "Enviat des de (adreça IP)"
526
 
527
- #: contact_form.php:1029
528
  #, fuzzy
529
  msgid "Example: Sent from (IP address):\t127.0.0.1"
530
  msgstr "Enviat des de (adreça IP)"
531
 
532
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
533
  msgid "Date/Time"
534
  msgstr "Data/hora"
535
 
536
- #: contact_form.php:1030
537
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
538
  msgstr ""
539
 
540
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
541
  msgid "Sent from (referer)"
542
  msgstr "Enviat des de (referent)"
543
 
544
- #: contact_form.php:1031
545
  msgid ""
546
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
547
  msgstr ""
548
 
549
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
550
  msgid "Using (user agent)"
551
  msgstr "Usant (user agent)"
552
 
553
- #: contact_form.php:1032
554
  msgid ""
555
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
556
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
557
  msgstr ""
558
 
559
- #: contact_form.php:1037
560
  msgid "Language settings for the field names in the form"
561
  msgstr "Configuració de la llengua als noms dels camps del formulari"
562
 
563
- #: contact_form.php:1046
564
  msgid "Add a language"
565
  msgstr "Afegeix lengua"
566
 
567
- #: contact_form.php:1050
568
  msgid "Change the names of the contact form fields and error messages"
569
  msgstr ""
570
  "Modifica els noms dels camps i els missatges d'error del formulari de "
571
  "contacte"
572
 
573
- #: contact_form.php:1055 contact_form.php:1142
574
  msgid "English"
575
  msgstr "Anglès"
576
 
577
- #: contact_form.php:1063 contact_form.php:1097
578
  msgid "click to expand/hide the list"
579
  msgstr ""
580
 
581
- #: contact_form.php:1072 contact_form.php:1106
582
  #, fuzzy
583
  msgid "Tips below the Attachment block"
584
  msgstr "Consells del blocatge de l'adjunt"
585
 
586
- #: contact_form.php:1075 contact_form.php:1109
587
  msgid "Error message for the Name field"
588
  msgstr "Missatge d'error per al camp 'Nom'"
589
 
590
- #: contact_form.php:1076 contact_form.php:1110
591
  msgid "Error message for the Address field"
592
  msgstr "Missatge d'error per al camp 'Adreça'"
593
 
594
- #: contact_form.php:1077 contact_form.php:1111
595
  msgid "Error message for the Email field"
596
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
597
 
598
- #: contact_form.php:1078 contact_form.php:1112
599
  msgid "Error message for the Phone field"
600
  msgstr "Missatge d'error per al camp 'Telèfon\""
601
 
602
- #: contact_form.php:1079 contact_form.php:1113
603
  msgid "Error message for the Subject field"
604
  msgstr "Missatge d'error per al camp 'Assumpte'"
605
 
606
- #: contact_form.php:1080 contact_form.php:1114
607
  msgid "Error message for the Message field"
608
  msgstr "Missatge d'error per al camp 'Missatge'"
609
 
610
- #: contact_form.php:1081 contact_form.php:1115
611
  msgid "Error message about the file type for the Attachment field"
612
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
613
 
614
- #: contact_form.php:1082 contact_form.php:1116
615
  msgid ""
616
  "Error message while uploading a file for the Attachment field to the server"
617
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
618
 
619
- #: contact_form.php:1083 contact_form.php:1117
620
  msgid "Error message while moving the file for the Attachment field"
621
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
622
 
623
- #: contact_form.php:1084 contact_form.php:1118
624
  msgid "Error message when file size limit for the Attachment field is exceeded"
625
  msgstr ""
626
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
627
 
628
- #: contact_form.php:1085 contact_form.php:1119
629
  msgid "Error message for the Captcha field"
630
  msgstr "Missatge d'error al camp Captcha"
631
 
632
- #: contact_form.php:1086 contact_form.php:1120
633
  msgid "Error message for the whole form"
634
  msgstr "Missatge d'error a tot el formulari"
635
 
636
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
637
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
638
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
639
- #: contact_form.php:2358
640
  msgid "Use shortcode"
641
  msgstr "useu un codi curt"
642
 
643
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
644
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
645
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
646
- #: contact_form.php:2358
647
  msgid "for this language"
648
  msgstr "Per aquesta llengua"
649
 
650
- #: contact_form.php:1133
651
  #, fuzzy
652
  msgid "Use the changed names of the contact form fields in the email"
653
  msgstr ""
654
  "Modifica els noms dels camps i els missatges d'error del formulari de "
655
  "contacte"
656
 
657
- #: contact_form.php:1139
658
  msgid "Action after email is sent"
659
  msgstr "Accions després d'enviar un correu electrònic."
660
 
661
- #: contact_form.php:1141
662
  msgid "Display text"
663
  msgstr "Mostra el text"
664
 
665
- #: contact_form.php:1150 contact_form.php:1160
666
  msgid "Text"
667
  msgstr "Text"
668
 
669
- #: contact_form.php:1171
670
  msgid "Redirect to the page"
671
  msgstr "Redirigir a la pàgina"
672
 
673
- #: contact_form.php:1172
674
  msgid "Url"
675
  msgstr "Url"
676
 
677
- #: contact_form.php:1176
678
  msgid "The $_SERVER variable that is used to build a URL of the form"
679
  msgstr ""
680
 
681
- #: contact_form.php:1181
682
  msgid ""
683
  "If you are not sure whether to change this setting or not, please do not do "
684
  "that."
685
  msgstr ""
686
 
687
- #: contact_form.php:1191
688
  msgid "Auto Response"
689
  msgstr ""
690
 
691
- #: contact_form.php:1195
692
  #, php-format
693
  msgid ""
694
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -696,175 +696,175 @@ msgid ""
696
  "name."
697
  msgstr ""
698
 
699
- #: contact_form.php:1220 contact_form.php:1402
700
  msgid "Save Changes"
701
  msgstr "Desar els canvis"
702
 
703
- #: contact_form.php:1233
704
  msgid "Errors output"
705
  msgstr "Errors de sortida"
706
 
707
- #: contact_form.php:1236
708
  msgid "Display error messages"
709
  msgstr "Mostra els missatges d'error"
710
 
711
- #: contact_form.php:1237
712
  msgid "Color of the input field errors."
713
  msgstr "Color dels errors al camp d'entrada"
714
 
715
- #: contact_form.php:1238
716
  msgid "Display error messages & color of the input field errors"
717
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
718
 
719
- #: contact_form.php:1243
720
  msgid "Add placeholder to the input blocks"
721
  msgstr "Afegeix marcador de posició als blocs d'entrada"
722
 
723
- #: contact_form.php:1249
724
  msgid "Add tooltips"
725
  msgstr "Afegir consells sobre les eines"
726
 
727
- #: contact_form.php:1263
728
  msgid "Email address"
729
  msgstr "Adreça de correu electrònic:"
730
 
731
- #: contact_form.php:1268
732
  msgid "Phone Number"
733
  msgstr "Nombre de telèfon"
734
 
735
- #: contact_form.php:1282
736
  msgid "Attachment"
737
  msgstr "Adjunt:"
738
 
739
- #: contact_form.php:1292
740
  msgid "Style options"
741
  msgstr "Opcions d'estil"
742
 
743
- #: contact_form.php:1295
744
  msgid "Text color"
745
  msgstr "Color del text"
746
 
747
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
748
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
749
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
750
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
751
  msgid "Default"
752
  msgstr "Per defecte"
753
 
754
- #: contact_form.php:1300
755
  msgid "Label text color"
756
  msgstr "Color del text de l'etiqeta"
757
 
758
- #: contact_form.php:1305
759
  msgid "Placeholder color"
760
  msgstr "Color del marcador de posició"
761
 
762
- #: contact_form.php:1310
763
  msgid "Errors color"
764
  msgstr "Color dels errors"
765
 
766
- #: contact_form.php:1315
767
  msgid "Error text color"
768
  msgstr "Color del text d'error"
769
 
770
- #: contact_form.php:1320
771
  msgid "Background color of the input field errors"
772
  msgstr "Color de fons dels errors del camp d'entrada"
773
 
774
- #: contact_form.php:1325
775
  msgid "Border color of the input field errors"
776
  msgstr "Color de la vora dels errors del camp d'entrada"
777
 
778
- #: contact_form.php:1330
779
  msgid "Placeholder color of the input field errors"
780
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
781
 
782
- #: contact_form.php:1335
783
  msgid "Input fields"
784
  msgstr "Visualitza l'adjunt"
785
 
786
- #: contact_form.php:1340
787
  msgid "Input fields background color"
788
  msgstr "Color de fons dels camps d'entrada"
789
 
790
- #: contact_form.php:1345
791
  msgid "Text fields color"
792
  msgstr "Color dels camps de text"
793
 
794
- #: contact_form.php:1349
795
  msgid "Border width in px, numbers only"
796
  msgstr "Ample de vora en px, sols nombres"
797
 
798
- #: contact_form.php:1354 contact_form.php:1378
799
  msgid "Border color"
800
  msgstr "Color de la vora"
801
 
802
- #: contact_form.php:1359
803
  msgid "Submit button"
804
  msgstr "Enviar"
805
 
806
  # #: contact_form.php:928
807
- #: contact_form.php:1363
808
  msgid "Width in px, numbers only"
809
  msgstr "Ample en px, sols nombres"
810
 
811
- #: contact_form.php:1368
812
  msgid "Button color"
813
  msgstr "Color del botó"
814
 
815
- #: contact_form.php:1373
816
  msgid "Button text color"
817
  msgstr "Color del text del botó"
818
 
819
- #: contact_form.php:1406
820
  msgid "Contact Form Pro | Preview"
821
  msgstr "Contact Form Pro | Vista prèvia"
822
 
823
- #: contact_form.php:1408
824
  msgid "Show with errors"
825
  msgstr "Mostra amb errors"
826
 
827
- #: contact_form.php:1417 contact_form.php:1419
828
  msgid "Please enter your full name..."
829
  msgstr "Si us plau introduïu el nom complet"
830
 
831
- #: contact_form.php:1430 contact_form.php:1432
832
  msgid "Please enter your address..."
833
  msgstr "Si us plau introduïu l'adreça"
834
 
835
- #: contact_form.php:1441 contact_form.php:1443
836
  msgid "Please enter your email address..."
837
  msgstr "Si us plau introdueixi el seu e-mail"
838
 
839
- #: contact_form.php:1452 contact_form.php:1454
840
  msgid "Please enter your phone number..."
841
  msgstr "Si us plau introduïu el nombre de telèfon"
842
 
843
- #: contact_form.php:1463 contact_form.php:1465
844
  msgid "Please enter subject..."
845
  msgstr "Si us plau introduïu l'assumpte"
846
 
847
- #: contact_form.php:1473 contact_form.php:1475
848
  msgid "Please enter your message..."
849
  msgstr "Si us plau introduïu el missatge"
850
 
851
- #: contact_form.php:1586
852
  msgid "Sorry, email message could not be delivered."
853
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
854
 
855
- #: contact_form.php:1994
856
  msgid "Contact from"
857
  msgstr "Contact from"
858
 
859
- #: contact_form.php:2016 contact_form.php:2046
860
  msgid "Phone"
861
  msgstr "Telèfon"
862
 
863
- #: contact_form.php:2027 contact_form.php:2053
864
  msgid "Site"
865
  msgstr "Lloc"
866
 
867
- #: contact_form.php:2140
868
  msgid ""
869
  "If you can see this MIME, it means that the MIME type is not supported by "
870
  "your email client!"
@@ -872,39 +872,39 @@ msgstr ""
872
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
873
  "seu client de correu electrònic!"
874
 
875
- #: contact_form.php:2224
876
  msgid "Support"
877
  msgstr "Suport"
878
 
879
- #: contact_form.php:2273
880
  msgid "Are you sure that you want to delete this language data?"
881
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
882
 
883
- #: contact_form.php:2294
884
  #, fuzzy
885
  msgid "Add multiple forms"
886
  msgstr "Afegir consells sobre les eines"
887
 
888
- #: contact_form.php:2294
889
  msgid ""
890
  "Install Contact Form Multi plugin to create unlimited number of contact "
891
  "forms."
892
  msgstr ""
893
 
894
- #: contact_form.php:2299
895
  #, fuzzy
896
  msgid "Learn more"
897
  msgstr "Llegir més"
898
 
899
- #: contact_form.php:2303
900
  msgid "Close"
901
  msgstr ""
902
 
903
- #: contact_form.php:2491
904
  msgid "allows to store your messages to the database."
905
  msgstr ""
906
 
907
- #: contact_form.php:2492
908
  msgid "Manage messages that have been sent from your website."
909
  msgstr ""
910
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:59+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:59+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "Nom:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "Adreça:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "Adreça de correu electrònic:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "Nombre de telèfon"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "Asumpte:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "Missatge:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "Adjunt:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: "
64
  "2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "Envia'm una còpia"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "Enviar"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "El seu nom es obligatori."
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "Una adreça vàlida és obligatòria."
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "Una Adreça de correu electrònic és obligatòria."
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "El seu nombre de telèfon és obligatori."
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "L'assumpte és obligatori."
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "El missatge és obligatori."
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "El format de l'adjunt és incorrecte."
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "Error de càrrega del fitxer"
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "El fitxer no ha pogut ser carregat"
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "Aquest document és massa gran."
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Si us plau completi el CAPTCHA"
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "Gràcies per contactar amb nosaltres"
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
138
  "camp URL ha d'estar en el següent format"
139
 
140
+ #: contact_form.php:571
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Usuari inexistent. Els canvis no s'han desat."
144
 
145
+ #: contact_form.php:581
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
150
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
151
  "no s'han desat."
152
 
153
+ #: contact_form.php:589
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
158
  "no s'han desat."
159
 
160
+ #: contact_form.php:612
161
  msgid "Settings saved."
162
  msgstr "Configuració desada."
163
 
164
+ #: contact_form.php:614
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Configuració desada."
168
 
169
+ #: contact_form.php:652
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
174
  msgid "Settings"
175
  msgstr "Configuració"
176
 
177
+ #: contact_form.php:666
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Opcions addicionals"
181
 
182
+ #: contact_form.php:667
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
+ #: contact_form.php:668 contact_form.php:2229
187
  msgid "FAQ"
188
  msgstr "FAQ"
189
 
190
+ #: contact_form.php:669
191
  msgid "Go PRO"
192
  msgstr ""
193
 
194
+ #: contact_form.php:672 contact_form.php:674
195
  msgid "Notice:"
196
  msgstr ""
197
 
198
+ #: contact_form.php:672
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
202
  msgstr ""
203
 
204
+ #: contact_form.php:685
205
  msgid ""
206
  "If you want to create multiple contact forms, please install the Contact "
207
  "Form Multi plugin."
208
  msgstr ""
209
 
210
+ #: contact_form.php:692
211
  #, fuzzy
212
  msgid ""
213
  "If you would like to add Contact Form to your website, just copy and paste "
216
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
217
  "seu missatge, pàgina o widget:"
218
 
219
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
220
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
221
+ #: contact_form.php:1158 contact_form.php:1160
222
  msgid "or"
223
  msgstr ""
224
 
225
+ #: contact_form.php:693
226
  msgid ""
227
  "If you have any problems with the standard shortcode [contact_form], you "
228
  "should use the shortcode"
229
  msgstr ""
230
 
231
+ #: contact_form.php:693 contact_form.php:696
232
  msgid "They work the same way."
233
  msgstr ""
234
 
235
+ #: contact_form.php:695 contact_form.php:1507
236
  msgid ""
237
  "If you would like to add the Contact Form to your website, just copy and "
238
  "paste this shortcode to your post or page or widget:"
240
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
241
  "seu missatge, pàgina o widget:"
242
 
243
+ #: contact_form.php:696
244
  msgid ""
245
  "If have any problems with the standard shortcode [contact_form], you should "
246
  "use the shortcode"
247
  msgstr ""
248
 
249
+ #: contact_form.php:700
250
  msgid ""
251
  "If you leave the fields empty, the messages will be sent to the email "
252
  "address specified during registration."
254
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
255
  "durant el registre."
256
 
257
+ #: contact_form.php:703
258
  msgid "The user's email address:"
259
  msgstr "Adreça de correu electrònic de l'usuari:"
260
 
261
+ #: contact_form.php:707
262
  #, fuzzy
263
  msgid "Select a username"
264
  msgstr "Seleccioni un nom d'usuari"
265
 
266
+ #: contact_form.php:720
267
  msgid ""
268
  "Enter a username of the person who should get the messages from the contact "
269
  "form."
270
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
271
 
272
+ #: contact_form.php:724
273
  msgid "Use this email address:"
274
  msgstr "Usi aquesta adreça de correu electrònic::"
275
 
276
+ #: contact_form.php:728
277
  msgid "Enter the email address you want the messages forwarded to."
278
  msgstr ""
279
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
280
 
281
+ #: contact_form.php:737
282
  msgid "Add department selectbox to the contact form:"
283
  msgstr ""
284
 
285
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
286
  msgid "If you upgrade to Pro version all your settings will be saved."
287
  msgstr ""
288
 
289
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
290
+ #: contact_form.php:1213 contact_form.php:1397
291
  msgid "Unlock premium options by upgrading to PRO version."
292
  msgstr ""
293
 
294
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
295
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
296
  msgid "Learn More"
297
  msgstr ""
298
 
299
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
300
+ #: contact_form.php:1217 contact_form.php:1401
301
  msgid "Go"
302
  msgstr ""
303
 
304
+ #: contact_form.php:763
305
  msgid "Save emails to the database"
306
  msgstr ""
307
 
308
+ #: contact_form.php:768
309
  msgid "Using"
310
  msgstr ""
311
 
312
+ #: contact_form.php:771 contact_form.php:775
313
  #, fuzzy
314
  msgid "Using Contact Form to DB by BestWebSoft"
315
  msgstr "Contact Form Pro"
316
 
317
+ #: contact_form.php:771
318
  #, fuzzy
319
  msgid "Activate"
320
  msgstr "Captcha activat"
321
 
322
+ #: contact_form.php:775
323
  msgid "Download"
324
  msgstr "Descarregar"
325
 
326
+ #: contact_form.php:785
327
  msgid "What to use?"
328
  msgstr "Què usar?"
329
 
330
+ #: contact_form.php:790
331
  msgid "Wp-mail"
332
  msgstr "Wp-mail"
333
 
334
+ #: contact_form.php:792
335
  msgid "You can use the wp_mail function for mailing"
336
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
337
 
338
+ #: contact_form.php:795
339
  msgid "Mail"
340
  msgstr "Mail"
341
 
342
+ #: contact_form.php:797
343
  msgid "To send mail you can use the php mail function"
344
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
345
 
346
+ #: contact_form.php:802
347
  msgid "'FROM' field"
348
  msgstr ""
349
 
350
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
351
+ #: contact_form.php:2006 contact_form.php:2042
352
  msgid "Name"
353
  msgstr "Nom"
354
 
355
+ #: contact_form.php:811
356
  msgid "User name"
357
  msgstr ""
358
 
359
+ #: contact_form.php:813
360
  #, fuzzy
361
  msgid ""
362
  "The name of the user who fills the form will be used in the field 'From'."
364
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
365
  "posar al camp 'From'."
366
 
367
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
368
  msgid "Email"
369
  msgstr "Adreça de correu electrònic"
370
 
371
+ #: contact_form.php:826
372
  msgid "User email"
373
  msgstr ""
374
 
375
+ #: contact_form.php:828
376
  msgid ""
377
  "The email address of the user who fills the form will be used in the field "
378
  "'From'."
380
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
381
  "posar al camp 'From'."
382
 
383
+ #: contact_form.php:832
384
  msgid ""
385
  "If this option is changed, email messages may be moved to the spam folder or "
386
  "email delivery failures may occur."
387
  msgstr ""
388
 
389
+ #: contact_form.php:838
390
  #, fuzzy
391
  msgid "Required symbol"
392
  msgstr "Camps requerits"
393
 
394
+ #: contact_form.php:848
395
  msgid "Fields"
396
  msgstr ""
397
 
398
+ #: contact_form.php:849
399
  msgid "Used"
400
  msgstr ""
401
 
402
+ #: contact_form.php:850
403
  #, fuzzy
404
  msgid "Required"
405
  msgstr "Camps requerits"
406
 
407
+ #: contact_form.php:851
408
  msgid "Visible"
409
  msgstr ""
410
 
411
+ #: contact_form.php:852
412
  msgid "Disabled for editing"
413
  msgstr ""
414
 
415
+ #: contact_form.php:853
416
  msgid "Field's default value"
417
  msgstr ""
418
 
419
+ #: contact_form.php:858
420
  msgid "Department selectbox"
421
  msgstr ""
422
 
423
+ #: contact_form.php:873
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
+ #: contact_form.php:874 contact_form.php:902
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:878
434
  msgid "Location selectbox"
435
  msgstr ""
436
 
437
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
438
+ #: contact_form.php:2046
439
  msgid "Address"
440
  msgstr "Adreça:"
441
 
442
+ #: contact_form.php:894
443
  msgid "Email Address"
444
  msgstr "Adreça de correu electrònic:"
445
 
446
+ #: contact_form.php:901
447
  msgid "Use User's email as a default value if the user is logged in."
448
  msgstr ""
449
 
450
+ #: contact_form.php:906
451
  #, fuzzy
452
  msgid "Phone number"
453
  msgstr "Nombre de telèfon"
454
 
455
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
456
+ #: contact_form.php:2055
457
  msgid "Subject"
458
  msgstr "Assumpte"
459
 
460
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
461
+ #: contact_form.php:2057
462
  msgid "Message"
463
  msgstr "MIssatge"
464
 
465
+ #: contact_form.php:946
466
  msgid "Attachment block"
467
  msgstr "Adjunt blocat"
468
 
469
+ #: contact_form.php:948
470
  msgid "Users can attach the following file formats"
471
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
472
 
473
+ #: contact_form.php:961
474
  msgid "Add to the form"
475
  msgstr ""
476
 
477
+ #: contact_form.php:966
478
  #, fuzzy
479
  msgid "Tips below the Attachment"
480
  msgstr "Consells del blocatge de l'adjunt"
481
 
482
+ #: contact_form.php:975
483
  #, fuzzy
484
  msgid "'Send me a copy' block"
485
  msgstr "Envia'm una còpia"
486
 
487
+ #: contact_form.php:988
488
  msgid "Activate captcha"
489
  msgstr "Captcha activat"
490
 
491
+ #: contact_form.php:992
492
  msgid "Download captcha"
493
  msgstr "Descarrega captcha"
494
 
495
+ #: contact_form.php:1000
496
  msgid "Agreement checkbox"
497
  msgstr ""
498
 
499
+ #: contact_form.php:1000
500
  msgid "Required checkbox for submitting the form"
501
  msgstr ""
502
 
503
+ #: contact_form.php:1001
504
  msgid "Optional checkbox"
505
  msgstr ""
506
 
507
+ #: contact_form.php:1001
508
  msgid "Optional checkbox, the results of which will be displayed in email"
509
  msgstr ""
510
 
511
+ #: contact_form.php:1019
512
  msgid "Delete an attachment file from the server after the email is sent"
513
  msgstr ""
514
 
515
+ #: contact_form.php:1025
516
  msgid "Email in HTML format sending"
517
  msgstr ""
518
 
519
+ #: contact_form.php:1029
520
  msgid "Display additional info in the email"
521
  msgstr "Mostra informació addicional al correu electrònic,"
522
 
523
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
524
  msgid "Sent from (ip address)"
525
  msgstr "Enviat des de (adreça IP)"
526
 
527
+ #: contact_form.php:1035
528
  #, fuzzy
529
  msgid "Example: Sent from (IP address):\t127.0.0.1"
530
  msgstr "Enviat des de (adreça IP)"
531
 
532
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
533
  msgid "Date/Time"
534
  msgstr "Data/hora"
535
 
536
+ #: contact_form.php:1036
537
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
538
  msgstr ""
539
 
540
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
541
  msgid "Sent from (referer)"
542
  msgstr "Enviat des de (referent)"
543
 
544
+ #: contact_form.php:1037
545
  msgid ""
546
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
547
  msgstr ""
548
 
549
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
550
  msgid "Using (user agent)"
551
  msgstr "Usant (user agent)"
552
 
553
+ #: contact_form.php:1038
554
  msgid ""
555
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
556
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1043
560
  msgid "Language settings for the field names in the form"
561
  msgstr "Configuració de la llengua als noms dels camps del formulari"
562
 
563
+ #: contact_form.php:1052
564
  msgid "Add a language"
565
  msgstr "Afegeix lengua"
566
 
567
+ #: contact_form.php:1056
568
  msgid "Change the names of the contact form fields and error messages"
569
  msgstr ""
570
  "Modifica els noms dels camps i els missatges d'error del formulari de "
571
  "contacte"
572
 
573
+ #: contact_form.php:1061 contact_form.php:1148
574
  msgid "English"
575
  msgstr "Anglès"
576
 
577
+ #: contact_form.php:1069 contact_form.php:1103
578
  msgid "click to expand/hide the list"
579
  msgstr ""
580
 
581
+ #: contact_form.php:1078 contact_form.php:1112
582
  #, fuzzy
583
  msgid "Tips below the Attachment block"
584
  msgstr "Consells del blocatge de l'adjunt"
585
 
586
+ #: contact_form.php:1081 contact_form.php:1115
587
  msgid "Error message for the Name field"
588
  msgstr "Missatge d'error per al camp 'Nom'"
589
 
590
+ #: contact_form.php:1082 contact_form.php:1116
591
  msgid "Error message for the Address field"
592
  msgstr "Missatge d'error per al camp 'Adreça'"
593
 
594
+ #: contact_form.php:1083 contact_form.php:1117
595
  msgid "Error message for the Email field"
596
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
597
 
598
+ #: contact_form.php:1084 contact_form.php:1118
599
  msgid "Error message for the Phone field"
600
  msgstr "Missatge d'error per al camp 'Telèfon\""
601
 
602
+ #: contact_form.php:1085 contact_form.php:1119
603
  msgid "Error message for the Subject field"
604
  msgstr "Missatge d'error per al camp 'Assumpte'"
605
 
606
+ #: contact_form.php:1086 contact_form.php:1120
607
  msgid "Error message for the Message field"
608
  msgstr "Missatge d'error per al camp 'Missatge'"
609
 
610
+ #: contact_form.php:1087 contact_form.php:1121
611
  msgid "Error message about the file type for the Attachment field"
612
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
613
 
614
+ #: contact_form.php:1088 contact_form.php:1122
615
  msgid ""
616
  "Error message while uploading a file for the Attachment field to the server"
617
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
618
 
619
+ #: contact_form.php:1089 contact_form.php:1123
620
  msgid "Error message while moving the file for the Attachment field"
621
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
622
 
623
+ #: contact_form.php:1090 contact_form.php:1124
624
  msgid "Error message when file size limit for the Attachment field is exceeded"
625
  msgstr ""
626
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
627
 
628
+ #: contact_form.php:1091 contact_form.php:1125
629
  msgid "Error message for the Captcha field"
630
  msgstr "Missatge d'error al camp Captcha"
631
 
632
+ #: contact_form.php:1092 contact_form.php:1126
633
  msgid "Error message for the whole form"
634
  msgstr "Missatge d'error a tot el formulari"
635
 
636
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
637
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
638
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
639
+ #: contact_form.php:2364
640
  msgid "Use shortcode"
641
  msgstr "useu un codi curt"
642
 
643
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
644
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
645
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
646
+ #: contact_form.php:2364
647
  msgid "for this language"
648
  msgstr "Per aquesta llengua"
649
 
650
+ #: contact_form.php:1139
651
  #, fuzzy
652
  msgid "Use the changed names of the contact form fields in the email"
653
  msgstr ""
654
  "Modifica els noms dels camps i els missatges d'error del formulari de "
655
  "contacte"
656
 
657
+ #: contact_form.php:1145
658
  msgid "Action after email is sent"
659
  msgstr "Accions després d'enviar un correu electrònic."
660
 
661
+ #: contact_form.php:1147
662
  msgid "Display text"
663
  msgstr "Mostra el text"
664
 
665
+ #: contact_form.php:1156 contact_form.php:1166
666
  msgid "Text"
667
  msgstr "Text"
668
 
669
+ #: contact_form.php:1177
670
  msgid "Redirect to the page"
671
  msgstr "Redirigir a la pàgina"
672
 
673
+ #: contact_form.php:1178
674
  msgid "Url"
675
  msgstr "Url"
676
 
677
+ #: contact_form.php:1182
678
  msgid "The $_SERVER variable that is used to build a URL of the form"
679
  msgstr ""
680
 
681
+ #: contact_form.php:1187
682
  msgid ""
683
  "If you are not sure whether to change this setting or not, please do not do "
684
  "that."
685
  msgstr ""
686
 
687
+ #: contact_form.php:1197
688
  msgid "Auto Response"
689
  msgstr ""
690
 
691
+ #: contact_form.php:1201
692
  #, php-format
693
  msgid ""
694
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
696
  "name."
697
  msgstr ""
698
 
699
+ #: contact_form.php:1226 contact_form.php:1408
700
  msgid "Save Changes"
701
  msgstr "Desar els canvis"
702
 
703
+ #: contact_form.php:1239
704
  msgid "Errors output"
705
  msgstr "Errors de sortida"
706
 
707
+ #: contact_form.php:1242
708
  msgid "Display error messages"
709
  msgstr "Mostra els missatges d'error"
710
 
711
+ #: contact_form.php:1243
712
  msgid "Color of the input field errors."
713
  msgstr "Color dels errors al camp d'entrada"
714
 
715
+ #: contact_form.php:1244
716
  msgid "Display error messages & color of the input field errors"
717
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
718
 
719
+ #: contact_form.php:1249
720
  msgid "Add placeholder to the input blocks"
721
  msgstr "Afegeix marcador de posició als blocs d'entrada"
722
 
723
+ #: contact_form.php:1255
724
  msgid "Add tooltips"
725
  msgstr "Afegir consells sobre les eines"
726
 
727
+ #: contact_form.php:1269
728
  msgid "Email address"
729
  msgstr "Adreça de correu electrònic:"
730
 
731
+ #: contact_form.php:1274
732
  msgid "Phone Number"
733
  msgstr "Nombre de telèfon"
734
 
735
+ #: contact_form.php:1288
736
  msgid "Attachment"
737
  msgstr "Adjunt:"
738
 
739
+ #: contact_form.php:1298
740
  msgid "Style options"
741
  msgstr "Opcions d'estil"
742
 
743
+ #: contact_form.php:1301
744
  msgid "Text color"
745
  msgstr "Color del text"
746
 
747
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
748
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
749
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
750
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
751
  msgid "Default"
752
  msgstr "Per defecte"
753
 
754
+ #: contact_form.php:1306
755
  msgid "Label text color"
756
  msgstr "Color del text de l'etiqeta"
757
 
758
+ #: contact_form.php:1311
759
  msgid "Placeholder color"
760
  msgstr "Color del marcador de posició"
761
 
762
+ #: contact_form.php:1316
763
  msgid "Errors color"
764
  msgstr "Color dels errors"
765
 
766
+ #: contact_form.php:1321
767
  msgid "Error text color"
768
  msgstr "Color del text d'error"
769
 
770
+ #: contact_form.php:1326
771
  msgid "Background color of the input field errors"
772
  msgstr "Color de fons dels errors del camp d'entrada"
773
 
774
+ #: contact_form.php:1331
775
  msgid "Border color of the input field errors"
776
  msgstr "Color de la vora dels errors del camp d'entrada"
777
 
778
+ #: contact_form.php:1336
779
  msgid "Placeholder color of the input field errors"
780
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
781
 
782
+ #: contact_form.php:1341
783
  msgid "Input fields"
784
  msgstr "Visualitza l'adjunt"
785
 
786
+ #: contact_form.php:1346
787
  msgid "Input fields background color"
788
  msgstr "Color de fons dels camps d'entrada"
789
 
790
+ #: contact_form.php:1351
791
  msgid "Text fields color"
792
  msgstr "Color dels camps de text"
793
 
794
+ #: contact_form.php:1355
795
  msgid "Border width in px, numbers only"
796
  msgstr "Ample de vora en px, sols nombres"
797
 
798
+ #: contact_form.php:1360 contact_form.php:1384
799
  msgid "Border color"
800
  msgstr "Color de la vora"
801
 
802
+ #: contact_form.php:1365
803
  msgid "Submit button"
804
  msgstr "Enviar"
805
 
806
  # #: contact_form.php:928
807
+ #: contact_form.php:1369
808
  msgid "Width in px, numbers only"
809
  msgstr "Ample en px, sols nombres"
810
 
811
+ #: contact_form.php:1374
812
  msgid "Button color"
813
  msgstr "Color del botó"
814
 
815
+ #: contact_form.php:1379
816
  msgid "Button text color"
817
  msgstr "Color del text del botó"
818
 
819
+ #: contact_form.php:1412
820
  msgid "Contact Form Pro | Preview"
821
  msgstr "Contact Form Pro | Vista prèvia"
822
 
823
+ #: contact_form.php:1414
824
  msgid "Show with errors"
825
  msgstr "Mostra amb errors"
826
 
827
+ #: contact_form.php:1423 contact_form.php:1425
828
  msgid "Please enter your full name..."
829
  msgstr "Si us plau introduïu el nom complet"
830
 
831
+ #: contact_form.php:1436 contact_form.php:1438
832
  msgid "Please enter your address..."
833
  msgstr "Si us plau introduïu l'adreça"
834
 
835
+ #: contact_form.php:1447 contact_form.php:1449
836
  msgid "Please enter your email address..."
837
  msgstr "Si us plau introdueixi el seu e-mail"
838
 
839
+ #: contact_form.php:1458 contact_form.php:1460
840
  msgid "Please enter your phone number..."
841
  msgstr "Si us plau introduïu el nombre de telèfon"
842
 
843
+ #: contact_form.php:1469 contact_form.php:1471
844
  msgid "Please enter subject..."
845
  msgstr "Si us plau introduïu l'assumpte"
846
 
847
+ #: contact_form.php:1479 contact_form.php:1481
848
  msgid "Please enter your message..."
849
  msgstr "Si us plau introduïu el missatge"
850
 
851
+ #: contact_form.php:1592
852
  msgid "Sorry, email message could not be delivered."
853
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
854
 
855
+ #: contact_form.php:2000
856
  msgid "Contact from"
857
  msgstr "Contact from"
858
 
859
+ #: contact_form.php:2022 contact_form.php:2052
860
  msgid "Phone"
861
  msgstr "Telèfon"
862
 
863
+ #: contact_form.php:2033 contact_form.php:2059
864
  msgid "Site"
865
  msgstr "Lloc"
866
 
867
+ #: contact_form.php:2146
868
  msgid ""
869
  "If you can see this MIME, it means that the MIME type is not supported by "
870
  "your email client!"
872
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
873
  "seu client de correu electrònic!"
874
 
875
+ #: contact_form.php:2230
876
  msgid "Support"
877
  msgstr "Suport"
878
 
879
+ #: contact_form.php:2279
880
  msgid "Are you sure that you want to delete this language data?"
881
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
882
 
883
+ #: contact_form.php:2300
884
  #, fuzzy
885
  msgid "Add multiple forms"
886
  msgstr "Afegir consells sobre les eines"
887
 
888
+ #: contact_form.php:2300
889
  msgid ""
890
  "Install Contact Form Multi plugin to create unlimited number of contact "
891
  "forms."
892
  msgstr ""
893
 
894
+ #: contact_form.php:2305
895
  #, fuzzy
896
  msgid "Learn more"
897
  msgstr "Llegir més"
898
 
899
+ #: contact_form.php:2309
900
  msgid "Close"
901
  msgstr ""
902
 
903
+ #: contact_form.php:2497
904
  msgid "allows to store your messages to the database."
905
  msgstr ""
906
 
907
+ #: contact_form.php:2498
908
  msgid "Manage messages that have been sent from your website."
909
  msgstr ""
910
 
languages/{contact_form-de_DE.mo → contact-form-plugin-de_DE.mo} RENAMED
Binary file
languages/{contact_form-de_DE.po → contact-form-plugin-de_DE.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:13+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:13+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:35 contact_form.php:657
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
@@ -25,35 +25,35 @@ msgstr "Kontakt-Form Einstellungen"
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
29
  msgid "Name:"
30
  msgstr "Name:"
31
 
32
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
33
  msgid "Address:"
34
  msgstr "Adresse:"
35
 
36
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
37
  msgid "Email Address:"
38
  msgstr "E-Mail Adresse:"
39
 
40
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
45
  msgid "Subject:"
46
  msgstr "Betreff:"
47
 
48
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
49
  msgid "Message:"
50
  msgstr "Inhalt:"
51
 
52
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
53
  msgid "Attachment:"
54
  msgstr "Anhang:"
55
 
56
- #: contact_form.php:130
57
  #, fuzzy
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -64,73 +64,73 @@ msgstr ""
64
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: "
65
  "2MB"
66
 
67
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
68
  msgid "Send me a copy"
69
  msgstr "Kopie an mich senden"
70
 
71
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
72
  msgid "Submit"
73
  msgstr "Senden"
74
 
75
- #: contact_form.php:133
76
  msgid "Your name is required."
77
  msgstr "Dein Name wird benötigt."
78
 
79
- #: contact_form.php:134
80
  msgid "Address is required."
81
  msgstr "Adresse wird benötigt"
82
 
83
- #: contact_form.php:135
84
  msgid "A valid email address is required."
85
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
86
 
87
- #: contact_form.php:136
88
  msgid "Phone number is required."
89
  msgstr "Deine Telefonnummer wird benötigt."
90
 
91
- #: contact_form.php:137
92
  msgid "Subject is required."
93
  msgstr "Ein Betreff wird benötigt."
94
 
95
- #: contact_form.php:138
96
  msgid "Message text is required."
97
  msgstr "Ein Inhalt wird benötigt."
98
 
99
- #: contact_form.php:139
100
  msgid "File format is not valid."
101
  msgstr "Datei Format ist nicht erlaubt."
102
 
103
- #: contact_form.php:140
104
  msgid "File upload error."
105
  msgstr "Datei-Übertragungsfehler"
106
 
107
- #: contact_form.php:141
108
  msgid "The file could not be uploaded."
109
  msgstr "Die Datei konnte nicht hochgeladen werden."
110
 
111
- #: contact_form.php:142
112
  msgid "This file is too large."
113
  msgstr "Diese Datei ist zu groß."
114
 
115
- #: contact_form.php:143
116
  msgid "Please fill out the CAPTCHA."
117
  msgstr "Bitte CAPTCHA ausfüllen."
118
 
119
- #: contact_form.php:144
120
  msgid "Please make corrections below and try again."
121
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
122
 
123
- #: contact_form.php:146
124
  msgid "Thank you for contacting us."
125
  msgstr "Danke für Ihre Nachricht."
126
 
127
- #: contact_form.php:546
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
- #: contact_form.php:556
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
@@ -138,12 +138,12 @@ msgstr ""
138
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
139
  "sollte das Feld URL in folgendem Format sein"
140
 
141
- #: contact_form.php:565
142
  #, fuzzy
143
  msgid "Such user does not exist."
144
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
145
 
146
- #: contact_form.php:575
147
  #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
@@ -151,52 +151,52 @@ msgstr ""
151
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
152
  "Einstellungen werden nicht gespeichert."
153
 
154
- #: contact_form.php:583
155
  #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
159
  "Einstellungen werden nicht gespeichert."
160
 
161
- #: contact_form.php:606
162
  msgid "Settings saved."
163
  msgstr "Einstellungen gespeichert."
164
 
165
- #: contact_form.php:608
166
  #, fuzzy
167
  msgid "Settings are not saved."
168
  msgstr "Einstellungen gespeichert."
169
 
170
- #: contact_form.php:646
171
  msgid "All plugin settings were restored."
172
  msgstr ""
173
 
174
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
175
  msgid "Settings"
176
  msgstr "Einstellungen"
177
 
178
- #: contact_form.php:660
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Weitere Optionen"
182
 
183
- #: contact_form.php:661
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
- #: contact_form.php:662 contact_form.php:2223
188
  msgid "FAQ"
189
  msgstr "Häufig gestellte Fragen (FAQ)"
190
 
191
- #: contact_form.php:663
192
  msgid "Go PRO"
193
  msgstr "Go PRO"
194
 
195
- #: contact_form.php:666 contact_form.php:668
196
  msgid "Notice:"
197
  msgstr "Notiz:"
198
 
199
- #: contact_form.php:666
200
  msgid ""
201
  "The plugin's settings have been changed. In order to save them please don't "
202
  "forget to click the 'Save Changes' button."
@@ -204,13 +204,13 @@ msgstr ""
204
  "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern "
205
  "vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
206
 
207
- #: contact_form.php:679
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
211
  msgstr ""
212
 
213
- #: contact_form.php:686
214
  #, fuzzy
215
  msgid ""
216
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -219,13 +219,13 @@ msgstr ""
219
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
220
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
221
 
222
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
223
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
224
- #: contact_form.php:1152 contact_form.php:1154
225
  msgid "or"
226
  msgstr "oder"
227
 
228
- #: contact_form.php:687
229
  #, fuzzy
230
  msgid ""
231
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -234,11 +234,11 @@ msgstr ""
234
  "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
235
  "haben, sollten sie folgenden shortcode verwenden"
236
 
237
- #: contact_form.php:687 contact_form.php:690
238
  msgid "They work the same way."
239
  msgstr "Sie arbeiten auf gleiche weise."
240
 
241
- #: contact_form.php:689 contact_form.php:1501
242
  msgid ""
243
  "If you would like to add the Contact Form to your website, just copy and "
244
  "paste this shortcode to your post or page or widget:"
@@ -246,7 +246,7 @@ msgstr ""
246
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
247
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
248
 
249
- #: contact_form.php:690
250
  msgid ""
251
  "If have any problems with the standard shortcode [contact_form], you should "
252
  "use the shortcode"
@@ -254,7 +254,7 @@ msgstr ""
254
  "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
255
  "haben, sollten sie folgenden shortcode verwenden"
256
 
257
- #: contact_form.php:694
258
  msgid ""
259
  "If you leave the fields empty, the messages will be sent to the email "
260
  "address specified during registration."
@@ -262,16 +262,16 @@ msgstr ""
262
  "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
263
  "registrierung angegebenen E-Mail Adresse gesendet."
264
 
265
- #: contact_form.php:697
266
  msgid "The user's email address:"
267
  msgstr "Benutzer E-Mail Adresse"
268
 
269
- #: contact_form.php:701
270
  #, fuzzy
271
  msgid "Select a username"
272
  msgstr "Benutzername erstellen"
273
 
274
- #: contact_form.php:714
275
  msgid ""
276
  "Enter a username of the person who should get the messages from the contact "
277
  "form."
@@ -279,111 +279,111 @@ msgstr ""
279
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
280
  "Form erhalten soll."
281
 
282
- #: contact_form.php:718
283
  msgid "Use this email address:"
284
  msgstr "Nutzen sie diese E-Mail Adresse"
285
 
286
- #: contact_form.php:722
287
  msgid "Enter the email address you want the messages forwarded to."
288
  msgstr ""
289
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
290
  "werden soll."
291
 
292
- #: contact_form.php:731
293
  msgid "Add department selectbox to the contact form:"
294
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
295
 
296
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
297
  msgid "If you upgrade to Pro version all your settings will be saved."
298
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
299
 
300
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
301
- #: contact_form.php:1207 contact_form.php:1391
302
  msgid "Unlock premium options by upgrading to PRO version."
303
  msgstr ""
304
 
305
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
306
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
307
  msgid "Learn More"
308
  msgstr ""
309
 
310
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
311
- #: contact_form.php:1211 contact_form.php:1395
312
  #, fuzzy
313
  msgid "Go"
314
  msgstr "Go!"
315
 
316
- #: contact_form.php:757
317
  msgid "Save emails to the database"
318
  msgstr "Speicher E-Mails in die Datenbank"
319
 
320
- #: contact_form.php:762
321
  msgid "Using"
322
  msgstr "Verwendet"
323
 
324
- #: contact_form.php:765 contact_form.php:769
325
  #, fuzzy
326
  msgid "Using Contact Form to DB by BestWebSoft"
327
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
328
 
329
- #: contact_form.php:765
330
  #, fuzzy
331
  msgid "Activate"
332
  msgstr "Aktiviere captcha"
333
 
334
- #: contact_form.php:769
335
  msgid "Download"
336
  msgstr "Download"
337
 
338
- #: contact_form.php:779
339
  msgid "What to use?"
340
  msgstr "Was soll verwendet werden?"
341
 
342
- #: contact_form.php:784
343
  msgid "Wp-mail"
344
  msgstr "Wp-mail"
345
 
346
- #: contact_form.php:786
347
  msgid "You can use the wp_mail function for mailing"
348
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
349
 
350
- #: contact_form.php:789
351
  msgid "Mail"
352
  msgstr "Mail"
353
 
354
- #: contact_form.php:791
355
  msgid "To send mail you can use the php mail function"
356
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
357
 
358
- #: contact_form.php:796
359
  msgid "'FROM' field"
360
  msgstr ""
361
 
362
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
363
- #: contact_form.php:2000 contact_form.php:2036
364
  msgid "Name"
365
  msgstr "Name"
366
 
367
- #: contact_form.php:805
368
  msgid "User name"
369
  msgstr "Benutzer Name"
370
 
371
- #: contact_form.php:807
372
  msgid ""
373
  "The name of the user who fills the form will be used in the field 'From'."
374
  msgstr ""
375
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
376
  "verwendt."
377
 
378
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
379
  msgid "Email"
380
  msgstr "E-Mail"
381
 
382
- #: contact_form.php:820
383
  msgid "User email"
384
  msgstr "Benutzer E-Mail"
385
 
386
- #: contact_form.php:822
387
  msgid ""
388
  "The email address of the user who fills the form will be used in the field "
389
  "'From'."
@@ -391,173 +391,173 @@ msgstr ""
391
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
392
  "'From/Von' verwendt."
393
 
394
- #: contact_form.php:826
395
  msgid ""
396
  "If this option is changed, email messages may be moved to the spam folder or "
397
  "email delivery failures may occur."
398
  msgstr ""
399
 
400
- #: contact_form.php:832
401
  msgid "Required symbol"
402
  msgstr "Benötigtes Symbol"
403
 
404
- #: contact_form.php:842
405
  msgid "Fields"
406
  msgstr "Felder"
407
 
408
- #: contact_form.php:843
409
  msgid "Used"
410
  msgstr "Benutzt"
411
 
412
- #: contact_form.php:844
413
  msgid "Required"
414
  msgstr "Benötigt"
415
 
416
- #: contact_form.php:845
417
  msgid "Visible"
418
  msgstr "Sichtbar"
419
 
420
- #: contact_form.php:846
421
  msgid "Disabled for editing"
422
  msgstr "Bearbeitung ist ausgeschaltet"
423
 
424
- #: contact_form.php:847
425
  msgid "Field's default value"
426
  msgstr "Standard-Feld-Wert"
427
 
428
- #: contact_form.php:852
429
  msgid "Department selectbox"
430
  msgstr ""
431
 
432
- #: contact_form.php:867
433
  msgid "Use User's name as a default value if the user is logged in."
434
  msgstr ""
435
 
436
- #: contact_form.php:868 contact_form.php:896
437
  msgid ""
438
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
439
  "in users."
440
  msgstr ""
441
 
442
- #: contact_form.php:872
443
  msgid "Location selectbox"
444
  msgstr ""
445
 
446
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
447
- #: contact_form.php:2040
448
  msgid "Address"
449
  msgstr "Adresse: "
450
 
451
- #: contact_form.php:888
452
  msgid "Email Address"
453
  msgstr "E-Mail Adresse:"
454
 
455
- #: contact_form.php:895
456
  msgid "Use User's email as a default value if the user is logged in."
457
  msgstr ""
458
 
459
- #: contact_form.php:900
460
  msgid "Phone number"
461
  msgstr "Telefonnummer:"
462
 
463
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
464
- #: contact_form.php:2049
465
  msgid "Subject"
466
  msgstr "Betreff"
467
 
468
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
469
- #: contact_form.php:2051
470
  msgid "Message"
471
  msgstr "Inhalt"
472
 
473
- #: contact_form.php:940
474
  msgid "Attachment block"
475
  msgstr "Anhang-Block"
476
 
477
- #: contact_form.php:942
478
  msgid "Users can attach the following file formats"
479
  msgstr "Benutzer können die folgenden Formate anhängen:"
480
 
481
- #: contact_form.php:955
482
  msgid "Add to the form"
483
  msgstr "Füge in die Form"
484
 
485
- #: contact_form.php:960
486
  msgid "Tips below the Attachment"
487
  msgstr "Tipps unterhalb des Anhangs"
488
 
489
- #: contact_form.php:969
490
  msgid "'Send me a copy' block"
491
  msgstr "'Kopie an mich senden' Block"
492
 
493
- #: contact_form.php:982
494
  msgid "Activate captcha"
495
  msgstr "Aktiviere captcha"
496
 
497
- #: contact_form.php:986
498
  msgid "Download captcha"
499
  msgstr "Download captcha"
500
 
501
- #: contact_form.php:994
502
  msgid "Agreement checkbox"
503
  msgstr "Agreement checkbox"
504
 
505
- #: contact_form.php:994
506
  msgid "Required checkbox for submitting the form"
507
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
508
 
509
- #: contact_form.php:995
510
  msgid "Optional checkbox"
511
  msgstr "Optionale checkbox"
512
 
513
- #: contact_form.php:995
514
  msgid "Optional checkbox, the results of which will be displayed in email"
515
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
516
 
517
- #: contact_form.php:1013
518
  msgid "Delete an attachment file from the server after the email is sent"
519
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
520
 
521
- #: contact_form.php:1019
522
  msgid "Email in HTML format sending"
523
  msgstr "E-Mail im HTML Format"
524
 
525
- #: contact_form.php:1023
526
  msgid "Display additional info in the email"
527
  msgstr "Zeige weitere Informationen in der E-Mail"
528
 
529
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
530
  msgid "Sent from (ip address)"
531
  msgstr "Gesendet von (IP-Adresse)"
532
 
533
- #: contact_form.php:1029
534
  msgid "Example: Sent from (IP address):\t127.0.0.1"
535
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
536
 
537
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
538
  msgid "Date/Time"
539
  msgstr "Datum/Zeit"
540
 
541
- #: contact_form.php:1030
542
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
543
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
544
 
545
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
546
  msgid "Sent from (referer)"
547
  msgstr "Gesendet von (referer)"
548
 
549
- #: contact_form.php:1031
550
  msgid ""
551
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
552
  msgstr ""
553
  "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
554
  "us/"
555
 
556
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
557
  msgid "Using (user agent)"
558
  msgstr "Verwendet (user agent)"
559
 
560
- #: contact_form.php:1032
561
  msgid ""
562
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
563
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -565,137 +565,137 @@ msgstr ""
565
  "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
566
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
567
 
568
- #: contact_form.php:1037
569
  msgid "Language settings for the field names in the form"
570
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
571
 
572
- #: contact_form.php:1046
573
  msgid "Add a language"
574
  msgstr "Hinzufügen einer Sprache"
575
 
576
- #: contact_form.php:1050
577
  msgid "Change the names of the contact form fields and error messages"
578
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
579
 
580
- #: contact_form.php:1055 contact_form.php:1142
581
  msgid "English"
582
  msgstr "Englisch"
583
 
584
- #: contact_form.php:1063 contact_form.php:1097
585
  msgid "click to expand/hide the list"
586
  msgstr "Klick zum erweitern/verstecken der Liste"
587
 
588
- #: contact_form.php:1072 contact_form.php:1106
589
  msgid "Tips below the Attachment block"
590
  msgstr "Tipps unterhalb des Anhang-Blocks"
591
 
592
- #: contact_form.php:1075 contact_form.php:1109
593
  msgid "Error message for the Name field"
594
  msgstr "Fehlermeldung für das Namensfeld"
595
 
596
- #: contact_form.php:1076 contact_form.php:1110
597
  msgid "Error message for the Address field"
598
  msgstr "Fehlermeldung für das Adress-Feld"
599
 
600
- #: contact_form.php:1077 contact_form.php:1111
601
  msgid "Error message for the Email field"
602
  msgstr "Fehlermeldung für das E-Mail-Feld"
603
 
604
- #: contact_form.php:1078 contact_form.php:1112
605
  msgid "Error message for the Phone field"
606
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
607
 
608
- #: contact_form.php:1079 contact_form.php:1113
609
  msgid "Error message for the Subject field"
610
  msgstr "Fehlermeldung für das Betreff-Feld"
611
 
612
- #: contact_form.php:1080 contact_form.php:1114
613
  msgid "Error message for the Message field"
614
  msgstr "Fehlermeldung für das Inhalts-Feld"
615
 
616
- #: contact_form.php:1081 contact_form.php:1115
617
  msgid "Error message about the file type for the Attachment field"
618
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
619
 
620
- #: contact_form.php:1082 contact_form.php:1116
621
  msgid ""
622
  "Error message while uploading a file for the Attachment field to the server"
623
  msgstr ""
624
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
625
  "Feld"
626
 
627
- #: contact_form.php:1083 contact_form.php:1117
628
  msgid "Error message while moving the file for the Attachment field"
629
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
630
 
631
- #: contact_form.php:1084 contact_form.php:1118
632
  msgid "Error message when file size limit for the Attachment field is exceeded"
633
  msgstr ""
634
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
635
  "wird"
636
 
637
- #: contact_form.php:1085 contact_form.php:1119
638
  msgid "Error message for the Captcha field"
639
  msgstr "Fehlermeldung für das Capatcha-Feld"
640
 
641
- #: contact_form.php:1086 contact_form.php:1120
642
  msgid "Error message for the whole form"
643
  msgstr "Fehlermeldung für das ganze Formular"
644
 
645
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
646
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
647
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
648
- #: contact_form.php:2358
649
  msgid "Use shortcode"
650
  msgstr "Benutze shortcode"
651
 
652
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
653
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
654
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
655
- #: contact_form.php:2358
656
  msgid "for this language"
657
  msgstr "für diese Sprache"
658
 
659
- #: contact_form.php:1133
660
  #, fuzzy
661
  msgid "Use the changed names of the contact form fields in the email"
662
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
663
 
664
- #: contact_form.php:1139
665
  msgid "Action after email is sent"
666
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
667
 
668
- #: contact_form.php:1141
669
  msgid "Display text"
670
  msgstr "Zeige Text"
671
 
672
- #: contact_form.php:1150 contact_form.php:1160
673
  msgid "Text"
674
  msgstr "Text"
675
 
676
- #: contact_form.php:1171
677
  msgid "Redirect to the page"
678
  msgstr "Umleiten zur Seite"
679
 
680
- #: contact_form.php:1172
681
  msgid "Url"
682
  msgstr "Url"
683
 
684
- #: contact_form.php:1176
685
  msgid "The $_SERVER variable that is used to build a URL of the form"
686
  msgstr ""
687
 
688
- #: contact_form.php:1181
689
  msgid ""
690
  "If you are not sure whether to change this setting or not, please do not do "
691
  "that."
692
  msgstr ""
693
 
694
- #: contact_form.php:1191
695
  msgid "Auto Response"
696
  msgstr ""
697
 
698
- #: contact_form.php:1195
699
  #, php-format
700
  msgid ""
701
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -703,214 +703,214 @@ msgid ""
703
  "name."
704
  msgstr ""
705
 
706
- #: contact_form.php:1220 contact_form.php:1402
707
  msgid "Save Changes"
708
  msgstr "Speichere Änderungen"
709
 
710
- #: contact_form.php:1233
711
  msgid "Errors output"
712
  msgstr "Fehler-Ausgabe"
713
 
714
- #: contact_form.php:1236
715
  msgid "Display error messages"
716
  msgstr "Zeige Fehlermeldungen"
717
 
718
- #: contact_form.php:1237
719
  msgid "Color of the input field errors."
720
  msgstr "Farbe der Eingabe-Fehld-Fehler"
721
 
722
- #: contact_form.php:1238
723
  msgid "Display error messages & color of the input field errors"
724
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
725
 
726
- #: contact_form.php:1243
727
  msgid "Add placeholder to the input blocks"
728
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
729
 
730
- #: contact_form.php:1249
731
  msgid "Add tooltips"
732
  msgstr "Füge Tooltips hinzu"
733
 
734
- #: contact_form.php:1263
735
  msgid "Email address"
736
  msgstr "E-Mail Adresse:"
737
 
738
- #: contact_form.php:1268
739
  msgid "Phone Number"
740
  msgstr "Telefonnummer:"
741
 
742
- #: contact_form.php:1282
743
  msgid "Attachment"
744
  msgstr "Anhang:"
745
 
746
- #: contact_form.php:1292
747
  msgid "Style options"
748
  msgstr "Stil-Optionen"
749
 
750
- #: contact_form.php:1295
751
  msgid "Text color"
752
  msgstr "Text -Farbe"
753
 
754
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
755
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
756
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
757
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
758
  msgid "Default"
759
  msgstr "Standard"
760
 
761
- #: contact_form.php:1300
762
  msgid "Label text color"
763
  msgstr "Beschriftungs-Text -Farbe"
764
 
765
- #: contact_form.php:1305
766
  msgid "Placeholder color"
767
  msgstr "Platzhalter -Farbe"
768
 
769
- #: contact_form.php:1310
770
  msgid "Errors color"
771
  msgstr "Fehler -Farbe"
772
 
773
- #: contact_form.php:1315
774
  msgid "Error text color"
775
  msgstr "Fehler-Text -Farbe"
776
 
777
- #: contact_form.php:1320
778
  msgid "Background color of the input field errors"
779
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
780
 
781
- #: contact_form.php:1325
782
  msgid "Border color of the input field errors"
783
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
784
 
785
- #: contact_form.php:1330
786
  msgid "Placeholder color of the input field errors"
787
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
788
 
789
- #: contact_form.php:1335
790
  msgid "Input fields"
791
  msgstr "Eingabe-Felder"
792
 
793
- #: contact_form.php:1340
794
  msgid "Input fields background color"
795
  msgstr "Eingabefelder - Hintergrundfarbe"
796
 
797
- #: contact_form.php:1345
798
  msgid "Text fields color"
799
  msgstr "Text-Felder -Farbe"
800
 
801
- #: contact_form.php:1349
802
  msgid "Border width in px, numbers only"
803
  msgstr "Rand-Breite in px, nur Zahlen"
804
 
805
- #: contact_form.php:1354 contact_form.php:1378
806
  msgid "Border color"
807
  msgstr "Rand -Farbe"
808
 
809
- #: contact_form.php:1359
810
  msgid "Submit button"
811
  msgstr "Sende-Schaltfläche"
812
 
813
- #: contact_form.php:1363
814
  msgid "Width in px, numbers only"
815
  msgstr "Breite in px, nur Zahlen"
816
 
817
- #: contact_form.php:1368
818
  msgid "Button color"
819
  msgstr "Schaltflächen -Farbe"
820
 
821
- #: contact_form.php:1373
822
  msgid "Button text color"
823
  msgstr "Schaltflächen-Text -Farbe"
824
 
825
- #: contact_form.php:1406
826
  msgid "Contact Form Pro | Preview"
827
  msgstr "Kontakt-Form Pro | Vorschau"
828
 
829
- #: contact_form.php:1408
830
  msgid "Show with errors"
831
  msgstr "Zeige mit Fehlern"
832
 
833
- #: contact_form.php:1417 contact_form.php:1419
834
  msgid "Please enter your full name..."
835
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
836
 
837
- #: contact_form.php:1430 contact_form.php:1432
838
  msgid "Please enter your address..."
839
  msgstr "Bitte geben sie Ihre Adresse ein... "
840
 
841
- #: contact_form.php:1441 contact_form.php:1443
842
  msgid "Please enter your email address..."
843
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
844
 
845
- #: contact_form.php:1452 contact_form.php:1454
846
  msgid "Please enter your phone number..."
847
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
848
 
849
- #: contact_form.php:1463 contact_form.php:1465
850
  msgid "Please enter subject..."
851
  msgstr "Bitte geben sie Ihren Betreff an... "
852
 
853
- #: contact_form.php:1473 contact_form.php:1475
854
  msgid "Please enter your message..."
855
  msgstr "Bitte geben sie Ihre Nachricht ein... "
856
 
857
- #: contact_form.php:1586
858
  msgid "Sorry, email message could not be delivered."
859
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
860
 
861
- #: contact_form.php:1994
862
  msgid "Contact from"
863
  msgstr "Kontakt von"
864
 
865
- #: contact_form.php:2016 contact_form.php:2046
866
  msgid "Phone"
867
  msgstr "Telefonnummer"
868
 
869
- #: contact_form.php:2027 contact_form.php:2053
870
  msgid "Site"
871
  msgstr "Webseite"
872
 
873
- #: contact_form.php:2140
874
  msgid ""
875
  "If you can see this MIME, it means that the MIME type is not supported by "
876
  "your email client!"
877
  msgstr ""
878
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
879
 
880
- #: contact_form.php:2224
881
  msgid "Support"
882
  msgstr "Support"
883
 
884
- #: contact_form.php:2273
885
  msgid "Are you sure that you want to delete this language data?"
886
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
887
 
888
- #: contact_form.php:2294
889
  #, fuzzy
890
  msgid "Add multiple forms"
891
  msgstr "Füge in die Form"
892
 
893
- #: contact_form.php:2294
894
  msgid ""
895
  "Install Contact Form Multi plugin to create unlimited number of contact "
896
  "forms."
897
  msgstr ""
898
 
899
- #: contact_form.php:2299
900
  #, fuzzy
901
  msgid "Learn more"
902
  msgstr "Lees verder"
903
 
904
- #: contact_form.php:2303
905
  msgid "Close"
906
  msgstr ""
907
 
908
- #: contact_form.php:2491
909
  #, fuzzy
910
  msgid "allows to store your messages to the database."
911
  msgstr "Speicher E-Mails in die Datenbank"
912
 
913
- #: contact_form.php:2492
914
  msgid "Manage messages that have been sent from your website."
915
  msgstr ""
916
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:59+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:59+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:35 contact_form.php:663
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
29
  msgid "Name:"
30
  msgstr "Name:"
31
 
32
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
33
  msgid "Address:"
34
  msgstr "Adresse:"
35
 
36
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
37
  msgid "Email Address:"
38
  msgstr "E-Mail Adresse:"
39
 
40
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
45
  msgid "Subject:"
46
  msgstr "Betreff:"
47
 
48
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
49
  msgid "Message:"
50
  msgstr "Inhalt:"
51
 
52
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
53
  msgid "Attachment:"
54
  msgstr "Anhang:"
55
 
56
+ #: contact_form.php:136
57
  #, fuzzy
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
64
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: "
65
  "2MB"
66
 
67
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
68
  msgid "Send me a copy"
69
  msgstr "Kopie an mich senden"
70
 
71
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
72
  msgid "Submit"
73
  msgstr "Senden"
74
 
75
+ #: contact_form.php:139
76
  msgid "Your name is required."
77
  msgstr "Dein Name wird benötigt."
78
 
79
+ #: contact_form.php:140
80
  msgid "Address is required."
81
  msgstr "Adresse wird benötigt"
82
 
83
+ #: contact_form.php:141
84
  msgid "A valid email address is required."
85
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
86
 
87
+ #: contact_form.php:142
88
  msgid "Phone number is required."
89
  msgstr "Deine Telefonnummer wird benötigt."
90
 
91
+ #: contact_form.php:143
92
  msgid "Subject is required."
93
  msgstr "Ein Betreff wird benötigt."
94
 
95
+ #: contact_form.php:144
96
  msgid "Message text is required."
97
  msgstr "Ein Inhalt wird benötigt."
98
 
99
+ #: contact_form.php:145
100
  msgid "File format is not valid."
101
  msgstr "Datei Format ist nicht erlaubt."
102
 
103
+ #: contact_form.php:146
104
  msgid "File upload error."
105
  msgstr "Datei-Übertragungsfehler"
106
 
107
+ #: contact_form.php:147
108
  msgid "The file could not be uploaded."
109
  msgstr "Die Datei konnte nicht hochgeladen werden."
110
 
111
+ #: contact_form.php:148
112
  msgid "This file is too large."
113
  msgstr "Diese Datei ist zu groß."
114
 
115
+ #: contact_form.php:149
116
  msgid "Please fill out the CAPTCHA."
117
  msgstr "Bitte CAPTCHA ausfüllen."
118
 
119
+ #: contact_form.php:150
120
  msgid "Please make corrections below and try again."
121
  msgstr "Bitte mach unten korrekturen und versuche es erneut."
122
 
123
+ #: contact_form.php:152
124
  msgid "Thank you for contacting us."
125
  msgstr "Danke für Ihre Nachricht."
126
 
127
+ #: contact_form.php:552
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
+ #: contact_form.php:562
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
138
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
139
  "sollte das Feld URL in folgendem Format sein"
140
 
141
+ #: contact_form.php:571
142
  #, fuzzy
143
  msgid "Such user does not exist."
144
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
145
 
146
+ #: contact_form.php:581
147
  #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
151
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
152
  "Einstellungen werden nicht gespeichert."
153
 
154
+ #: contact_form.php:589
155
  #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
159
  "Einstellungen werden nicht gespeichert."
160
 
161
+ #: contact_form.php:612
162
  msgid "Settings saved."
163
  msgstr "Einstellungen gespeichert."
164
 
165
+ #: contact_form.php:614
166
  #, fuzzy
167
  msgid "Settings are not saved."
168
  msgstr "Einstellungen gespeichert."
169
 
170
+ #: contact_form.php:652
171
  msgid "All plugin settings were restored."
172
  msgstr ""
173
 
174
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
175
  msgid "Settings"
176
  msgstr "Einstellungen"
177
 
178
+ #: contact_form.php:666
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Weitere Optionen"
182
 
183
+ #: contact_form.php:667
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
+ #: contact_form.php:668 contact_form.php:2229
188
  msgid "FAQ"
189
  msgstr "Häufig gestellte Fragen (FAQ)"
190
 
191
+ #: contact_form.php:669
192
  msgid "Go PRO"
193
  msgstr "Go PRO"
194
 
195
+ #: contact_form.php:672 contact_form.php:674
196
  msgid "Notice:"
197
  msgstr "Notiz:"
198
 
199
+ #: contact_form.php:672
200
  msgid ""
201
  "The plugin's settings have been changed. In order to save them please don't "
202
  "forget to click the 'Save Changes' button."
204
  "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern "
205
  "vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
206
 
207
+ #: contact_form.php:685
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
211
  msgstr ""
212
 
213
+ #: contact_form.php:692
214
  #, fuzzy
215
  msgid ""
216
  "If you would like to add Contact Form to your website, just copy and paste "
219
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
220
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
221
 
222
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
223
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
224
+ #: contact_form.php:1158 contact_form.php:1160
225
  msgid "or"
226
  msgstr "oder"
227
 
228
+ #: contact_form.php:693
229
  #, fuzzy
230
  msgid ""
231
  "If you have any problems with the standard shortcode [contact_form], you "
234
  "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
235
  "haben, sollten sie folgenden shortcode verwenden"
236
 
237
+ #: contact_form.php:693 contact_form.php:696
238
  msgid "They work the same way."
239
  msgstr "Sie arbeiten auf gleiche weise."
240
 
241
+ #: contact_form.php:695 contact_form.php:1507
242
  msgid ""
243
  "If you would like to add the Contact Form to your website, just copy and "
244
  "paste this shortcode to your post or page or widget:"
246
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
247
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
248
 
249
+ #: contact_form.php:696
250
  msgid ""
251
  "If have any problems with the standard shortcode [contact_form], you should "
252
  "use the shortcode"
254
  "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
255
  "haben, sollten sie folgenden shortcode verwenden"
256
 
257
+ #: contact_form.php:700
258
  msgid ""
259
  "If you leave the fields empty, the messages will be sent to the email "
260
  "address specified during registration."
262
  "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
263
  "registrierung angegebenen E-Mail Adresse gesendet."
264
 
265
+ #: contact_form.php:703
266
  msgid "The user's email address:"
267
  msgstr "Benutzer E-Mail Adresse"
268
 
269
+ #: contact_form.php:707
270
  #, fuzzy
271
  msgid "Select a username"
272
  msgstr "Benutzername erstellen"
273
 
274
+ #: contact_form.php:720
275
  msgid ""
276
  "Enter a username of the person who should get the messages from the contact "
277
  "form."
279
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
280
  "Form erhalten soll."
281
 
282
+ #: contact_form.php:724
283
  msgid "Use this email address:"
284
  msgstr "Nutzen sie diese E-Mail Adresse"
285
 
286
+ #: contact_form.php:728
287
  msgid "Enter the email address you want the messages forwarded to."
288
  msgstr ""
289
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
290
  "werden soll."
291
 
292
+ #: contact_form.php:737
293
  msgid "Add department selectbox to the contact form:"
294
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
295
 
296
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
297
  msgid "If you upgrade to Pro version all your settings will be saved."
298
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
299
 
300
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
301
+ #: contact_form.php:1213 contact_form.php:1397
302
  msgid "Unlock premium options by upgrading to PRO version."
303
  msgstr ""
304
 
305
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
306
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
307
  msgid "Learn More"
308
  msgstr ""
309
 
310
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
311
+ #: contact_form.php:1217 contact_form.php:1401
312
  #, fuzzy
313
  msgid "Go"
314
  msgstr "Go!"
315
 
316
+ #: contact_form.php:763
317
  msgid "Save emails to the database"
318
  msgstr "Speicher E-Mails in die Datenbank"
319
 
320
+ #: contact_form.php:768
321
  msgid "Using"
322
  msgstr "Verwendet"
323
 
324
+ #: contact_form.php:771 contact_form.php:775
325
  #, fuzzy
326
  msgid "Using Contact Form to DB by BestWebSoft"
327
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
328
 
329
+ #: contact_form.php:771
330
  #, fuzzy
331
  msgid "Activate"
332
  msgstr "Aktiviere captcha"
333
 
334
+ #: contact_form.php:775
335
  msgid "Download"
336
  msgstr "Download"
337
 
338
+ #: contact_form.php:785
339
  msgid "What to use?"
340
  msgstr "Was soll verwendet werden?"
341
 
342
+ #: contact_form.php:790
343
  msgid "Wp-mail"
344
  msgstr "Wp-mail"
345
 
346
+ #: contact_form.php:792
347
  msgid "You can use the wp_mail function for mailing"
348
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
349
 
350
+ #: contact_form.php:795
351
  msgid "Mail"
352
  msgstr "Mail"
353
 
354
+ #: contact_form.php:797
355
  msgid "To send mail you can use the php mail function"
356
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
357
 
358
+ #: contact_form.php:802
359
  msgid "'FROM' field"
360
  msgstr ""
361
 
362
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
363
+ #: contact_form.php:2006 contact_form.php:2042
364
  msgid "Name"
365
  msgstr "Name"
366
 
367
+ #: contact_form.php:811
368
  msgid "User name"
369
  msgstr "Benutzer Name"
370
 
371
+ #: contact_form.php:813
372
  msgid ""
373
  "The name of the user who fills the form will be used in the field 'From'."
374
  msgstr ""
375
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
376
  "verwendt."
377
 
378
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
379
  msgid "Email"
380
  msgstr "E-Mail"
381
 
382
+ #: contact_form.php:826
383
  msgid "User email"
384
  msgstr "Benutzer E-Mail"
385
 
386
+ #: contact_form.php:828
387
  msgid ""
388
  "The email address of the user who fills the form will be used in the field "
389
  "'From'."
391
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
392
  "'From/Von' verwendt."
393
 
394
+ #: contact_form.php:832
395
  msgid ""
396
  "If this option is changed, email messages may be moved to the spam folder or "
397
  "email delivery failures may occur."
398
  msgstr ""
399
 
400
+ #: contact_form.php:838
401
  msgid "Required symbol"
402
  msgstr "Benötigtes Symbol"
403
 
404
+ #: contact_form.php:848
405
  msgid "Fields"
406
  msgstr "Felder"
407
 
408
+ #: contact_form.php:849
409
  msgid "Used"
410
  msgstr "Benutzt"
411
 
412
+ #: contact_form.php:850
413
  msgid "Required"
414
  msgstr "Benötigt"
415
 
416
+ #: contact_form.php:851
417
  msgid "Visible"
418
  msgstr "Sichtbar"
419
 
420
+ #: contact_form.php:852
421
  msgid "Disabled for editing"
422
  msgstr "Bearbeitung ist ausgeschaltet"
423
 
424
+ #: contact_form.php:853
425
  msgid "Field's default value"
426
  msgstr "Standard-Feld-Wert"
427
 
428
+ #: contact_form.php:858
429
  msgid "Department selectbox"
430
  msgstr ""
431
 
432
+ #: contact_form.php:873
433
  msgid "Use User's name as a default value if the user is logged in."
434
  msgstr ""
435
 
436
+ #: contact_form.php:874 contact_form.php:902
437
  msgid ""
438
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
439
  "in users."
440
  msgstr ""
441
 
442
+ #: contact_form.php:878
443
  msgid "Location selectbox"
444
  msgstr ""
445
 
446
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
447
+ #: contact_form.php:2046
448
  msgid "Address"
449
  msgstr "Adresse: "
450
 
451
+ #: contact_form.php:894
452
  msgid "Email Address"
453
  msgstr "E-Mail Adresse:"
454
 
455
+ #: contact_form.php:901
456
  msgid "Use User's email as a default value if the user is logged in."
457
  msgstr ""
458
 
459
+ #: contact_form.php:906
460
  msgid "Phone number"
461
  msgstr "Telefonnummer:"
462
 
463
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
464
+ #: contact_form.php:2055
465
  msgid "Subject"
466
  msgstr "Betreff"
467
 
468
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
469
+ #: contact_form.php:2057
470
  msgid "Message"
471
  msgstr "Inhalt"
472
 
473
+ #: contact_form.php:946
474
  msgid "Attachment block"
475
  msgstr "Anhang-Block"
476
 
477
+ #: contact_form.php:948
478
  msgid "Users can attach the following file formats"
479
  msgstr "Benutzer können die folgenden Formate anhängen:"
480
 
481
+ #: contact_form.php:961
482
  msgid "Add to the form"
483
  msgstr "Füge in die Form"
484
 
485
+ #: contact_form.php:966
486
  msgid "Tips below the Attachment"
487
  msgstr "Tipps unterhalb des Anhangs"
488
 
489
+ #: contact_form.php:975
490
  msgid "'Send me a copy' block"
491
  msgstr "'Kopie an mich senden' Block"
492
 
493
+ #: contact_form.php:988
494
  msgid "Activate captcha"
495
  msgstr "Aktiviere captcha"
496
 
497
+ #: contact_form.php:992
498
  msgid "Download captcha"
499
  msgstr "Download captcha"
500
 
501
+ #: contact_form.php:1000
502
  msgid "Agreement checkbox"
503
  msgstr "Agreement checkbox"
504
 
505
+ #: contact_form.php:1000
506
  msgid "Required checkbox for submitting the form"
507
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
508
 
509
+ #: contact_form.php:1001
510
  msgid "Optional checkbox"
511
  msgstr "Optionale checkbox"
512
 
513
+ #: contact_form.php:1001
514
  msgid "Optional checkbox, the results of which will be displayed in email"
515
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
516
 
517
+ #: contact_form.php:1019
518
  msgid "Delete an attachment file from the server after the email is sent"
519
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
520
 
521
+ #: contact_form.php:1025
522
  msgid "Email in HTML format sending"
523
  msgstr "E-Mail im HTML Format"
524
 
525
+ #: contact_form.php:1029
526
  msgid "Display additional info in the email"
527
  msgstr "Zeige weitere Informationen in der E-Mail"
528
 
529
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
530
  msgid "Sent from (ip address)"
531
  msgstr "Gesendet von (IP-Adresse)"
532
 
533
+ #: contact_form.php:1035
534
  msgid "Example: Sent from (IP address):\t127.0.0.1"
535
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
536
 
537
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
538
  msgid "Date/Time"
539
  msgstr "Datum/Zeit"
540
 
541
+ #: contact_form.php:1036
542
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
543
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
544
 
545
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
546
  msgid "Sent from (referer)"
547
  msgstr "Gesendet von (referer)"
548
 
549
+ #: contact_form.php:1037
550
  msgid ""
551
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
552
  msgstr ""
553
  "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
554
  "us/"
555
 
556
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
557
  msgid "Using (user agent)"
558
  msgstr "Verwendet (user agent)"
559
 
560
+ #: contact_form.php:1038
561
  msgid ""
562
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
563
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
565
  "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
566
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
567
 
568
+ #: contact_form.php:1043
569
  msgid "Language settings for the field names in the form"
570
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
571
 
572
+ #: contact_form.php:1052
573
  msgid "Add a language"
574
  msgstr "Hinzufügen einer Sprache"
575
 
576
+ #: contact_form.php:1056
577
  msgid "Change the names of the contact form fields and error messages"
578
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
579
 
580
+ #: contact_form.php:1061 contact_form.php:1148
581
  msgid "English"
582
  msgstr "Englisch"
583
 
584
+ #: contact_form.php:1069 contact_form.php:1103
585
  msgid "click to expand/hide the list"
586
  msgstr "Klick zum erweitern/verstecken der Liste"
587
 
588
+ #: contact_form.php:1078 contact_form.php:1112
589
  msgid "Tips below the Attachment block"
590
  msgstr "Tipps unterhalb des Anhang-Blocks"
591
 
592
+ #: contact_form.php:1081 contact_form.php:1115
593
  msgid "Error message for the Name field"
594
  msgstr "Fehlermeldung für das Namensfeld"
595
 
596
+ #: contact_form.php:1082 contact_form.php:1116
597
  msgid "Error message for the Address field"
598
  msgstr "Fehlermeldung für das Adress-Feld"
599
 
600
+ #: contact_form.php:1083 contact_form.php:1117
601
  msgid "Error message for the Email field"
602
  msgstr "Fehlermeldung für das E-Mail-Feld"
603
 
604
+ #: contact_form.php:1084 contact_form.php:1118
605
  msgid "Error message for the Phone field"
606
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
607
 
608
+ #: contact_form.php:1085 contact_form.php:1119
609
  msgid "Error message for the Subject field"
610
  msgstr "Fehlermeldung für das Betreff-Feld"
611
 
612
+ #: contact_form.php:1086 contact_form.php:1120
613
  msgid "Error message for the Message field"
614
  msgstr "Fehlermeldung für das Inhalts-Feld"
615
 
616
+ #: contact_form.php:1087 contact_form.php:1121
617
  msgid "Error message about the file type for the Attachment field"
618
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
619
 
620
+ #: contact_form.php:1088 contact_form.php:1122
621
  msgid ""
622
  "Error message while uploading a file for the Attachment field to the server"
623
  msgstr ""
624
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
625
  "Feld"
626
 
627
+ #: contact_form.php:1089 contact_form.php:1123
628
  msgid "Error message while moving the file for the Attachment field"
629
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
630
 
631
+ #: contact_form.php:1090 contact_form.php:1124
632
  msgid "Error message when file size limit for the Attachment field is exceeded"
633
  msgstr ""
634
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
635
  "wird"
636
 
637
+ #: contact_form.php:1091 contact_form.php:1125
638
  msgid "Error message for the Captcha field"
639
  msgstr "Fehlermeldung für das Capatcha-Feld"
640
 
641
+ #: contact_form.php:1092 contact_form.php:1126
642
  msgid "Error message for the whole form"
643
  msgstr "Fehlermeldung für das ganze Formular"
644
 
645
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
646
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
647
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
648
+ #: contact_form.php:2364
649
  msgid "Use shortcode"
650
  msgstr "Benutze shortcode"
651
 
652
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
653
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
654
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
655
+ #: contact_form.php:2364
656
  msgid "for this language"
657
  msgstr "für diese Sprache"
658
 
659
+ #: contact_form.php:1139
660
  #, fuzzy
661
  msgid "Use the changed names of the contact form fields in the email"
662
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
663
 
664
+ #: contact_form.php:1145
665
  msgid "Action after email is sent"
666
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
667
 
668
+ #: contact_form.php:1147
669
  msgid "Display text"
670
  msgstr "Zeige Text"
671
 
672
+ #: contact_form.php:1156 contact_form.php:1166
673
  msgid "Text"
674
  msgstr "Text"
675
 
676
+ #: contact_form.php:1177
677
  msgid "Redirect to the page"
678
  msgstr "Umleiten zur Seite"
679
 
680
+ #: contact_form.php:1178
681
  msgid "Url"
682
  msgstr "Url"
683
 
684
+ #: contact_form.php:1182
685
  msgid "The $_SERVER variable that is used to build a URL of the form"
686
  msgstr ""
687
 
688
+ #: contact_form.php:1187
689
  msgid ""
690
  "If you are not sure whether to change this setting or not, please do not do "
691
  "that."
692
  msgstr ""
693
 
694
+ #: contact_form.php:1197
695
  msgid "Auto Response"
696
  msgstr ""
697
 
698
+ #: contact_form.php:1201
699
  #, php-format
700
  msgid ""
701
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
703
  "name."
704
  msgstr ""
705
 
706
+ #: contact_form.php:1226 contact_form.php:1408
707
  msgid "Save Changes"
708
  msgstr "Speichere Änderungen"
709
 
710
+ #: contact_form.php:1239
711
  msgid "Errors output"
712
  msgstr "Fehler-Ausgabe"
713
 
714
+ #: contact_form.php:1242
715
  msgid "Display error messages"
716
  msgstr "Zeige Fehlermeldungen"
717
 
718
+ #: contact_form.php:1243
719
  msgid "Color of the input field errors."
720
  msgstr "Farbe der Eingabe-Fehld-Fehler"
721
 
722
+ #: contact_form.php:1244
723
  msgid "Display error messages & color of the input field errors"
724
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
725
 
726
+ #: contact_form.php:1249
727
  msgid "Add placeholder to the input blocks"
728
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
729
 
730
+ #: contact_form.php:1255
731
  msgid "Add tooltips"
732
  msgstr "Füge Tooltips hinzu"
733
 
734
+ #: contact_form.php:1269
735
  msgid "Email address"
736
  msgstr "E-Mail Adresse:"
737
 
738
+ #: contact_form.php:1274
739
  msgid "Phone Number"
740
  msgstr "Telefonnummer:"
741
 
742
+ #: contact_form.php:1288
743
  msgid "Attachment"
744
  msgstr "Anhang:"
745
 
746
+ #: contact_form.php:1298
747
  msgid "Style options"
748
  msgstr "Stil-Optionen"
749
 
750
+ #: contact_form.php:1301
751
  msgid "Text color"
752
  msgstr "Text -Farbe"
753
 
754
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
755
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
756
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
757
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
758
  msgid "Default"
759
  msgstr "Standard"
760
 
761
+ #: contact_form.php:1306
762
  msgid "Label text color"
763
  msgstr "Beschriftungs-Text -Farbe"
764
 
765
+ #: contact_form.php:1311
766
  msgid "Placeholder color"
767
  msgstr "Platzhalter -Farbe"
768
 
769
+ #: contact_form.php:1316
770
  msgid "Errors color"
771
  msgstr "Fehler -Farbe"
772
 
773
+ #: contact_form.php:1321
774
  msgid "Error text color"
775
  msgstr "Fehler-Text -Farbe"
776
 
777
+ #: contact_form.php:1326
778
  msgid "Background color of the input field errors"
779
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
780
 
781
+ #: contact_form.php:1331
782
  msgid "Border color of the input field errors"
783
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
784
 
785
+ #: contact_form.php:1336
786
  msgid "Placeholder color of the input field errors"
787
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
788
 
789
+ #: contact_form.php:1341
790
  msgid "Input fields"
791
  msgstr "Eingabe-Felder"
792
 
793
+ #: contact_form.php:1346
794
  msgid "Input fields background color"
795
  msgstr "Eingabefelder - Hintergrundfarbe"
796
 
797
+ #: contact_form.php:1351
798
  msgid "Text fields color"
799
  msgstr "Text-Felder -Farbe"
800
 
801
+ #: contact_form.php:1355
802
  msgid "Border width in px, numbers only"
803
  msgstr "Rand-Breite in px, nur Zahlen"
804
 
805
+ #: contact_form.php:1360 contact_form.php:1384
806
  msgid "Border color"
807
  msgstr "Rand -Farbe"
808
 
809
+ #: contact_form.php:1365
810
  msgid "Submit button"
811
  msgstr "Sende-Schaltfläche"
812
 
813
+ #: contact_form.php:1369
814
  msgid "Width in px, numbers only"
815
  msgstr "Breite in px, nur Zahlen"
816
 
817
+ #: contact_form.php:1374
818
  msgid "Button color"
819
  msgstr "Schaltflächen -Farbe"
820
 
821
+ #: contact_form.php:1379
822
  msgid "Button text color"
823
  msgstr "Schaltflächen-Text -Farbe"
824
 
825
+ #: contact_form.php:1412
826
  msgid "Contact Form Pro | Preview"
827
  msgstr "Kontakt-Form Pro | Vorschau"
828
 
829
+ #: contact_form.php:1414
830
  msgid "Show with errors"
831
  msgstr "Zeige mit Fehlern"
832
 
833
+ #: contact_form.php:1423 contact_form.php:1425
834
  msgid "Please enter your full name..."
835
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
836
 
837
+ #: contact_form.php:1436 contact_form.php:1438
838
  msgid "Please enter your address..."
839
  msgstr "Bitte geben sie Ihre Adresse ein... "
840
 
841
+ #: contact_form.php:1447 contact_form.php:1449
842
  msgid "Please enter your email address..."
843
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
844
 
845
+ #: contact_form.php:1458 contact_form.php:1460
846
  msgid "Please enter your phone number..."
847
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
848
 
849
+ #: contact_form.php:1469 contact_form.php:1471
850
  msgid "Please enter subject..."
851
  msgstr "Bitte geben sie Ihren Betreff an... "
852
 
853
+ #: contact_form.php:1479 contact_form.php:1481
854
  msgid "Please enter your message..."
855
  msgstr "Bitte geben sie Ihre Nachricht ein... "
856
 
857
+ #: contact_form.php:1592
858
  msgid "Sorry, email message could not be delivered."
859
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
860
 
861
+ #: contact_form.php:2000
862
  msgid "Contact from"
863
  msgstr "Kontakt von"
864
 
865
+ #: contact_form.php:2022 contact_form.php:2052
866
  msgid "Phone"
867
  msgstr "Telefonnummer"
868
 
869
+ #: contact_form.php:2033 contact_form.php:2059
870
  msgid "Site"
871
  msgstr "Webseite"
872
 
873
+ #: contact_form.php:2146
874
  msgid ""
875
  "If you can see this MIME, it means that the MIME type is not supported by "
876
  "your email client!"
877
  msgstr ""
878
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
879
 
880
+ #: contact_form.php:2230
881
  msgid "Support"
882
  msgstr "Support"
883
 
884
+ #: contact_form.php:2279
885
  msgid "Are you sure that you want to delete this language data?"
886
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
887
 
888
+ #: contact_form.php:2300
889
  #, fuzzy
890
  msgid "Add multiple forms"
891
  msgstr "Füge in die Form"
892
 
893
+ #: contact_form.php:2300
894
  msgid ""
895
  "Install Contact Form Multi plugin to create unlimited number of contact "
896
  "forms."
897
  msgstr ""
898
 
899
+ #: contact_form.php:2305
900
  #, fuzzy
901
  msgid "Learn more"
902
  msgstr "Lees verder"
903
 
904
+ #: contact_form.php:2309
905
  msgid "Close"
906
  msgstr ""
907
 
908
+ #: contact_form.php:2497
909
  #, fuzzy
910
  msgid "allows to store your messages to the database."
911
  msgstr "Speicher E-Mails in die Datenbank"
912
 
913
+ #: contact_form.php:2498
914
  msgid "Manage messages that have been sent from your website."
915
  msgstr ""
916
 
languages/{contact_form-el.mo → contact-form-plugin-el.mo} RENAMED
Binary file
languages/{contact_form-el.po → contact-form-plugin-el.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:13+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:13+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
- #: contact_form.php:35 contact_form.php:657
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
@@ -31,42 +31,42 @@ msgid "Contact Form"
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
35
  msgid "Name:"
36
  msgstr "Όνομα:"
37
 
38
  # @ contact_form
39
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
40
  msgid "Address:"
41
  msgstr "Διεύθυνση:"
42
 
43
  # @ contact_form
44
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
45
  msgid "Email Address:"
46
  msgstr "Email:"
47
 
48
  # @ contact_form
49
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
50
  msgid "Phone number:"
51
  msgstr "Αριθμός τηλεφώνου:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
55
  msgid "Subject:"
56
  msgstr "Θέμα:"
57
 
58
  # @ contact_form
59
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
60
  msgid "Message:"
61
  msgstr "Μήνυμα:"
62
 
63
  # @ contact_form
64
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
65
  msgid "Attachment:"
66
  msgstr "Συννημένο Αρχείο:"
67
 
68
  # @ contact_form
69
- #: contact_form.php:130
70
  #, fuzzy
71
  msgid ""
72
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -78,89 +78,89 @@ msgstr ""
78
  "μέγεθος αρχείου: 2MB"
79
 
80
  # @ contact_form
81
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
82
  msgid "Send me a copy"
83
  msgstr "Αποστολή αντιγράφου"
84
 
85
  # @ contact_form
86
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
87
  msgid "Submit"
88
  msgstr "Αποστολή"
89
 
90
  # @ contact_form
91
- #: contact_form.php:133
92
  msgid "Your name is required."
93
  msgstr "Το όνομα σας είναι απαραίτητο."
94
 
95
  # @ contact_form
96
- #: contact_form.php:134
97
  msgid "Address is required."
98
  msgstr "Η διεύθυνσή σας είναι απαραίτητη."
99
 
100
  # @ contact_form
101
- #: contact_form.php:135
102
  msgid "A valid email address is required."
103
  msgstr "Απαιτείται μία έγκυρη διεύθυνση email."
104
 
105
  # @ contact_form
106
- #: contact_form.php:136
107
  msgid "Phone number is required."
108
  msgstr "Ο αριθμός τηλεφώνου είναι απαραίτητος."
109
 
110
  # @ contact_form
111
- #: contact_form.php:137
112
  msgid "Subject is required."
113
  msgstr "Το θέμα είναι απαραίτητο."
114
 
115
  # @ contact_form
116
- #: contact_form.php:138
117
  msgid "Message text is required."
118
  msgstr "Το μήνυμα κειμένου είναι απαραίτητο."
119
 
120
  # @ contact_form
121
- #: contact_form.php:139
122
  msgid "File format is not valid."
123
  msgstr "Ο τύπος του αρχείου δεν είναι έγκυρος."
124
 
125
  # @ contact_form
126
- #: contact_form.php:140
127
  msgid "File upload error."
128
  msgstr "Πρόβλημα κατά το ανέβασμα του αρχείου."
129
 
130
  # @ contact_form
131
- #: contact_form.php:141
132
  msgid "The file could not be uploaded."
133
  msgstr "Το αρχείο δεν μπορούσε να ανέβει."
134
 
135
  # @ contact_form
136
- #: contact_form.php:142
137
  msgid "This file is too large."
138
  msgstr "Το μέγεθος αρχείου είναι πολύ μεγάλο."
139
 
140
  # @ contact_form
141
- #: contact_form.php:143
142
  msgid "Please fill out the CAPTCHA."
143
  msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
144
 
145
  # @ contact_form
146
- #: contact_form.php:144
147
  msgid "Please make corrections below and try again."
148
  msgstr ""
149
  "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
150
 
151
  # @ contact_form
152
- #: contact_form.php:146
153
  msgid "Thank you for contacting us."
154
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
155
 
156
- #: contact_form.php:546
157
  msgid ""
158
  "Email 'FROM' field option was changed, which may cause email messages being "
159
  "moved to the spam folder or email delivery failures."
160
  msgstr ""
161
 
162
  # @ contact_form
163
- #: contact_form.php:556
164
  msgid ""
165
  "If the 'Redirect to page' option is selected then the URL field should be in "
166
  "the following format"
@@ -169,12 +169,12 @@ msgstr ""
169
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
170
 
171
  # @ contact_form
172
- #: contact_form.php:565
173
  msgid "Such user does not exist."
174
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
175
 
176
  # @ contact_form
177
- #: contact_form.php:575
178
  msgid ""
179
  "Please enter a valid email address in the 'Use this email address' field."
180
  msgstr ""
@@ -182,56 +182,56 @@ msgstr ""
182
  "αυτήν τη διεύθυνση email'."
183
 
184
  # @ contact_form
185
- #: contact_form.php:583
186
  msgid "Please enter a valid email address in the 'FROM' field."
187
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
188
 
189
  # @ contact_form
190
- #: contact_form.php:606
191
  msgid "Settings saved."
192
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
193
 
194
  # @ contact_form
195
- #: contact_form.php:608
196
  msgid "Settings are not saved."
197
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
198
 
199
- #: contact_form.php:646
200
  msgid "All plugin settings were restored."
201
  msgstr ""
202
 
203
  # @ contact_form
204
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
205
  msgid "Settings"
206
  msgstr "Ρυθμίσεις"
207
 
208
  # @ contact_form
209
- #: contact_form.php:660
210
  #, fuzzy
211
  msgid "Additional settings"
212
  msgstr "Πρόσθετες επιλογές"
213
 
214
- #: contact_form.php:661
215
  msgid "Appearance"
216
  msgstr ""
217
 
218
  # @ contact_form
219
- #: contact_form.php:662 contact_form.php:2223
220
  msgid "FAQ"
221
  msgstr "Συχνές Ερωτήσεις"
222
 
223
  # @ contact_form
224
- #: contact_form.php:663
225
  msgid "Go PRO"
226
  msgstr "Αναβάθμιση σε PRO"
227
 
228
  # @ contact_form
229
- #: contact_form.php:666 contact_form.php:668
230
  msgid "Notice:"
231
  msgstr "Σημείωση:"
232
 
233
  # @ contact_form
234
- #: contact_form.php:666
235
  msgid ""
236
  "The plugin's settings have been changed. In order to save them please don't "
237
  "forget to click the 'Save Changes' button."
@@ -240,7 +240,7 @@ msgstr ""
240
  "παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί 'Αποθήκευση αλλαγών'."
241
 
242
  # @ contact_form
243
- #: contact_form.php:679
244
  msgid ""
245
  "If you want to create multiple contact forms, please install the Contact "
246
  "Form Multi plugin."
@@ -249,7 +249,7 @@ msgstr ""
249
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
250
 
251
  # @ contact_form
252
- #: contact_form.php:686
253
  #, fuzzy
254
  msgid ""
255
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -260,14 +260,14 @@ msgstr ""
260
  "στο widget σας:"
261
 
262
  # @ contact_form
263
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
264
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
265
- #: contact_form.php:1152 contact_form.php:1154
266
  msgid "or"
267
  msgstr "ή"
268
 
269
  # @ contact_form
270
- #: contact_form.php:687
271
  #, fuzzy
272
  msgid ""
273
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -277,12 +277,12 @@ msgstr ""
277
  "[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
278
 
279
  # @ contact_form
280
- #: contact_form.php:687 contact_form.php:690
281
  msgid "They work the same way."
282
  msgstr "Λειτουργούν με τον ίδιο τρόπο."
283
 
284
  # @ contact_form
285
- #: contact_form.php:689 contact_form.php:1501
286
  msgid ""
287
  "If you would like to add the Contact Form to your website, just copy and "
288
  "paste this shortcode to your post or page or widget:"
@@ -292,7 +292,7 @@ msgstr ""
292
  "στο widget σας:"
293
 
294
  # @ contact_form
295
- #: contact_form.php:690
296
  msgid ""
297
  "If have any problems with the standard shortcode [contact_form], you should "
298
  "use the shortcode"
@@ -301,7 +301,7 @@ msgstr ""
301
  "[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
302
 
303
  # @ contact_form
304
- #: contact_form.php:694
305
  msgid ""
306
  "If you leave the fields empty, the messages will be sent to the email "
307
  "address specified during registration."
@@ -310,18 +310,18 @@ msgstr ""
310
  "καθορίσατε κατά την εγγραφή σας."
311
 
312
  # @ contact_form
313
- #: contact_form.php:697
314
  msgid "The user's email address:"
315
  msgstr "Η διεύθυνση email του χρήστη:"
316
 
317
  # @ contact_form
318
- #: contact_form.php:701
319
  #, fuzzy
320
  msgid "Select a username"
321
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
322
 
323
  # @ contact_form
324
- #: contact_form.php:714
325
  msgid ""
326
  "Enter a username of the person who should get the messages from the contact "
327
  "form."
@@ -330,118 +330,118 @@ msgstr ""
330
  "επικοινωνίας."
331
 
332
  # @ contact_form
333
- #: contact_form.php:718
334
  msgid "Use this email address:"
335
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
336
 
337
  # @ contact_form
338
- #: contact_form.php:722
339
  msgid "Enter the email address you want the messages forwarded to."
340
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
341
 
342
  # @ contact_form
343
- #: contact_form.php:731
344
  msgid "Add department selectbox to the contact form:"
345
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
346
 
347
  # @ contact_form
348
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
349
  msgid "If you upgrade to Pro version all your settings will be saved."
350
  msgstr ""
351
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
352
 
353
  # @ contact_form
354
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
355
- #: contact_form.php:1207 contact_form.php:1391
356
  #, fuzzy
357
  msgid "Unlock premium options by upgrading to PRO version."
358
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
359
 
360
  # @ contact_form
361
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
362
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
363
  msgid "Learn More"
364
  msgstr "Μάθετε περισσότερα"
365
 
366
  # @ contact_form
367
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
368
- #: contact_form.php:1211 contact_form.php:1395
369
  msgid "Go"
370
  msgstr "Πηγαίνετε"
371
 
372
  # @ contact_form
373
- #: contact_form.php:757
374
  msgid "Save emails to the database"
375
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
376
 
377
  # @ contact_form
378
- #: contact_form.php:762
379
  msgid "Using"
380
  msgstr "Χρήση"
381
 
382
  # @ contact_form
383
- #: contact_form.php:765 contact_form.php:769
384
  #, fuzzy
385
  msgid "Using Contact Form to DB by BestWebSoft"
386
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
387
 
388
  # @ contact_form
389
- #: contact_form.php:765
390
  #, fuzzy
391
  msgid "Activate"
392
  msgstr "Ενεργοποίηση captcha"
393
 
394
  # @ contact_form
395
- #: contact_form.php:769
396
  #, fuzzy
397
  msgid "Download"
398
  msgstr "Κατέβασμα captcha"
399
 
400
  # @ contact_form
401
- #: contact_form.php:779
402
  msgid "What to use?"
403
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
404
 
405
  # @ contact_form
406
- #: contact_form.php:784
407
  msgid "Wp-mail"
408
  msgstr "Wp-mail"
409
 
410
  # @ contact_form
411
- #: contact_form.php:786
412
  msgid "You can use the wp_mail function for mailing"
413
  msgstr ""
414
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
415
 
416
  # @ contact_form
417
- #: contact_form.php:789
418
  msgid "Mail"
419
  msgstr "Tαχυδρομείο"
420
 
421
  # @ contact_form
422
- #: contact_form.php:791
423
  msgid "To send mail you can use the php mail function"
424
  msgstr ""
425
  "Για να στείλετε email, μπορείτε να χρησιμοποιήσετε τη λειτουργία "
426
  "ταχυδρομείου PHP"
427
 
428
- #: contact_form.php:796
429
  msgid "'FROM' field"
430
  msgstr ""
431
 
432
  # @ contact_form
433
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
434
- #: contact_form.php:2000 contact_form.php:2036
435
  msgid "Name"
436
  msgstr "Όνομα"
437
 
438
  # @ contact_form
439
- #: contact_form.php:805
440
  msgid "User name"
441
  msgstr "Όνομα χρήστη"
442
 
443
  # @ contact_form
444
- #: contact_form.php:807
445
  msgid ""
446
  "The name of the user who fills the form will be used in the field 'From'."
447
  msgstr ""
@@ -449,17 +449,17 @@ msgstr ""
449
  "'Από'."
450
 
451
  # @ contact_form
452
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
453
  msgid "Email"
454
  msgstr "Email"
455
 
456
  # @ contact_form
457
- #: contact_form.php:820
458
  msgid "User email"
459
  msgstr "Email χρήστη"
460
 
461
  # @ contact_form
462
- #: contact_form.php:822
463
  msgid ""
464
  "The email address of the user who fills the form will be used in the field "
465
  "'From'."
@@ -467,198 +467,198 @@ msgstr ""
467
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
468
  "πεδίο 'Από'."
469
 
470
- #: contact_form.php:826
471
  msgid ""
472
  "If this option is changed, email messages may be moved to the spam folder or "
473
  "email delivery failures may occur."
474
  msgstr ""
475
 
476
  # @ contact_form
477
- #: contact_form.php:832
478
  msgid "Required symbol"
479
  msgstr "Απαιτούμενο σύμβολο"
480
 
481
  # @ contact_form
482
- #: contact_form.php:842
483
  msgid "Fields"
484
  msgstr "Πεδία"
485
 
486
  # @ contact_form
487
- #: contact_form.php:843
488
  msgid "Used"
489
  msgstr "Χρησιμοποιείται"
490
 
491
  # @ contact_form
492
- #: contact_form.php:844
493
  msgid "Required"
494
  msgstr "Απαιτούμενο"
495
 
496
  # @ contact_form
497
- #: contact_form.php:845
498
  msgid "Visible"
499
  msgstr "Ορατό"
500
 
501
  # @ contact_form
502
- #: contact_form.php:846
503
  msgid "Disabled for editing"
504
  msgstr "Δεν επιτρέπεται η επεξεργασία"
505
 
506
  # @ contact_form
507
- #: contact_form.php:847
508
  msgid "Field's default value"
509
  msgstr "Προκαθορισμένη τιμή πεδίου"
510
 
511
  # @ contact_form
512
- #: contact_form.php:852
513
  #, fuzzy
514
  msgid "Department selectbox"
515
  msgstr "Τοποθεσία selectbox"
516
 
517
- #: contact_form.php:867
518
  msgid "Use User's name as a default value if the user is logged in."
519
  msgstr ""
520
 
521
- #: contact_form.php:868 contact_form.php:896
522
  msgid ""
523
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
524
  "in users."
525
  msgstr ""
526
 
527
  # @ contact_form
528
- #: contact_form.php:872
529
  msgid "Location selectbox"
530
  msgstr "Τοποθεσία selectbox"
531
 
532
  # @ contact_form
533
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
534
- #: contact_form.php:2040
535
  msgid "Address"
536
  msgstr "Διεύθυνση"
537
 
538
  # @ contact_form
539
- #: contact_form.php:888
540
  msgid "Email Address"
541
  msgstr "Διεύθυνση Email"
542
 
543
- #: contact_form.php:895
544
  msgid "Use User's email as a default value if the user is logged in."
545
  msgstr ""
546
 
547
  # @ contact_form
548
- #: contact_form.php:900
549
  msgid "Phone number"
550
  msgstr "Αριθμός τηλεφώνου"
551
 
552
  # @ contact_form
553
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
554
- #: contact_form.php:2049
555
  msgid "Subject"
556
  msgstr "Θέμα"
557
 
558
  # @ contact_form
559
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
560
- #: contact_form.php:2051
561
  msgid "Message"
562
  msgstr "Μήνυμα"
563
 
564
  # @ contact_form
565
- #: contact_form.php:940
566
  msgid "Attachment block"
567
  msgstr "Συνημμένο μπλοκ"
568
 
569
  # @ contact_form
570
- #: contact_form.php:942
571
  msgid "Users can attach the following file formats"
572
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
573
 
574
  # @ contact_form
575
- #: contact_form.php:955
576
  msgid "Add to the form"
577
  msgstr "Προσθήκη στη φόρμα"
578
 
579
  # @ contact_form
580
- #: contact_form.php:960
581
  msgid "Tips below the Attachment"
582
  msgstr "Συμβουλές κάτω από το συνημμένο"
583
 
584
  # @ contact_form
585
- #: contact_form.php:969
586
  msgid "'Send me a copy' block"
587
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
588
 
589
  # @ contact_form
590
- #: contact_form.php:982
591
  msgid "Activate captcha"
592
  msgstr "Ενεργοποίηση captcha"
593
 
594
  # @ contact_form
595
- #: contact_form.php:986
596
  msgid "Download captcha"
597
  msgstr "Κατέβασμα captcha"
598
 
599
  # @ contact_form
600
- #: contact_form.php:994
601
  msgid "Agreement checkbox"
602
  msgstr "Checkbox συμφωνίας"
603
 
604
  # @ contact_form
605
- #: contact_form.php:994
606
  msgid "Required checkbox for submitting the form"
607
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
608
 
609
  # @ contact_form
610
- #: contact_form.php:995
611
  msgid "Optional checkbox"
612
  msgstr "Προαιρετικό checkbox"
613
 
614
  # @ contact_form
615
- #: contact_form.php:995
616
  msgid "Optional checkbox, the results of which will be displayed in email"
617
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
618
 
619
  # @ contact_form
620
- #: contact_form.php:1013
621
  msgid "Delete an attachment file from the server after the email is sent"
622
  msgstr ""
623
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
624
 
625
  # @ contact_form
626
- #: contact_form.php:1019
627
  msgid "Email in HTML format sending"
628
  msgstr "Αποστολή email σε μορφή HTML "
629
 
630
  # @ contact_form
631
- #: contact_form.php:1023
632
  msgid "Display additional info in the email"
633
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
634
 
635
  # @ contact_form
636
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
637
  msgid "Sent from (ip address)"
638
  msgstr "Εστάλη από (διεύθυνση IP)"
639
 
640
  # @ contact_form
641
- #: contact_form.php:1029
642
  msgid "Example: Sent from (IP address):\t127.0.0.1"
643
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
644
 
645
  # @ contact_form
646
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
647
  msgid "Date/Time"
648
  msgstr "Ημερομηνία/Ώρα"
649
 
650
  # @ contact_form
651
- #: contact_form.php:1030
652
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
653
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
654
 
655
  # @ contact_form
656
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
657
  msgid "Sent from (referer)"
658
  msgstr "Εστάλη από (παραπέμπτης)"
659
 
660
  # @ contact_form
661
- #: contact_form.php:1031
662
  msgid ""
663
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
664
  msgstr ""
@@ -666,12 +666,12 @@ msgstr ""
666
  "contact-us/"
667
 
668
  # @ contact_form
669
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
670
  msgid "Using (user agent)"
671
  msgstr "Χρήση (μέσο χρήστη)"
672
 
673
  # @ contact_form
674
- #: contact_form.php:1032
675
  msgid ""
676
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
677
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -680,74 +680,74 @@ msgstr ""
680
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
681
 
682
  # @ contact_form
683
- #: contact_form.php:1037
684
  msgid "Language settings for the field names in the form"
685
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
686
 
687
  # @ contact_form
688
- #: contact_form.php:1046
689
  msgid "Add a language"
690
  msgstr "Προσθήκη γλώσσας"
691
 
692
  # @ contact_form
693
- #: contact_form.php:1050
694
  msgid "Change the names of the contact form fields and error messages"
695
  msgstr ""
696
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
697
  "επικοινωνίας "
698
 
699
  # @ contact_form
700
- #: contact_form.php:1055 contact_form.php:1142
701
  msgid "English"
702
  msgstr "Αγγλικά"
703
 
704
  # @ contact_form
705
- #: contact_form.php:1063 contact_form.php:1097
706
  msgid "click to expand/hide the list"
707
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
708
 
709
  # @ contact_form
710
- #: contact_form.php:1072 contact_form.php:1106
711
  msgid "Tips below the Attachment block"
712
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
713
 
714
  # @ contact_form
715
- #: contact_form.php:1075 contact_form.php:1109
716
  msgid "Error message for the Name field"
717
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
718
 
719
  # @ contact_form
720
- #: contact_form.php:1076 contact_form.php:1110
721
  msgid "Error message for the Address field"
722
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
723
 
724
  # @ contact_form
725
- #: contact_form.php:1077 contact_form.php:1111
726
  msgid "Error message for the Email field"
727
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
728
 
729
  # @ contact_form
730
- #: contact_form.php:1078 contact_form.php:1112
731
  msgid "Error message for the Phone field"
732
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
733
 
734
  # @ contact_form
735
- #: contact_form.php:1079 contact_form.php:1113
736
  msgid "Error message for the Subject field"
737
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
738
 
739
  # @ contact_form
740
- #: contact_form.php:1080 contact_form.php:1114
741
  msgid "Error message for the Message field"
742
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
743
 
744
  # @ contact_form
745
- #: contact_form.php:1081 contact_form.php:1115
746
  msgid "Error message about the file type for the Attachment field"
747
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
748
 
749
  # @ contact_form
750
- #: contact_form.php:1082 contact_form.php:1116
751
  msgid ""
752
  "Error message while uploading a file for the Attachment field to the server"
753
  msgstr ""
@@ -755,85 +755,85 @@ msgstr ""
755
  "διακομιστή"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1083 contact_form.php:1117
759
  msgid "Error message while moving the file for the Attachment field"
760
  msgstr ""
761
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
762
 
763
  # @ contact_form
764
- #: contact_form.php:1084 contact_form.php:1118
765
  msgid "Error message when file size limit for the Attachment field is exceeded"
766
  msgstr ""
767
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
768
  "ξεπεραστεί"
769
 
770
  # @ contact_form
771
- #: contact_form.php:1085 contact_form.php:1119
772
  msgid "Error message for the Captcha field"
773
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
774
 
775
  # @ contact_form
776
- #: contact_form.php:1086 contact_form.php:1120
777
  msgid "Error message for the whole form"
778
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
779
 
780
  # @ contact_form
781
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
782
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
783
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
784
- #: contact_form.php:2358
785
  msgid "Use shortcode"
786
  msgstr "Χρήση σύντομου κωδικού"
787
 
788
  # @ contact_form
789
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
790
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
791
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
792
- #: contact_form.php:2358
793
  msgid "for this language"
794
  msgstr "για τη συγκεκριμένη γλώσσα"
795
 
796
  # @ contact_form
797
- #: contact_form.php:1133
798
  msgid "Use the changed names of the contact form fields in the email"
799
  msgstr ""
800
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
801
  "στο email"
802
 
803
  # @ contact_form
804
- #: contact_form.php:1139
805
  msgid "Action after email is sent"
806
  msgstr "Ενέργεια μετά την αποστολή του email"
807
 
808
  # @ contact_form
809
- #: contact_form.php:1141
810
  msgid "Display text"
811
  msgstr "Εμφάνιση κειμένου"
812
 
813
  # @ contact_form
814
- #: contact_form.php:1150 contact_form.php:1160
815
  msgid "Text"
816
  msgstr "Κείμενο"
817
 
818
  # @ contact_form
819
- #: contact_form.php:1171
820
  msgid "Redirect to the page"
821
  msgstr "Ανακατεύθυνση στη σελίδα"
822
 
823
  # @ contact_form
824
- #: contact_form.php:1172
825
  msgid "Url"
826
  msgstr "Url"
827
 
828
  # @ contact_form
829
- #: contact_form.php:1176
830
  msgid "The $_SERVER variable that is used to build a URL of the form"
831
  msgstr ""
832
  "Η μεταβλητή $_SERVER που χρησιμοποιείται για την δημιουργία ενός URL της "
833
  "μορφής"
834
 
835
  # @ contact_form
836
- #: contact_form.php:1181
837
  msgid ""
838
  "If you are not sure whether to change this setting or not, please do not do "
839
  "that."
@@ -842,12 +842,12 @@ msgstr ""
842
  "παρακαλούμε να μην το κάνετε."
843
 
844
  # @ contact_form
845
- #: contact_form.php:1191
846
  msgid "Auto Response"
847
  msgstr "Αυτόματη Απάντηση"
848
 
849
  # @ contact_form
850
- #: contact_form.php:1195
851
  #, php-format
852
  msgid ""
853
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -860,217 +860,217 @@ msgstr ""
860
  "ιστολογίου."
861
 
862
  # @ default
863
- #: contact_form.php:1220 contact_form.php:1402
864
  msgid "Save Changes"
865
  msgstr "Αποθήκευση αλλαγών"
866
 
867
  # @ contact_form
868
- #: contact_form.php:1233
869
  msgid "Errors output"
870
  msgstr "Έξοδος σφαλμάτων"
871
 
872
  # @ contact_form
873
- #: contact_form.php:1236
874
  msgid "Display error messages"
875
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
876
 
877
  # @ contact_form
878
- #: contact_form.php:1237
879
  msgid "Color of the input field errors."
880
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
881
 
882
  # @ contact_form
883
- #: contact_form.php:1238
884
  msgid "Display error messages & color of the input field errors"
885
  msgstr ""
886
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
887
 
888
  # @ contact_form
889
- #: contact_form.php:1243
890
  msgid "Add placeholder to the input blocks"
891
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
892
 
893
  # @ contact_form
894
- #: contact_form.php:1249
895
  msgid "Add tooltips"
896
  msgstr "Προσθήκη επεξηγήσεων"
897
 
898
  # @ contact_form
899
- #: contact_form.php:1263
900
  msgid "Email address"
901
  msgstr "Email"
902
 
903
  # @ contact_form
904
- #: contact_form.php:1268
905
  msgid "Phone Number"
906
  msgstr "Αριθμός τηλεφώνου"
907
 
908
  # @ contact_form
909
- #: contact_form.php:1282
910
  msgid "Attachment"
911
  msgstr "Συννημένο αρχείο"
912
 
913
  # @ contact_form
914
- #: contact_form.php:1292
915
  msgid "Style options"
916
  msgstr "Ρυμθίσεις εμφάνισης"
917
 
918
  # @ contact_form
919
- #: contact_form.php:1295
920
  msgid "Text color"
921
  msgstr "Χρώμα κειμένου"
922
 
923
  # @ contact_form
924
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
925
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
926
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
927
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
928
  msgid "Default"
929
  msgstr "Προκαθορισμένο"
930
 
931
  # @ contact_form
932
- #: contact_form.php:1300
933
  msgid "Label text color"
934
  msgstr "Χρώμα κειμένου ετικέτας"
935
 
936
  # @ contact_form
937
- #: contact_form.php:1305
938
  msgid "Placeholder color"
939
  msgstr "Χρώμα placeholder"
940
 
941
  # @ contact_form
942
- #: contact_form.php:1310
943
  msgid "Errors color"
944
  msgstr "Χρώμα σφαλμάτων"
945
 
946
  # @ contact_form
947
- #: contact_form.php:1315
948
  msgid "Error text color"
949
  msgstr "Χρώμα κειμένου σφάλματος"
950
 
951
  # @ contact_form
952
- #: contact_form.php:1320
953
  msgid "Background color of the input field errors"
954
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
955
 
956
  # @ contact_form
957
- #: contact_form.php:1325
958
  msgid "Border color of the input field errors"
959
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
960
 
961
  # @ contact_form
962
- #: contact_form.php:1330
963
  msgid "Placeholder color of the input field errors"
964
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
965
 
966
  # @ contact_form
967
- #: contact_form.php:1335
968
  msgid "Input fields"
969
  msgstr "Πεδία εισαγωγής"
970
 
971
  # @ contact_form
972
- #: contact_form.php:1340
973
  msgid "Input fields background color"
974
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
975
 
976
  # @ contact_form
977
- #: contact_form.php:1345
978
  msgid "Text fields color"
979
  msgstr "Χρώμα πεδίων κειμένου"
980
 
981
  # @ contact_form
982
- #: contact_form.php:1349
983
  msgid "Border width in px, numbers only"
984
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
985
 
986
  # @ contact_form
987
- #: contact_form.php:1354 contact_form.php:1378
988
  msgid "Border color"
989
  msgstr "Χρώμα περιγράμματος"
990
 
991
  # @ contact_form
992
- #: contact_form.php:1359
993
  msgid "Submit button"
994
  msgstr "Κομβίο Υποβολής"
995
 
996
  # @ contact_form
997
- #: contact_form.php:1363
998
  msgid "Width in px, numbers only"
999
  msgstr "Πλάτος σε px, μόνο αριθμοί"
1000
 
1001
  # @ contact_form
1002
- #: contact_form.php:1368
1003
  msgid "Button color"
1004
  msgstr "Χρώμα κομβίου"
1005
 
1006
  # @ contact_form
1007
- #: contact_form.php:1373
1008
  msgid "Button text color"
1009
  msgstr "Χρώμα κειμένου κομβίου"
1010
 
1011
  # @ contact_form
1012
- #: contact_form.php:1406
1013
  msgid "Contact Form Pro | Preview"
1014
  msgstr "Contact Form Pro | Προεπισκόπηση"
1015
 
1016
  # @ contact_form
1017
- #: contact_form.php:1408
1018
  msgid "Show with errors"
1019
  msgstr "Εμφάνιση με σφάλματα"
1020
 
1021
  # @ contact_form
1022
- #: contact_form.php:1417 contact_form.php:1419
1023
  msgid "Please enter your full name..."
1024
  msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
1025
 
1026
  # @ contact_form
1027
- #: contact_form.php:1430 contact_form.php:1432
1028
  msgid "Please enter your address..."
1029
  msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
1030
 
1031
  # @ contact_form
1032
- #: contact_form.php:1441 contact_form.php:1443
1033
  msgid "Please enter your email address..."
1034
  msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
1035
 
1036
  # @ contact_form
1037
- #: contact_form.php:1452 contact_form.php:1454
1038
  msgid "Please enter your phone number..."
1039
  msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
1040
 
1041
  # @ contact_form
1042
- #: contact_form.php:1463 contact_form.php:1465
1043
  msgid "Please enter subject..."
1044
  msgstr "Παρακαλούμε, εισάγετε το θέμα..."
1045
 
1046
  # @ contact_form
1047
- #: contact_form.php:1473 contact_form.php:1475
1048
  msgid "Please enter your message..."
1049
  msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
1050
 
1051
  # @ contact_form
1052
- #: contact_form.php:1586
1053
  msgid "Sorry, email message could not be delivered."
1054
  msgstr ""
1055
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1056
 
1057
  # @ contact_form
1058
- #: contact_form.php:1994
1059
  msgid "Contact from"
1060
  msgstr "Φόρμμα επικοινωνίας"
1061
 
1062
  # @ contact_form
1063
- #: contact_form.php:2016 contact_form.php:2046
1064
  msgid "Phone"
1065
  msgstr "Αριθμός τηλεφώνου"
1066
 
1067
  # @ contact_form
1068
- #: contact_form.php:2027 contact_form.php:2053
1069
  msgid "Site"
1070
  msgstr "Ιστοσελίδα"
1071
 
1072
  # @ contact_form
1073
- #: contact_form.php:2140
1074
  msgid ""
1075
  "If you can see this MIME, it means that the MIME type is not supported by "
1076
  "your email client!"
@@ -1079,39 +1079,39 @@ msgstr ""
1079
  "υποστηρίζεται από τον email client σας!"
1080
 
1081
  # @ contact_form
1082
- #: contact_form.php:2224
1083
  msgid "Support"
1084
  msgstr "Υποστήριξη"
1085
 
1086
  # @ contact_form
1087
- #: contact_form.php:2273
1088
  msgid "Are you sure that you want to delete this language data?"
1089
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1090
 
1091
  # @ contact_form
1092
- #: contact_form.php:2294
1093
  #, fuzzy
1094
  msgid "Add multiple forms"
1095
  msgstr "Προσθήκη στη φόρμα"
1096
 
1097
- #: contact_form.php:2294
1098
  msgid ""
1099
  "Install Contact Form Multi plugin to create unlimited number of contact "
1100
  "forms."
1101
  msgstr ""
1102
 
1103
  # @ contact_form
1104
- #: contact_form.php:2299
1105
  #, fuzzy
1106
  msgid "Learn more"
1107
  msgstr "Μάθετε περισσότερα"
1108
 
1109
- #: contact_form.php:2303
1110
  msgid "Close"
1111
  msgstr ""
1112
 
1113
  # @ contact_form
1114
- #: contact_form.php:2491
1115
  #, fuzzy
1116
  msgid "allows to store your messages to the database."
1117
  msgstr ""
@@ -1119,7 +1119,7 @@ msgstr ""
1119
  "στη βάση δεδομένων."
1120
 
1121
  # @ contact_form
1122
- #: contact_form.php:2492
1123
  msgid "Manage messages that have been sent from your website."
1124
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1125
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:59+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:59+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
+ #: contact_form.php:35 contact_form.php:663
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
35
  msgid "Name:"
36
  msgstr "Όνομα:"
37
 
38
  # @ contact_form
39
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
40
  msgid "Address:"
41
  msgstr "Διεύθυνση:"
42
 
43
  # @ contact_form
44
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
45
  msgid "Email Address:"
46
  msgstr "Email:"
47
 
48
  # @ contact_form
49
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
50
  msgid "Phone number:"
51
  msgstr "Αριθμός τηλεφώνου:"
52
 
53
  # @ contact_form
54
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
55
  msgid "Subject:"
56
  msgstr "Θέμα:"
57
 
58
  # @ contact_form
59
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
60
  msgid "Message:"
61
  msgstr "Μήνυμα:"
62
 
63
  # @ contact_form
64
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
65
  msgid "Attachment:"
66
  msgstr "Συννημένο Αρχείο:"
67
 
68
  # @ contact_form
69
+ #: contact_form.php:136
70
  #, fuzzy
71
  msgid ""
72
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
78
  "μέγεθος αρχείου: 2MB"
79
 
80
  # @ contact_form
81
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
82
  msgid "Send me a copy"
83
  msgstr "Αποστολή αντιγράφου"
84
 
85
  # @ contact_form
86
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
87
  msgid "Submit"
88
  msgstr "Αποστολή"
89
 
90
  # @ contact_form
91
+ #: contact_form.php:139
92
  msgid "Your name is required."
93
  msgstr "Το όνομα σας είναι απαραίτητο."
94
 
95
  # @ contact_form
96
+ #: contact_form.php:140
97
  msgid "Address is required."
98
  msgstr "Η διεύθυνσή σας είναι απαραίτητη."
99
 
100
  # @ contact_form
101
+ #: contact_form.php:141
102
  msgid "A valid email address is required."
103
  msgstr "Απαιτείται μία έγκυρη διεύθυνση email."
104
 
105
  # @ contact_form
106
+ #: contact_form.php:142
107
  msgid "Phone number is required."
108
  msgstr "Ο αριθμός τηλεφώνου είναι απαραίτητος."
109
 
110
  # @ contact_form
111
+ #: contact_form.php:143
112
  msgid "Subject is required."
113
  msgstr "Το θέμα είναι απαραίτητο."
114
 
115
  # @ contact_form
116
+ #: contact_form.php:144
117
  msgid "Message text is required."
118
  msgstr "Το μήνυμα κειμένου είναι απαραίτητο."
119
 
120
  # @ contact_form
121
+ #: contact_form.php:145
122
  msgid "File format is not valid."
123
  msgstr "Ο τύπος του αρχείου δεν είναι έγκυρος."
124
 
125
  # @ contact_form
126
+ #: contact_form.php:146
127
  msgid "File upload error."
128
  msgstr "Πρόβλημα κατά το ανέβασμα του αρχείου."
129
 
130
  # @ contact_form
131
+ #: contact_form.php:147
132
  msgid "The file could not be uploaded."
133
  msgstr "Το αρχείο δεν μπορούσε να ανέβει."
134
 
135
  # @ contact_form
136
+ #: contact_form.php:148
137
  msgid "This file is too large."
138
  msgstr "Το μέγεθος αρχείου είναι πολύ μεγάλο."
139
 
140
  # @ contact_form
141
+ #: contact_form.php:149
142
  msgid "Please fill out the CAPTCHA."
143
  msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
144
 
145
  # @ contact_form
146
+ #: contact_form.php:150
147
  msgid "Please make corrections below and try again."
148
  msgstr ""
149
  "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
150
 
151
  # @ contact_form
152
+ #: contact_form.php:152
153
  msgid "Thank you for contacting us."
154
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
155
 
156
+ #: contact_form.php:552
157
  msgid ""
158
  "Email 'FROM' field option was changed, which may cause email messages being "
159
  "moved to the spam folder or email delivery failures."
160
  msgstr ""
161
 
162
  # @ contact_form
163
+ #: contact_form.php:562
164
  msgid ""
165
  "If the 'Redirect to page' option is selected then the URL field should be in "
166
  "the following format"
169
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
170
 
171
  # @ contact_form
172
+ #: contact_form.php:571
173
  msgid "Such user does not exist."
174
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
175
 
176
  # @ contact_form
177
+ #: contact_form.php:581
178
  msgid ""
179
  "Please enter a valid email address in the 'Use this email address' field."
180
  msgstr ""
182
  "αυτήν τη διεύθυνση email'."
183
 
184
  # @ contact_form
185
+ #: contact_form.php:589
186
  msgid "Please enter a valid email address in the 'FROM' field."
187
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
188
 
189
  # @ contact_form
190
+ #: contact_form.php:612
191
  msgid "Settings saved."
192
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
193
 
194
  # @ contact_form
195
+ #: contact_form.php:614
196
  msgid "Settings are not saved."
197
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
198
 
199
+ #: contact_form.php:652
200
  msgid "All plugin settings were restored."
201
  msgstr ""
202
 
203
  # @ contact_form
204
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
205
  msgid "Settings"
206
  msgstr "Ρυθμίσεις"
207
 
208
  # @ contact_form
209
+ #: contact_form.php:666
210
  #, fuzzy
211
  msgid "Additional settings"
212
  msgstr "Πρόσθετες επιλογές"
213
 
214
+ #: contact_form.php:667
215
  msgid "Appearance"
216
  msgstr ""
217
 
218
  # @ contact_form
219
+ #: contact_form.php:668 contact_form.php:2229
220
  msgid "FAQ"
221
  msgstr "Συχνές Ερωτήσεις"
222
 
223
  # @ contact_form
224
+ #: contact_form.php:669
225
  msgid "Go PRO"
226
  msgstr "Αναβάθμιση σε PRO"
227
 
228
  # @ contact_form
229
+ #: contact_form.php:672 contact_form.php:674
230
  msgid "Notice:"
231
  msgstr "Σημείωση:"
232
 
233
  # @ contact_form
234
+ #: contact_form.php:672
235
  msgid ""
236
  "The plugin's settings have been changed. In order to save them please don't "
237
  "forget to click the 'Save Changes' button."
240
  "παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί 'Αποθήκευση αλλαγών'."
241
 
242
  # @ contact_form
243
+ #: contact_form.php:685
244
  msgid ""
245
  "If you want to create multiple contact forms, please install the Contact "
246
  "Form Multi plugin."
249
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
250
 
251
  # @ contact_form
252
+ #: contact_form.php:692
253
  #, fuzzy
254
  msgid ""
255
  "If you would like to add Contact Form to your website, just copy and paste "
260
  "στο widget σας:"
261
 
262
  # @ contact_form
263
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
264
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
265
+ #: contact_form.php:1158 contact_form.php:1160
266
  msgid "or"
267
  msgstr "ή"
268
 
269
  # @ contact_form
270
+ #: contact_form.php:693
271
  #, fuzzy
272
  msgid ""
273
  "If you have any problems with the standard shortcode [contact_form], you "
277
  "[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
278
 
279
  # @ contact_form
280
+ #: contact_form.php:693 contact_form.php:696
281
  msgid "They work the same way."
282
  msgstr "Λειτουργούν με τον ίδιο τρόπο."
283
 
284
  # @ contact_form
285
+ #: contact_form.php:695 contact_form.php:1507
286
  msgid ""
287
  "If you would like to add the Contact Form to your website, just copy and "
288
  "paste this shortcode to your post or page or widget:"
292
  "στο widget σας:"
293
 
294
  # @ contact_form
295
+ #: contact_form.php:696
296
  msgid ""
297
  "If have any problems with the standard shortcode [contact_form], you should "
298
  "use the shortcode"
301
  "[contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
302
 
303
  # @ contact_form
304
+ #: contact_form.php:700
305
  msgid ""
306
  "If you leave the fields empty, the messages will be sent to the email "
307
  "address specified during registration."
310
  "καθορίσατε κατά την εγγραφή σας."
311
 
312
  # @ contact_form
313
+ #: contact_form.php:703
314
  msgid "The user's email address:"
315
  msgstr "Η διεύθυνση email του χρήστη:"
316
 
317
  # @ contact_form
318
+ #: contact_form.php:707
319
  #, fuzzy
320
  msgid "Select a username"
321
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
322
 
323
  # @ contact_form
324
+ #: contact_form.php:720
325
  msgid ""
326
  "Enter a username of the person who should get the messages from the contact "
327
  "form."
330
  "επικοινωνίας."
331
 
332
  # @ contact_form
333
+ #: contact_form.php:724
334
  msgid "Use this email address:"
335
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
336
 
337
  # @ contact_form
338
+ #: contact_form.php:728
339
  msgid "Enter the email address you want the messages forwarded to."
340
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
341
 
342
  # @ contact_form
343
+ #: contact_form.php:737
344
  msgid "Add department selectbox to the contact form:"
345
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
346
 
347
  # @ contact_form
348
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
349
  msgid "If you upgrade to Pro version all your settings will be saved."
350
  msgstr ""
351
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
352
 
353
  # @ contact_form
354
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
355
+ #: contact_form.php:1213 contact_form.php:1397
356
  #, fuzzy
357
  msgid "Unlock premium options by upgrading to PRO version."
358
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
359
 
360
  # @ contact_form
361
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
362
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
363
  msgid "Learn More"
364
  msgstr "Μάθετε περισσότερα"
365
 
366
  # @ contact_form
367
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
368
+ #: contact_form.php:1217 contact_form.php:1401
369
  msgid "Go"
370
  msgstr "Πηγαίνετε"
371
 
372
  # @ contact_form
373
+ #: contact_form.php:763
374
  msgid "Save emails to the database"
375
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
376
 
377
  # @ contact_form
378
+ #: contact_form.php:768
379
  msgid "Using"
380
  msgstr "Χρήση"
381
 
382
  # @ contact_form
383
+ #: contact_form.php:771 contact_form.php:775
384
  #, fuzzy
385
  msgid "Using Contact Form to DB by BestWebSoft"
386
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
387
 
388
  # @ contact_form
389
+ #: contact_form.php:771
390
  #, fuzzy
391
  msgid "Activate"
392
  msgstr "Ενεργοποίηση captcha"
393
 
394
  # @ contact_form
395
+ #: contact_form.php:775
396
  #, fuzzy
397
  msgid "Download"
398
  msgstr "Κατέβασμα captcha"
399
 
400
  # @ contact_form
401
+ #: contact_form.php:785
402
  msgid "What to use?"
403
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
404
 
405
  # @ contact_form
406
+ #: contact_form.php:790
407
  msgid "Wp-mail"
408
  msgstr "Wp-mail"
409
 
410
  # @ contact_form
411
+ #: contact_form.php:792
412
  msgid "You can use the wp_mail function for mailing"
413
  msgstr ""
414
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
415
 
416
  # @ contact_form
417
+ #: contact_form.php:795
418
  msgid "Mail"
419
  msgstr "Tαχυδρομείο"
420
 
421
  # @ contact_form
422
+ #: contact_form.php:797
423
  msgid "To send mail you can use the php mail function"
424
  msgstr ""
425
  "Για να στείλετε email, μπορείτε να χρησιμοποιήσετε τη λειτουργία "
426
  "ταχυδρομείου PHP"
427
 
428
+ #: contact_form.php:802
429
  msgid "'FROM' field"
430
  msgstr ""
431
 
432
  # @ contact_form
433
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
434
+ #: contact_form.php:2006 contact_form.php:2042
435
  msgid "Name"
436
  msgstr "Όνομα"
437
 
438
  # @ contact_form
439
+ #: contact_form.php:811
440
  msgid "User name"
441
  msgstr "Όνομα χρήστη"
442
 
443
  # @ contact_form
444
+ #: contact_form.php:813
445
  msgid ""
446
  "The name of the user who fills the form will be used in the field 'From'."
447
  msgstr ""
449
  "'Από'."
450
 
451
  # @ contact_form
452
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
453
  msgid "Email"
454
  msgstr "Email"
455
 
456
  # @ contact_form
457
+ #: contact_form.php:826
458
  msgid "User email"
459
  msgstr "Email χρήστη"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:828
463
  msgid ""
464
  "The email address of the user who fills the form will be used in the field "
465
  "'From'."
467
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
468
  "πεδίο 'Από'."
469
 
470
+ #: contact_form.php:832
471
  msgid ""
472
  "If this option is changed, email messages may be moved to the spam folder or "
473
  "email delivery failures may occur."
474
  msgstr ""
475
 
476
  # @ contact_form
477
+ #: contact_form.php:838
478
  msgid "Required symbol"
479
  msgstr "Απαιτούμενο σύμβολο"
480
 
481
  # @ contact_form
482
+ #: contact_form.php:848
483
  msgid "Fields"
484
  msgstr "Πεδία"
485
 
486
  # @ contact_form
487
+ #: contact_form.php:849
488
  msgid "Used"
489
  msgstr "Χρησιμοποιείται"
490
 
491
  # @ contact_form
492
+ #: contact_form.php:850
493
  msgid "Required"
494
  msgstr "Απαιτούμενο"
495
 
496
  # @ contact_form
497
+ #: contact_form.php:851
498
  msgid "Visible"
499
  msgstr "Ορατό"
500
 
501
  # @ contact_form
502
+ #: contact_form.php:852
503
  msgid "Disabled for editing"
504
  msgstr "Δεν επιτρέπεται η επεξεργασία"
505
 
506
  # @ contact_form
507
+ #: contact_form.php:853
508
  msgid "Field's default value"
509
  msgstr "Προκαθορισμένη τιμή πεδίου"
510
 
511
  # @ contact_form
512
+ #: contact_form.php:858
513
  #, fuzzy
514
  msgid "Department selectbox"
515
  msgstr "Τοποθεσία selectbox"
516
 
517
+ #: contact_form.php:873
518
  msgid "Use User's name as a default value if the user is logged in."
519
  msgstr ""
520
 
521
+ #: contact_form.php:874 contact_form.php:902
522
  msgid ""
523
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
524
  "in users."
525
  msgstr ""
526
 
527
  # @ contact_form
528
+ #: contact_form.php:878
529
  msgid "Location selectbox"
530
  msgstr "Τοποθεσία selectbox"
531
 
532
  # @ contact_form
533
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
534
+ #: contact_form.php:2046
535
  msgid "Address"
536
  msgstr "Διεύθυνση"
537
 
538
  # @ contact_form
539
+ #: contact_form.php:894
540
  msgid "Email Address"
541
  msgstr "Διεύθυνση Email"
542
 
543
+ #: contact_form.php:901
544
  msgid "Use User's email as a default value if the user is logged in."
545
  msgstr ""
546
 
547
  # @ contact_form
548
+ #: contact_form.php:906
549
  msgid "Phone number"
550
  msgstr "Αριθμός τηλεφώνου"
551
 
552
  # @ contact_form
553
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
554
+ #: contact_form.php:2055
555
  msgid "Subject"
556
  msgstr "Θέμα"
557
 
558
  # @ contact_form
559
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
560
+ #: contact_form.php:2057
561
  msgid "Message"
562
  msgstr "Μήνυμα"
563
 
564
  # @ contact_form
565
+ #: contact_form.php:946
566
  msgid "Attachment block"
567
  msgstr "Συνημμένο μπλοκ"
568
 
569
  # @ contact_form
570
+ #: contact_form.php:948
571
  msgid "Users can attach the following file formats"
572
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
573
 
574
  # @ contact_form
575
+ #: contact_form.php:961
576
  msgid "Add to the form"
577
  msgstr "Προσθήκη στη φόρμα"
578
 
579
  # @ contact_form
580
+ #: contact_form.php:966
581
  msgid "Tips below the Attachment"
582
  msgstr "Συμβουλές κάτω από το συνημμένο"
583
 
584
  # @ contact_form
585
+ #: contact_form.php:975
586
  msgid "'Send me a copy' block"
587
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
588
 
589
  # @ contact_form
590
+ #: contact_form.php:988
591
  msgid "Activate captcha"
592
  msgstr "Ενεργοποίηση captcha"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:992
596
  msgid "Download captcha"
597
  msgstr "Κατέβασμα captcha"
598
 
599
  # @ contact_form
600
+ #: contact_form.php:1000
601
  msgid "Agreement checkbox"
602
  msgstr "Checkbox συμφωνίας"
603
 
604
  # @ contact_form
605
+ #: contact_form.php:1000
606
  msgid "Required checkbox for submitting the form"
607
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
608
 
609
  # @ contact_form
610
+ #: contact_form.php:1001
611
  msgid "Optional checkbox"
612
  msgstr "Προαιρετικό checkbox"
613
 
614
  # @ contact_form
615
+ #: contact_form.php:1001
616
  msgid "Optional checkbox, the results of which will be displayed in email"
617
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
618
 
619
  # @ contact_form
620
+ #: contact_form.php:1019
621
  msgid "Delete an attachment file from the server after the email is sent"
622
  msgstr ""
623
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
624
 
625
  # @ contact_form
626
+ #: contact_form.php:1025
627
  msgid "Email in HTML format sending"
628
  msgstr "Αποστολή email σε μορφή HTML "
629
 
630
  # @ contact_form
631
+ #: contact_form.php:1029
632
  msgid "Display additional info in the email"
633
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
634
 
635
  # @ contact_form
636
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
637
  msgid "Sent from (ip address)"
638
  msgstr "Εστάλη από (διεύθυνση IP)"
639
 
640
  # @ contact_form
641
+ #: contact_form.php:1035
642
  msgid "Example: Sent from (IP address):\t127.0.0.1"
643
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
644
 
645
  # @ contact_form
646
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
647
  msgid "Date/Time"
648
  msgstr "Ημερομηνία/Ώρα"
649
 
650
  # @ contact_form
651
+ #: contact_form.php:1036
652
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
653
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
654
 
655
  # @ contact_form
656
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
657
  msgid "Sent from (referer)"
658
  msgstr "Εστάλη από (παραπέμπτης)"
659
 
660
  # @ contact_form
661
+ #: contact_form.php:1037
662
  msgid ""
663
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
664
  msgstr ""
666
  "contact-us/"
667
 
668
  # @ contact_form
669
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
670
  msgid "Using (user agent)"
671
  msgstr "Χρήση (μέσο χρήστη)"
672
 
673
  # @ contact_form
674
+ #: contact_form.php:1038
675
  msgid ""
676
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
677
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
680
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
681
 
682
  # @ contact_form
683
+ #: contact_form.php:1043
684
  msgid "Language settings for the field names in the form"
685
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
686
 
687
  # @ contact_form
688
+ #: contact_form.php:1052
689
  msgid "Add a language"
690
  msgstr "Προσθήκη γλώσσας"
691
 
692
  # @ contact_form
693
+ #: contact_form.php:1056
694
  msgid "Change the names of the contact form fields and error messages"
695
  msgstr ""
696
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
697
  "επικοινωνίας "
698
 
699
  # @ contact_form
700
+ #: contact_form.php:1061 contact_form.php:1148
701
  msgid "English"
702
  msgstr "Αγγλικά"
703
 
704
  # @ contact_form
705
+ #: contact_form.php:1069 contact_form.php:1103
706
  msgid "click to expand/hide the list"
707
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
708
 
709
  # @ contact_form
710
+ #: contact_form.php:1078 contact_form.php:1112
711
  msgid "Tips below the Attachment block"
712
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
713
 
714
  # @ contact_form
715
+ #: contact_form.php:1081 contact_form.php:1115
716
  msgid "Error message for the Name field"
717
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
718
 
719
  # @ contact_form
720
+ #: contact_form.php:1082 contact_form.php:1116
721
  msgid "Error message for the Address field"
722
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
723
 
724
  # @ contact_form
725
+ #: contact_form.php:1083 contact_form.php:1117
726
  msgid "Error message for the Email field"
727
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
728
 
729
  # @ contact_form
730
+ #: contact_form.php:1084 contact_form.php:1118
731
  msgid "Error message for the Phone field"
732
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
733
 
734
  # @ contact_form
735
+ #: contact_form.php:1085 contact_form.php:1119
736
  msgid "Error message for the Subject field"
737
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
738
 
739
  # @ contact_form
740
+ #: contact_form.php:1086 contact_form.php:1120
741
  msgid "Error message for the Message field"
742
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
743
 
744
  # @ contact_form
745
+ #: contact_form.php:1087 contact_form.php:1121
746
  msgid "Error message about the file type for the Attachment field"
747
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
748
 
749
  # @ contact_form
750
+ #: contact_form.php:1088 contact_form.php:1122
751
  msgid ""
752
  "Error message while uploading a file for the Attachment field to the server"
753
  msgstr ""
755
  "διακομιστή"
756
 
757
  # @ contact_form
758
+ #: contact_form.php:1089 contact_form.php:1123
759
  msgid "Error message while moving the file for the Attachment field"
760
  msgstr ""
761
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
762
 
763
  # @ contact_form
764
+ #: contact_form.php:1090 contact_form.php:1124
765
  msgid "Error message when file size limit for the Attachment field is exceeded"
766
  msgstr ""
767
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
768
  "ξεπεραστεί"
769
 
770
  # @ contact_form
771
+ #: contact_form.php:1091 contact_form.php:1125
772
  msgid "Error message for the Captcha field"
773
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
774
 
775
  # @ contact_form
776
+ #: contact_form.php:1092 contact_form.php:1126
777
  msgid "Error message for the whole form"
778
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
779
 
780
  # @ contact_form
781
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
782
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
783
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
784
+ #: contact_form.php:2364
785
  msgid "Use shortcode"
786
  msgstr "Χρήση σύντομου κωδικού"
787
 
788
  # @ contact_form
789
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
790
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
791
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
792
+ #: contact_form.php:2364
793
  msgid "for this language"
794
  msgstr "για τη συγκεκριμένη γλώσσα"
795
 
796
  # @ contact_form
797
+ #: contact_form.php:1139
798
  msgid "Use the changed names of the contact form fields in the email"
799
  msgstr ""
800
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
801
  "στο email"
802
 
803
  # @ contact_form
804
+ #: contact_form.php:1145
805
  msgid "Action after email is sent"
806
  msgstr "Ενέργεια μετά την αποστολή του email"
807
 
808
  # @ contact_form
809
+ #: contact_form.php:1147
810
  msgid "Display text"
811
  msgstr "Εμφάνιση κειμένου"
812
 
813
  # @ contact_form
814
+ #: contact_form.php:1156 contact_form.php:1166
815
  msgid "Text"
816
  msgstr "Κείμενο"
817
 
818
  # @ contact_form
819
+ #: contact_form.php:1177
820
  msgid "Redirect to the page"
821
  msgstr "Ανακατεύθυνση στη σελίδα"
822
 
823
  # @ contact_form
824
+ #: contact_form.php:1178
825
  msgid "Url"
826
  msgstr "Url"
827
 
828
  # @ contact_form
829
+ #: contact_form.php:1182
830
  msgid "The $_SERVER variable that is used to build a URL of the form"
831
  msgstr ""
832
  "Η μεταβλητή $_SERVER που χρησιμοποιείται για την δημιουργία ενός URL της "
833
  "μορφής"
834
 
835
  # @ contact_form
836
+ #: contact_form.php:1187
837
  msgid ""
838
  "If you are not sure whether to change this setting or not, please do not do "
839
  "that."
842
  "παρακαλούμε να μην το κάνετε."
843
 
844
  # @ contact_form
845
+ #: contact_form.php:1197
846
  msgid "Auto Response"
847
  msgstr "Αυτόματη Απάντηση"
848
 
849
  # @ contact_form
850
+ #: contact_form.php:1201
851
  #, php-format
852
  msgid ""
853
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
860
  "ιστολογίου."
861
 
862
  # @ default
863
+ #: contact_form.php:1226 contact_form.php:1408
864
  msgid "Save Changes"
865
  msgstr "Αποθήκευση αλλαγών"
866
 
867
  # @ contact_form
868
+ #: contact_form.php:1239
869
  msgid "Errors output"
870
  msgstr "Έξοδος σφαλμάτων"
871
 
872
  # @ contact_form
873
+ #: contact_form.php:1242
874
  msgid "Display error messages"
875
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
876
 
877
  # @ contact_form
878
+ #: contact_form.php:1243
879
  msgid "Color of the input field errors."
880
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
881
 
882
  # @ contact_form
883
+ #: contact_form.php:1244
884
  msgid "Display error messages & color of the input field errors"
885
  msgstr ""
886
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
887
 
888
  # @ contact_form
889
+ #: contact_form.php:1249
890
  msgid "Add placeholder to the input blocks"
891
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
892
 
893
  # @ contact_form
894
+ #: contact_form.php:1255
895
  msgid "Add tooltips"
896
  msgstr "Προσθήκη επεξηγήσεων"
897
 
898
  # @ contact_form
899
+ #: contact_form.php:1269
900
  msgid "Email address"
901
  msgstr "Email"
902
 
903
  # @ contact_form
904
+ #: contact_form.php:1274
905
  msgid "Phone Number"
906
  msgstr "Αριθμός τηλεφώνου"
907
 
908
  # @ contact_form
909
+ #: contact_form.php:1288
910
  msgid "Attachment"
911
  msgstr "Συννημένο αρχείο"
912
 
913
  # @ contact_form
914
+ #: contact_form.php:1298
915
  msgid "Style options"
916
  msgstr "Ρυμθίσεις εμφάνισης"
917
 
918
  # @ contact_form
919
+ #: contact_form.php:1301
920
  msgid "Text color"
921
  msgstr "Χρώμα κειμένου"
922
 
923
  # @ contact_form
924
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
925
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
926
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
927
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
928
  msgid "Default"
929
  msgstr "Προκαθορισμένο"
930
 
931
  # @ contact_form
932
+ #: contact_form.php:1306
933
  msgid "Label text color"
934
  msgstr "Χρώμα κειμένου ετικέτας"
935
 
936
  # @ contact_form
937
+ #: contact_form.php:1311
938
  msgid "Placeholder color"
939
  msgstr "Χρώμα placeholder"
940
 
941
  # @ contact_form
942
+ #: contact_form.php:1316
943
  msgid "Errors color"
944
  msgstr "Χρώμα σφαλμάτων"
945
 
946
  # @ contact_form
947
+ #: contact_form.php:1321
948
  msgid "Error text color"
949
  msgstr "Χρώμα κειμένου σφάλματος"
950
 
951
  # @ contact_form
952
+ #: contact_form.php:1326
953
  msgid "Background color of the input field errors"
954
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
955
 
956
  # @ contact_form
957
+ #: contact_form.php:1331
958
  msgid "Border color of the input field errors"
959
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
960
 
961
  # @ contact_form
962
+ #: contact_form.php:1336
963
  msgid "Placeholder color of the input field errors"
964
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
965
 
966
  # @ contact_form
967
+ #: contact_form.php:1341
968
  msgid "Input fields"
969
  msgstr "Πεδία εισαγωγής"
970
 
971
  # @ contact_form
972
+ #: contact_form.php:1346
973
  msgid "Input fields background color"
974
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
975
 
976
  # @ contact_form
977
+ #: contact_form.php:1351
978
  msgid "Text fields color"
979
  msgstr "Χρώμα πεδίων κειμένου"
980
 
981
  # @ contact_form
982
+ #: contact_form.php:1355
983
  msgid "Border width in px, numbers only"
984
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
985
 
986
  # @ contact_form
987
+ #: contact_form.php:1360 contact_form.php:1384
988
  msgid "Border color"
989
  msgstr "Χρώμα περιγράμματος"
990
 
991
  # @ contact_form
992
+ #: contact_form.php:1365
993
  msgid "Submit button"
994
  msgstr "Κομβίο Υποβολής"
995
 
996
  # @ contact_form
997
+ #: contact_form.php:1369
998
  msgid "Width in px, numbers only"
999
  msgstr "Πλάτος σε px, μόνο αριθμοί"
1000
 
1001
  # @ contact_form
1002
+ #: contact_form.php:1374
1003
  msgid "Button color"
1004
  msgstr "Χρώμα κομβίου"
1005
 
1006
  # @ contact_form
1007
+ #: contact_form.php:1379
1008
  msgid "Button text color"
1009
  msgstr "Χρώμα κειμένου κομβίου"
1010
 
1011
  # @ contact_form
1012
+ #: contact_form.php:1412
1013
  msgid "Contact Form Pro | Preview"
1014
  msgstr "Contact Form Pro | Προεπισκόπηση"
1015
 
1016
  # @ contact_form
1017
+ #: contact_form.php:1414
1018
  msgid "Show with errors"
1019
  msgstr "Εμφάνιση με σφάλματα"
1020
 
1021
  # @ contact_form
1022
+ #: contact_form.php:1423 contact_form.php:1425
1023
  msgid "Please enter your full name..."
1024
  msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
1025
 
1026
  # @ contact_form
1027
+ #: contact_form.php:1436 contact_form.php:1438
1028
  msgid "Please enter your address..."
1029
  msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
1030
 
1031
  # @ contact_form
1032
+ #: contact_form.php:1447 contact_form.php:1449
1033
  msgid "Please enter your email address..."
1034
  msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
1035
 
1036
  # @ contact_form
1037
+ #: contact_form.php:1458 contact_form.php:1460
1038
  msgid "Please enter your phone number..."
1039
  msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
1040
 
1041
  # @ contact_form
1042
+ #: contact_form.php:1469 contact_form.php:1471
1043
  msgid "Please enter subject..."
1044
  msgstr "Παρακαλούμε, εισάγετε το θέμα..."
1045
 
1046
  # @ contact_form
1047
+ #: contact_form.php:1479 contact_form.php:1481
1048
  msgid "Please enter your message..."
1049
  msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
1050
 
1051
  # @ contact_form
1052
+ #: contact_form.php:1592
1053
  msgid "Sorry, email message could not be delivered."
1054
  msgstr ""
1055
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1056
 
1057
  # @ contact_form
1058
+ #: contact_form.php:2000
1059
  msgid "Contact from"
1060
  msgstr "Φόρμμα επικοινωνίας"
1061
 
1062
  # @ contact_form
1063
+ #: contact_form.php:2022 contact_form.php:2052
1064
  msgid "Phone"
1065
  msgstr "Αριθμός τηλεφώνου"
1066
 
1067
  # @ contact_form
1068
+ #: contact_form.php:2033 contact_form.php:2059
1069
  msgid "Site"
1070
  msgstr "Ιστοσελίδα"
1071
 
1072
  # @ contact_form
1073
+ #: contact_form.php:2146
1074
  msgid ""
1075
  "If you can see this MIME, it means that the MIME type is not supported by "
1076
  "your email client!"
1079
  "υποστηρίζεται από τον email client σας!"
1080
 
1081
  # @ contact_form
1082
+ #: contact_form.php:2230
1083
  msgid "Support"
1084
  msgstr "Υποστήριξη"
1085
 
1086
  # @ contact_form
1087
+ #: contact_form.php:2279
1088
  msgid "Are you sure that you want to delete this language data?"
1089
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1090
 
1091
  # @ contact_form
1092
+ #: contact_form.php:2300
1093
  #, fuzzy
1094
  msgid "Add multiple forms"
1095
  msgstr "Προσθήκη στη φόρμα"
1096
 
1097
+ #: contact_form.php:2300
1098
  msgid ""
1099
  "Install Contact Form Multi plugin to create unlimited number of contact "
1100
  "forms."
1101
  msgstr ""
1102
 
1103
  # @ contact_form
1104
+ #: contact_form.php:2305
1105
  #, fuzzy
1106
  msgid "Learn more"
1107
  msgstr "Μάθετε περισσότερα"
1108
 
1109
+ #: contact_form.php:2309
1110
  msgid "Close"
1111
  msgstr ""
1112
 
1113
  # @ contact_form
1114
+ #: contact_form.php:2497
1115
  #, fuzzy
1116
  msgid "allows to store your messages to the database."
1117
  msgstr ""
1119
  "στη βάση δεδομένων."
1120
 
1121
  # @ contact_form
1122
+ #: contact_form.php:2498
1123
  msgid "Manage messages that have been sent from your website."
1124
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1125
 
languages/{contact_form-es_ES.mo → contact-form-plugin-es_ES.mo} RENAMED
Binary file
languages/{contact_form-es_ES.po → contact-form-plugin-es_ES.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:13+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:13+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "Opciones de formulario de contacto"
22
 
@@ -24,35 +24,35 @@ msgstr "Opciones de formulario de contacto"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "Nombre:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "Dirección:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "Dirección de correo electrónico:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "Número de teléfono:"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "Asunto:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "Mensaje:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "Datos adjuntos:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,73 +63,73 @@ msgstr ""
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño "
64
  "máximo de archivo: 2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "Deseo recibir una copia"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "Enviar"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "Es necesario un nombre."
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Se requiere dirección."
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "Se requiere una dirección de email válida."
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "Es necesario un número de teléfono."
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "Es necesario un asunto."
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "Es necesario el texto del mensaje."
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Formato de archivo no válido."
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Error de carga de archivos."
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "El archivo no se pudo cargar."
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Este archivo es demasiado grande."
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Por favor complete el CAPTCHA."
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Gracias por contactar con nosotros."
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
@@ -137,12 +137,12 @@ msgstr ""
137
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
138
  "debe estar en el siguiente formato"
139
 
140
- #: contact_form.php:565
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
144
 
145
- #: contact_form.php:575
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
@@ -150,52 +150,52 @@ msgstr ""
150
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
151
  "\"De\". Las configuraciones no se guardan."
152
 
153
- #: contact_form.php:583
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
158
  "\"De\". Las configuraciones no se guardan."
159
 
160
- #: contact_form.php:606
161
  msgid "Settings saved."
162
  msgstr "Configuración guardada."
163
 
164
- #: contact_form.php:608
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Configuración guardada."
168
 
169
- #: contact_form.php:646
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
174
  msgid "Settings"
175
  msgstr "Configuración"
176
 
177
- #: contact_form.php:660
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Opciones adicionales"
181
 
182
- #: contact_form.php:661
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
- #: contact_form.php:662 contact_form.php:2223
187
  msgid "FAQ"
188
  msgstr "Preguntas más frecuentes"
189
 
190
- #: contact_form.php:663
191
  msgid "Go PRO"
192
  msgstr "Ir al PRO"
193
 
194
- #: contact_form.php:666 contact_form.php:668
195
  msgid "Notice:"
196
  msgstr "Aviso:"
197
 
198
- #: contact_form.php:666
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
@@ -203,7 +203,7 @@ msgstr ""
203
  "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide "
204
  "hacer clic en el botón \"Guardar cambios\"."
205
 
206
- #: contact_form.php:679
207
  msgid ""
208
  "If you want to create multiple contact forms, please install the Contact "
209
  "Form Multi plugin."
@@ -211,7 +211,7 @@ msgstr ""
211
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
212
  "Formulario de contacto múltiple."
213
 
214
- #: contact_form.php:686
215
  #, fuzzy
216
  msgid ""
217
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -221,13 +221,13 @@ msgstr ""
221
  "tienes que copiar y pegar este código corto a tu post, una página o un "
222
  "widget:"
223
 
224
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
225
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
226
- #: contact_form.php:1152 contact_form.php:1154
227
  msgid "or"
228
  msgstr "o"
229
 
230
- #: contact_form.php:687
231
  #, fuzzy
232
  msgid ""
233
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -236,11 +236,11 @@ msgstr ""
236
  "Si tiene algún problema con el shortcode estándar [contact_form], se debe "
237
  "utilizar el shortcode"
238
 
239
- #: contact_form.php:687 contact_form.php:690
240
  msgid "They work the same way."
241
  msgstr "Funcionan de la misma manera."
242
 
243
- #: contact_form.php:689 contact_form.php:1501
244
  msgid ""
245
  "If you would like to add the Contact Form to your website, just copy and "
246
  "paste this shortcode to your post or page or widget:"
@@ -249,7 +249,7 @@ msgstr ""
249
  "tienes que copiar y pegar este código corto a tu post, una página o un "
250
  "widget:"
251
 
252
- #: contact_form.php:690
253
  msgid ""
254
  "If have any problems with the standard shortcode [contact_form], you should "
255
  "use the shortcode"
@@ -257,7 +257,7 @@ msgstr ""
257
  "Si tiene algún problema con el shortcode estándar [contact_form], se debe "
258
  "utilizar el shortcode"
259
 
260
- #: contact_form.php:694
261
  msgid ""
262
  "If you leave the fields empty, the messages will be sent to the email "
263
  "address specified during registration."
@@ -265,16 +265,16 @@ msgstr ""
265
  "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
266
  "electrónico especificada durante el registro."
267
 
268
- #: contact_form.php:697
269
  msgid "The user's email address:"
270
  msgstr "Dirección de correo electrónico del usuario:"
271
 
272
- #: contact_form.php:701
273
  #, fuzzy
274
  msgid "Select a username"
275
  msgstr "Crear un nombre de usuario"
276
 
277
- #: contact_form.php:714
278
  msgid ""
279
  "Enter a username of the person who should get the messages from the contact "
280
  "form."
@@ -282,112 +282,112 @@ msgstr ""
282
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
283
  "desde el formulario de contacto."
284
 
285
- #: contact_form.php:718
286
  msgid "Use this email address:"
287
  msgstr "Utilice esta dirección de correo electrónico:"
288
 
289
- #: contact_form.php:722
290
  msgid "Enter the email address you want the messages forwarded to."
291
  msgstr ""
292
  "Introduzca la dirección de correo electrónico que desea que reciba los "
293
  "mensajes."
294
 
295
- #: contact_form.php:731
296
  msgid "Add department selectbox to the contact form:"
297
  msgstr "Añadir caja de selección al formulario de contacto:"
298
 
299
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
302
 
303
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
304
- #: contact_form.php:1207 contact_form.php:1391
305
  #, fuzzy
306
  msgid "Unlock premium options by upgrading to PRO version."
307
  msgstr ""
308
  "Desbloquear opciones premium mediante la actualización a una versión PRO."
309
 
310
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
311
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
312
  msgid "Learn More"
313
  msgstr "Más información"
314
 
315
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
316
- #: contact_form.php:1211 contact_form.php:1395
317
  msgid "Go"
318
  msgstr "Ir"
319
 
320
- #: contact_form.php:757
321
  msgid "Save emails to the database"
322
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
323
 
324
- #: contact_form.php:762
325
  msgid "Using"
326
  msgstr "Uso"
327
 
328
- #: contact_form.php:765 contact_form.php:769
329
  #, fuzzy
330
  msgid "Using Contact Form to DB by BestWebSoft"
331
  msgstr "Usando Contact Form a DB impulsado por"
332
 
333
- #: contact_form.php:765
334
  #, fuzzy
335
  msgid "Activate"
336
  msgstr "Activar Captcha"
337
 
338
- #: contact_form.php:769
339
  msgid "Download"
340
  msgstr "Download"
341
 
342
- #: contact_form.php:779
343
  msgid "What to use?"
344
  msgstr "Qué usar?"
345
 
346
- #: contact_form.php:784
347
  msgid "Wp-mail"
348
  msgstr "Wp-mail"
349
 
350
- #: contact_form.php:786
351
  msgid "You can use the wp_mail function for mailing"
352
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
353
 
354
- #: contact_form.php:789
355
  msgid "Mail"
356
  msgstr "Correo"
357
 
358
- #: contact_form.php:791
359
  msgid "To send mail you can use the php mail function"
360
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
361
 
362
- #: contact_form.php:796
363
  msgid "'FROM' field"
364
  msgstr ""
365
 
366
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
367
- #: contact_form.php:2000 contact_form.php:2036
368
  msgid "Name"
369
  msgstr "Nombre"
370
 
371
- #: contact_form.php:805
372
  msgid "User name"
373
  msgstr "Nombre de usuario"
374
 
375
- #: contact_form.php:807
376
  msgid ""
377
  "The name of the user who fills the form will be used in the field 'From'."
378
  msgstr ""
379
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
380
  "\"De:\"."
381
 
382
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
383
  msgid "Email"
384
  msgstr "Correo electrónico"
385
 
386
- #: contact_form.php:820
387
  msgid "User email"
388
  msgstr "Correo electrónico del usuario"
389
 
390
- #: contact_form.php:822
391
  msgid ""
392
  "The email address of the user who fills the form will be used in the field "
393
  "'From'."
@@ -395,175 +395,175 @@ msgstr ""
395
  "La dirección de correo electrónico del usuario que rellena el formulario se "
396
  "utiliza en el campo \"De\"."
397
 
398
- #: contact_form.php:826
399
  msgid ""
400
  "If this option is changed, email messages may be moved to the spam folder or "
401
  "email delivery failures may occur."
402
  msgstr ""
403
 
404
- #: contact_form.php:832
405
  msgid "Required symbol"
406
  msgstr "Símbolo de Obligatorio"
407
 
408
- #: contact_form.php:842
409
  msgid "Fields"
410
  msgstr "Campos"
411
 
412
- #: contact_form.php:843
413
  msgid "Used"
414
  msgstr "Usado"
415
 
416
- #: contact_form.php:844
417
  msgid "Required"
418
  msgstr "Obligatorio"
419
 
420
- #: contact_form.php:845
421
  msgid "Visible"
422
  msgstr "Visible"
423
 
424
- #: contact_form.php:846
425
  msgid "Disabled for editing"
426
  msgstr "Inhabilitado para la edición"
427
 
428
- #: contact_form.php:847
429
  msgid "Field's default value"
430
  msgstr "Valor predeterminado del campo"
431
 
432
- #: contact_form.php:852
433
  msgid "Department selectbox"
434
  msgstr ""
435
 
436
- #: contact_form.php:867
437
  msgid "Use User's name as a default value if the user is logged in."
438
  msgstr ""
439
 
440
- #: contact_form.php:868 contact_form.php:896
441
  msgid ""
442
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
443
  "in users."
444
  msgstr ""
445
 
446
- #: contact_form.php:872
447
  msgid "Location selectbox"
448
  msgstr ""
449
 
450
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
451
- #: contact_form.php:2040
452
  msgid "Address"
453
  msgstr "Dirección"
454
 
455
- #: contact_form.php:888
456
  msgid "Email Address"
457
  msgstr "Dirección de correo electrónico"
458
 
459
- #: contact_form.php:895
460
  msgid "Use User's email as a default value if the user is logged in."
461
  msgstr ""
462
 
463
- #: contact_form.php:900
464
  msgid "Phone number"
465
  msgstr "Número de teléfono"
466
 
467
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
468
- #: contact_form.php:2049
469
  msgid "Subject"
470
  msgstr "Asunto"
471
 
472
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
473
- #: contact_form.php:2051
474
  msgid "Message"
475
  msgstr "Mensaje"
476
 
477
- #: contact_form.php:940
478
  msgid "Attachment block"
479
  msgstr "bloque de adjuntos"
480
 
481
- #: contact_form.php:942
482
  msgid "Users can attach the following file formats"
483
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
484
 
485
- #: contact_form.php:955
486
  msgid "Add to the form"
487
  msgstr "Añadir a la forma"
488
 
489
- #: contact_form.php:960
490
  msgid "Tips below the Attachment"
491
  msgstr "Consejos debajo del archivo adjunto"
492
 
493
- #: contact_form.php:969
494
  msgid "'Send me a copy' block"
495
  msgstr "'Deseo recibir una copia' bloque"
496
 
497
- #: contact_form.php:982
498
  msgid "Activate captcha"
499
  msgstr "Activar Captcha"
500
 
501
- #: contact_form.php:986
502
  msgid "Download captcha"
503
  msgstr "Descargar Captcha"
504
 
505
- #: contact_form.php:994
506
  msgid "Agreement checkbox"
507
  msgstr "casilla de verificación de acuerdo"
508
 
509
- #: contact_form.php:994
510
  msgid "Required checkbox for submitting the form"
511
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
512
 
513
- #: contact_form.php:995
514
  msgid "Optional checkbox"
515
  msgstr "Casilla opcional"
516
 
517
- #: contact_form.php:995
518
  msgid "Optional checkbox, the results of which will be displayed in email"
519
  msgstr ""
520
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
521
 
522
- #: contact_form.php:1013
523
  msgid "Delete an attachment file from the server after the email is sent"
524
  msgstr ""
525
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
526
  "electrónico"
527
 
528
- #: contact_form.php:1019
529
  msgid "Email in HTML format sending"
530
  msgstr "Enviar correo electrónico en formato HTML"
531
 
532
- #: contact_form.php:1023
533
  msgid "Display additional info in the email"
534
  msgstr "Mostrar información adicional en el correo electrónico"
535
 
536
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
537
  msgid "Sent from (ip address)"
538
  msgstr "Enviado desde (dirección IP)"
539
 
540
- #: contact_form.php:1029
541
  msgid "Example: Sent from (IP address):\t127.0.0.1"
542
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
543
 
544
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
545
  msgid "Date/Time"
546
  msgstr "Fecha/Hora"
547
 
548
- #: contact_form.php:1030
549
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
550
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
551
 
552
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
553
  msgid "Sent from (referer)"
554
  msgstr "Enviado desde (referencia)"
555
 
556
- #: contact_form.php:1031
557
  msgid ""
558
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
559
  msgstr ""
560
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
561
 
562
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
563
  msgid "Using (user agent)"
564
  msgstr "Usando (agente de usuario)"
565
 
566
- #: contact_form.php:1032
567
  msgid ""
568
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
569
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -571,135 +571,135 @@ msgstr ""
571
  "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
572
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
573
 
574
- #: contact_form.php:1037
575
  msgid "Language settings for the field names in the form"
576
  msgstr ""
577
  "Configuración de idioma para los nombres de los campos en el formulario"
578
 
579
- #: contact_form.php:1046
580
  msgid "Add a language"
581
  msgstr "Añadir un idioma"
582
 
583
- #: contact_form.php:1050
584
  msgid "Change the names of the contact form fields and error messages"
585
  msgstr ""
586
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
587
  "error"
588
 
589
- #: contact_form.php:1055 contact_form.php:1142
590
  msgid "English"
591
  msgstr "Inglés"
592
 
593
- #: contact_form.php:1063 contact_form.php:1097
594
  msgid "click to expand/hide the list"
595
  msgstr "haga clic para expandir / ocultar la lista"
596
 
597
- #: contact_form.php:1072 contact_form.php:1106
598
  msgid "Tips below the Attachment block"
599
  msgstr "Consejos debajo del bloque del archivo adjunto"
600
 
601
- #: contact_form.php:1075 contact_form.php:1109
602
  msgid "Error message for the Name field"
603
  msgstr "Mensaje de error para el campo Nombre"
604
 
605
- #: contact_form.php:1076 contact_form.php:1110
606
  msgid "Error message for the Address field"
607
  msgstr "Mensaje de error para el campo dirección"
608
 
609
- #: contact_form.php:1077 contact_form.php:1111
610
  msgid "Error message for the Email field"
611
  msgstr "Mensaje de error en el campo Correo electrónico"
612
 
613
- #: contact_form.php:1078 contact_form.php:1112
614
  msgid "Error message for the Phone field"
615
  msgstr "Mensaje de error para el campo Teléfono"
616
 
617
- #: contact_form.php:1079 contact_form.php:1113
618
  msgid "Error message for the Subject field"
619
  msgstr "Mensaje de error para el campo Asunto"
620
 
621
- #: contact_form.php:1080 contact_form.php:1114
622
  msgid "Error message for the Message field"
623
  msgstr "Mensaje de error en el campo Mensaje"
624
 
625
- #: contact_form.php:1081 contact_form.php:1115
626
  msgid "Error message about the file type for the Attachment field"
627
  msgstr ""
628
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
629
 
630
- #: contact_form.php:1082 contact_form.php:1116
631
  msgid ""
632
  "Error message while uploading a file for the Attachment field to the server"
633
  msgstr ""
634
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
635
  "servidor"
636
 
637
- #: contact_form.php:1083 contact_form.php:1117
638
  msgid "Error message while moving the file for the Attachment field"
639
  msgstr ""
640
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
641
  "adjuntos"
642
 
643
- #: contact_form.php:1084 contact_form.php:1118
644
  msgid "Error message when file size limit for the Attachment field is exceeded"
645
  msgstr ""
646
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
647
  "campo de archivos adjuntos"
648
 
649
- #: contact_form.php:1085 contact_form.php:1119
650
  msgid "Error message for the Captcha field"
651
  msgstr "Mensaje de error para el campo Captcha"
652
 
653
- #: contact_form.php:1086 contact_form.php:1120
654
  msgid "Error message for the whole form"
655
  msgstr "Mensaje de error para todo el formulario"
656
 
657
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
658
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
659
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
660
- #: contact_form.php:2358
661
  msgid "Use shortcode"
662
  msgstr "Utilice shortcode"
663
 
664
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
665
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
666
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
667
- #: contact_form.php:2358
668
  msgid "for this language"
669
  msgstr "para este idioma"
670
 
671
- #: contact_form.php:1133
672
  #, fuzzy
673
  msgid "Use the changed names of the contact form fields in the email"
674
  msgstr ""
675
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
676
  "error"
677
 
678
- #: contact_form.php:1139
679
  msgid "Action after email is sent"
680
  msgstr "Acción después de que se envíe el correo electrónico"
681
 
682
- #: contact_form.php:1141
683
  msgid "Display text"
684
  msgstr "Mostrar texto"
685
 
686
- #: contact_form.php:1150 contact_form.php:1160
687
  msgid "Text"
688
  msgstr "Texto"
689
 
690
- #: contact_form.php:1171
691
  msgid "Redirect to the page"
692
  msgstr "Redirigir a la página"
693
 
694
- #: contact_form.php:1172
695
  msgid "Url"
696
  msgstr "Url"
697
 
698
- #: contact_form.php:1176
699
  msgid "The $_SERVER variable that is used to build a URL of the form"
700
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
701
 
702
- #: contact_form.php:1181
703
  msgid ""
704
  "If you are not sure whether to change this setting or not, please do not do "
705
  "that."
@@ -707,11 +707,11 @@ msgstr ""
707
  "Si no está seguro de si se debe cambiar esta configuración o no, por favor, "
708
  "no hagas eso."
709
 
710
- #: contact_form.php:1191
711
  msgid "Auto Response"
712
  msgstr ""
713
 
714
- #: contact_form.php:1195
715
  #, php-format
716
  msgid ""
717
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -719,175 +719,175 @@ msgid ""
719
  "name."
720
  msgstr ""
721
 
722
- #: contact_form.php:1220 contact_form.php:1402
723
  msgid "Save Changes"
724
  msgstr "Guardar cambios"
725
 
726
- #: contact_form.php:1233
727
  msgid "Errors output"
728
  msgstr "Salida de errores"
729
 
730
- #: contact_form.php:1236
731
  msgid "Display error messages"
732
  msgstr "Mostrar mensajes de error"
733
 
734
- #: contact_form.php:1237
735
  msgid "Color of the input field errors."
736
  msgstr "El color de los errores del campo de entrada."
737
 
738
- #: contact_form.php:1238
739
  msgid "Display error messages & color of the input field errors"
740
  msgstr ""
741
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
742
 
743
- #: contact_form.php:1243
744
  msgid "Add placeholder to the input blocks"
745
  msgstr "Añadir marcador de posición de los bloques de entrada"
746
 
747
- #: contact_form.php:1249
748
  msgid "Add tooltips"
749
  msgstr "Añadir información sobre herramientas"
750
 
751
- #: contact_form.php:1263
752
  msgid "Email address"
753
  msgstr "Correo electrónico"
754
 
755
- #: contact_form.php:1268
756
  msgid "Phone Number"
757
  msgstr "Número de teléfono"
758
 
759
- #: contact_form.php:1282
760
  msgid "Attachment"
761
  msgstr "Adjuntos"
762
 
763
- #: contact_form.php:1292
764
  msgid "Style options"
765
  msgstr "Opciones de estilo"
766
 
767
- #: contact_form.php:1295
768
  msgid "Text color"
769
  msgstr "Color del texto"
770
 
771
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
772
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
773
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
774
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
775
  msgid "Default"
776
  msgstr "Defecto"
777
 
778
- #: contact_form.php:1300
779
  msgid "Label text color"
780
  msgstr "Color del texto de la Etiqueta"
781
 
782
- #: contact_form.php:1305
783
  msgid "Placeholder color"
784
  msgstr "El color de marcador de posición"
785
 
786
- #: contact_form.php:1310
787
  msgid "Errors color"
788
  msgstr "Color del error"
789
 
790
- #: contact_form.php:1315
791
  msgid "Error text color"
792
  msgstr "Color del texto de error"
793
 
794
- #: contact_form.php:1320
795
  msgid "Background color of the input field errors"
796
  msgstr "Color de fondo de los errores de campo de entrada"
797
 
798
- #: contact_form.php:1325
799
  msgid "Border color of the input field errors"
800
  msgstr "Color del borde de los errores de campo de entrada"
801
 
802
- #: contact_form.php:1330
803
  msgid "Placeholder color of the input field errors"
804
  msgstr "El color de marcador de posición de los errores de campo de entrada"
805
 
806
- #: contact_form.php:1335
807
  msgid "Input fields"
808
  msgstr "Campos de entrada"
809
 
810
- #: contact_form.php:1340
811
  msgid "Input fields background color"
812
  msgstr "Color de fondo de los campos de entrada"
813
 
814
- #: contact_form.php:1345
815
  msgid "Text fields color"
816
  msgstr "Color de los campos de texto"
817
 
818
- #: contact_form.php:1349
819
  msgid "Border width in px, numbers only"
820
  msgstr "Ancho del borde en píxeles, sólo números"
821
 
822
- #: contact_form.php:1354 contact_form.php:1378
823
  msgid "Border color"
824
  msgstr "Color del borde"
825
 
826
- #: contact_form.php:1359
827
  msgid "Submit button"
828
  msgstr "Botón enviar"
829
 
830
- #: contact_form.php:1363
831
  msgid "Width in px, numbers only"
832
  msgstr "Ancho en píxeles, sólo números"
833
 
834
- #: contact_form.php:1368
835
  msgid "Button color"
836
  msgstr "Color del botón"
837
 
838
- #: contact_form.php:1373
839
  msgid "Button text color"
840
  msgstr "Color del texto del botón"
841
 
842
- #: contact_form.php:1406
843
  msgid "Contact Form Pro | Preview"
844
  msgstr "Contact Form Pro | Vista previa"
845
 
846
- #: contact_form.php:1408
847
  msgid "Show with errors"
848
  msgstr "Mostrar con errores"
849
 
850
- #: contact_form.php:1417 contact_form.php:1419
851
  msgid "Please enter your full name..."
852
  msgstr "Escriba su nombre completo..."
853
 
854
- #: contact_form.php:1430 contact_form.php:1432
855
  msgid "Please enter your address..."
856
  msgstr "Escriba su dirección..."
857
 
858
- #: contact_form.php:1441 contact_form.php:1443
859
  msgid "Please enter your email address..."
860
  msgstr "Introduzca su correo electrónico ..."
861
 
862
- #: contact_form.php:1452 contact_form.php:1454
863
  msgid "Please enter your phone number..."
864
  msgstr "Escriba su número de teléfono..."
865
 
866
- #: contact_form.php:1463 contact_form.php:1465
867
  msgid "Please enter subject..."
868
  msgstr "Escriba un asunto..."
869
 
870
- #: contact_form.php:1473 contact_form.php:1475
871
  msgid "Please enter your message..."
872
  msgstr "Escriba el mensaje..."
873
 
874
- #: contact_form.php:1586
875
  msgid "Sorry, email message could not be delivered."
876
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
877
 
878
- #: contact_form.php:1994
879
  msgid "Contact from"
880
  msgstr "Contact from"
881
 
882
- #: contact_form.php:2016 contact_form.php:2046
883
  msgid "Phone"
884
  msgstr "Teléfono"
885
 
886
- #: contact_form.php:2027 contact_form.php:2053
887
  msgid "Site"
888
  msgstr "Sitio"
889
 
890
- #: contact_form.php:2140
891
  msgid ""
892
  "If you can see this MIME, it means that the MIME type is not supported by "
893
  "your email client!"
@@ -895,42 +895,42 @@ msgstr ""
895
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
896
  "cliente de correo electrónico!"
897
 
898
- #: contact_form.php:2224
899
  msgid "Support"
900
  msgstr "Soporte técnico"
901
 
902
- #: contact_form.php:2273
903
  msgid "Are you sure that you want to delete this language data?"
904
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
905
 
906
- #: contact_form.php:2294
907
  #, fuzzy
908
  msgid "Add multiple forms"
909
  msgstr "Añadir a la forma"
910
 
911
- #: contact_form.php:2294
912
  msgid ""
913
  "Install Contact Form Multi plugin to create unlimited number of contact "
914
  "forms."
915
  msgstr ""
916
 
917
- #: contact_form.php:2299
918
  #, fuzzy
919
  msgid "Learn more"
920
  msgstr "Más información"
921
 
922
- #: contact_form.php:2303
923
  msgid "Close"
924
  msgstr ""
925
 
926
- #: contact_form.php:2491
927
  #, fuzzy
928
  msgid "allows to store your messages to the database."
929
  msgstr ""
930
  "<strong>Formulario de contacto para DB</strong>permite almacenar sus "
931
  "mensajes a la base de datos."
932
 
933
- #: contact_form.php:2492
934
  msgid "Manage messages that have been sent from your website."
935
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
936
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:59+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:59+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "Opciones de formulario de contacto"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "Nombre:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "Dirección:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "Dirección de correo electrónico:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "Número de teléfono:"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "Asunto:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "Mensaje:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "Datos adjuntos:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño "
64
  "máximo de archivo: 2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "Deseo recibir una copia"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "Enviar"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "Es necesario un nombre."
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "Se requiere dirección."
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "Se requiere una dirección de email válida."
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "Es necesario un número de teléfono."
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "Es necesario un asunto."
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "Es necesario el texto del mensaje."
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "Formato de archivo no válido."
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "Error de carga de archivos."
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "El archivo no se pudo cargar."
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "Este archivo es demasiado grande."
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Por favor complete el CAPTCHA."
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "Gracias por contactar con nosotros."
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
138
  "debe estar en el siguiente formato"
139
 
140
+ #: contact_form.php:571
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Dicho usuario no existe. Los ajustes no se guardan."
144
 
145
+ #: contact_form.php:581
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
150
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
151
  "\"De\". Las configuraciones no se guardan."
152
 
153
+ #: contact_form.php:589
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
158
  "\"De\". Las configuraciones no se guardan."
159
 
160
+ #: contact_form.php:612
161
  msgid "Settings saved."
162
  msgstr "Configuración guardada."
163
 
164
+ #: contact_form.php:614
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Configuración guardada."
168
 
169
+ #: contact_form.php:652
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
174
  msgid "Settings"
175
  msgstr "Configuración"
176
 
177
+ #: contact_form.php:666
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Opciones adicionales"
181
 
182
+ #: contact_form.php:667
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
+ #: contact_form.php:668 contact_form.php:2229
187
  msgid "FAQ"
188
  msgstr "Preguntas más frecuentes"
189
 
190
+ #: contact_form.php:669
191
  msgid "Go PRO"
192
  msgstr "Ir al PRO"
193
 
194
+ #: contact_form.php:672 contact_form.php:674
195
  msgid "Notice:"
196
  msgstr "Aviso:"
197
 
198
+ #: contact_form.php:672
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
203
  "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide "
204
  "hacer clic en el botón \"Guardar cambios\"."
205
 
206
+ #: contact_form.php:685
207
  msgid ""
208
  "If you want to create multiple contact forms, please install the Contact "
209
  "Form Multi plugin."
211
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
212
  "Formulario de contacto múltiple."
213
 
214
+ #: contact_form.php:692
215
  #, fuzzy
216
  msgid ""
217
  "If you would like to add Contact Form to your website, just copy and paste "
221
  "tienes que copiar y pegar este código corto a tu post, una página o un "
222
  "widget:"
223
 
224
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
225
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
226
+ #: contact_form.php:1158 contact_form.php:1160
227
  msgid "or"
228
  msgstr "o"
229
 
230
+ #: contact_form.php:693
231
  #, fuzzy
232
  msgid ""
233
  "If you have any problems with the standard shortcode [contact_form], you "
236
  "Si tiene algún problema con el shortcode estándar [contact_form], se debe "
237
  "utilizar el shortcode"
238
 
239
+ #: contact_form.php:693 contact_form.php:696
240
  msgid "They work the same way."
241
  msgstr "Funcionan de la misma manera."
242
 
243
+ #: contact_form.php:695 contact_form.php:1507
244
  msgid ""
245
  "If you would like to add the Contact Form to your website, just copy and "
246
  "paste this shortcode to your post or page or widget:"
249
  "tienes que copiar y pegar este código corto a tu post, una página o un "
250
  "widget:"
251
 
252
+ #: contact_form.php:696
253
  msgid ""
254
  "If have any problems with the standard shortcode [contact_form], you should "
255
  "use the shortcode"
257
  "Si tiene algún problema con el shortcode estándar [contact_form], se debe "
258
  "utilizar el shortcode"
259
 
260
+ #: contact_form.php:700
261
  msgid ""
262
  "If you leave the fields empty, the messages will be sent to the email "
263
  "address specified during registration."
265
  "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
266
  "electrónico especificada durante el registro."
267
 
268
+ #: contact_form.php:703
269
  msgid "The user's email address:"
270
  msgstr "Dirección de correo electrónico del usuario:"
271
 
272
+ #: contact_form.php:707
273
  #, fuzzy
274
  msgid "Select a username"
275
  msgstr "Crear un nombre de usuario"
276
 
277
+ #: contact_form.php:720
278
  msgid ""
279
  "Enter a username of the person who should get the messages from the contact "
280
  "form."
282
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
283
  "desde el formulario de contacto."
284
 
285
+ #: contact_form.php:724
286
  msgid "Use this email address:"
287
  msgstr "Utilice esta dirección de correo electrónico:"
288
 
289
+ #: contact_form.php:728
290
  msgid "Enter the email address you want the messages forwarded to."
291
  msgstr ""
292
  "Introduzca la dirección de correo electrónico que desea que reciba los "
293
  "mensajes."
294
 
295
+ #: contact_form.php:737
296
  msgid "Add department selectbox to the contact form:"
297
  msgstr "Añadir caja de selección al formulario de contacto:"
298
 
299
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
300
  msgid "If you upgrade to Pro version all your settings will be saved."
301
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
302
 
303
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
304
+ #: contact_form.php:1213 contact_form.php:1397
305
  #, fuzzy
306
  msgid "Unlock premium options by upgrading to PRO version."
307
  msgstr ""
308
  "Desbloquear opciones premium mediante la actualización a una versión PRO."
309
 
310
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
311
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
312
  msgid "Learn More"
313
  msgstr "Más información"
314
 
315
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
316
+ #: contact_form.php:1217 contact_form.php:1401
317
  msgid "Go"
318
  msgstr "Ir"
319
 
320
+ #: contact_form.php:763
321
  msgid "Save emails to the database"
322
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
323
 
324
+ #: contact_form.php:768
325
  msgid "Using"
326
  msgstr "Uso"
327
 
328
+ #: contact_form.php:771 contact_form.php:775
329
  #, fuzzy
330
  msgid "Using Contact Form to DB by BestWebSoft"
331
  msgstr "Usando Contact Form a DB impulsado por"
332
 
333
+ #: contact_form.php:771
334
  #, fuzzy
335
  msgid "Activate"
336
  msgstr "Activar Captcha"
337
 
338
+ #: contact_form.php:775
339
  msgid "Download"
340
  msgstr "Download"
341
 
342
+ #: contact_form.php:785
343
  msgid "What to use?"
344
  msgstr "Qué usar?"
345
 
346
+ #: contact_form.php:790
347
  msgid "Wp-mail"
348
  msgstr "Wp-mail"
349
 
350
+ #: contact_form.php:792
351
  msgid "You can use the wp_mail function for mailing"
352
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
353
 
354
+ #: contact_form.php:795
355
  msgid "Mail"
356
  msgstr "Correo"
357
 
358
+ #: contact_form.php:797
359
  msgid "To send mail you can use the php mail function"
360
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
361
 
362
+ #: contact_form.php:802
363
  msgid "'FROM' field"
364
  msgstr ""
365
 
366
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
367
+ #: contact_form.php:2006 contact_form.php:2042
368
  msgid "Name"
369
  msgstr "Nombre"
370
 
371
+ #: contact_form.php:811
372
  msgid "User name"
373
  msgstr "Nombre de usuario"
374
 
375
+ #: contact_form.php:813
376
  msgid ""
377
  "The name of the user who fills the form will be used in the field 'From'."
378
  msgstr ""
379
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
380
  "\"De:\"."
381
 
382
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
383
  msgid "Email"
384
  msgstr "Correo electrónico"
385
 
386
+ #: contact_form.php:826
387
  msgid "User email"
388
  msgstr "Correo electrónico del usuario"
389
 
390
+ #: contact_form.php:828
391
  msgid ""
392
  "The email address of the user who fills the form will be used in the field "
393
  "'From'."
395
  "La dirección de correo electrónico del usuario que rellena el formulario se "
396
  "utiliza en el campo \"De\"."
397
 
398
+ #: contact_form.php:832
399
  msgid ""
400
  "If this option is changed, email messages may be moved to the spam folder or "
401
  "email delivery failures may occur."
402
  msgstr ""
403
 
404
+ #: contact_form.php:838
405
  msgid "Required symbol"
406
  msgstr "Símbolo de Obligatorio"
407
 
408
+ #: contact_form.php:848
409
  msgid "Fields"
410
  msgstr "Campos"
411
 
412
+ #: contact_form.php:849
413
  msgid "Used"
414
  msgstr "Usado"
415
 
416
+ #: contact_form.php:850
417
  msgid "Required"
418
  msgstr "Obligatorio"
419
 
420
+ #: contact_form.php:851
421
  msgid "Visible"
422
  msgstr "Visible"
423
 
424
+ #: contact_form.php:852
425
  msgid "Disabled for editing"
426
  msgstr "Inhabilitado para la edición"
427
 
428
+ #: contact_form.php:853
429
  msgid "Field's default value"
430
  msgstr "Valor predeterminado del campo"
431
 
432
+ #: contact_form.php:858
433
  msgid "Department selectbox"
434
  msgstr ""
435
 
436
+ #: contact_form.php:873
437
  msgid "Use User's name as a default value if the user is logged in."
438
  msgstr ""
439
 
440
+ #: contact_form.php:874 contact_form.php:902
441
  msgid ""
442
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
443
  "in users."
444
  msgstr ""
445
 
446
+ #: contact_form.php:878
447
  msgid "Location selectbox"
448
  msgstr ""
449
 
450
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
451
+ #: contact_form.php:2046
452
  msgid "Address"
453
  msgstr "Dirección"
454
 
455
+ #: contact_form.php:894
456
  msgid "Email Address"
457
  msgstr "Dirección de correo electrónico"
458
 
459
+ #: contact_form.php:901
460
  msgid "Use User's email as a default value if the user is logged in."
461
  msgstr ""
462
 
463
+ #: contact_form.php:906
464
  msgid "Phone number"
465
  msgstr "Número de teléfono"
466
 
467
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
468
+ #: contact_form.php:2055
469
  msgid "Subject"
470
  msgstr "Asunto"
471
 
472
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
473
+ #: contact_form.php:2057
474
  msgid "Message"
475
  msgstr "Mensaje"
476
 
477
+ #: contact_form.php:946
478
  msgid "Attachment block"
479
  msgstr "bloque de adjuntos"
480
 
481
+ #: contact_form.php:948
482
  msgid "Users can attach the following file formats"
483
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
484
 
485
+ #: contact_form.php:961
486
  msgid "Add to the form"
487
  msgstr "Añadir a la forma"
488
 
489
+ #: contact_form.php:966
490
  msgid "Tips below the Attachment"
491
  msgstr "Consejos debajo del archivo adjunto"
492
 
493
+ #: contact_form.php:975
494
  msgid "'Send me a copy' block"
495
  msgstr "'Deseo recibir una copia' bloque"
496
 
497
+ #: contact_form.php:988
498
  msgid "Activate captcha"
499
  msgstr "Activar Captcha"
500
 
501
+ #: contact_form.php:992
502
  msgid "Download captcha"
503
  msgstr "Descargar Captcha"
504
 
505
+ #: contact_form.php:1000
506
  msgid "Agreement checkbox"
507
  msgstr "casilla de verificación de acuerdo"
508
 
509
+ #: contact_form.php:1000
510
  msgid "Required checkbox for submitting the form"
511
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
512
 
513
+ #: contact_form.php:1001
514
  msgid "Optional checkbox"
515
  msgstr "Casilla opcional"
516
 
517
+ #: contact_form.php:1001
518
  msgid "Optional checkbox, the results of which will be displayed in email"
519
  msgstr ""
520
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
521
 
522
+ #: contact_form.php:1019
523
  msgid "Delete an attachment file from the server after the email is sent"
524
  msgstr ""
525
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
526
  "electrónico"
527
 
528
+ #: contact_form.php:1025
529
  msgid "Email in HTML format sending"
530
  msgstr "Enviar correo electrónico en formato HTML"
531
 
532
+ #: contact_form.php:1029
533
  msgid "Display additional info in the email"
534
  msgstr "Mostrar información adicional en el correo electrónico"
535
 
536
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
537
  msgid "Sent from (ip address)"
538
  msgstr "Enviado desde (dirección IP)"
539
 
540
+ #: contact_form.php:1035
541
  msgid "Example: Sent from (IP address):\t127.0.0.1"
542
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
543
 
544
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
545
  msgid "Date/Time"
546
  msgstr "Fecha/Hora"
547
 
548
+ #: contact_form.php:1036
549
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
550
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
551
 
552
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
553
  msgid "Sent from (referer)"
554
  msgstr "Enviado desde (referencia)"
555
 
556
+ #: contact_form.php:1037
557
  msgid ""
558
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
559
  msgstr ""
560
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
561
 
562
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
563
  msgid "Using (user agent)"
564
  msgstr "Usando (agente de usuario)"
565
 
566
+ #: contact_form.php:1038
567
  msgid ""
568
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
569
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
571
  "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
572
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
573
 
574
+ #: contact_form.php:1043
575
  msgid "Language settings for the field names in the form"
576
  msgstr ""
577
  "Configuración de idioma para los nombres de los campos en el formulario"
578
 
579
+ #: contact_form.php:1052
580
  msgid "Add a language"
581
  msgstr "Añadir un idioma"
582
 
583
+ #: contact_form.php:1056
584
  msgid "Change the names of the contact form fields and error messages"
585
  msgstr ""
586
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
587
  "error"
588
 
589
+ #: contact_form.php:1061 contact_form.php:1148
590
  msgid "English"
591
  msgstr "Inglés"
592
 
593
+ #: contact_form.php:1069 contact_form.php:1103
594
  msgid "click to expand/hide the list"
595
  msgstr "haga clic para expandir / ocultar la lista"
596
 
597
+ #: contact_form.php:1078 contact_form.php:1112
598
  msgid "Tips below the Attachment block"
599
  msgstr "Consejos debajo del bloque del archivo adjunto"
600
 
601
+ #: contact_form.php:1081 contact_form.php:1115
602
  msgid "Error message for the Name field"
603
  msgstr "Mensaje de error para el campo Nombre"
604
 
605
+ #: contact_form.php:1082 contact_form.php:1116
606
  msgid "Error message for the Address field"
607
  msgstr "Mensaje de error para el campo dirección"
608
 
609
+ #: contact_form.php:1083 contact_form.php:1117
610
  msgid "Error message for the Email field"
611
  msgstr "Mensaje de error en el campo Correo electrónico"
612
 
613
+ #: contact_form.php:1084 contact_form.php:1118
614
  msgid "Error message for the Phone field"
615
  msgstr "Mensaje de error para el campo Teléfono"
616
 
617
+ #: contact_form.php:1085 contact_form.php:1119
618
  msgid "Error message for the Subject field"
619
  msgstr "Mensaje de error para el campo Asunto"
620
 
621
+ #: contact_form.php:1086 contact_form.php:1120
622
  msgid "Error message for the Message field"
623
  msgstr "Mensaje de error en el campo Mensaje"
624
 
625
+ #: contact_form.php:1087 contact_form.php:1121
626
  msgid "Error message about the file type for the Attachment field"
627
  msgstr ""
628
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
629
 
630
+ #: contact_form.php:1088 contact_form.php:1122
631
  msgid ""
632
  "Error message while uploading a file for the Attachment field to the server"
633
  msgstr ""
634
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
635
  "servidor"
636
 
637
+ #: contact_form.php:1089 contact_form.php:1123
638
  msgid "Error message while moving the file for the Attachment field"
639
  msgstr ""
640
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
641
  "adjuntos"
642
 
643
+ #: contact_form.php:1090 contact_form.php:1124
644
  msgid "Error message when file size limit for the Attachment field is exceeded"
645
  msgstr ""
646
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
647
  "campo de archivos adjuntos"
648
 
649
+ #: contact_form.php:1091 contact_form.php:1125
650
  msgid "Error message for the Captcha field"
651
  msgstr "Mensaje de error para el campo Captcha"
652
 
653
+ #: contact_form.php:1092 contact_form.php:1126
654
  msgid "Error message for the whole form"
655
  msgstr "Mensaje de error para todo el formulario"
656
 
657
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
658
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
659
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
660
+ #: contact_form.php:2364
661
  msgid "Use shortcode"
662
  msgstr "Utilice shortcode"
663
 
664
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
665
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
666
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
667
+ #: contact_form.php:2364
668
  msgid "for this language"
669
  msgstr "para este idioma"
670
 
671
+ #: contact_form.php:1139
672
  #, fuzzy
673
  msgid "Use the changed names of the contact form fields in the email"
674
  msgstr ""
675
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
676
  "error"
677
 
678
+ #: contact_form.php:1145
679
  msgid "Action after email is sent"
680
  msgstr "Acción después de que se envíe el correo electrónico"
681
 
682
+ #: contact_form.php:1147
683
  msgid "Display text"
684
  msgstr "Mostrar texto"
685
 
686
+ #: contact_form.php:1156 contact_form.php:1166
687
  msgid "Text"
688
  msgstr "Texto"
689
 
690
+ #: contact_form.php:1177
691
  msgid "Redirect to the page"
692
  msgstr "Redirigir a la página"
693
 
694
+ #: contact_form.php:1178
695
  msgid "Url"
696
  msgstr "Url"
697
 
698
+ #: contact_form.php:1182
699
  msgid "The $_SERVER variable that is used to build a URL of the form"
700
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
701
 
702
+ #: contact_form.php:1187
703
  msgid ""
704
  "If you are not sure whether to change this setting or not, please do not do "
705
  "that."
707
  "Si no está seguro de si se debe cambiar esta configuración o no, por favor, "
708
  "no hagas eso."
709
 
710
+ #: contact_form.php:1197
711
  msgid "Auto Response"
712
  msgstr ""
713
 
714
+ #: contact_form.php:1201
715
  #, php-format
716
  msgid ""
717
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
719
  "name."
720
  msgstr ""
721
 
722
+ #: contact_form.php:1226 contact_form.php:1408
723
  msgid "Save Changes"
724
  msgstr "Guardar cambios"
725
 
726
+ #: contact_form.php:1239
727
  msgid "Errors output"
728
  msgstr "Salida de errores"
729
 
730
+ #: contact_form.php:1242
731
  msgid "Display error messages"
732
  msgstr "Mostrar mensajes de error"
733
 
734
+ #: contact_form.php:1243
735
  msgid "Color of the input field errors."
736
  msgstr "El color de los errores del campo de entrada."
737
 
738
+ #: contact_form.php:1244
739
  msgid "Display error messages & color of the input field errors"
740
  msgstr ""
741
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
742
 
743
+ #: contact_form.php:1249
744
  msgid "Add placeholder to the input blocks"
745
  msgstr "Añadir marcador de posición de los bloques de entrada"
746
 
747
+ #: contact_form.php:1255
748
  msgid "Add tooltips"
749
  msgstr "Añadir información sobre herramientas"
750
 
751
+ #: contact_form.php:1269
752
  msgid "Email address"
753
  msgstr "Correo electrónico"
754
 
755
+ #: contact_form.php:1274
756
  msgid "Phone Number"
757
  msgstr "Número de teléfono"
758
 
759
+ #: contact_form.php:1288
760
  msgid "Attachment"
761
  msgstr "Adjuntos"
762
 
763
+ #: contact_form.php:1298
764
  msgid "Style options"
765
  msgstr "Opciones de estilo"
766
 
767
+ #: contact_form.php:1301
768
  msgid "Text color"
769
  msgstr "Color del texto"
770
 
771
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
772
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
773
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
774
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
775
  msgid "Default"
776
  msgstr "Defecto"
777
 
778
+ #: contact_form.php:1306
779
  msgid "Label text color"
780
  msgstr "Color del texto de la Etiqueta"
781
 
782
+ #: contact_form.php:1311
783
  msgid "Placeholder color"
784
  msgstr "El color de marcador de posición"
785
 
786
+ #: contact_form.php:1316
787
  msgid "Errors color"
788
  msgstr "Color del error"
789
 
790
+ #: contact_form.php:1321
791
  msgid "Error text color"
792
  msgstr "Color del texto de error"
793
 
794
+ #: contact_form.php:1326
795
  msgid "Background color of the input field errors"
796
  msgstr "Color de fondo de los errores de campo de entrada"
797
 
798
+ #: contact_form.php:1331
799
  msgid "Border color of the input field errors"
800
  msgstr "Color del borde de los errores de campo de entrada"
801
 
802
+ #: contact_form.php:1336
803
  msgid "Placeholder color of the input field errors"
804
  msgstr "El color de marcador de posición de los errores de campo de entrada"
805
 
806
+ #: contact_form.php:1341
807
  msgid "Input fields"
808
  msgstr "Campos de entrada"
809
 
810
+ #: contact_form.php:1346
811
  msgid "Input fields background color"
812
  msgstr "Color de fondo de los campos de entrada"
813
 
814
+ #: contact_form.php:1351
815
  msgid "Text fields color"
816
  msgstr "Color de los campos de texto"
817
 
818
+ #: contact_form.php:1355
819
  msgid "Border width in px, numbers only"
820
  msgstr "Ancho del borde en píxeles, sólo números"
821
 
822
+ #: contact_form.php:1360 contact_form.php:1384
823
  msgid "Border color"
824
  msgstr "Color del borde"
825
 
826
+ #: contact_form.php:1365
827
  msgid "Submit button"
828
  msgstr "Botón enviar"
829
 
830
+ #: contact_form.php:1369
831
  msgid "Width in px, numbers only"
832
  msgstr "Ancho en píxeles, sólo números"
833
 
834
+ #: contact_form.php:1374
835
  msgid "Button color"
836
  msgstr "Color del botón"
837
 
838
+ #: contact_form.php:1379
839
  msgid "Button text color"
840
  msgstr "Color del texto del botón"
841
 
842
+ #: contact_form.php:1412
843
  msgid "Contact Form Pro | Preview"
844
  msgstr "Contact Form Pro | Vista previa"
845
 
846
+ #: contact_form.php:1414
847
  msgid "Show with errors"
848
  msgstr "Mostrar con errores"
849
 
850
+ #: contact_form.php:1423 contact_form.php:1425
851
  msgid "Please enter your full name..."
852
  msgstr "Escriba su nombre completo..."
853
 
854
+ #: contact_form.php:1436 contact_form.php:1438
855
  msgid "Please enter your address..."
856
  msgstr "Escriba su dirección..."
857
 
858
+ #: contact_form.php:1447 contact_form.php:1449
859
  msgid "Please enter your email address..."
860
  msgstr "Introduzca su correo electrónico ..."
861
 
862
+ #: contact_form.php:1458 contact_form.php:1460
863
  msgid "Please enter your phone number..."
864
  msgstr "Escriba su número de teléfono..."
865
 
866
+ #: contact_form.php:1469 contact_form.php:1471
867
  msgid "Please enter subject..."
868
  msgstr "Escriba un asunto..."
869
 
870
+ #: contact_form.php:1479 contact_form.php:1481
871
  msgid "Please enter your message..."
872
  msgstr "Escriba el mensaje..."
873
 
874
+ #: contact_form.php:1592
875
  msgid "Sorry, email message could not be delivered."
876
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
877
 
878
+ #: contact_form.php:2000
879
  msgid "Contact from"
880
  msgstr "Contact from"
881
 
882
+ #: contact_form.php:2022 contact_form.php:2052
883
  msgid "Phone"
884
  msgstr "Teléfono"
885
 
886
+ #: contact_form.php:2033 contact_form.php:2059
887
  msgid "Site"
888
  msgstr "Sitio"
889
 
890
+ #: contact_form.php:2146
891
  msgid ""
892
  "If you can see this MIME, it means that the MIME type is not supported by "
893
  "your email client!"
895
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
896
  "cliente de correo electrónico!"
897
 
898
+ #: contact_form.php:2230
899
  msgid "Support"
900
  msgstr "Soporte técnico"
901
 
902
+ #: contact_form.php:2279
903
  msgid "Are you sure that you want to delete this language data?"
904
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
905
 
906
+ #: contact_form.php:2300
907
  #, fuzzy
908
  msgid "Add multiple forms"
909
  msgstr "Añadir a la forma"
910
 
911
+ #: contact_form.php:2300
912
  msgid ""
913
  "Install Contact Form Multi plugin to create unlimited number of contact "
914
  "forms."
915
  msgstr ""
916
 
917
+ #: contact_form.php:2305
918
  #, fuzzy
919
  msgid "Learn more"
920
  msgstr "Más información"
921
 
922
+ #: contact_form.php:2309
923
  msgid "Close"
924
  msgstr ""
925
 
926
+ #: contact_form.php:2497
927
  #, fuzzy
928
  msgid "allows to store your messages to the database."
929
  msgstr ""
930
  "<strong>Formulario de contacto para DB</strong>permite almacenar sus "
931
  "mensajes a la base de datos."
932
 
933
+ #: contact_form.php:2498
934
  msgid "Manage messages that have been sent from your website."
935
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
936
 
languages/{contact_form-et.mo → contact-form-plugin-et.mo} RENAMED
Binary file
languages/{contact_form-et.po → contact-form-plugin-et.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
@@ -24,35 +24,35 @@ msgstr "Contact Form seaded"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "Nimi:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "Aadress:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "E-maili aadress:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "Telefoni number:"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "Pealkiri:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "Sõnum:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "Manus:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,73 +63,73 @@ msgstr ""
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili "
64
  "suurus: 2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "Saada mulle koopia"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "Saada"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "Sinu nimi on kohustuslik."
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Aadress on kohustuslik."
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "Korrektne e-mail on kohustuslik."
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "Telefoni number on kohustuslik."
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "Pealkiri on kohustuslik."
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "Sõnumi tekst on kohustuslik."
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Failiformaat pole toetatud."
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Error faili üles laadimisel."
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "Faili ei saanud üles laadida."
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "See fail on liiga suur."
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Palun täida CAPTCHA."
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Tänan meiega kontakteerumast."
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
@@ -137,57 +137,57 @@ msgstr ""
137
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
138
  "järgnevas formaadis"
139
 
140
- #: contact_form.php:565
141
  msgid "Such user does not exist."
142
  msgstr "Sellist kasutajat ei eksisteeri. "
143
 
144
- #: contact_form.php:575
145
  msgid ""
146
  "Please enter a valid email address in the 'Use this email address' field."
147
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
148
 
149
- #: contact_form.php:583
150
  msgid "Please enter a valid email address in the 'FROM' field."
151
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
152
 
153
- #: contact_form.php:606
154
  msgid "Settings saved."
155
  msgstr "Seaded salvestatud."
156
 
157
- #: contact_form.php:608
158
  msgid "Settings are not saved."
159
  msgstr "Seaded pole salvestatud."
160
 
161
- #: contact_form.php:646
162
  msgid "All plugin settings were restored."
163
  msgstr ""
164
 
165
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
166
  msgid "Settings"
167
  msgstr "Seaded"
168
 
169
- #: contact_form.php:660
170
  #, fuzzy
171
  msgid "Additional settings"
172
  msgstr "Opcions addicionals"
173
 
174
- #: contact_form.php:661
175
  msgid "Appearance"
176
  msgstr ""
177
 
178
- #: contact_form.php:662 contact_form.php:2223
179
  msgid "FAQ"
180
  msgstr "KKK"
181
 
182
- #: contact_form.php:663
183
  msgid "Go PRO"
184
  msgstr "Telli PRO"
185
 
186
- #: contact_form.php:666 contact_form.php:668
187
  msgid "Notice:"
188
  msgstr "Märkus:"
189
 
190
- #: contact_form.php:666
191
  msgid ""
192
  "The plugin's settings have been changed. In order to save them please don't "
193
  "forget to click the 'Save Changes' button."
@@ -195,7 +195,7 @@ msgstr ""
195
  "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast "
196
  "'Salvesta muutused' nupul."
197
 
198
- #: contact_form.php:679
199
  msgid ""
200
  "If you want to create multiple contact forms, please install the Contact "
201
  "Form Multi plugin."
@@ -203,7 +203,7 @@ msgstr ""
203
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
204
  "plugin."
205
 
206
- #: contact_form.php:686
207
  #, fuzzy
208
  msgid ""
209
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -212,13 +212,13 @@ msgstr ""
212
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
213
  "lühikood oma postitusele või lehele või moodulile:"
214
 
215
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
216
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
217
- #: contact_form.php:1152 contact_form.php:1154
218
  msgid "or"
219
  msgstr "või"
220
 
221
- #: contact_form.php:687
222
  #, fuzzy
223
  msgid ""
224
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -227,11 +227,11 @@ msgstr ""
227
  "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
228
  "kasutama lühikoodi"
229
 
230
- #: contact_form.php:687 contact_form.php:690
231
  msgid "They work the same way."
232
  msgstr "Need töötavad täpselt samamoodi."
233
 
234
- #: contact_form.php:689 contact_form.php:1501
235
  msgid ""
236
  "If you would like to add the Contact Form to your website, just copy and "
237
  "paste this shortcode to your post or page or widget:"
@@ -239,7 +239,7 @@ msgstr ""
239
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
240
  "lühikood oma postitusele või lehele või moodulile:"
241
 
242
- #: contact_form.php:690
243
  msgid ""
244
  "If have any problems with the standard shortcode [contact_form], you should "
245
  "use the shortcode"
@@ -247,7 +247,7 @@ msgstr ""
247
  "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
248
  "kasutama lühikoodi"
249
 
250
- #: contact_form.php:694
251
  msgid ""
252
  "If you leave the fields empty, the messages will be sent to the email "
253
  "address specified during registration."
@@ -255,123 +255,123 @@ msgstr ""
255
  "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
256
  "antud e-maili aadressile."
257
 
258
- #: contact_form.php:697
259
  msgid "The user's email address:"
260
  msgstr "Kasutaja e-maili aadress:"
261
 
262
- #: contact_form.php:701
263
  #, fuzzy
264
  msgid "Select a username"
265
  msgstr "Loo kasutajanimi"
266
 
267
- #: contact_form.php:714
268
  msgid ""
269
  "Enter a username of the person who should get the messages from the contact "
270
  "form."
271
  msgstr ""
272
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
273
 
274
- #: contact_form.php:718
275
  msgid "Use this email address:"
276
  msgstr "Kasuta seda e-maili aadressi:"
277
 
278
- #: contact_form.php:722
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr ""
281
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
282
 
283
- #: contact_form.php:731
284
  msgid "Add department selectbox to the contact form:"
285
  msgstr "Lisa valikukast kontakti vormile:"
286
 
287
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
288
  msgid "If you upgrade to Pro version all your settings will be saved."
289
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
290
 
291
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
292
- #: contact_form.php:1207 contact_form.php:1391
293
  #, fuzzy
294
  msgid "Unlock premium options by upgrading to PRO version."
295
  msgstr "Telli PRO versioon ja ava premium valikud."
296
 
297
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
298
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
299
  msgid "Learn More"
300
  msgstr "Uuri lähemalt"
301
 
302
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
303
- #: contact_form.php:1211 contact_form.php:1395
304
  msgid "Go"
305
  msgstr "Mine"
306
 
307
- #: contact_form.php:757
308
  msgid "Save emails to the database"
309
  msgstr "Salvesta e-mailid andmebaasi"
310
 
311
- #: contact_form.php:762
312
  msgid "Using"
313
  msgstr "Kasutan"
314
 
315
- #: contact_form.php:765 contact_form.php:769
316
  #, fuzzy
317
  msgid "Using Contact Form to DB by BestWebSoft"
318
  msgstr "Kontakti vorm andmebaasi on loonud"
319
 
320
- #: contact_form.php:765
321
  msgid "Activate"
322
  msgstr "Aktiveeri"
323
 
324
- #: contact_form.php:769
325
  msgid "Download"
326
  msgstr "Descarregar"
327
 
328
- #: contact_form.php:779
329
  msgid "What to use?"
330
  msgstr "Mida kasutada?"
331
 
332
- #: contact_form.php:784
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
- #: contact_form.php:786
337
  msgid "You can use the wp_mail function for mailing"
338
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
339
 
340
- #: contact_form.php:789
341
  msgid "Mail"
342
  msgstr "E-mail"
343
 
344
- #: contact_form.php:791
345
  msgid "To send mail you can use the php mail function"
346
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
347
 
348
- #: contact_form.php:796
349
  msgid "'FROM' field"
350
  msgstr ""
351
 
352
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
353
- #: contact_form.php:2000 contact_form.php:2036
354
  msgid "Name"
355
  msgstr "Nimi"
356
 
357
- #: contact_form.php:805
358
  msgid "User name"
359
  msgstr "Kasutaja nimi"
360
 
361
- #: contact_form.php:807
362
  msgid ""
363
  "The name of the user who fills the form will be used in the field 'From'."
364
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
365
 
366
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
367
  msgid "Email"
368
  msgstr "E-mail"
369
 
370
- #: contact_form.php:820
371
  msgid "User email"
372
  msgstr "Kasutaja e-mail"
373
 
374
- #: contact_form.php:822
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
@@ -379,172 +379,172 @@ msgstr ""
379
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
380
  "väljal."
381
 
382
- #: contact_form.php:826
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:832
389
  msgid "Required symbol"
390
  msgstr "Nõutud sümbol"
391
 
392
- #: contact_form.php:842
393
  msgid "Fields"
394
  msgstr "Väljad"
395
 
396
- #: contact_form.php:843
397
  msgid "Used"
398
  msgstr "Kasutatud"
399
 
400
- #: contact_form.php:844
401
  msgid "Required"
402
  msgstr "Nõutud"
403
 
404
- #: contact_form.php:845
405
  msgid "Visible"
406
  msgstr "Nähtav"
407
 
408
- #: contact_form.php:846
409
  msgid "Disabled for editing"
410
  msgstr "Toimetamiseks välja lülitatud"
411
 
412
- #: contact_form.php:847
413
  msgid "Field's default value"
414
  msgstr "Välja vaikeseades väärtus"
415
 
416
- #: contact_form.php:852
417
  #, fuzzy
418
  msgid "Department selectbox"
419
  msgstr "Asukoha valik"
420
 
421
- #: contact_form.php:867
422
  msgid "Use User's name as a default value if the user is logged in."
423
  msgstr ""
424
 
425
- #: contact_form.php:868 contact_form.php:896
426
  msgid ""
427
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
428
  "in users."
429
  msgstr ""
430
 
431
- #: contact_form.php:872
432
  msgid "Location selectbox"
433
  msgstr "Asukoha valik"
434
 
435
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
436
- #: contact_form.php:2040
437
  msgid "Address"
438
  msgstr "Aadress"
439
 
440
- #: contact_form.php:888
441
  msgid "Email Address"
442
  msgstr "E-maili aadress"
443
 
444
- #: contact_form.php:895
445
  msgid "Use User's email as a default value if the user is logged in."
446
  msgstr ""
447
 
448
- #: contact_form.php:900
449
  msgid "Phone number"
450
  msgstr "Telefoni number"
451
 
452
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
453
- #: contact_form.php:2049
454
  msgid "Subject"
455
  msgstr "Pealkiri"
456
 
457
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
458
- #: contact_form.php:2051
459
  msgid "Message"
460
  msgstr "Sõnum"
461
 
462
- #: contact_form.php:940
463
  msgid "Attachment block"
464
  msgstr "Manuste blokk"
465
 
466
- #: contact_form.php:942
467
  msgid "Users can attach the following file formats"
468
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
469
 
470
- #: contact_form.php:955
471
  msgid "Add to the form"
472
  msgstr "Lisa vormile"
473
 
474
- #: contact_form.php:960
475
  msgid "Tips below the Attachment"
476
  msgstr "Vihjed manuse alla"
477
 
478
- #: contact_form.php:969
479
  msgid "'Send me a copy' block"
480
  msgstr "'Saada mulle koopia' blokk"
481
 
482
- #: contact_form.php:982
483
  msgid "Activate captcha"
484
  msgstr "Captcha activat"
485
 
486
- #: contact_form.php:986
487
  msgid "Download captcha"
488
  msgstr "Lae captcha alla"
489
 
490
- #: contact_form.php:994
491
  msgid "Agreement checkbox"
492
  msgstr "Nõustumise kastike"
493
 
494
- #: contact_form.php:994
495
  msgid "Required checkbox for submitting the form"
496
  msgstr "Nõutud kastike vormi saatmiseks"
497
 
498
- #: contact_form.php:995
499
  msgid "Optional checkbox"
500
  msgstr "Valikuline kastike"
501
 
502
- #: contact_form.php:995
503
  msgid "Optional checkbox, the results of which will be displayed in email"
504
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
505
 
506
- #: contact_form.php:1013
507
  msgid "Delete an attachment file from the server after the email is sent"
508
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
509
 
510
- #: contact_form.php:1019
511
  msgid "Email in HTML format sending"
512
  msgstr "E-maili saatmine HTML formaadis"
513
 
514
- #: contact_form.php:1023
515
  msgid "Display additional info in the email"
516
  msgstr "Näita e-mailis lisainfot"
517
 
518
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
519
  msgid "Sent from (ip address)"
520
  msgstr "Saadetud (IP aadress)"
521
 
522
- #: contact_form.php:1029
523
  msgid "Example: Sent from (IP address):\t127.0.0.1"
524
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
525
 
526
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
527
  msgid "Date/Time"
528
  msgstr "Kuupäev/Aeg"
529
 
530
- #: contact_form.php:1030
531
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
532
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
533
 
534
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
535
  msgid "Sent from (referer)"
536
  msgstr "Saadetud (referer)"
537
 
538
- #: contact_form.php:1031
539
  msgid ""
540
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
541
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
542
 
543
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
544
  msgid "Using (user agent)"
545
  msgstr "Kasutab (user agent)"
546
 
547
- #: contact_form.php:1032
548
  msgid ""
549
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
550
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -552,132 +552,132 @@ msgstr ""
552
  "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
553
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
554
 
555
- #: contact_form.php:1037
556
  msgid "Language settings for the field names in the form"
557
  msgstr "Vormi keeleseaded nimeväljadele"
558
 
559
- #: contact_form.php:1046
560
  msgid "Add a language"
561
  msgstr "Lisa keel"
562
 
563
- #: contact_form.php:1050
564
  msgid "Change the names of the contact form fields and error messages"
565
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
566
 
567
- #: contact_form.php:1055 contact_form.php:1142
568
  msgid "English"
569
  msgstr "Inglise"
570
 
571
- #: contact_form.php:1063 contact_form.php:1097
572
  msgid "click to expand/hide the list"
573
  msgstr "avamiseks/sulgemiseks klikka"
574
 
575
- #: contact_form.php:1072 contact_form.php:1106
576
  msgid "Tips below the Attachment block"
577
  msgstr "Vihje manuse bloki all"
578
 
579
- #: contact_form.php:1075 contact_form.php:1109
580
  msgid "Error message for the Name field"
581
  msgstr "Error väljal 'Nimi'"
582
 
583
- #: contact_form.php:1076 contact_form.php:1110
584
  msgid "Error message for the Address field"
585
  msgstr "Error väljal 'Aadress'"
586
 
587
- #: contact_form.php:1077 contact_form.php:1111
588
  msgid "Error message for the Email field"
589
  msgstr "Error väljal 'E-mail'"
590
 
591
- #: contact_form.php:1078 contact_form.php:1112
592
  msgid "Error message for the Phone field"
593
  msgstr "Error väljal 'Telefon'"
594
 
595
- #: contact_form.php:1079 contact_form.php:1113
596
  msgid "Error message for the Subject field"
597
  msgstr "Error väljal 'Pealkiri'"
598
 
599
- #: contact_form.php:1080 contact_form.php:1114
600
  msgid "Error message for the Message field"
601
  msgstr "Error väljal 'Sõnum'"
602
 
603
- #: contact_form.php:1081 contact_form.php:1115
604
  msgid "Error message about the file type for the Attachment field"
605
  msgstr "Error faili tüübi kohta manuse väljal"
606
 
607
- #: contact_form.php:1082 contact_form.php:1116
608
  msgid ""
609
  "Error message while uploading a file for the Attachment field to the server"
610
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
611
 
612
- #: contact_form.php:1083 contact_form.php:1117
613
  msgid "Error message while moving the file for the Attachment field"
614
  msgstr "Error faili liigutamisel manuse väljale"
615
 
616
- #: contact_form.php:1084 contact_form.php:1118
617
  msgid "Error message when file size limit for the Attachment field is exceeded"
618
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
619
 
620
- #: contact_form.php:1085 contact_form.php:1119
621
  msgid "Error message for the Captcha field"
622
  msgstr "Error väljal 'Captcha'"
623
 
624
- #: contact_form.php:1086 contact_form.php:1120
625
  msgid "Error message for the whole form"
626
  msgstr "Error kogu vormi kohta"
627
 
628
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
629
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
630
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
631
- #: contact_form.php:2358
632
  msgid "Use shortcode"
633
  msgstr "Kasuta lühikoodi"
634
 
635
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
636
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
637
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
638
- #: contact_form.php:2358
639
  msgid "for this language"
640
  msgstr "selle keele jaoks"
641
 
642
- #: contact_form.php:1133
643
  msgid "Use the changed names of the contact form fields in the email"
644
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
645
 
646
- #: contact_form.php:1139
647
  msgid "Action after email is sent"
648
  msgstr "Tegevus peale e-maili saatmist"
649
 
650
- #: contact_form.php:1141
651
  msgid "Display text"
652
  msgstr "Näita teksti"
653
 
654
- #: contact_form.php:1150 contact_form.php:1160
655
  msgid "Text"
656
  msgstr "Tekst"
657
 
658
- #: contact_form.php:1171
659
  msgid "Redirect to the page"
660
  msgstr "Suuna lehele"
661
 
662
- #: contact_form.php:1172
663
  msgid "Url"
664
  msgstr "Url"
665
 
666
- #: contact_form.php:1176
667
  msgid "The $_SERVER variable that is used to build a URL of the form"
668
  msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
669
 
670
- #: contact_form.php:1181
671
  msgid ""
672
  "If you are not sure whether to change this setting or not, please do not do "
673
  "that."
674
  msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
675
 
676
- #: contact_form.php:1191
677
  msgid "Auto Response"
678
  msgstr ""
679
 
680
- #: contact_form.php:1195
681
  #, php-format
682
  msgid ""
683
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -685,174 +685,174 @@ msgid ""
685
  "name."
686
  msgstr ""
687
 
688
- #: contact_form.php:1220 contact_form.php:1402
689
  msgid "Save Changes"
690
  msgstr "Salvesta muudatused"
691
 
692
- #: contact_form.php:1233
693
  msgid "Errors output"
694
  msgstr "Errorite väljund"
695
 
696
- #: contact_form.php:1236
697
  msgid "Display error messages"
698
  msgstr "Näita error-sõnumeid"
699
 
700
- #: contact_form.php:1237
701
  msgid "Color of the input field errors."
702
  msgstr "Sisestusväljade errorite värv"
703
 
704
- #: contact_form.php:1238
705
  msgid "Display error messages & color of the input field errors"
706
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
707
 
708
- #: contact_form.php:1243
709
  msgid "Add placeholder to the input blocks"
710
  msgstr "Lisa kohahoidja sisestusblokkidele"
711
 
712
- #: contact_form.php:1249
713
  msgid "Add tooltips"
714
  msgstr "Lisa vihjed"
715
 
716
- #: contact_form.php:1263
717
  msgid "Email address"
718
  msgstr "E-maili aadress"
719
 
720
- #: contact_form.php:1268
721
  msgid "Phone Number"
722
  msgstr "Telefoni number"
723
 
724
- #: contact_form.php:1282
725
  msgid "Attachment"
726
  msgstr "Manus"
727
 
728
- #: contact_form.php:1292
729
  msgid "Style options"
730
  msgstr "Stiili valikud"
731
 
732
- #: contact_form.php:1295
733
  msgid "Text color"
734
  msgstr "Teksti värv"
735
 
736
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
737
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
738
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
739
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
740
  msgid "Default"
741
  msgstr "Vaikimisi valik"
742
 
743
- #: contact_form.php:1300
744
  msgid "Label text color"
745
  msgstr "Sildi teksti värv"
746
 
747
- #: contact_form.php:1305
748
  msgid "Placeholder color"
749
  msgstr "Kohahoidja värv"
750
 
751
- #: contact_form.php:1310
752
  msgid "Errors color"
753
  msgstr "Errorite värv"
754
 
755
- #: contact_form.php:1315
756
  msgid "Error text color"
757
  msgstr "Error-teksti värv"
758
 
759
- #: contact_form.php:1320
760
  msgid "Background color of the input field errors"
761
  msgstr "Sisestusväljade errorite taustavärv"
762
 
763
- #: contact_form.php:1325
764
  msgid "Border color of the input field errors"
765
  msgstr "Sisestusväljade errorite piirjoonte värv"
766
 
767
- #: contact_form.php:1330
768
  msgid "Placeholder color of the input field errors"
769
  msgstr "Sisestusväljade errorite kohahoidja värv"
770
 
771
- #: contact_form.php:1335
772
  msgid "Input fields"
773
  msgstr "Sisestusväljad"
774
 
775
- #: contact_form.php:1340
776
  msgid "Input fields background color"
777
  msgstr "Sisestusväljade taustavärv"
778
 
779
- #: contact_form.php:1345
780
  msgid "Text fields color"
781
  msgstr "Tekstiväljade värv"
782
 
783
- #: contact_form.php:1349
784
  msgid "Border width in px, numbers only"
785
  msgstr "Piirjoone paksus pikslites. Ainult number"
786
 
787
- #: contact_form.php:1354 contact_form.php:1378
788
  msgid "Border color"
789
  msgstr "Piirjoone värv"
790
 
791
- #: contact_form.php:1359
792
  msgid "Submit button"
793
  msgstr "'Saada' nupp"
794
 
795
- #: contact_form.php:1363
796
  msgid "Width in px, numbers only"
797
  msgstr "Laius pikslites, ainult numbrid"
798
 
799
- #: contact_form.php:1368
800
  msgid "Button color"
801
  msgstr "Nupu värv"
802
 
803
- #: contact_form.php:1373
804
  msgid "Button text color"
805
  msgstr "Nupu teksti värv"
806
 
807
- #: contact_form.php:1406
808
  msgid "Contact Form Pro | Preview"
809
  msgstr "Contact Form Pro | Eelvaade"
810
 
811
- #: contact_form.php:1408
812
  msgid "Show with errors"
813
  msgstr "Näita koos erroritega"
814
 
815
- #: contact_form.php:1417 contact_form.php:1419
816
  msgid "Please enter your full name..."
817
  msgstr "Palun sisesta oma täisnimi..."
818
 
819
- #: contact_form.php:1430 contact_form.php:1432
820
  msgid "Please enter your address..."
821
  msgstr "Palun sisesta oma aadress..."
822
 
823
- #: contact_form.php:1441 contact_form.php:1443
824
  msgid "Please enter your email address..."
825
  msgstr "Palun sisesta oma e-maili aadress..."
826
 
827
- #: contact_form.php:1452 contact_form.php:1454
828
  msgid "Please enter your phone number..."
829
  msgstr "Palun sisesta oma telefoni number..."
830
 
831
- #: contact_form.php:1463 contact_form.php:1465
832
  msgid "Please enter subject..."
833
  msgstr "Palun sisesta pealkiri..."
834
 
835
- #: contact_form.php:1473 contact_form.php:1475
836
  msgid "Please enter your message..."
837
  msgstr "Palun sisesta oma sõnum..."
838
 
839
- #: contact_form.php:1586
840
  msgid "Sorry, email message could not be delivered."
841
  msgstr "Vabandust, see kiri jäi saatmata."
842
 
843
- #: contact_form.php:1994
844
  msgid "Contact from"
845
  msgstr "Kontakti vorm"
846
 
847
- #: contact_form.php:2016 contact_form.php:2046
848
  msgid "Phone"
849
  msgstr "Telefon"
850
 
851
- #: contact_form.php:2027 contact_form.php:2053
852
  msgid "Site"
853
  msgstr "Leht"
854
 
855
- #: contact_form.php:2140
856
  msgid ""
857
  "If you can see this MIME, it means that the MIME type is not supported by "
858
  "your email client!"
@@ -860,41 +860,41 @@ msgstr ""
860
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
861
  "toetatud!"
862
 
863
- #: contact_form.php:2224
864
  msgid "Support"
865
  msgstr "Klienditugi"
866
 
867
- #: contact_form.php:2273
868
  msgid "Are you sure that you want to delete this language data?"
869
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
870
 
871
- #: contact_form.php:2294
872
  #, fuzzy
873
  msgid "Add multiple forms"
874
  msgstr "Lisa vormile"
875
 
876
- #: contact_form.php:2294
877
  msgid ""
878
  "Install Contact Form Multi plugin to create unlimited number of contact "
879
  "forms."
880
  msgstr ""
881
 
882
- #: contact_form.php:2299
883
  #, fuzzy
884
  msgid "Learn more"
885
  msgstr "Uuri lähemalt"
886
 
887
- #: contact_form.php:2303
888
  msgid "Close"
889
  msgstr ""
890
 
891
- #: contact_form.php:2491
892
  #, fuzzy
893
  msgid "allows to store your messages to the database."
894
  msgstr ""
895
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
896
 
897
- #: contact_form.php:2492
898
  msgid "Manage messages that have been sent from your website."
899
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
900
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:59+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:59+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "Nimi:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "Aadress:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "E-maili aadress:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "Telefoni number:"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "Pealkiri:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "Sõnum:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "Manus:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili "
64
  "suurus: 2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "Saada mulle koopia"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "Saada"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "Sinu nimi on kohustuslik."
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "Aadress on kohustuslik."
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "Korrektne e-mail on kohustuslik."
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "Telefoni number on kohustuslik."
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "Pealkiri on kohustuslik."
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "Sõnumi tekst on kohustuslik."
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "Failiformaat pole toetatud."
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "Error faili üles laadimisel."
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "Faili ei saanud üles laadida."
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "See fail on liiga suur."
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Palun täida CAPTCHA."
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "Tänan meiega kontakteerumast."
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
138
  "järgnevas formaadis"
139
 
140
+ #: contact_form.php:571
141
  msgid "Such user does not exist."
142
  msgstr "Sellist kasutajat ei eksisteeri. "
143
 
144
+ #: contact_form.php:581
145
  msgid ""
146
  "Please enter a valid email address in the 'Use this email address' field."
147
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
148
 
149
+ #: contact_form.php:589
150
  msgid "Please enter a valid email address in the 'FROM' field."
151
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
152
 
153
+ #: contact_form.php:612
154
  msgid "Settings saved."
155
  msgstr "Seaded salvestatud."
156
 
157
+ #: contact_form.php:614
158
  msgid "Settings are not saved."
159
  msgstr "Seaded pole salvestatud."
160
 
161
+ #: contact_form.php:652
162
  msgid "All plugin settings were restored."
163
  msgstr ""
164
 
165
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
166
  msgid "Settings"
167
  msgstr "Seaded"
168
 
169
+ #: contact_form.php:666
170
  #, fuzzy
171
  msgid "Additional settings"
172
  msgstr "Opcions addicionals"
173
 
174
+ #: contact_form.php:667
175
  msgid "Appearance"
176
  msgstr ""
177
 
178
+ #: contact_form.php:668 contact_form.php:2229
179
  msgid "FAQ"
180
  msgstr "KKK"
181
 
182
+ #: contact_form.php:669
183
  msgid "Go PRO"
184
  msgstr "Telli PRO"
185
 
186
+ #: contact_form.php:672 contact_form.php:674
187
  msgid "Notice:"
188
  msgstr "Märkus:"
189
 
190
+ #: contact_form.php:672
191
  msgid ""
192
  "The plugin's settings have been changed. In order to save them please don't "
193
  "forget to click the 'Save Changes' button."
195
  "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast "
196
  "'Salvesta muutused' nupul."
197
 
198
+ #: contact_form.php:685
199
  msgid ""
200
  "If you want to create multiple contact forms, please install the Contact "
201
  "Form Multi plugin."
203
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
204
  "plugin."
205
 
206
+ #: contact_form.php:692
207
  #, fuzzy
208
  msgid ""
209
  "If you would like to add Contact Form to your website, just copy and paste "
212
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
213
  "lühikood oma postitusele või lehele või moodulile:"
214
 
215
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
216
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
217
+ #: contact_form.php:1158 contact_form.php:1160
218
  msgid "or"
219
  msgstr "või"
220
 
221
+ #: contact_form.php:693
222
  #, fuzzy
223
  msgid ""
224
  "If you have any problems with the standard shortcode [contact_form], you "
227
  "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
228
  "kasutama lühikoodi"
229
 
230
+ #: contact_form.php:693 contact_form.php:696
231
  msgid "They work the same way."
232
  msgstr "Need töötavad täpselt samamoodi."
233
 
234
+ #: contact_form.php:695 contact_form.php:1507
235
  msgid ""
236
  "If you would like to add the Contact Form to your website, just copy and "
237
  "paste this shortcode to your post or page or widget:"
239
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
240
  "lühikood oma postitusele või lehele või moodulile:"
241
 
242
+ #: contact_form.php:696
243
  msgid ""
244
  "If have any problems with the standard shortcode [contact_form], you should "
245
  "use the shortcode"
247
  "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid "
248
  "kasutama lühikoodi"
249
 
250
+ #: contact_form.php:700
251
  msgid ""
252
  "If you leave the fields empty, the messages will be sent to the email "
253
  "address specified during registration."
255
  "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
256
  "antud e-maili aadressile."
257
 
258
+ #: contact_form.php:703
259
  msgid "The user's email address:"
260
  msgstr "Kasutaja e-maili aadress:"
261
 
262
+ #: contact_form.php:707
263
  #, fuzzy
264
  msgid "Select a username"
265
  msgstr "Loo kasutajanimi"
266
 
267
+ #: contact_form.php:720
268
  msgid ""
269
  "Enter a username of the person who should get the messages from the contact "
270
  "form."
271
  msgstr ""
272
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
273
 
274
+ #: contact_form.php:724
275
  msgid "Use this email address:"
276
  msgstr "Kasuta seda e-maili aadressi:"
277
 
278
+ #: contact_form.php:728
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr ""
281
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
282
 
283
+ #: contact_form.php:737
284
  msgid "Add department selectbox to the contact form:"
285
  msgstr "Lisa valikukast kontakti vormile:"
286
 
287
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
288
  msgid "If you upgrade to Pro version all your settings will be saved."
289
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
290
 
291
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
292
+ #: contact_form.php:1213 contact_form.php:1397
293
  #, fuzzy
294
  msgid "Unlock premium options by upgrading to PRO version."
295
  msgstr "Telli PRO versioon ja ava premium valikud."
296
 
297
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
298
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
299
  msgid "Learn More"
300
  msgstr "Uuri lähemalt"
301
 
302
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
303
+ #: contact_form.php:1217 contact_form.php:1401
304
  msgid "Go"
305
  msgstr "Mine"
306
 
307
+ #: contact_form.php:763
308
  msgid "Save emails to the database"
309
  msgstr "Salvesta e-mailid andmebaasi"
310
 
311
+ #: contact_form.php:768
312
  msgid "Using"
313
  msgstr "Kasutan"
314
 
315
+ #: contact_form.php:771 contact_form.php:775
316
  #, fuzzy
317
  msgid "Using Contact Form to DB by BestWebSoft"
318
  msgstr "Kontakti vorm andmebaasi on loonud"
319
 
320
+ #: contact_form.php:771
321
  msgid "Activate"
322
  msgstr "Aktiveeri"
323
 
324
+ #: contact_form.php:775
325
  msgid "Download"
326
  msgstr "Descarregar"
327
 
328
+ #: contact_form.php:785
329
  msgid "What to use?"
330
  msgstr "Mida kasutada?"
331
 
332
+ #: contact_form.php:790
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
+ #: contact_form.php:792
337
  msgid "You can use the wp_mail function for mailing"
338
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
339
 
340
+ #: contact_form.php:795
341
  msgid "Mail"
342
  msgstr "E-mail"
343
 
344
+ #: contact_form.php:797
345
  msgid "To send mail you can use the php mail function"
346
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
347
 
348
+ #: contact_form.php:802
349
  msgid "'FROM' field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
353
+ #: contact_form.php:2006 contact_form.php:2042
354
  msgid "Name"
355
  msgstr "Nimi"
356
 
357
+ #: contact_form.php:811
358
  msgid "User name"
359
  msgstr "Kasutaja nimi"
360
 
361
+ #: contact_form.php:813
362
  msgid ""
363
  "The name of the user who fills the form will be used in the field 'From'."
364
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
365
 
366
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
367
  msgid "Email"
368
  msgstr "E-mail"
369
 
370
+ #: contact_form.php:826
371
  msgid "User email"
372
  msgstr "Kasutaja e-mail"
373
 
374
+ #: contact_form.php:828
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
379
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
380
  "väljal."
381
 
382
+ #: contact_form.php:832
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:838
389
  msgid "Required symbol"
390
  msgstr "Nõutud sümbol"
391
 
392
+ #: contact_form.php:848
393
  msgid "Fields"
394
  msgstr "Väljad"
395
 
396
+ #: contact_form.php:849
397
  msgid "Used"
398
  msgstr "Kasutatud"
399
 
400
+ #: contact_form.php:850
401
  msgid "Required"
402
  msgstr "Nõutud"
403
 
404
+ #: contact_form.php:851
405
  msgid "Visible"
406
  msgstr "Nähtav"
407
 
408
+ #: contact_form.php:852
409
  msgid "Disabled for editing"
410
  msgstr "Toimetamiseks välja lülitatud"
411
 
412
+ #: contact_form.php:853
413
  msgid "Field's default value"
414
  msgstr "Välja vaikeseades väärtus"
415
 
416
+ #: contact_form.php:858
417
  #, fuzzy
418
  msgid "Department selectbox"
419
  msgstr "Asukoha valik"
420
 
421
+ #: contact_form.php:873
422
  msgid "Use User's name as a default value if the user is logged in."
423
  msgstr ""
424
 
425
+ #: contact_form.php:874 contact_form.php:902
426
  msgid ""
427
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
428
  "in users."
429
  msgstr ""
430
 
431
+ #: contact_form.php:878
432
  msgid "Location selectbox"
433
  msgstr "Asukoha valik"
434
 
435
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
436
+ #: contact_form.php:2046
437
  msgid "Address"
438
  msgstr "Aadress"
439
 
440
+ #: contact_form.php:894
441
  msgid "Email Address"
442
  msgstr "E-maili aadress"
443
 
444
+ #: contact_form.php:901
445
  msgid "Use User's email as a default value if the user is logged in."
446
  msgstr ""
447
 
448
+ #: contact_form.php:906
449
  msgid "Phone number"
450
  msgstr "Telefoni number"
451
 
452
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
453
+ #: contact_form.php:2055
454
  msgid "Subject"
455
  msgstr "Pealkiri"
456
 
457
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
458
+ #: contact_form.php:2057
459
  msgid "Message"
460
  msgstr "Sõnum"
461
 
462
+ #: contact_form.php:946
463
  msgid "Attachment block"
464
  msgstr "Manuste blokk"
465
 
466
+ #: contact_form.php:948
467
  msgid "Users can attach the following file formats"
468
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
469
 
470
+ #: contact_form.php:961
471
  msgid "Add to the form"
472
  msgstr "Lisa vormile"
473
 
474
+ #: contact_form.php:966
475
  msgid "Tips below the Attachment"
476
  msgstr "Vihjed manuse alla"
477
 
478
+ #: contact_form.php:975
479
  msgid "'Send me a copy' block"
480
  msgstr "'Saada mulle koopia' blokk"
481
 
482
+ #: contact_form.php:988
483
  msgid "Activate captcha"
484
  msgstr "Captcha activat"
485
 
486
+ #: contact_form.php:992
487
  msgid "Download captcha"
488
  msgstr "Lae captcha alla"
489
 
490
+ #: contact_form.php:1000
491
  msgid "Agreement checkbox"
492
  msgstr "Nõustumise kastike"
493
 
494
+ #: contact_form.php:1000
495
  msgid "Required checkbox for submitting the form"
496
  msgstr "Nõutud kastike vormi saatmiseks"
497
 
498
+ #: contact_form.php:1001
499
  msgid "Optional checkbox"
500
  msgstr "Valikuline kastike"
501
 
502
+ #: contact_form.php:1001
503
  msgid "Optional checkbox, the results of which will be displayed in email"
504
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
505
 
506
+ #: contact_form.php:1019
507
  msgid "Delete an attachment file from the server after the email is sent"
508
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
509
 
510
+ #: contact_form.php:1025
511
  msgid "Email in HTML format sending"
512
  msgstr "E-maili saatmine HTML formaadis"
513
 
514
+ #: contact_form.php:1029
515
  msgid "Display additional info in the email"
516
  msgstr "Näita e-mailis lisainfot"
517
 
518
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
519
  msgid "Sent from (ip address)"
520
  msgstr "Saadetud (IP aadress)"
521
 
522
+ #: contact_form.php:1035
523
  msgid "Example: Sent from (IP address):\t127.0.0.1"
524
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
525
 
526
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
527
  msgid "Date/Time"
528
  msgstr "Kuupäev/Aeg"
529
 
530
+ #: contact_form.php:1036
531
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
532
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
533
 
534
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
535
  msgid "Sent from (referer)"
536
  msgstr "Saadetud (referer)"
537
 
538
+ #: contact_form.php:1037
539
  msgid ""
540
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
541
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
542
 
543
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
544
  msgid "Using (user agent)"
545
  msgstr "Kasutab (user agent)"
546
 
547
+ #: contact_form.php:1038
548
  msgid ""
549
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
550
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
552
  "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
553
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
554
 
555
+ #: contact_form.php:1043
556
  msgid "Language settings for the field names in the form"
557
  msgstr "Vormi keeleseaded nimeväljadele"
558
 
559
+ #: contact_form.php:1052
560
  msgid "Add a language"
561
  msgstr "Lisa keel"
562
 
563
+ #: contact_form.php:1056
564
  msgid "Change the names of the contact form fields and error messages"
565
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
566
 
567
+ #: contact_form.php:1061 contact_form.php:1148
568
  msgid "English"
569
  msgstr "Inglise"
570
 
571
+ #: contact_form.php:1069 contact_form.php:1103
572
  msgid "click to expand/hide the list"
573
  msgstr "avamiseks/sulgemiseks klikka"
574
 
575
+ #: contact_form.php:1078 contact_form.php:1112
576
  msgid "Tips below the Attachment block"
577
  msgstr "Vihje manuse bloki all"
578
 
579
+ #: contact_form.php:1081 contact_form.php:1115
580
  msgid "Error message for the Name field"
581
  msgstr "Error väljal 'Nimi'"
582
 
583
+ #: contact_form.php:1082 contact_form.php:1116
584
  msgid "Error message for the Address field"
585
  msgstr "Error väljal 'Aadress'"
586
 
587
+ #: contact_form.php:1083 contact_form.php:1117
588
  msgid "Error message for the Email field"
589
  msgstr "Error väljal 'E-mail'"
590
 
591
+ #: contact_form.php:1084 contact_form.php:1118
592
  msgid "Error message for the Phone field"
593
  msgstr "Error väljal 'Telefon'"
594
 
595
+ #: contact_form.php:1085 contact_form.php:1119
596
  msgid "Error message for the Subject field"
597
  msgstr "Error väljal 'Pealkiri'"
598
 
599
+ #: contact_form.php:1086 contact_form.php:1120
600
  msgid "Error message for the Message field"
601
  msgstr "Error väljal 'Sõnum'"
602
 
603
+ #: contact_form.php:1087 contact_form.php:1121
604
  msgid "Error message about the file type for the Attachment field"
605
  msgstr "Error faili tüübi kohta manuse väljal"
606
 
607
+ #: contact_form.php:1088 contact_form.php:1122
608
  msgid ""
609
  "Error message while uploading a file for the Attachment field to the server"
610
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
611
 
612
+ #: contact_form.php:1089 contact_form.php:1123
613
  msgid "Error message while moving the file for the Attachment field"
614
  msgstr "Error faili liigutamisel manuse väljale"
615
 
616
+ #: contact_form.php:1090 contact_form.php:1124
617
  msgid "Error message when file size limit for the Attachment field is exceeded"
618
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
619
 
620
+ #: contact_form.php:1091 contact_form.php:1125
621
  msgid "Error message for the Captcha field"
622
  msgstr "Error väljal 'Captcha'"
623
 
624
+ #: contact_form.php:1092 contact_form.php:1126
625
  msgid "Error message for the whole form"
626
  msgstr "Error kogu vormi kohta"
627
 
628
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
629
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
630
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
631
+ #: contact_form.php:2364
632
  msgid "Use shortcode"
633
  msgstr "Kasuta lühikoodi"
634
 
635
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
636
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
637
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
638
+ #: contact_form.php:2364
639
  msgid "for this language"
640
  msgstr "selle keele jaoks"
641
 
642
+ #: contact_form.php:1139
643
  msgid "Use the changed names of the contact form fields in the email"
644
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
645
 
646
+ #: contact_form.php:1145
647
  msgid "Action after email is sent"
648
  msgstr "Tegevus peale e-maili saatmist"
649
 
650
+ #: contact_form.php:1147
651
  msgid "Display text"
652
  msgstr "Näita teksti"
653
 
654
+ #: contact_form.php:1156 contact_form.php:1166
655
  msgid "Text"
656
  msgstr "Tekst"
657
 
658
+ #: contact_form.php:1177
659
  msgid "Redirect to the page"
660
  msgstr "Suuna lehele"
661
 
662
+ #: contact_form.php:1178
663
  msgid "Url"
664
  msgstr "Url"
665
 
666
+ #: contact_form.php:1182
667
  msgid "The $_SERVER variable that is used to build a URL of the form"
668
  msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
669
 
670
+ #: contact_form.php:1187
671
  msgid ""
672
  "If you are not sure whether to change this setting or not, please do not do "
673
  "that."
674
  msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
675
 
676
+ #: contact_form.php:1197
677
  msgid "Auto Response"
678
  msgstr ""
679
 
680
+ #: contact_form.php:1201
681
  #, php-format
682
  msgid ""
683
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
685
  "name."
686
  msgstr ""
687
 
688
+ #: contact_form.php:1226 contact_form.php:1408
689
  msgid "Save Changes"
690
  msgstr "Salvesta muudatused"
691
 
692
+ #: contact_form.php:1239
693
  msgid "Errors output"
694
  msgstr "Errorite väljund"
695
 
696
+ #: contact_form.php:1242
697
  msgid "Display error messages"
698
  msgstr "Näita error-sõnumeid"
699
 
700
+ #: contact_form.php:1243
701
  msgid "Color of the input field errors."
702
  msgstr "Sisestusväljade errorite värv"
703
 
704
+ #: contact_form.php:1244
705
  msgid "Display error messages & color of the input field errors"
706
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
707
 
708
+ #: contact_form.php:1249
709
  msgid "Add placeholder to the input blocks"
710
  msgstr "Lisa kohahoidja sisestusblokkidele"
711
 
712
+ #: contact_form.php:1255
713
  msgid "Add tooltips"
714
  msgstr "Lisa vihjed"
715
 
716
+ #: contact_form.php:1269
717
  msgid "Email address"
718
  msgstr "E-maili aadress"
719
 
720
+ #: contact_form.php:1274
721
  msgid "Phone Number"
722
  msgstr "Telefoni number"
723
 
724
+ #: contact_form.php:1288
725
  msgid "Attachment"
726
  msgstr "Manus"
727
 
728
+ #: contact_form.php:1298
729
  msgid "Style options"
730
  msgstr "Stiili valikud"
731
 
732
+ #: contact_form.php:1301
733
  msgid "Text color"
734
  msgstr "Teksti värv"
735
 
736
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
737
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
738
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
739
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
740
  msgid "Default"
741
  msgstr "Vaikimisi valik"
742
 
743
+ #: contact_form.php:1306
744
  msgid "Label text color"
745
  msgstr "Sildi teksti värv"
746
 
747
+ #: contact_form.php:1311
748
  msgid "Placeholder color"
749
  msgstr "Kohahoidja värv"
750
 
751
+ #: contact_form.php:1316
752
  msgid "Errors color"
753
  msgstr "Errorite värv"
754
 
755
+ #: contact_form.php:1321
756
  msgid "Error text color"
757
  msgstr "Error-teksti värv"
758
 
759
+ #: contact_form.php:1326
760
  msgid "Background color of the input field errors"
761
  msgstr "Sisestusväljade errorite taustavärv"
762
 
763
+ #: contact_form.php:1331
764
  msgid "Border color of the input field errors"
765
  msgstr "Sisestusväljade errorite piirjoonte värv"
766
 
767
+ #: contact_form.php:1336
768
  msgid "Placeholder color of the input field errors"
769
  msgstr "Sisestusväljade errorite kohahoidja värv"
770
 
771
+ #: contact_form.php:1341
772
  msgid "Input fields"
773
  msgstr "Sisestusväljad"
774
 
775
+ #: contact_form.php:1346
776
  msgid "Input fields background color"
777
  msgstr "Sisestusväljade taustavärv"
778
 
779
+ #: contact_form.php:1351
780
  msgid "Text fields color"
781
  msgstr "Tekstiväljade värv"
782
 
783
+ #: contact_form.php:1355
784
  msgid "Border width in px, numbers only"
785
  msgstr "Piirjoone paksus pikslites. Ainult number"
786
 
787
+ #: contact_form.php:1360 contact_form.php:1384
788
  msgid "Border color"
789
  msgstr "Piirjoone värv"
790
 
791
+ #: contact_form.php:1365
792
  msgid "Submit button"
793
  msgstr "'Saada' nupp"
794
 
795
+ #: contact_form.php:1369
796
  msgid "Width in px, numbers only"
797
  msgstr "Laius pikslites, ainult numbrid"
798
 
799
+ #: contact_form.php:1374
800
  msgid "Button color"
801
  msgstr "Nupu värv"
802
 
803
+ #: contact_form.php:1379
804
  msgid "Button text color"
805
  msgstr "Nupu teksti värv"
806
 
807
+ #: contact_form.php:1412
808
  msgid "Contact Form Pro | Preview"
809
  msgstr "Contact Form Pro | Eelvaade"
810
 
811
+ #: contact_form.php:1414
812
  msgid "Show with errors"
813
  msgstr "Näita koos erroritega"
814
 
815
+ #: contact_form.php:1423 contact_form.php:1425
816
  msgid "Please enter your full name..."
817
  msgstr "Palun sisesta oma täisnimi..."
818
 
819
+ #: contact_form.php:1436 contact_form.php:1438
820
  msgid "Please enter your address..."
821
  msgstr "Palun sisesta oma aadress..."
822
 
823
+ #: contact_form.php:1447 contact_form.php:1449
824
  msgid "Please enter your email address..."
825
  msgstr "Palun sisesta oma e-maili aadress..."
826
 
827
+ #: contact_form.php:1458 contact_form.php:1460
828
  msgid "Please enter your phone number..."
829
  msgstr "Palun sisesta oma telefoni number..."
830
 
831
+ #: contact_form.php:1469 contact_form.php:1471
832
  msgid "Please enter subject..."
833
  msgstr "Palun sisesta pealkiri..."
834
 
835
+ #: contact_form.php:1479 contact_form.php:1481
836
  msgid "Please enter your message..."
837
  msgstr "Palun sisesta oma sõnum..."
838
 
839
+ #: contact_form.php:1592
840
  msgid "Sorry, email message could not be delivered."
841
  msgstr "Vabandust, see kiri jäi saatmata."
842
 
843
+ #: contact_form.php:2000
844
  msgid "Contact from"
845
  msgstr "Kontakti vorm"
846
 
847
+ #: contact_form.php:2022 contact_form.php:2052
848
  msgid "Phone"
849
  msgstr "Telefon"
850
 
851
+ #: contact_form.php:2033 contact_form.php:2059
852
  msgid "Site"
853
  msgstr "Leht"
854
 
855
+ #: contact_form.php:2146
856
  msgid ""
857
  "If you can see this MIME, it means that the MIME type is not supported by "
858
  "your email client!"
860
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
861
  "toetatud!"
862
 
863
+ #: contact_form.php:2230
864
  msgid "Support"
865
  msgstr "Klienditugi"
866
 
867
+ #: contact_form.php:2279
868
  msgid "Are you sure that you want to delete this language data?"
869
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
870
 
871
+ #: contact_form.php:2300
872
  #, fuzzy
873
  msgid "Add multiple forms"
874
  msgstr "Lisa vormile"
875
 
876
+ #: contact_form.php:2300
877
  msgid ""
878
  "Install Contact Form Multi plugin to create unlimited number of contact "
879
  "forms."
880
  msgstr ""
881
 
882
+ #: contact_form.php:2305
883
  #, fuzzy
884
  msgid "Learn more"
885
  msgstr "Uuri lähemalt"
886
 
887
+ #: contact_form.php:2309
888
  msgid "Close"
889
  msgstr ""
890
 
891
+ #: contact_form.php:2497
892
  #, fuzzy
893
  msgid "allows to store your messages to the database."
894
  msgstr ""
895
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
896
 
897
+ #: contact_form.php:2498
898
  msgid "Manage messages that have been sent from your website."
899
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
900
 
languages/{contact_form-fr_FR.mo → contact-form-plugin-fr_FR.mo} RENAMED
Binary file
languages/{contact_form-fr_FR.po → contact-form-plugin-fr_FR.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form 3.90\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: contact_form.php:35 contact_form.php:657
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
@@ -26,35 +26,35 @@ msgstr "Options du formulaire de Contact"
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
30
  msgid "Name:"
31
  msgstr "Nom :"
32
 
33
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
34
  msgid "Address:"
35
  msgstr "Adresse :"
36
 
37
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
38
  msgid "Email Address:"
39
  msgstr "Adresse e-mail :"
40
 
41
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
42
  msgid "Phone number:"
43
  msgstr "Téléphone :"
44
 
45
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
46
  msgid "Subject:"
47
  msgstr "Sujet :"
48
 
49
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
50
  msgid "Message:"
51
  msgstr "Message :"
52
 
53
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
54
  msgid "Attachment:"
55
  msgstr "Pièce jointe :"
56
 
57
- #: contact_form.php:130
58
  #, fuzzy
59
  msgid ""
60
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -65,67 +65,67 @@ msgstr ""
65
  "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille "
66
  "maximum 2MB"
67
 
68
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
69
  msgid "Send me a copy"
70
  msgstr "M'envoyer une copie"
71
 
72
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
73
  msgid "Submit"
74
  msgstr "Envoyer"
75
 
76
- #: contact_form.php:133
77
  msgid "Your name is required."
78
  msgstr "Un nom est obligatoire."
79
 
80
- #: contact_form.php:134
81
  msgid "Address is required."
82
  msgstr "Une adresse est obligatoire."
83
 
84
- #: contact_form.php:135
85
  msgid "A valid email address is required."
86
  msgstr "Une adresse e-mail valide est obligatoire."
87
 
88
- #: contact_form.php:136
89
  msgid "Phone number is required."
90
  msgstr "Le numéro de téléphone est obligatoire."
91
 
92
- #: contact_form.php:137
93
  msgid "Subject is required."
94
  msgstr "Le sujet est obligatoire."
95
 
96
- #: contact_form.php:138
97
  msgid "Message text is required."
98
  msgstr "Un message est obligatoire."
99
 
100
- #: contact_form.php:139
101
  msgid "File format is not valid."
102
  msgstr "Le type de pièce jointe n'est pas valide."
103
 
104
- #: contact_form.php:140
105
  msgid "File upload error."
106
  msgstr "Erreur de chargement du fichier."
107
 
108
- #: contact_form.php:141
109
  msgid "The file could not be uploaded."
110
  msgstr "Le fichier n'a pas pu être envoyé."
111
 
112
- #: contact_form.php:142
113
  msgid "This file is too large."
114
  msgstr "Le fichier est trop volumineux."
115
 
116
- #: contact_form.php:143
117
  msgid "Please fill out the CAPTCHA."
118
  msgstr "Merci de compléter le CAPTCHA."
119
 
120
- #: contact_form.php:144
121
  msgid "Please make corrections below and try again."
122
  msgstr "Merci de faire les corrections suivantes et de réessayer."
123
 
124
- #: contact_form.php:146
125
  msgid "Thank you for contacting us."
126
  msgstr "Merci de nous avoir contacté."
127
 
128
- #: contact_form.php:546
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
@@ -134,7 +134,7 @@ msgstr ""
134
  "entrainer un classement des messages dans les dossiers spam ou bien une "
135
  "erreur d'acheminement peut survenir."
136
 
137
- #: contact_form.php:556
138
  msgid ""
139
  "If the 'Redirect to page' option is selected then the URL field should be in "
140
  "the following format"
@@ -142,58 +142,58 @@ msgstr ""
142
  "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
143
  "doit être rempli avec le format suivant"
144
 
145
- #: contact_form.php:565
146
  msgid "Such user does not exist."
147
  msgstr "Cet utilisateur est inconnu."
148
 
149
- #: contact_form.php:575
150
  msgid ""
151
  "Please enter a valid email address in the 'Use this email address' field."
152
  msgstr ""
153
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
154
  "adresse e-mail'."
155
 
156
- #: contact_form.php:583
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
159
 
160
- #: contact_form.php:606
161
  msgid "Settings saved."
162
  msgstr "Options enregistrées."
163
 
164
- #: contact_form.php:608
165
  msgid "Settings are not saved."
166
  msgstr "Paramètres non enregistrées."
167
 
168
- #: contact_form.php:646
169
  msgid "All plugin settings were restored."
170
  msgstr ""
171
 
172
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
173
  msgid "Settings"
174
  msgstr "Réglages"
175
 
176
- #: contact_form.php:660
177
  msgid "Additional settings"
178
  msgstr "Options supplémentaires"
179
 
180
- #: contact_form.php:661
181
  msgid "Appearance"
182
  msgstr "Aspect"
183
 
184
- #: contact_form.php:662 contact_form.php:2223
185
  msgid "FAQ"
186
  msgstr "FAQ"
187
 
188
- #: contact_form.php:663
189
  msgid "Go PRO"
190
  msgstr "Choisir la version PRO"
191
 
192
- #: contact_form.php:666 contact_form.php:668
193
  msgid "Notice:"
194
  msgstr "Avertissement :"
195
 
196
- #: contact_form.php:666
197
  msgid ""
198
  "The plugin's settings have been changed. In order to save them please don't "
199
  "forget to click the 'Save Changes' button."
@@ -201,7 +201,7 @@ msgstr ""
201
  "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
202
  "enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
203
 
204
- #: contact_form.php:679
205
  msgid ""
206
  "If you want to create multiple contact forms, please install the Contact "
207
  "Form Multi plugin."
@@ -209,7 +209,7 @@ msgstr ""
209
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
210
  "l'extension 'Contact Form Multi'"
211
 
212
- #: contact_form.php:686
213
  #, fuzzy
214
  msgid ""
215
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -218,13 +218,13 @@ msgstr ""
218
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
219
  "juste ce code dans un article ou sur une page ou un widget :"
220
 
221
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
222
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
223
- #: contact_form.php:1152 contact_form.php:1154
224
  msgid "or"
225
  msgstr "ou"
226
 
227
- #: contact_form.php:687
228
  #, fuzzy
229
  msgid ""
230
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -233,11 +233,11 @@ msgstr ""
233
  "Si vous avez un soucis avec le code court standard [contact_form], vous "
234
  "pouvez utilisez le code court "
235
 
236
- #: contact_form.php:687 contact_form.php:690
237
  msgid "They work the same way."
238
  msgstr "Ils fonctionnent de la même manière."
239
 
240
- #: contact_form.php:689 contact_form.php:1501
241
  msgid ""
242
  "If you would like to add the Contact Form to your website, just copy and "
243
  "paste this shortcode to your post or page or widget:"
@@ -245,7 +245,7 @@ msgstr ""
245
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
246
  "juste ce code dans un article ou sur une page ou un widget :"
247
 
248
- #: contact_form.php:690
249
  msgid ""
250
  "If have any problems with the standard shortcode [contact_form], you should "
251
  "use the shortcode"
@@ -253,7 +253,7 @@ msgstr ""
253
  "Si vous avez un soucis avec le code court standard [contact_form], vous "
254
  "pouvez utilisez le code court "
255
 
256
- #: contact_form.php:694
257
  msgid ""
258
  "If you leave the fields empty, the messages will be sent to the email "
259
  "address specified during registration."
@@ -261,16 +261,16 @@ msgstr ""
261
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
262
  "l'adresse spécifiée lors de l'enregistrement."
263
 
264
- #: contact_form.php:697
265
  msgid "The user's email address:"
266
  msgstr "Utiliser l'e-mail du compte WordPress :"
267
 
268
- #: contact_form.php:701
269
  #, fuzzy
270
  msgid "Select a username"
271
  msgstr "Choisir un nom d'utilisateur"
272
 
273
- #: contact_form.php:714
274
  msgid ""
275
  "Enter a username of the person who should get the messages from the contact "
276
  "form."
@@ -278,113 +278,113 @@ msgstr ""
278
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
279
  "formulaire de contact."
280
 
281
- #: contact_form.php:718
282
  msgid "Use this email address:"
283
  msgstr "Utiliser cette adresse e-mail :"
284
 
285
- #: contact_form.php:722
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
288
 
289
- #: contact_form.php:731
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr ""
292
  "Ajouter la liste déroulante pour le département dans le formulaire de "
293
  "contact :"
294
 
295
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
296
  msgid "If you upgrade to Pro version all your settings will be saved."
297
  msgstr ""
298
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
299
 
300
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
301
- #: contact_form.php:1207 contact_form.php:1391
302
  #, fuzzy
303
  msgid "Unlock premium options by upgrading to PRO version."
304
  msgstr "Déploquer les options premium en migrant vers la version PRO."
305
 
306
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
307
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
308
  msgid "Learn More"
309
  msgstr "Lire la suite"
310
 
311
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
312
- #: contact_form.php:1211 contact_form.php:1395
313
  msgid "Go"
314
  msgstr "Passez"
315
 
316
- #: contact_form.php:757
317
  msgid "Save emails to the database"
318
  msgstr "Enregistrer les e-mails dans la base de données"
319
 
320
- #: contact_form.php:762
321
  msgid "Using"
322
  msgstr "Utilisant"
323
 
324
- #: contact_form.php:765 contact_form.php:769
325
  #, fuzzy
326
  msgid "Using Contact Form to DB by BestWebSoft"
327
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
328
 
329
- #: contact_form.php:765
330
  msgid "Activate"
331
  msgstr "Activé"
332
 
333
- #: contact_form.php:769
334
  msgid "Download"
335
  msgstr "Téléchargement"
336
 
337
- #: contact_form.php:779
338
  msgid "What to use?"
339
  msgstr "Quelle méthode d'envoie ?"
340
 
341
- #: contact_form.php:784
342
  msgid "Wp-mail"
343
  msgstr "Wp-mail"
344
 
345
- #: contact_form.php:786
346
  msgid "You can use the wp_mail function for mailing"
347
  msgstr ""
348
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
349
  "WordPress "
350
 
351
- #: contact_form.php:789
352
  msgid "Mail"
353
  msgstr "E-mail"
354
 
355
- #: contact_form.php:791
356
  msgid "To send mail you can use the php mail function"
357
  msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
358
 
359
- #: contact_form.php:796
360
  msgid "'FROM' field"
361
  msgstr "Champ 'From'"
362
 
363
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
364
- #: contact_form.php:2000 contact_form.php:2036
365
  msgid "Name"
366
  msgstr "Nom"
367
 
368
- #: contact_form.php:805
369
  msgid "User name"
370
  msgstr "Nom de l'utlisateur"
371
 
372
- #: contact_form.php:807
373
  msgid ""
374
  "The name of the user who fills the form will be used in the field 'From'."
375
  msgstr ""
376
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
377
  "l'utlisateur qui rempli le formulaire."
378
 
379
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
380
  msgid "Email"
381
  msgstr "E-mail"
382
 
383
- #: contact_form.php:820
384
  msgid "User email"
385
  msgstr "E-mail de l'utlisateur"
386
 
387
- #: contact_form.php:822
388
  msgid ""
389
  "The email address of the user who fills the form will be used in the field "
390
  "'From'."
@@ -392,7 +392,7 @@ msgstr ""
392
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
393
  "l'utlisateur qui rempli le formulaire."
394
 
395
- #: contact_form.php:826
396
  msgid ""
397
  "If this option is changed, email messages may be moved to the spam folder or "
398
  "email delivery failures may occur."
@@ -400,46 +400,46 @@ msgstr ""
400
  "Si cette option est modifiée, les courriels pourront se retrouver classer "
401
  "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
402
 
403
- #: contact_form.php:832
404
  msgid "Required symbol"
405
  msgstr "Symbol obligatoire"
406
 
407
- #: contact_form.php:842
408
  msgid "Fields"
409
  msgstr "Champs"
410
 
411
- #: contact_form.php:843
412
  msgid "Used"
413
  msgstr "Utilisé"
414
 
415
- #: contact_form.php:844
416
  msgid "Required"
417
  msgstr "Obligatoire"
418
 
419
- #: contact_form.php:845
420
  msgid "Visible"
421
  msgstr "Visible"
422
 
423
- #: contact_form.php:846
424
  msgid "Disabled for editing"
425
  msgstr "Non actif pour l'édition"
426
 
427
- #: contact_form.php:847
428
  msgid "Field's default value"
429
  msgstr "Valeur par défaut du champ"
430
 
431
- #: contact_form.php:852
432
  #, fuzzy
433
  msgid "Department selectbox"
434
  msgstr "Liste déroulante des localisations"
435
 
436
- #: contact_form.php:867
437
  msgid "Use User's name as a default value if the user is logged in."
438
  msgstr ""
439
  "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
440
  "est connecté."
441
 
442
- #: contact_form.php:868 contact_form.php:896
443
  msgid ""
444
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
445
  "in users."
@@ -447,126 +447,126 @@ msgstr ""
447
  "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
448
  "utilisateurs connectés."
449
 
450
- #: contact_form.php:872
451
  msgid "Location selectbox"
452
  msgstr "Liste déroulante des localisations"
453
 
454
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
455
- #: contact_form.php:2040
456
  msgid "Address"
457
  msgstr "Adresse"
458
 
459
- #: contact_form.php:888
460
  msgid "Email Address"
461
  msgstr "Adresse e-mail"
462
 
463
- #: contact_form.php:895
464
  msgid "Use User's email as a default value if the user is logged in."
465
  msgstr ""
466
  "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
467
  "utilisateur est connecté."
468
 
469
- #: contact_form.php:900
470
  msgid "Phone number"
471
  msgstr "Téléphone"
472
 
473
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
474
- #: contact_form.php:2049
475
  msgid "Subject"
476
  msgstr "Sujet"
477
 
478
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
479
- #: contact_form.php:2051
480
  msgid "Message"
481
  msgstr "Message"
482
 
483
- #: contact_form.php:940
484
  msgid "Attachment block"
485
  msgstr "Bloc pièce jointe"
486
 
487
- #: contact_form.php:942
488
  msgid "Users can attach the following file formats"
489
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
490
 
491
- #: contact_form.php:955
492
  msgid "Add to the form"
493
  msgstr "Ajouter au formulaire"
494
 
495
- #: contact_form.php:960
496
  msgid "Tips below the Attachment"
497
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
498
 
499
- #: contact_form.php:969
500
  msgid "'Send me a copy' block"
501
  msgstr "Afficher le bloc \"M'envoyer une copie\""
502
 
503
- #: contact_form.php:982
504
  msgid "Activate captcha"
505
  msgstr "Activé le captcha"
506
 
507
- #: contact_form.php:986
508
  msgid "Download captcha"
509
  msgstr "Télécharger le captcha"
510
 
511
- #: contact_form.php:994
512
  msgid "Agreement checkbox"
513
  msgstr "Case à cocher pour valider le formulaire"
514
 
515
- #: contact_form.php:994
516
  msgid "Required checkbox for submitting the form"
517
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
518
 
519
- #: contact_form.php:995
520
  msgid "Optional checkbox"
521
  msgstr "Boite à cocher optionnelle"
522
 
523
- #: contact_form.php:995
524
  msgid "Optional checkbox, the results of which will be displayed in email"
525
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
526
 
527
- #: contact_form.php:1013
528
  msgid "Delete an attachment file from the server after the email is sent"
529
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
530
 
531
- #: contact_form.php:1019
532
  msgid "Email in HTML format sending"
533
  msgstr "Courriel au format HTML"
534
 
535
- #: contact_form.php:1023
536
  msgid "Display additional info in the email"
537
  msgstr "Afficher les informations complémentaires dans le courriel"
538
 
539
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
540
  msgid "Sent from (ip address)"
541
  msgstr "Envoyé de (adresse IP)"
542
 
543
- #: contact_form.php:1029
544
  msgid "Example: Sent from (IP address):\t127.0.0.1"
545
  msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
546
 
547
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
548
  msgid "Date/Time"
549
  msgstr "Date/Heure"
550
 
551
- #: contact_form.php:1030
552
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
553
  msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
554
 
555
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
556
  msgid "Sent from (referer)"
557
  msgstr "Envoyer de (référence)"
558
 
559
- #: contact_form.php:1031
560
  msgid ""
561
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
562
  msgstr ""
563
  "Exemple : Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/contact-us/"
564
 
565
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
566
  msgid "Using (user agent)"
567
  msgstr "Depuis (navigateur)"
568
 
569
- #: contact_form.php:1032
570
  msgid ""
571
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
572
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -574,129 +574,129 @@ msgstr ""
574
  "Exemple : En utilisant (user agent) :\tMozilla/5.0 (Windows NT 6.2; WOW64) "
575
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
576
 
577
- #: contact_form.php:1037
578
  msgid "Language settings for the field names in the form"
579
  msgstr "Définition des langues pour les titres des champs"
580
 
581
- #: contact_form.php:1046
582
  msgid "Add a language"
583
  msgstr "Ajouter une langue"
584
 
585
- #: contact_form.php:1050
586
  msgid "Change the names of the contact form fields and error messages"
587
  msgstr ""
588
  "Modifier le texte pour les champs du formulaire de contact et les messages "
589
  "d'erreur"
590
 
591
- #: contact_form.php:1055 contact_form.php:1142
592
  msgid "English"
593
  msgstr "Anglais"
594
 
595
- #: contact_form.php:1063 contact_form.php:1097
596
  msgid "click to expand/hide the list"
597
  msgstr "cliquer pour voir/cacher la liste"
598
 
599
- #: contact_form.php:1072 contact_form.php:1106
600
  msgid "Tips below the Attachment block"
601
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
602
 
603
- #: contact_form.php:1075 contact_form.php:1109
604
  msgid "Error message for the Name field"
605
  msgstr "Message d'erreur pour le champ nom"
606
 
607
- #: contact_form.php:1076 contact_form.php:1110
608
  msgid "Error message for the Address field"
609
  msgstr "Message d'erreur pour le champ Adresse"
610
 
611
- #: contact_form.php:1077 contact_form.php:1111
612
  msgid "Error message for the Email field"
613
  msgstr "Message d'erreur pour le champ e-mail"
614
 
615
- #: contact_form.php:1078 contact_form.php:1112
616
  msgid "Error message for the Phone field"
617
  msgstr "Message d'erreur pour le champ téléphone"
618
 
619
- #: contact_form.php:1079 contact_form.php:1113
620
  msgid "Error message for the Subject field"
621
  msgstr "Message d'erreur pour le champ sujet"
622
 
623
- #: contact_form.php:1080 contact_form.php:1114
624
  msgid "Error message for the Message field"
625
  msgstr "Message d'erreur pour le champ message"
626
 
627
- #: contact_form.php:1081 contact_form.php:1115
628
  msgid "Error message about the file type for the Attachment field"
629
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
630
 
631
- #: contact_form.php:1082 contact_form.php:1116
632
  msgid ""
633
  "Error message while uploading a file for the Attachment field to the server"
634
  msgstr ""
635
  "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
636
  "serveur)"
637
 
638
- #: contact_form.php:1083 contact_form.php:1117
639
  msgid "Error message while moving the file for the Attachment field"
640
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
641
 
642
- #: contact_form.php:1084 contact_form.php:1118
643
  msgid "Error message when file size limit for the Attachment field is exceeded"
644
  msgstr ""
645
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
646
  "atteinte)"
647
 
648
- #: contact_form.php:1085 contact_form.php:1119
649
  msgid "Error message for the Captcha field"
650
  msgstr "Message d'erreur pour le captcha"
651
 
652
- #: contact_form.php:1086 contact_form.php:1120
653
  msgid "Error message for the whole form"
654
  msgstr "Message d'erreur demandant à compléter les champs manquants"
655
 
656
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
657
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
658
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
659
- #: contact_form.php:2358
660
  msgid "Use shortcode"
661
  msgstr "Utiliser le code court"
662
 
663
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
664
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
665
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
666
- #: contact_form.php:2358
667
  msgid "for this language"
668
  msgstr "pour cette langue"
669
 
670
- #: contact_form.php:1133
671
  msgid "Use the changed names of the contact form fields in the email"
672
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
673
 
674
- #: contact_form.php:1139
675
  msgid "Action after email is sent"
676
  msgstr "Action après l'envoie du courriel"
677
 
678
- #: contact_form.php:1141
679
  msgid "Display text"
680
  msgstr "Afficher le texte"
681
 
682
- #: contact_form.php:1150 contact_form.php:1160
683
  msgid "Text"
684
  msgstr "Texte"
685
 
686
- #: contact_form.php:1171
687
  msgid "Redirect to the page"
688
  msgstr "Rediriger vers la page"
689
 
690
- #: contact_form.php:1172
691
  msgid "Url"
692
  msgstr "Url"
693
 
694
- #: contact_form.php:1176
695
  msgid "The $_SERVER variable that is used to build a URL of the form"
696
  msgstr ""
697
  "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
698
 
699
- #: contact_form.php:1181
700
  msgid ""
701
  "If you are not sure whether to change this setting or not, please do not do "
702
  "that."
@@ -704,11 +704,11 @@ msgstr ""
704
  "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce "
705
  "paramètre."
706
 
707
- #: contact_form.php:1191
708
  msgid "Auto Response"
709
  msgstr "Réponse automatique"
710
 
711
- #: contact_form.php:1195
712
  #, php-format
713
  msgid ""
714
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -719,176 +719,176 @@ msgstr ""
719
  "%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
720
  "pour afficher le nom du site."
721
 
722
- #: contact_form.php:1220 contact_form.php:1402
723
  msgid "Save Changes"
724
  msgstr "Enregistrer les modifications"
725
 
726
- #: contact_form.php:1233
727
  msgid "Errors output"
728
  msgstr "Affichage des erreurs"
729
 
730
- #: contact_form.php:1236
731
  msgid "Display error messages"
732
  msgstr "Aficher les messages d'erreur"
733
 
734
- #: contact_form.php:1237
735
  msgid "Color of the input field errors."
736
  msgstr "Mettre en couleur les champs ayant des erreurs"
737
 
738
- #: contact_form.php:1238
739
  msgid "Display error messages & color of the input field errors"
740
  msgstr ""
741
  "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
742
  "erreurs"
743
 
744
- #: contact_form.php:1243
745
  msgid "Add placeholder to the input blocks"
746
  msgstr "Ajouter la localisation dans le bloc de saisie"
747
 
748
- #: contact_form.php:1249
749
  msgid "Add tooltips"
750
  msgstr "Ajouter les conseils"
751
 
752
- #: contact_form.php:1263
753
  msgid "Email address"
754
  msgstr "Adresse e-mail"
755
 
756
- #: contact_form.php:1268
757
  msgid "Phone Number"
758
  msgstr "Téléphone"
759
 
760
- #: contact_form.php:1282
761
  msgid "Attachment"
762
  msgstr "Pièce jointe"
763
 
764
- #: contact_form.php:1292
765
  msgid "Style options"
766
  msgstr "Options de style"
767
 
768
- #: contact_form.php:1295
769
  msgid "Text color"
770
  msgstr "Couleur du texte"
771
 
772
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
773
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
774
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
775
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
776
  msgid "Default"
777
  msgstr "Défaut"
778
 
779
- #: contact_form.php:1300
780
  msgid "Label text color"
781
  msgstr "Couleur des textes des intitulés"
782
 
783
- #: contact_form.php:1305
784
  msgid "Placeholder color"
785
  msgstr "Couleur pour la localisation"
786
 
787
- #: contact_form.php:1310
788
  msgid "Errors color"
789
  msgstr "Couleur pour les erreurs"
790
 
791
- #: contact_form.php:1315
792
  msgid "Error text color"
793
  msgstr "Couleur pour le texte des erreurs"
794
 
795
- #: contact_form.php:1320
796
  msgid "Background color of the input field errors"
797
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
798
 
799
- #: contact_form.php:1325
800
  msgid "Border color of the input field errors"
801
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
802
 
803
- #: contact_form.php:1330
804
  msgid "Placeholder color of the input field errors"
805
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
806
 
807
- #: contact_form.php:1335
808
  msgid "Input fields"
809
  msgstr "Champs de saisie"
810
 
811
- #: contact_form.php:1340
812
  msgid "Input fields background color"
813
  msgstr "Couleur de fond pour les champs de saisie"
814
 
815
- #: contact_form.php:1345
816
  msgid "Text fields color"
817
  msgstr "Couleur pour les textes des champs de saisie"
818
 
819
- #: contact_form.php:1349
820
  msgid "Border width in px, numbers only"
821
  msgstr "Largeur des bordures en px, nombre seulement"
822
 
823
- #: contact_form.php:1354 contact_form.php:1378
824
  msgid "Border color"
825
  msgstr "Couleur des bordures"
826
 
827
- #: contact_form.php:1359
828
  msgid "Submit button"
829
  msgstr "Bouton Envoyer"
830
 
831
- #: contact_form.php:1363
832
  msgid "Width in px, numbers only"
833
  msgstr "Largeur en px, nombre seulement"
834
 
835
- #: contact_form.php:1368
836
  msgid "Button color"
837
  msgstr "Couleur du bouton"
838
 
839
- #: contact_form.php:1373
840
  msgid "Button text color"
841
  msgstr "Couleur du texte du bouton"
842
 
843
- #: contact_form.php:1406
844
  msgid "Contact Form Pro | Preview"
845
  msgstr "Formulaire Pro de Contact | Prévisualisation"
846
 
847
- #: contact_form.php:1408
848
  msgid "Show with errors"
849
  msgstr "Afficher avec les erreurs"
850
 
851
- #: contact_form.php:1417 contact_form.php:1419
852
  msgid "Please enter your full name..."
853
  msgstr "Merci de saisir votre nom..."
854
 
855
- #: contact_form.php:1430 contact_form.php:1432
856
  msgid "Please enter your address..."
857
  msgstr "Merci de saisir votre adresse..."
858
 
859
- #: contact_form.php:1441 contact_form.php:1443
860
  msgid "Please enter your email address..."
861
  msgstr "Merci de saisir votre adresse e-mail..."
862
 
863
- #: contact_form.php:1452 contact_form.php:1454
864
  msgid "Please enter your phone number..."
865
  msgstr "Merci de saisir votre numéro de téléphone..."
866
 
867
- #: contact_form.php:1463 contact_form.php:1465
868
  msgid "Please enter subject..."
869
  msgstr "Merci de saisir le sujet..."
870
 
871
- #: contact_form.php:1473 contact_form.php:1475
872
  msgid "Please enter your message..."
873
  msgstr "Merci de saisir votre message..."
874
 
875
- #: contact_form.php:1586
876
  msgid "Sorry, email message could not be delivered."
877
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
878
 
879
- #: contact_form.php:1994
880
  msgid "Contact from"
881
  msgstr "Contact de"
882
 
883
- #: contact_form.php:2016 contact_form.php:2046
884
  msgid "Phone"
885
  msgstr "Téléphone"
886
 
887
- #: contact_form.php:2027 contact_form.php:2053
888
  msgid "Site"
889
  msgstr "Site"
890
 
891
- #: contact_form.php:2140
892
  msgid ""
893
  "If you can see this MIME, it means that the MIME type is not supported by "
894
  "your email client!"
@@ -896,19 +896,19 @@ msgstr ""
896
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
897
  "MIME !"
898
 
899
- #: contact_form.php:2224
900
  msgid "Support"
901
  msgstr "Support"
902
 
903
- #: contact_form.php:2273
904
  msgid "Are you sure that you want to delete this language data?"
905
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
906
 
907
- #: contact_form.php:2294
908
  msgid "Add multiple forms"
909
  msgstr "Ajouter plusieurs formulaires"
910
 
911
- #: contact_form.php:2294
912
  msgid ""
913
  "Install Contact Form Multi plugin to create unlimited number of contact "
914
  "forms."
@@ -916,22 +916,22 @@ msgstr ""
916
  "Installer l'extension 'Contact Form Multi' pour créer un nombre infini de "
917
  "formulaires de contact."
918
 
919
- #: contact_form.php:2299
920
  msgid "Learn more"
921
  msgstr "Lire la suite"
922
 
923
- #: contact_form.php:2303
924
  msgid "Close"
925
  msgstr "Fermer"
926
 
927
- #: contact_form.php:2491
928
  #, fuzzy
929
  msgid "allows to store your messages to the database."
930
  msgstr ""
931
  "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans "
932
  "la base de données."
933
 
934
- #: contact_form.php:2492
935
  msgid "Manage messages that have been sent from your website."
936
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
937
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form 3.90\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: contact_form.php:35 contact_form.php:663
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:129 contact_form.php:1071 contact_form.php:1105
30
  msgid "Name:"
31
  msgstr "Nom :"
32
 
33
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
34
  msgid "Address:"
35
  msgstr "Adresse :"
36
 
37
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
38
  msgid "Email Address:"
39
  msgstr "Adresse e-mail :"
40
 
41
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
42
  msgid "Phone number:"
43
  msgstr "Téléphone :"
44
 
45
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
46
  msgid "Subject:"
47
  msgstr "Sujet :"
48
 
49
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
50
  msgid "Message:"
51
  msgstr "Message :"
52
 
53
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
54
  msgid "Attachment:"
55
  msgstr "Pièce jointe :"
56
 
57
+ #: contact_form.php:136
58
  #, fuzzy
59
  msgid ""
60
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
65
  "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille "
66
  "maximum 2MB"
67
 
68
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
69
  msgid "Send me a copy"
70
  msgstr "M'envoyer une copie"
71
 
72
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
73
  msgid "Submit"
74
  msgstr "Envoyer"
75
 
76
+ #: contact_form.php:139
77
  msgid "Your name is required."
78
  msgstr "Un nom est obligatoire."
79
 
80
+ #: contact_form.php:140
81
  msgid "Address is required."
82
  msgstr "Une adresse est obligatoire."
83
 
84
+ #: contact_form.php:141
85
  msgid "A valid email address is required."
86
  msgstr "Une adresse e-mail valide est obligatoire."
87
 
88
+ #: contact_form.php:142
89
  msgid "Phone number is required."
90
  msgstr "Le numéro de téléphone est obligatoire."
91
 
92
+ #: contact_form.php:143
93
  msgid "Subject is required."
94
  msgstr "Le sujet est obligatoire."
95
 
96
+ #: contact_form.php:144
97
  msgid "Message text is required."
98
  msgstr "Un message est obligatoire."
99
 
100
+ #: contact_form.php:145
101
  msgid "File format is not valid."
102
  msgstr "Le type de pièce jointe n'est pas valide."
103
 
104
+ #: contact_form.php:146
105
  msgid "File upload error."
106
  msgstr "Erreur de chargement du fichier."
107
 
108
+ #: contact_form.php:147
109
  msgid "The file could not be uploaded."
110
  msgstr "Le fichier n'a pas pu être envoyé."
111
 
112
+ #: contact_form.php:148
113
  msgid "This file is too large."
114
  msgstr "Le fichier est trop volumineux."
115
 
116
+ #: contact_form.php:149
117
  msgid "Please fill out the CAPTCHA."
118
  msgstr "Merci de compléter le CAPTCHA."
119
 
120
+ #: contact_form.php:150
121
  msgid "Please make corrections below and try again."
122
  msgstr "Merci de faire les corrections suivantes et de réessayer."
123
 
124
+ #: contact_form.php:152
125
  msgid "Thank you for contacting us."
126
  msgstr "Merci de nous avoir contacté."
127
 
128
+ #: contact_form.php:552
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
134
  "entrainer un classement des messages dans les dossiers spam ou bien une "
135
  "erreur d'acheminement peut survenir."
136
 
137
+ #: contact_form.php:562
138
  msgid ""
139
  "If the 'Redirect to page' option is selected then the URL field should be in "
140
  "the following format"
142
  "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
143
  "doit être rempli avec le format suivant"
144
 
145
+ #: contact_form.php:571
146
  msgid "Such user does not exist."
147
  msgstr "Cet utilisateur est inconnu."
148
 
149
+ #: contact_form.php:581
150
  msgid ""
151
  "Please enter a valid email address in the 'Use this email address' field."
152
  msgstr ""
153
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
154
  "adresse e-mail'."
155
 
156
+ #: contact_form.php:589
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
159
 
160
+ #: contact_form.php:612
161
  msgid "Settings saved."
162
  msgstr "Options enregistrées."
163
 
164
+ #: contact_form.php:614
165
  msgid "Settings are not saved."
166
  msgstr "Paramètres non enregistrées."
167
 
168
+ #: contact_form.php:652
169
  msgid "All plugin settings were restored."
170
  msgstr ""
171
 
172
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
173
  msgid "Settings"
174
  msgstr "Réglages"
175
 
176
+ #: contact_form.php:666
177
  msgid "Additional settings"
178
  msgstr "Options supplémentaires"
179
 
180
+ #: contact_form.php:667
181
  msgid "Appearance"
182
  msgstr "Aspect"
183
 
184
+ #: contact_form.php:668 contact_form.php:2229
185
  msgid "FAQ"
186
  msgstr "FAQ"
187
 
188
+ #: contact_form.php:669
189
  msgid "Go PRO"
190
  msgstr "Choisir la version PRO"
191
 
192
+ #: contact_form.php:672 contact_form.php:674
193
  msgid "Notice:"
194
  msgstr "Avertissement :"
195
 
196
+ #: contact_form.php:672
197
  msgid ""
198
  "The plugin's settings have been changed. In order to save them please don't "
199
  "forget to click the 'Save Changes' button."
201
  "Les paramètres de l'extension ont été changés. Afin de pouvoir les "
202
  "enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
203
 
204
+ #: contact_form.php:685
205
  msgid ""
206
  "If you want to create multiple contact forms, please install the Contact "
207
  "Form Multi plugin."
209
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
210
  "l'extension 'Contact Form Multi'"
211
 
212
+ #: contact_form.php:692
213
  #, fuzzy
214
  msgid ""
215
  "If you would like to add Contact Form to your website, just copy and paste "
218
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
219
  "juste ce code dans un article ou sur une page ou un widget :"
220
 
221
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
222
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
223
+ #: contact_form.php:1158 contact_form.php:1160
224
  msgid "or"
225
  msgstr "ou"
226
 
227
+ #: contact_form.php:693
228
  #, fuzzy
229
  msgid ""
230
  "If you have any problems with the standard shortcode [contact_form], you "
233
  "Si vous avez un soucis avec le code court standard [contact_form], vous "
234
  "pouvez utilisez le code court "
235
 
236
+ #: contact_form.php:693 contact_form.php:696
237
  msgid "They work the same way."
238
  msgstr "Ils fonctionnent de la même manière."
239
 
240
+ #: contact_form.php:695 contact_form.php:1507
241
  msgid ""
242
  "If you would like to add the Contact Form to your website, just copy and "
243
  "paste this shortcode to your post or page or widget:"
245
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
246
  "juste ce code dans un article ou sur une page ou un widget :"
247
 
248
+ #: contact_form.php:696
249
  msgid ""
250
  "If have any problems with the standard shortcode [contact_form], you should "
251
  "use the shortcode"
253
  "Si vous avez un soucis avec le code court standard [contact_form], vous "
254
  "pouvez utilisez le code court "
255
 
256
+ #: contact_form.php:700
257
  msgid ""
258
  "If you leave the fields empty, the messages will be sent to the email "
259
  "address specified during registration."
261
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
262
  "l'adresse spécifiée lors de l'enregistrement."
263
 
264
+ #: contact_form.php:703
265
  msgid "The user's email address:"
266
  msgstr "Utiliser l'e-mail du compte WordPress :"
267
 
268
+ #: contact_form.php:707
269
  #, fuzzy
270
  msgid "Select a username"
271
  msgstr "Choisir un nom d'utilisateur"
272
 
273
+ #: contact_form.php:720
274
  msgid ""
275
  "Enter a username of the person who should get the messages from the contact "
276
  "form."
278
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
279
  "formulaire de contact."
280
 
281
+ #: contact_form.php:724
282
  msgid "Use this email address:"
283
  msgstr "Utiliser cette adresse e-mail :"
284
 
285
+ #: contact_form.php:728
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
288
 
289
+ #: contact_form.php:737
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr ""
292
  "Ajouter la liste déroulante pour le département dans le formulaire de "
293
  "contact :"
294
 
295
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
296
  msgid "If you upgrade to Pro version all your settings will be saved."
297
  msgstr ""
298
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
299
 
300
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
301
+ #: contact_form.php:1213 contact_form.php:1397
302
  #, fuzzy
303
  msgid "Unlock premium options by upgrading to PRO version."
304
  msgstr "Déploquer les options premium en migrant vers la version PRO."
305
 
306
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
307
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
308
  msgid "Learn More"
309
  msgstr "Lire la suite"
310
 
311
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
312
+ #: contact_form.php:1217 contact_form.php:1401
313
  msgid "Go"
314
  msgstr "Passez"
315
 
316
+ #: contact_form.php:763
317
  msgid "Save emails to the database"
318
  msgstr "Enregistrer les e-mails dans la base de données"
319
 
320
+ #: contact_form.php:768
321
  msgid "Using"
322
  msgstr "Utilisant"
323
 
324
+ #: contact_form.php:771 contact_form.php:775
325
  #, fuzzy
326
  msgid "Using Contact Form to DB by BestWebSoft"
327
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
328
 
329
+ #: contact_form.php:771
330
  msgid "Activate"
331
  msgstr "Activé"
332
 
333
+ #: contact_form.php:775
334
  msgid "Download"
335
  msgstr "Téléchargement"
336
 
337
+ #: contact_form.php:785
338
  msgid "What to use?"
339
  msgstr "Quelle méthode d'envoie ?"
340
 
341
+ #: contact_form.php:790
342
  msgid "Wp-mail"
343
  msgstr "Wp-mail"
344
 
345
+ #: contact_form.php:792
346
  msgid "You can use the wp_mail function for mailing"
347
  msgstr ""
348
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
349
  "WordPress "
350
 
351
+ #: contact_form.php:795
352
  msgid "Mail"
353
  msgstr "E-mail"
354
 
355
+ #: contact_form.php:797
356
  msgid "To send mail you can use the php mail function"
357
  msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
358
 
359
+ #: contact_form.php:802
360
  msgid "'FROM' field"
361
  msgstr "Champ 'From'"
362
 
363
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
364
+ #: contact_form.php:2006 contact_form.php:2042
365
  msgid "Name"
366
  msgstr "Nom"
367
 
368
+ #: contact_form.php:811
369
  msgid "User name"
370
  msgstr "Nom de l'utlisateur"
371
 
372
+ #: contact_form.php:813
373
  msgid ""
374
  "The name of the user who fills the form will be used in the field 'From'."
375
  msgstr ""
376
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
377
  "l'utlisateur qui rempli le formulaire."
378
 
379
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
380
  msgid "Email"
381
  msgstr "E-mail"
382
 
383
+ #: contact_form.php:826
384
  msgid "User email"
385
  msgstr "E-mail de l'utlisateur"
386
 
387
+ #: contact_form.php:828
388
  msgid ""
389
  "The email address of the user who fills the form will be used in the field "
390
  "'From'."
392
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
393
  "l'utlisateur qui rempli le formulaire."
394
 
395
+ #: contact_form.php:832
396
  msgid ""
397
  "If this option is changed, email messages may be moved to the spam folder or "
398
  "email delivery failures may occur."
400
  "Si cette option est modifiée, les courriels pourront se retrouver classer "
401
  "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
402
 
403
+ #: contact_form.php:838
404
  msgid "Required symbol"
405
  msgstr "Symbol obligatoire"
406
 
407
+ #: contact_form.php:848
408
  msgid "Fields"
409
  msgstr "Champs"
410
 
411
+ #: contact_form.php:849
412
  msgid "Used"
413
  msgstr "Utilisé"
414
 
415
+ #: contact_form.php:850
416
  msgid "Required"
417
  msgstr "Obligatoire"
418
 
419
+ #: contact_form.php:851
420
  msgid "Visible"
421
  msgstr "Visible"
422
 
423
+ #: contact_form.php:852
424
  msgid "Disabled for editing"
425
  msgstr "Non actif pour l'édition"
426
 
427
+ #: contact_form.php:853
428
  msgid "Field's default value"
429
  msgstr "Valeur par défaut du champ"
430
 
431
+ #: contact_form.php:858
432
  #, fuzzy
433
  msgid "Department selectbox"
434
  msgstr "Liste déroulante des localisations"
435
 
436
+ #: contact_form.php:873
437
  msgid "Use User's name as a default value if the user is logged in."
438
  msgstr ""
439
  "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
440
  "est connecté."
441
 
442
+ #: contact_form.php:874 contact_form.php:902
443
  msgid ""
444
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
445
  "in users."
447
  "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
448
  "utilisateurs connectés."
449
 
450
+ #: contact_form.php:878
451
  msgid "Location selectbox"
452
  msgstr "Liste déroulante des localisations"
453
 
454
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
455
+ #: contact_form.php:2046
456
  msgid "Address"
457
  msgstr "Adresse"
458
 
459
+ #: contact_form.php:894
460
  msgid "Email Address"
461
  msgstr "Adresse e-mail"
462
 
463
+ #: contact_form.php:901
464
  msgid "Use User's email as a default value if the user is logged in."
465
  msgstr ""
466
  "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
467
  "utilisateur est connecté."
468
 
469
+ #: contact_form.php:906
470
  msgid "Phone number"
471
  msgstr "Téléphone"
472
 
473
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
474
+ #: contact_form.php:2055
475
  msgid "Subject"
476
  msgstr "Sujet"
477
 
478
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
479
+ #: contact_form.php:2057
480
  msgid "Message"
481
  msgstr "Message"
482
 
483
+ #: contact_form.php:946
484
  msgid "Attachment block"
485
  msgstr "Bloc pièce jointe"
486
 
487
+ #: contact_form.php:948
488
  msgid "Users can attach the following file formats"
489
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
490
 
491
+ #: contact_form.php:961
492
  msgid "Add to the form"
493
  msgstr "Ajouter au formulaire"
494
 
495
+ #: contact_form.php:966
496
  msgid "Tips below the Attachment"
497
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
498
 
499
+ #: contact_form.php:975
500
  msgid "'Send me a copy' block"
501
  msgstr "Afficher le bloc \"M'envoyer une copie\""
502
 
503
+ #: contact_form.php:988
504
  msgid "Activate captcha"
505
  msgstr "Activé le captcha"
506
 
507
+ #: contact_form.php:992
508
  msgid "Download captcha"
509
  msgstr "Télécharger le captcha"
510
 
511
+ #: contact_form.php:1000
512
  msgid "Agreement checkbox"
513
  msgstr "Case à cocher pour valider le formulaire"
514
 
515
+ #: contact_form.php:1000
516
  msgid "Required checkbox for submitting the form"
517
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
518
 
519
+ #: contact_form.php:1001
520
  msgid "Optional checkbox"
521
  msgstr "Boite à cocher optionnelle"
522
 
523
+ #: contact_form.php:1001
524
  msgid "Optional checkbox, the results of which will be displayed in email"
525
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
526
 
527
+ #: contact_form.php:1019
528
  msgid "Delete an attachment file from the server after the email is sent"
529
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
530
 
531
+ #: contact_form.php:1025
532
  msgid "Email in HTML format sending"
533
  msgstr "Courriel au format HTML"
534
 
535
+ #: contact_form.php:1029
536
  msgid "Display additional info in the email"
537
  msgstr "Afficher les informations complémentaires dans le courriel"
538
 
539
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
540
  msgid "Sent from (ip address)"
541
  msgstr "Envoyé de (adresse IP)"
542
 
543
+ #: contact_form.php:1035
544
  msgid "Example: Sent from (IP address):\t127.0.0.1"
545
  msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
546
 
547
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
548
  msgid "Date/Time"
549
  msgstr "Date/Heure"
550
 
551
+ #: contact_form.php:1036
552
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
553
  msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
554
 
555
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
556
  msgid "Sent from (referer)"
557
  msgstr "Envoyer de (référence)"
558
 
559
+ #: contact_form.php:1037
560
  msgid ""
561
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
562
  msgstr ""
563
  "Exemple : Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/contact-us/"
564
 
565
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
566
  msgid "Using (user agent)"
567
  msgstr "Depuis (navigateur)"
568
 
569
+ #: contact_form.php:1038
570
  msgid ""
571
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
572
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
574
  "Exemple : En utilisant (user agent) :\tMozilla/5.0 (Windows NT 6.2; WOW64) "
575
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
576
 
577
+ #: contact_form.php:1043
578
  msgid "Language settings for the field names in the form"
579
  msgstr "Définition des langues pour les titres des champs"
580
 
581
+ #: contact_form.php:1052
582
  msgid "Add a language"
583
  msgstr "Ajouter une langue"
584
 
585
+ #: contact_form.php:1056
586
  msgid "Change the names of the contact form fields and error messages"
587
  msgstr ""
588
  "Modifier le texte pour les champs du formulaire de contact et les messages "
589
  "d'erreur"
590
 
591
+ #: contact_form.php:1061 contact_form.php:1148
592
  msgid "English"
593
  msgstr "Anglais"
594
 
595
+ #: contact_form.php:1069 contact_form.php:1103
596
  msgid "click to expand/hide the list"
597
  msgstr "cliquer pour voir/cacher la liste"
598
 
599
+ #: contact_form.php:1078 contact_form.php:1112
600
  msgid "Tips below the Attachment block"
601
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
602
 
603
+ #: contact_form.php:1081 contact_form.php:1115
604
  msgid "Error message for the Name field"
605
  msgstr "Message d'erreur pour le champ nom"
606
 
607
+ #: contact_form.php:1082 contact_form.php:1116
608
  msgid "Error message for the Address field"
609
  msgstr "Message d'erreur pour le champ Adresse"
610
 
611
+ #: contact_form.php:1083 contact_form.php:1117
612
  msgid "Error message for the Email field"
613
  msgstr "Message d'erreur pour le champ e-mail"
614
 
615
+ #: contact_form.php:1084 contact_form.php:1118
616
  msgid "Error message for the Phone field"
617
  msgstr "Message d'erreur pour le champ téléphone"
618
 
619
+ #: contact_form.php:1085 contact_form.php:1119
620
  msgid "Error message for the Subject field"
621
  msgstr "Message d'erreur pour le champ sujet"
622
 
623
+ #: contact_form.php:1086 contact_form.php:1120
624
  msgid "Error message for the Message field"
625
  msgstr "Message d'erreur pour le champ message"
626
 
627
+ #: contact_form.php:1087 contact_form.php:1121
628
  msgid "Error message about the file type for the Attachment field"
629
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
630
 
631
+ #: contact_form.php:1088 contact_form.php:1122
632
  msgid ""
633
  "Error message while uploading a file for the Attachment field to the server"
634
  msgstr ""
635
  "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
636
  "serveur)"
637
 
638
+ #: contact_form.php:1089 contact_form.php:1123
639
  msgid "Error message while moving the file for the Attachment field"
640
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
641
 
642
+ #: contact_form.php:1090 contact_form.php:1124
643
  msgid "Error message when file size limit for the Attachment field is exceeded"
644
  msgstr ""
645
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
646
  "atteinte)"
647
 
648
+ #: contact_form.php:1091 contact_form.php:1125
649
  msgid "Error message for the Captcha field"
650
  msgstr "Message d'erreur pour le captcha"
651
 
652
+ #: contact_form.php:1092 contact_form.php:1126
653
  msgid "Error message for the whole form"
654
  msgstr "Message d'erreur demandant à compléter les champs manquants"
655
 
656
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
657
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
658
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
659
+ #: contact_form.php:2364
660
  msgid "Use shortcode"
661
  msgstr "Utiliser le code court"
662
 
663
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
664
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
665
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
666
+ #: contact_form.php:2364
667
  msgid "for this language"
668
  msgstr "pour cette langue"
669
 
670
+ #: contact_form.php:1139
671
  msgid "Use the changed names of the contact form fields in the email"
672
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
673
 
674
+ #: contact_form.php:1145
675
  msgid "Action after email is sent"
676
  msgstr "Action après l'envoie du courriel"
677
 
678
+ #: contact_form.php:1147
679
  msgid "Display text"
680
  msgstr "Afficher le texte"
681
 
682
+ #: contact_form.php:1156 contact_form.php:1166
683
  msgid "Text"
684
  msgstr "Texte"
685
 
686
+ #: contact_form.php:1177
687
  msgid "Redirect to the page"
688
  msgstr "Rediriger vers la page"
689
 
690
+ #: contact_form.php:1178
691
  msgid "Url"
692
  msgstr "Url"
693
 
694
+ #: contact_form.php:1182
695
  msgid "The $_SERVER variable that is used to build a URL of the form"
696
  msgstr ""
697
  "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
698
 
699
+ #: contact_form.php:1187
700
  msgid ""
701
  "If you are not sure whether to change this setting or not, please do not do "
702
  "that."
704
  "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce "
705
  "paramètre."
706
 
707
+ #: contact_form.php:1197
708
  msgid "Auto Response"
709
  msgstr "Réponse automatique"
710
 
711
+ #: contact_form.php:1201
712
  #, php-format
713
  msgid ""
714
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
719
  "%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
720
  "pour afficher le nom du site."
721
 
722
+ #: contact_form.php:1226 contact_form.php:1408
723
  msgid "Save Changes"
724
  msgstr "Enregistrer les modifications"
725
 
726
+ #: contact_form.php:1239
727
  msgid "Errors output"
728
  msgstr "Affichage des erreurs"
729
 
730
+ #: contact_form.php:1242
731
  msgid "Display error messages"
732
  msgstr "Aficher les messages d'erreur"
733
 
734
+ #: contact_form.php:1243
735
  msgid "Color of the input field errors."
736
  msgstr "Mettre en couleur les champs ayant des erreurs"
737
 
738
+ #: contact_form.php:1244
739
  msgid "Display error messages & color of the input field errors"
740
  msgstr ""
741
  "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
742
  "erreurs"
743
 
744
+ #: contact_form.php:1249
745
  msgid "Add placeholder to the input blocks"
746
  msgstr "Ajouter la localisation dans le bloc de saisie"
747
 
748
+ #: contact_form.php:1255
749
  msgid "Add tooltips"
750
  msgstr "Ajouter les conseils"
751
 
752
+ #: contact_form.php:1269
753
  msgid "Email address"
754
  msgstr "Adresse e-mail"
755
 
756
+ #: contact_form.php:1274
757
  msgid "Phone Number"
758
  msgstr "Téléphone"
759
 
760
+ #: contact_form.php:1288
761
  msgid "Attachment"
762
  msgstr "Pièce jointe"
763
 
764
+ #: contact_form.php:1298
765
  msgid "Style options"
766
  msgstr "Options de style"
767
 
768
+ #: contact_form.php:1301
769
  msgid "Text color"
770
  msgstr "Couleur du texte"
771
 
772
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
773
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
774
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
775
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
776
  msgid "Default"
777
  msgstr "Défaut"
778
 
779
+ #: contact_form.php:1306
780
  msgid "Label text color"
781
  msgstr "Couleur des textes des intitulés"
782
 
783
+ #: contact_form.php:1311
784
  msgid "Placeholder color"
785
  msgstr "Couleur pour la localisation"
786
 
787
+ #: contact_form.php:1316
788
  msgid "Errors color"
789
  msgstr "Couleur pour les erreurs"
790
 
791
+ #: contact_form.php:1321
792
  msgid "Error text color"
793
  msgstr "Couleur pour le texte des erreurs"
794
 
795
+ #: contact_form.php:1326
796
  msgid "Background color of the input field errors"
797
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
798
 
799
+ #: contact_form.php:1331
800
  msgid "Border color of the input field errors"
801
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
802
 
803
+ #: contact_form.php:1336
804
  msgid "Placeholder color of the input field errors"
805
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
806
 
807
+ #: contact_form.php:1341
808
  msgid "Input fields"
809
  msgstr "Champs de saisie"
810
 
811
+ #: contact_form.php:1346
812
  msgid "Input fields background color"
813
  msgstr "Couleur de fond pour les champs de saisie"
814
 
815
+ #: contact_form.php:1351
816
  msgid "Text fields color"
817
  msgstr "Couleur pour les textes des champs de saisie"
818
 
819
+ #: contact_form.php:1355
820
  msgid "Border width in px, numbers only"
821
  msgstr "Largeur des bordures en px, nombre seulement"
822
 
823
+ #: contact_form.php:1360 contact_form.php:1384
824
  msgid "Border color"
825
  msgstr "Couleur des bordures"
826
 
827
+ #: contact_form.php:1365
828
  msgid "Submit button"
829
  msgstr "Bouton Envoyer"
830
 
831
+ #: contact_form.php:1369
832
  msgid "Width in px, numbers only"
833
  msgstr "Largeur en px, nombre seulement"
834
 
835
+ #: contact_form.php:1374
836
  msgid "Button color"
837
  msgstr "Couleur du bouton"
838
 
839
+ #: contact_form.php:1379
840
  msgid "Button text color"
841
  msgstr "Couleur du texte du bouton"
842
 
843
+ #: contact_form.php:1412
844
  msgid "Contact Form Pro | Preview"
845
  msgstr "Formulaire Pro de Contact | Prévisualisation"
846
 
847
+ #: contact_form.php:1414
848
  msgid "Show with errors"
849
  msgstr "Afficher avec les erreurs"
850
 
851
+ #: contact_form.php:1423 contact_form.php:1425
852
  msgid "Please enter your full name..."
853
  msgstr "Merci de saisir votre nom..."
854
 
855
+ #: contact_form.php:1436 contact_form.php:1438
856
  msgid "Please enter your address..."
857
  msgstr "Merci de saisir votre adresse..."
858
 
859
+ #: contact_form.php:1447 contact_form.php:1449
860
  msgid "Please enter your email address..."
861
  msgstr "Merci de saisir votre adresse e-mail..."
862
 
863
+ #: contact_form.php:1458 contact_form.php:1460
864
  msgid "Please enter your phone number..."
865
  msgstr "Merci de saisir votre numéro de téléphone..."
866
 
867
+ #: contact_form.php:1469 contact_form.php:1471
868
  msgid "Please enter subject..."
869
  msgstr "Merci de saisir le sujet..."
870
 
871
+ #: contact_form.php:1479 contact_form.php:1481
872
  msgid "Please enter your message..."
873
  msgstr "Merci de saisir votre message..."
874
 
875
+ #: contact_form.php:1592
876
  msgid "Sorry, email message could not be delivered."
877
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
878
 
879
+ #: contact_form.php:2000
880
  msgid "Contact from"
881
  msgstr "Contact de"
882
 
883
+ #: contact_form.php:2022 contact_form.php:2052
884
  msgid "Phone"
885
  msgstr "Téléphone"
886
 
887
+ #: contact_form.php:2033 contact_form.php:2059
888
  msgid "Site"
889
  msgstr "Site"
890
 
891
+ #: contact_form.php:2146
892
  msgid ""
893
  "If you can see this MIME, it means that the MIME type is not supported by "
894
  "your email client!"
896
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
897
  "MIME !"
898
 
899
+ #: contact_form.php:2230
900
  msgid "Support"
901
  msgstr "Support"
902
 
903
+ #: contact_form.php:2279
904
  msgid "Are you sure that you want to delete this language data?"
905
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
906
 
907
+ #: contact_form.php:2300
908
  msgid "Add multiple forms"
909
  msgstr "Ajouter plusieurs formulaires"
910
 
911
+ #: contact_form.php:2300
912
  msgid ""
913
  "Install Contact Form Multi plugin to create unlimited number of contact "
914
  "forms."
916
  "Installer l'extension 'Contact Form Multi' pour créer un nombre infini de "
917
  "formulaires de contact."
918
 
919
+ #: contact_form.php:2305
920
  msgid "Learn more"
921
  msgstr "Lire la suite"
922
 
923
+ #: contact_form.php:2309
924
  msgid "Close"
925
  msgstr "Fermer"
926
 
927
+ #: contact_form.php:2497
928
  #, fuzzy
929
  msgid "allows to store your messages to the database."
930
  msgstr ""
931
  "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans "
932
  "la base de données."
933
 
934
+ #: contact_form.php:2498
935
  msgid "Manage messages that have been sent from your website."
936
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
937
 
languages/{contact_form-ja.mo → contact-form-plugin-ja.mo} RENAMED
Binary file
languages/{contact_form-ja.po → contact-form-plugin-ja.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form設定"
22
 
@@ -24,35 +24,35 @@ msgstr "Contact Form設定"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "名前:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "住所:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "Eメール:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "電話番号:"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "件名:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "メッセージ:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "添付:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,73 +63,73 @@ msgstr ""
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイル"
64
  "サイズ: 2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "コピーを自分に送る"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "送信"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "名前は必須です。"
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "住所が必要です。"
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "有効なEメールアドレスlが必須です。"
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "電話番号は必須です。"
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "件名は必須です。"
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "メッセージ本文は必須です。"
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "添付が壊れています。"
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "ファイル・アップロード・エラー。"
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "ファイルは、アップロード出来ませんでした。"
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "このファイルは大きすぎます。"
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "CAPTCHAを入力して下さい。"
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "以下を修正し、再度試して下さい。"
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "ご連絡ありがとうございます"
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
@@ -137,59 +137,59 @@ msgstr ""
137
  "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になりま"
138
  "す"
139
 
140
- #: contact_form.php:565
141
  msgid "Such user does not exist."
142
  msgstr "そのようなユーザは存在しません。"
143
 
144
- #: contact_form.php:575
145
  msgid ""
146
  "Please enter a valid email address in the 'Use this email address' field."
147
  msgstr ""
148
  "'このEメールアドレスを使用'フィールドに有効化なEメール・アドレスを入力して下"
149
  "さい。"
150
 
151
- #: contact_form.php:583
152
  msgid "Please enter a valid email address in the 'FROM' field."
153
  msgstr "'送信者'フィールドに有効なEメールアドレスを入力して下さい。"
154
 
155
- #: contact_form.php:606
156
  msgid "Settings saved."
157
  msgstr "設定保存."
158
 
159
- #: contact_form.php:608
160
  msgid "Settings are not saved."
161
  msgstr "設定は保存さていません。"
162
 
163
- #: contact_form.php:646
164
  msgid "All plugin settings were restored."
165
  msgstr ""
166
 
167
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
168
  msgid "Settings"
169
  msgstr "設定"
170
 
171
- #: contact_form.php:660
172
  #, fuzzy
173
  msgid "Additional settings"
174
  msgstr "追加オプション"
175
 
176
- #: contact_form.php:661
177
  msgid "Appearance"
178
  msgstr ""
179
 
180
- #: contact_form.php:662 contact_form.php:2223
181
  msgid "FAQ"
182
  msgstr "FAQ"
183
 
184
- #: contact_form.php:663
185
  msgid "Go PRO"
186
  msgstr "PROに進む"
187
 
188
- #: contact_form.php:666 contact_form.php:668
189
  msgid "Notice:"
190
  msgstr "通知:"
191
 
192
- #: contact_form.php:666
193
  msgid ""
194
  "The plugin's settings have been changed. In order to save them please don't "
195
  "forget to click the 'Save Changes' button."
@@ -197,7 +197,7 @@ msgstr ""
197
  "プラグインの設定は変更されました。これらを保存するためには、'変更保存'ボタン"
198
  "をクリックして下さい。"
199
 
200
- #: contact_form.php:679
201
  msgid ""
202
  "If you want to create multiple contact forms, please install the Contact "
203
  "Form Multi plugin."
@@ -205,7 +205,7 @@ msgstr ""
205
  "複数のコンタクトフォームを作成したい場合は、Contact Form Multiプラグインを導"
206
  "入して下さい。"
207
 
208
- #: contact_form.php:686
209
  #, fuzzy
210
  msgid ""
211
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -214,13 +214,13 @@ msgstr ""
214
  "Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
215
  "ページ又はウェジットにコピーして貼り付けるだけです:"
216
 
217
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
218
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
219
- #: contact_form.php:1152 contact_form.php:1154
220
  msgid "or"
221
  msgstr "又は"
222
 
223
- #: contact_form.php:687
224
  #, fuzzy
225
  msgid ""
226
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -229,11 +229,11 @@ msgstr ""
229
  "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
230
  "さい"
231
 
232
- #: contact_form.php:687 contact_form.php:690
233
  msgid "They work the same way."
234
  msgstr "同様に動作します。"
235
 
236
- #: contact_form.php:689 contact_form.php:1501
237
  msgid ""
238
  "If you would like to add the Contact Form to your website, just copy and "
239
  "paste this shortcode to your post or page or widget:"
@@ -241,7 +241,7 @@ msgstr ""
241
  "Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
242
  "ページ又はウェジットにコピーして貼り付けるだけです:"
243
 
244
- #: contact_form.php:690
245
  msgid ""
246
  "If have any problems with the standard shortcode [contact_form], you should "
247
  "use the shortcode"
@@ -249,7 +249,7 @@ msgstr ""
249
  "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
250
  "さい"
251
 
252
- #: contact_form.php:694
253
  msgid ""
254
  "If you leave the fields empty, the messages will be sent to the email "
255
  "address specified during registration."
@@ -257,123 +257,123 @@ msgstr ""
257
  "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られ"
258
  "ます。"
259
 
260
- #: contact_form.php:697
261
  msgid "The user's email address:"
262
  msgstr "wordpressユーザのEメールを利用r:"
263
 
264
- #: contact_form.php:701
265
  #, fuzzy
266
  msgid "Select a username"
267
  msgstr "ユーザ名の選択"
268
 
269
- #: contact_form.php:714
270
  msgid ""
271
  "Enter a username of the person who should get the messages from the contact "
272
  "form."
273
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
274
 
275
- #: contact_form.php:718
276
  msgid "Use this email address:"
277
  msgstr "このEメールを利用:"
278
 
279
- #: contact_form.php:722
280
  msgid "Enter the email address you want the messages forwarded to."
281
  msgstr "メッセージ受信用のEメールを設定。"
282
 
283
- #: contact_form.php:731
284
  msgid "Add department selectbox to the contact form:"
285
  msgstr "部署選択ボックスをコンタクトフォームに追加:"
286
 
287
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
288
  msgid "If you upgrade to Pro version all your settings will be saved."
289
  msgstr "PROバージョンにアップグレードすると、設定が保存されます。"
290
 
291
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
292
- #: contact_form.php:1207 contact_form.php:1391
293
  #, fuzzy
294
  msgid "Unlock premium options by upgrading to PRO version."
295
  msgstr ""
296
  "PROバージョンにアップグレードすることにより、プレミアム・オプションが解除され"
297
  "ます。"
298
 
299
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
300
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
301
  msgid "Learn More"
302
  msgstr "もっと学ぶ"
303
 
304
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
305
- #: contact_form.php:1211 contact_form.php:1395
306
  msgid "Go"
307
  msgstr "進む"
308
 
309
- #: contact_form.php:757
310
  msgid "Save emails to the database"
311
  msgstr "メールをデータベースに保存"
312
 
313
- #: contact_form.php:762
314
  msgid "Using"
315
  msgstr "使用中"
316
 
317
- #: contact_form.php:765 contact_form.php:769
318
  #, fuzzy
319
  msgid "Using Contact Form to DB by BestWebSoft"
320
  msgstr "利用 Contact Form to DB powered by"
321
 
322
- #: contact_form.php:765
323
  msgid "Activate"
324
  msgstr "有効化"
325
 
326
- #: contact_form.php:769
327
  msgid "Download"
328
  msgstr "ダウンロード"
329
 
330
- #: contact_form.php:779
331
  msgid "What to use?"
332
  msgstr "何を使用?"
333
 
334
- #: contact_form.php:784
335
  msgid "Wp-mail"
336
  msgstr "WPメール"
337
 
338
- #: contact_form.php:786
339
  msgid "You can use the wp_mail function for mailing"
340
  msgstr "メールにwp_mali機能が利用できます"
341
 
342
- #: contact_form.php:789
343
  msgid "Mail"
344
  msgstr "メール"
345
 
346
- #: contact_form.php:791
347
  msgid "To send mail you can use the php mail function"
348
  msgstr "メールを送信するには、phpメール機能が利用できます"
349
 
350
- #: contact_form.php:796
351
  msgid "'FROM' field"
352
  msgstr ""
353
 
354
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
355
- #: contact_form.php:2000 contact_form.php:2036
356
  msgid "Name"
357
  msgstr "名前"
358
 
359
- #: contact_form.php:805
360
  msgid "User name"
361
  msgstr "ユーザ名"
362
 
363
- #: contact_form.php:807
364
  msgid ""
365
  "The name of the user who fills the form will be used in the field 'From'."
366
  msgstr "フォームを入力するユーザの名前が、'送信者'フィールドに使用されます。"
367
 
368
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
369
  msgid "Email"
370
  msgstr "Eメール"
371
 
372
- #: contact_form.php:820
373
  msgid "User email"
374
  msgstr "ユーザ・Eメール"
375
 
376
- #: contact_form.php:822
377
  msgid ""
378
  "The email address of the user who fills the form will be used in the field "
379
  "'From'."
@@ -381,172 +381,172 @@ msgstr ""
381
  "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されま"
382
  "す。"
383
 
384
- #: contact_form.php:826
385
  msgid ""
386
  "If this option is changed, email messages may be moved to the spam folder or "
387
  "email delivery failures may occur."
388
  msgstr ""
389
 
390
- #: contact_form.php:832
391
  msgid "Required symbol"
392
  msgstr "必須シンボル"
393
 
394
- #: contact_form.php:842
395
  msgid "Fields"
396
  msgstr "フィールド"
397
 
398
- #: contact_form.php:843
399
  msgid "Used"
400
  msgstr "使用済"
401
 
402
- #: contact_form.php:844
403
  msgid "Required"
404
  msgstr "必須"
405
 
406
- #: contact_form.php:845
407
  msgid "Visible"
408
  msgstr "可視"
409
 
410
- #: contact_form.php:846
411
  msgid "Disabled for editing"
412
  msgstr "編集を無効化"
413
 
414
- #: contact_form.php:847
415
  msgid "Field's default value"
416
  msgstr "フィールドのデフォルト値"
417
 
418
- #: contact_form.php:852
419
  #, fuzzy
420
  msgid "Department selectbox"
421
  msgstr "場所選択ボックス"
422
 
423
- #: contact_form.php:867
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
- #: contact_form.php:868 contact_form.php:896
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:872
434
  msgid "Location selectbox"
435
  msgstr "場所選択ボックス"
436
 
437
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
438
- #: contact_form.php:2040
439
  msgid "Address"
440
  msgstr "住所"
441
 
442
- #: contact_form.php:888
443
  msgid "Email Address"
444
  msgstr "Eメール・アドレス"
445
 
446
- #: contact_form.php:895
447
  msgid "Use User's email as a default value if the user is logged in."
448
  msgstr ""
449
 
450
- #: contact_form.php:900
451
  msgid "Phone number"
452
  msgstr "電話番号"
453
 
454
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
455
- #: contact_form.php:2049
456
  msgid "Subject"
457
  msgstr "件名"
458
 
459
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
460
- #: contact_form.php:2051
461
  msgid "Message"
462
  msgstr "メッセージ"
463
 
464
- #: contact_form.php:940
465
  msgid "Attachment block"
466
  msgstr "添付ブロック"
467
 
468
- #: contact_form.php:942
469
  msgid "Users can attach the following file formats"
470
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
471
 
472
- #: contact_form.php:955
473
  msgid "Add to the form"
474
  msgstr "フォームに追加"
475
 
476
- #: contact_form.php:960
477
  msgid "Tips below the Attachment"
478
  msgstr "添付ファイルの下のチップス"
479
 
480
- #: contact_form.php:969
481
  msgid "'Send me a copy' block"
482
  msgstr "'コピーを自分に送る'ブロック"
483
 
484
- #: contact_form.php:982
485
  msgid "Activate captcha"
486
  msgstr "有効なcaptcha"
487
 
488
- #: contact_form.php:986
489
  msgid "Download captcha"
490
  msgstr "captchaをダウンロード"
491
 
492
- #: contact_form.php:994
493
  msgid "Agreement checkbox"
494
  msgstr "同意のチェックボックス"
495
 
496
- #: contact_form.php:994
497
  msgid "Required checkbox for submitting the form"
498
  msgstr "フォームを送信するために必須のチェックボックス"
499
 
500
- #: contact_form.php:995
501
  msgid "Optional checkbox"
502
  msgstr "オプションのチェックボックス"
503
 
504
- #: contact_form.php:995
505
  msgid "Optional checkbox, the results of which will be displayed in email"
506
  msgstr "オプションのチェックボックス、Eメールに表示される結果"
507
 
508
- #: contact_form.php:1013
509
  msgid "Delete an attachment file from the server after the email is sent"
510
  msgstr "Eメール送信後、サーバから添付ファイルを削除"
511
 
512
- #: contact_form.php:1019
513
  msgid "Email in HTML format sending"
514
  msgstr "HTMLフォーマットでメール送信"
515
 
516
- #: contact_form.php:1023
517
  msgid "Display additional info in the email"
518
  msgstr "メール中に追加情報を表示"
519
 
520
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
521
  msgid "Sent from (ip address)"
522
  msgstr "送信された(IP-Adresse)"
523
 
524
- #: contact_form.php:1029
525
  msgid "Example: Sent from (IP address):\t127.0.0.1"
526
  msgstr "例: 送信された(IP-Adresse):\t127.0.0.1"
527
 
528
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
529
  msgid "Date/Time"
530
  msgstr "日時"
531
 
532
- #: contact_form.php:1030
533
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
534
  msgstr "例: 日時:\tAugust 19, 2013 8:50 pm"
535
 
536
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
537
  msgid "Sent from (referer)"
538
  msgstr "送信された(referer)"
539
 
540
- #: contact_form.php:1031
541
  msgid ""
542
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
543
  msgstr "例: 送信された (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
544
 
545
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
546
  msgid "Using (user agent)"
547
  msgstr "利用中の (user agent)"
548
 
549
- #: contact_form.php:1032
550
  msgid ""
551
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
552
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -554,132 +554,132 @@ msgstr ""
554
  "例: 利用中の (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
555
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
556
 
557
- #: contact_form.php:1037
558
  msgid "Language settings for the field names in the form"
559
  msgstr "フォーム内のフィールド名の言語設定"
560
 
561
- #: contact_form.php:1046
562
  msgid "Add a language"
563
  msgstr "言語の追加"
564
 
565
- #: contact_form.php:1050
566
  msgid "Change the names of the contact form fields and error messages"
567
  msgstr "コンタクトフォームのフィールド名及びエラーメッセージを変更"
568
 
569
- #: contact_form.php:1055 contact_form.php:1142
570
  msgid "English"
571
  msgstr "英語"
572
 
573
- #: contact_form.php:1063 contact_form.php:1097
574
  msgid "click to expand/hide the list"
575
  msgstr "クリックして、このリストを展開/隠す"
576
 
577
- #: contact_form.php:1072 contact_form.php:1106
578
  msgid "Tips below the Attachment block"
579
  msgstr "添付ファイル・ブロックの下のチップス"
580
 
581
- #: contact_form.php:1075 contact_form.php:1109
582
  msgid "Error message for the Name field"
583
  msgstr "名前フィールド用のエラーメッセージ"
584
 
585
- #: contact_form.php:1076 contact_form.php:1110
586
  msgid "Error message for the Address field"
587
  msgstr "住所フィールド用のエラーメッセージ"
588
 
589
- #: contact_form.php:1077 contact_form.php:1111
590
  msgid "Error message for the Email field"
591
  msgstr "Eメール・フィールド用のエラーメッセージ"
592
 
593
- #: contact_form.php:1078 contact_form.php:1112
594
  msgid "Error message for the Phone field"
595
  msgstr "電話フィールド用のエラーメッセージ"
596
 
597
- #: contact_form.php:1079 contact_form.php:1113
598
  msgid "Error message for the Subject field"
599
  msgstr "件名フィールド用のエラーメッセージ"
600
 
601
- #: contact_form.php:1080 contact_form.php:1114
602
  msgid "Error message for the Message field"
603
  msgstr "メッセージ・フィールド用のエラーメッセージ"
604
 
605
- #: contact_form.php:1081 contact_form.php:1115
606
  msgid "Error message about the file type for the Attachment field"
607
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
608
 
609
- #: contact_form.php:1082 contact_form.php:1116
610
  msgid ""
611
  "Error message while uploading a file for the Attachment field to the server"
612
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
613
 
614
- #: contact_form.php:1083 contact_form.php:1117
615
  msgid "Error message while moving the file for the Attachment field"
616
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
617
 
618
- #: contact_form.php:1084 contact_form.php:1118
619
  msgid "Error message when file size limit for the Attachment field is exceeded"
620
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
621
 
622
- #: contact_form.php:1085 contact_form.php:1119
623
  msgid "Error message for the Captcha field"
624
  msgstr "Captcha フィールド用のエラーメッセージ"
625
 
626
- #: contact_form.php:1086 contact_form.php:1120
627
  msgid "Error message for the whole form"
628
  msgstr "全体フォーム用のエラーメッセージ"
629
 
630
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
631
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
632
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
633
- #: contact_form.php:2358
634
  msgid "Use shortcode"
635
  msgstr "短いコードの利用"
636
 
637
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
638
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
639
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
640
- #: contact_form.php:2358
641
  msgid "for this language"
642
  msgstr "この言語用に"
643
 
644
- #: contact_form.php:1133
645
  msgid "Use the changed names of the contact form fields in the email"
646
  msgstr "Eメール内のコンタクトフォーム・フィールドの変更された名前を使用"
647
 
648
- #: contact_form.php:1139
649
  msgid "Action after email is sent"
650
  msgstr "メール送信後の動作"
651
 
652
- #: contact_form.php:1141
653
  msgid "Display text"
654
  msgstr "テキストを表示"
655
 
656
- #: contact_form.php:1150 contact_form.php:1160
657
  msgid "Text"
658
  msgstr "文字"
659
 
660
- #: contact_form.php:1171
661
  msgid "Redirect to the page"
662
  msgstr "ページに転送"
663
 
664
- #: contact_form.php:1172
665
  msgid "Url"
666
  msgstr "Url"
667
 
668
- #: contact_form.php:1176
669
  msgid "The $_SERVER variable that is used to build a URL of the form"
670
  msgstr "フォームのURLを作成するのに使用される$_SERVER変数"
671
 
672
- #: contact_form.php:1181
673
  msgid ""
674
  "If you are not sure whether to change this setting or not, please do not do "
675
  "that."
676
  msgstr "この設定を変更するかが定かで無い場合は、変更しないで下さい。"
677
 
678
- #: contact_form.php:1191
679
  msgid "Auto Response"
680
  msgstr "自動応答"
681
 
682
- #: contact_form.php:1195
683
  #, php-format
684
  msgid ""
685
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -690,214 +690,214 @@ msgstr ""
690
  "表示するために%%NAME%%を、メッセージフィールドからデータを表示するため"
691
  "に%%MESSAGE%%が利用することが出来ます。"
692
 
693
- #: contact_form.php:1220 contact_form.php:1402
694
  msgid "Save Changes"
695
  msgstr "変更保存"
696
 
697
- #: contact_form.php:1233
698
  msgid "Errors output"
699
  msgstr "エラー出力"
700
 
701
- #: contact_form.php:1236
702
  msgid "Display error messages"
703
  msgstr "エラーメッセージの表示"
704
 
705
- #: contact_form.php:1237
706
  msgid "Color of the input field errors."
707
  msgstr "入力フィールド・エラーの色"
708
 
709
- #: contact_form.php:1238
710
  msgid "Display error messages & color of the input field errors"
711
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
712
 
713
- #: contact_form.php:1243
714
  msgid "Add placeholder to the input blocks"
715
  msgstr "プレースホルダーを入力ブロックに追加"
716
 
717
- #: contact_form.php:1249
718
  msgid "Add tooltips"
719
  msgstr "ツールチップの追加"
720
 
721
- #: contact_form.php:1263
722
  msgid "Email address"
723
  msgstr "Eメール・アドレス"
724
 
725
- #: contact_form.php:1268
726
  msgid "Phone Number"
727
  msgstr "電話番号"
728
 
729
- #: contact_form.php:1282
730
  msgid "Attachment"
731
  msgstr "添付"
732
 
733
- #: contact_form.php:1292
734
  msgid "Style options"
735
  msgstr "スタイル・オプション"
736
 
737
- #: contact_form.php:1295
738
  msgid "Text color"
739
  msgstr "文字色"
740
 
741
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
742
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
743
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
744
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
745
  msgid "Default"
746
  msgstr "標準"
747
 
748
- #: contact_form.php:1300
749
  msgid "Label text color"
750
  msgstr "ラベル文字色"
751
 
752
- #: contact_form.php:1305
753
  msgid "Placeholder color"
754
  msgstr "プレースホルダ色"
755
 
756
- #: contact_form.php:1310
757
  msgid "Errors color"
758
  msgstr "エラーの色"
759
 
760
- #: contact_form.php:1315
761
  msgid "Error text color"
762
  msgstr "エラーテキストの色"
763
 
764
- #: contact_form.php:1320
765
  msgid "Background color of the input field errors"
766
  msgstr "入力フィールド・エラーの背景色"
767
 
768
- #: contact_form.php:1325
769
  msgid "Border color of the input field errors"
770
  msgstr "入力フィールド・エラーの罫線色"
771
 
772
- #: contact_form.php:1330
773
  msgid "Placeholder color of the input field errors"
774
  msgstr "入力フィールド・エラー用のプレースホルダ色"
775
 
776
- #: contact_form.php:1335
777
  msgid "Input fields"
778
  msgstr "フィールドを入力"
779
 
780
- #: contact_form.php:1340
781
  msgid "Input fields background color"
782
  msgstr "フィールドの背景色の入力"
783
 
784
- #: contact_form.php:1345
785
  msgid "Text fields color"
786
  msgstr "文字フィールド色"
787
 
788
- #: contact_form.php:1349
789
  msgid "Border width in px, numbers only"
790
  msgstr "罫線幅(px単位)、数値のみ"
791
 
792
- #: contact_form.php:1354 contact_form.php:1378
793
  msgid "Border color"
794
  msgstr "罫線色"
795
 
796
- #: contact_form.php:1359
797
  msgid "Submit button"
798
  msgstr "送信ボタン"
799
 
800
- #: contact_form.php:1363
801
  msgid "Width in px, numbers only"
802
  msgstr "px単位の幅、数字のみ"
803
 
804
- #: contact_form.php:1368
805
  msgid "Button color"
806
  msgstr "ボタンの色"
807
 
808
- #: contact_form.php:1373
809
  msgid "Button text color"
810
  msgstr "ボタン文字の色"
811
 
812
- #: contact_form.php:1406
813
  msgid "Contact Form Pro | Preview"
814
  msgstr "Contact Form Pro | プレビュー"
815
 
816
- #: contact_form.php:1408
817
  msgid "Show with errors"
818
  msgstr "エラーで表示"
819
 
820
- #: contact_form.php:1417 contact_form.php:1419
821
  msgid "Please enter your full name..."
822
  msgstr "貴方の氏名を入力して下さい..."
823
 
824
- #: contact_form.php:1430 contact_form.php:1432
825
  msgid "Please enter your address..."
826
  msgstr "貴方の住所を入力して下さい..."
827
 
828
- #: contact_form.php:1441 contact_form.php:1443
829
  msgid "Please enter your email address..."
830
  msgstr "貴方のEメール・アドレスを入力して下さい..."
831
 
832
- #: contact_form.php:1452 contact_form.php:1454
833
  msgid "Please enter your phone number..."
834
  msgstr "貴方の電話番号を入力して下さい..."
835
 
836
- #: contact_form.php:1463 contact_form.php:1465
837
  msgid "Please enter subject..."
838
  msgstr "件名を入力して下さい..."
839
 
840
- #: contact_form.php:1473 contact_form.php:1475
841
  msgid "Please enter your message..."
842
  msgstr "メッセージを入力して下さい..."
843
 
844
- #: contact_form.php:1586
845
  msgid "Sorry, email message could not be delivered."
846
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
847
 
848
- #: contact_form.php:1994
849
  msgid "Contact from"
850
  msgstr "Contact Form"
851
 
852
- #: contact_form.php:2016 contact_form.php:2046
853
  msgid "Phone"
854
  msgstr "電話"
855
 
856
- #: contact_form.php:2027 contact_form.php:2053
857
  msgid "Site"
858
  msgstr "サイト"
859
 
860
- #: contact_form.php:2140
861
  msgid ""
862
  "If you can see this MIME, it means that the MIME type is not supported by "
863
  "your email client!"
864
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
865
 
866
- #: contact_form.php:2224
867
  msgid "Support"
868
  msgstr "サポート"
869
 
870
- #: contact_form.php:2273
871
  msgid "Are you sure that you want to delete this language data?"
872
  msgstr "本当に、この言語データを削除しますか?"
873
 
874
- #: contact_form.php:2294
875
  #, fuzzy
876
  msgid "Add multiple forms"
877
  msgstr "フォームに追加"
878
 
879
- #: contact_form.php:2294
880
  msgid ""
881
  "Install Contact Form Multi plugin to create unlimited number of contact "
882
  "forms."
883
  msgstr ""
884
 
885
- #: contact_form.php:2299
886
  msgid "Learn more"
887
  msgstr "もっと学ぶ"
888
 
889
- #: contact_form.php:2303
890
  msgid "Close"
891
  msgstr ""
892
 
893
- #: contact_form.php:2491
894
  #, fuzzy
895
  msgid "allows to store your messages to the database."
896
  msgstr ""
897
  "<strong>Contact Form to DB</strong>は、貴方のメッセージをデータベースに保存し"
898
  "ます。"
899
 
900
- #: contact_form.php:2492
901
  msgid "Manage messages that have been sent from your website."
902
  msgstr "貴方のウェブサイトから送られるメッセージを管理"
903
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form設定"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "名前:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "住所:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "Eメール:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "電話番号:"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "件名:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "メッセージ:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "添付:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイル"
64
  "サイズ: 2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "コピーを自分に送る"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "送信"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "名前は必須です。"
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "住所が必要です。"
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "有効なEメールアドレスlが必須です。"
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "電話番号は必須です。"
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "件名は必須です。"
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "メッセージ本文は必須です。"
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "添付が壊れています。"
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "ファイル・アップロード・エラー。"
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "ファイルは、アップロード出来ませんでした。"
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "このファイルは大きすぎます。"
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "CAPTCHAを入力して下さい。"
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "以下を修正し、再度試して下さい。"
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "ご連絡ありがとうございます"
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になりま"
138
  "す"
139
 
140
+ #: contact_form.php:571
141
  msgid "Such user does not exist."
142
  msgstr "そのようなユーザは存在しません。"
143
 
144
+ #: contact_form.php:581
145
  msgid ""
146
  "Please enter a valid email address in the 'Use this email address' field."
147
  msgstr ""
148
  "'このEメールアドレスを使用'フィールドに有効化なEメール・アドレスを入力して下"
149
  "さい。"
150
 
151
+ #: contact_form.php:589
152
  msgid "Please enter a valid email address in the 'FROM' field."
153
  msgstr "'送信者'フィールドに有効なEメールアドレスを入力して下さい。"
154
 
155
+ #: contact_form.php:612
156
  msgid "Settings saved."
157
  msgstr "設定保存."
158
 
159
+ #: contact_form.php:614
160
  msgid "Settings are not saved."
161
  msgstr "設定は保存さていません。"
162
 
163
+ #: contact_form.php:652
164
  msgid "All plugin settings were restored."
165
  msgstr ""
166
 
167
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
168
  msgid "Settings"
169
  msgstr "設定"
170
 
171
+ #: contact_form.php:666
172
  #, fuzzy
173
  msgid "Additional settings"
174
  msgstr "追加オプション"
175
 
176
+ #: contact_form.php:667
177
  msgid "Appearance"
178
  msgstr ""
179
 
180
+ #: contact_form.php:668 contact_form.php:2229
181
  msgid "FAQ"
182
  msgstr "FAQ"
183
 
184
+ #: contact_form.php:669
185
  msgid "Go PRO"
186
  msgstr "PROに進む"
187
 
188
+ #: contact_form.php:672 contact_form.php:674
189
  msgid "Notice:"
190
  msgstr "通知:"
191
 
192
+ #: contact_form.php:672
193
  msgid ""
194
  "The plugin's settings have been changed. In order to save them please don't "
195
  "forget to click the 'Save Changes' button."
197
  "プラグインの設定は変更されました。これらを保存するためには、'変更保存'ボタン"
198
  "をクリックして下さい。"
199
 
200
+ #: contact_form.php:685
201
  msgid ""
202
  "If you want to create multiple contact forms, please install the Contact "
203
  "Form Multi plugin."
205
  "複数のコンタクトフォームを作成したい場合は、Contact Form Multiプラグインを導"
206
  "入して下さい。"
207
 
208
+ #: contact_form.php:692
209
  #, fuzzy
210
  msgid ""
211
  "If you would like to add Contact Form to your website, just copy and paste "
214
  "Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
215
  "ページ又はウェジットにコピーして貼り付けるだけです:"
216
 
217
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
218
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
219
+ #: contact_form.php:1158 contact_form.php:1160
220
  msgid "or"
221
  msgstr "又は"
222
 
223
+ #: contact_form.php:693
224
  #, fuzzy
225
  msgid ""
226
  "If you have any problems with the standard shortcode [contact_form], you "
229
  "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
230
  "さい"
231
 
232
+ #: contact_form.php:693 contact_form.php:696
233
  msgid "They work the same way."
234
  msgstr "同様に動作します。"
235
 
236
+ #: contact_form.php:695 contact_form.php:1507
237
  msgid ""
238
  "If you would like to add the Contact Form to your website, just copy and "
239
  "paste this shortcode to your post or page or widget:"
241
  "Contact Formをあなたのサイトに追加したい場合は、このショートカットを投稿、"
242
  "ページ又はウェジットにコピーして貼り付けるだけです:"
243
 
244
+ #: contact_form.php:696
245
  msgid ""
246
  "If have any problems with the standard shortcode [contact_form], you should "
247
  "use the shortcode"
249
  "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下"
250
  "さい"
251
 
252
+ #: contact_form.php:700
253
  msgid ""
254
  "If you leave the fields empty, the messages will be sent to the email "
255
  "address specified during registration."
257
  "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られ"
258
  "ます。"
259
 
260
+ #: contact_form.php:703
261
  msgid "The user's email address:"
262
  msgstr "wordpressユーザのEメールを利用r:"
263
 
264
+ #: contact_form.php:707
265
  #, fuzzy
266
  msgid "Select a username"
267
  msgstr "ユーザ名の選択"
268
 
269
+ #: contact_form.php:720
270
  msgid ""
271
  "Enter a username of the person who should get the messages from the contact "
272
  "form."
273
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
274
 
275
+ #: contact_form.php:724
276
  msgid "Use this email address:"
277
  msgstr "このEメールを利用:"
278
 
279
+ #: contact_form.php:728
280
  msgid "Enter the email address you want the messages forwarded to."
281
  msgstr "メッセージ受信用のEメールを設定。"
282
 
283
+ #: contact_form.php:737
284
  msgid "Add department selectbox to the contact form:"
285
  msgstr "部署選択ボックスをコンタクトフォームに追加:"
286
 
287
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
288
  msgid "If you upgrade to Pro version all your settings will be saved."
289
  msgstr "PROバージョンにアップグレードすると、設定が保存されます。"
290
 
291
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
292
+ #: contact_form.php:1213 contact_form.php:1397
293
  #, fuzzy
294
  msgid "Unlock premium options by upgrading to PRO version."
295
  msgstr ""
296
  "PROバージョンにアップグレードすることにより、プレミアム・オプションが解除され"
297
  "ます。"
298
 
299
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
300
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
301
  msgid "Learn More"
302
  msgstr "もっと学ぶ"
303
 
304
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
305
+ #: contact_form.php:1217 contact_form.php:1401
306
  msgid "Go"
307
  msgstr "進む"
308
 
309
+ #: contact_form.php:763
310
  msgid "Save emails to the database"
311
  msgstr "メールをデータベースに保存"
312
 
313
+ #: contact_form.php:768
314
  msgid "Using"
315
  msgstr "使用中"
316
 
317
+ #: contact_form.php:771 contact_form.php:775
318
  #, fuzzy
319
  msgid "Using Contact Form to DB by BestWebSoft"
320
  msgstr "利用 Contact Form to DB powered by"
321
 
322
+ #: contact_form.php:771
323
  msgid "Activate"
324
  msgstr "有効化"
325
 
326
+ #: contact_form.php:775
327
  msgid "Download"
328
  msgstr "ダウンロード"
329
 
330
+ #: contact_form.php:785
331
  msgid "What to use?"
332
  msgstr "何を使用?"
333
 
334
+ #: contact_form.php:790
335
  msgid "Wp-mail"
336
  msgstr "WPメール"
337
 
338
+ #: contact_form.php:792
339
  msgid "You can use the wp_mail function for mailing"
340
  msgstr "メールにwp_mali機能が利用できます"
341
 
342
+ #: contact_form.php:795
343
  msgid "Mail"
344
  msgstr "メール"
345
 
346
+ #: contact_form.php:797
347
  msgid "To send mail you can use the php mail function"
348
  msgstr "メールを送信するには、phpメール機能が利用できます"
349
 
350
+ #: contact_form.php:802
351
  msgid "'FROM' field"
352
  msgstr ""
353
 
354
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
355
+ #: contact_form.php:2006 contact_form.php:2042
356
  msgid "Name"
357
  msgstr "名前"
358
 
359
+ #: contact_form.php:811
360
  msgid "User name"
361
  msgstr "ユーザ名"
362
 
363
+ #: contact_form.php:813
364
  msgid ""
365
  "The name of the user who fills the form will be used in the field 'From'."
366
  msgstr "フォームを入力するユーザの名前が、'送信者'フィールドに使用されます。"
367
 
368
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
369
  msgid "Email"
370
  msgstr "Eメール"
371
 
372
+ #: contact_form.php:826
373
  msgid "User email"
374
  msgstr "ユーザ・Eメール"
375
 
376
+ #: contact_form.php:828
377
  msgid ""
378
  "The email address of the user who fills the form will be used in the field "
379
  "'From'."
381
  "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されま"
382
  "す。"
383
 
384
+ #: contact_form.php:832
385
  msgid ""
386
  "If this option is changed, email messages may be moved to the spam folder or "
387
  "email delivery failures may occur."
388
  msgstr ""
389
 
390
+ #: contact_form.php:838
391
  msgid "Required symbol"
392
  msgstr "必須シンボル"
393
 
394
+ #: contact_form.php:848
395
  msgid "Fields"
396
  msgstr "フィールド"
397
 
398
+ #: contact_form.php:849
399
  msgid "Used"
400
  msgstr "使用済"
401
 
402
+ #: contact_form.php:850
403
  msgid "Required"
404
  msgstr "必須"
405
 
406
+ #: contact_form.php:851
407
  msgid "Visible"
408
  msgstr "可視"
409
 
410
+ #: contact_form.php:852
411
  msgid "Disabled for editing"
412
  msgstr "編集を無効化"
413
 
414
+ #: contact_form.php:853
415
  msgid "Field's default value"
416
  msgstr "フィールドのデフォルト値"
417
 
418
+ #: contact_form.php:858
419
  #, fuzzy
420
  msgid "Department selectbox"
421
  msgstr "場所選択ボックス"
422
 
423
+ #: contact_form.php:873
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
+ #: contact_form.php:874 contact_form.php:902
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:878
434
  msgid "Location selectbox"
435
  msgstr "場所選択ボックス"
436
 
437
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
438
+ #: contact_form.php:2046
439
  msgid "Address"
440
  msgstr "住所"
441
 
442
+ #: contact_form.php:894
443
  msgid "Email Address"
444
  msgstr "Eメール・アドレス"
445
 
446
+ #: contact_form.php:901
447
  msgid "Use User's email as a default value if the user is logged in."
448
  msgstr ""
449
 
450
+ #: contact_form.php:906
451
  msgid "Phone number"
452
  msgstr "電話番号"
453
 
454
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
455
+ #: contact_form.php:2055
456
  msgid "Subject"
457
  msgstr "件名"
458
 
459
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
460
+ #: contact_form.php:2057
461
  msgid "Message"
462
  msgstr "メッセージ"
463
 
464
+ #: contact_form.php:946
465
  msgid "Attachment block"
466
  msgstr "添付ブロック"
467
 
468
+ #: contact_form.php:948
469
  msgid "Users can attach the following file formats"
470
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
471
 
472
+ #: contact_form.php:961
473
  msgid "Add to the form"
474
  msgstr "フォームに追加"
475
 
476
+ #: contact_form.php:966
477
  msgid "Tips below the Attachment"
478
  msgstr "添付ファイルの下のチップス"
479
 
480
+ #: contact_form.php:975
481
  msgid "'Send me a copy' block"
482
  msgstr "'コピーを自分に送る'ブロック"
483
 
484
+ #: contact_form.php:988
485
  msgid "Activate captcha"
486
  msgstr "有効なcaptcha"
487
 
488
+ #: contact_form.php:992
489
  msgid "Download captcha"
490
  msgstr "captchaをダウンロード"
491
 
492
+ #: contact_form.php:1000
493
  msgid "Agreement checkbox"
494
  msgstr "同意のチェックボックス"
495
 
496
+ #: contact_form.php:1000
497
  msgid "Required checkbox for submitting the form"
498
  msgstr "フォームを送信するために必須のチェックボックス"
499
 
500
+ #: contact_form.php:1001
501
  msgid "Optional checkbox"
502
  msgstr "オプションのチェックボックス"
503
 
504
+ #: contact_form.php:1001
505
  msgid "Optional checkbox, the results of which will be displayed in email"
506
  msgstr "オプションのチェックボックス、Eメールに表示される結果"
507
 
508
+ #: contact_form.php:1019
509
  msgid "Delete an attachment file from the server after the email is sent"
510
  msgstr "Eメール送信後、サーバから添付ファイルを削除"
511
 
512
+ #: contact_form.php:1025
513
  msgid "Email in HTML format sending"
514
  msgstr "HTMLフォーマットでメール送信"
515
 
516
+ #: contact_form.php:1029
517
  msgid "Display additional info in the email"
518
  msgstr "メール中に追加情報を表示"
519
 
520
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
521
  msgid "Sent from (ip address)"
522
  msgstr "送信された(IP-Adresse)"
523
 
524
+ #: contact_form.php:1035
525
  msgid "Example: Sent from (IP address):\t127.0.0.1"
526
  msgstr "例: 送信された(IP-Adresse):\t127.0.0.1"
527
 
528
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
529
  msgid "Date/Time"
530
  msgstr "日時"
531
 
532
+ #: contact_form.php:1036
533
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
534
  msgstr "例: 日時:\tAugust 19, 2013 8:50 pm"
535
 
536
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
537
  msgid "Sent from (referer)"
538
  msgstr "送信された(referer)"
539
 
540
+ #: contact_form.php:1037
541
  msgid ""
542
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
543
  msgstr "例: 送信された (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
544
 
545
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
546
  msgid "Using (user agent)"
547
  msgstr "利用中の (user agent)"
548
 
549
+ #: contact_form.php:1038
550
  msgid ""
551
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
552
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
554
  "例: 利用中の (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
555
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
556
 
557
+ #: contact_form.php:1043
558
  msgid "Language settings for the field names in the form"
559
  msgstr "フォーム内のフィールド名の言語設定"
560
 
561
+ #: contact_form.php:1052
562
  msgid "Add a language"
563
  msgstr "言語の追加"
564
 
565
+ #: contact_form.php:1056
566
  msgid "Change the names of the contact form fields and error messages"
567
  msgstr "コンタクトフォームのフィールド名及びエラーメッセージを変更"
568
 
569
+ #: contact_form.php:1061 contact_form.php:1148
570
  msgid "English"
571
  msgstr "英語"
572
 
573
+ #: contact_form.php:1069 contact_form.php:1103
574
  msgid "click to expand/hide the list"
575
  msgstr "クリックして、このリストを展開/隠す"
576
 
577
+ #: contact_form.php:1078 contact_form.php:1112
578
  msgid "Tips below the Attachment block"
579
  msgstr "添付ファイル・ブロックの下のチップス"
580
 
581
+ #: contact_form.php:1081 contact_form.php:1115
582
  msgid "Error message for the Name field"
583
  msgstr "名前フィールド用のエラーメッセージ"
584
 
585
+ #: contact_form.php:1082 contact_form.php:1116
586
  msgid "Error message for the Address field"
587
  msgstr "住所フィールド用のエラーメッセージ"
588
 
589
+ #: contact_form.php:1083 contact_form.php:1117
590
  msgid "Error message for the Email field"
591
  msgstr "Eメール・フィールド用のエラーメッセージ"
592
 
593
+ #: contact_form.php:1084 contact_form.php:1118
594
  msgid "Error message for the Phone field"
595
  msgstr "電話フィールド用のエラーメッセージ"
596
 
597
+ #: contact_form.php:1085 contact_form.php:1119
598
  msgid "Error message for the Subject field"
599
  msgstr "件名フィールド用のエラーメッセージ"
600
 
601
+ #: contact_form.php:1086 contact_form.php:1120
602
  msgid "Error message for the Message field"
603
  msgstr "メッセージ・フィールド用のエラーメッセージ"
604
 
605
+ #: contact_form.php:1087 contact_form.php:1121
606
  msgid "Error message about the file type for the Attachment field"
607
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
608
 
609
+ #: contact_form.php:1088 contact_form.php:1122
610
  msgid ""
611
  "Error message while uploading a file for the Attachment field to the server"
612
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
613
 
614
+ #: contact_form.php:1089 contact_form.php:1123
615
  msgid "Error message while moving the file for the Attachment field"
616
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
617
 
618
+ #: contact_form.php:1090 contact_form.php:1124
619
  msgid "Error message when file size limit for the Attachment field is exceeded"
620
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
621
 
622
+ #: contact_form.php:1091 contact_form.php:1125
623
  msgid "Error message for the Captcha field"
624
  msgstr "Captcha フィールド用のエラーメッセージ"
625
 
626
+ #: contact_form.php:1092 contact_form.php:1126
627
  msgid "Error message for the whole form"
628
  msgstr "全体フォーム用のエラーメッセージ"
629
 
630
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
631
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
632
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
633
+ #: contact_form.php:2364
634
  msgid "Use shortcode"
635
  msgstr "短いコードの利用"
636
 
637
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
638
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
639
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
640
+ #: contact_form.php:2364
641
  msgid "for this language"
642
  msgstr "この言語用に"
643
 
644
+ #: contact_form.php:1139
645
  msgid "Use the changed names of the contact form fields in the email"
646
  msgstr "Eメール内のコンタクトフォーム・フィールドの変更された名前を使用"
647
 
648
+ #: contact_form.php:1145
649
  msgid "Action after email is sent"
650
  msgstr "メール送信後の動作"
651
 
652
+ #: contact_form.php:1147
653
  msgid "Display text"
654
  msgstr "テキストを表示"
655
 
656
+ #: contact_form.php:1156 contact_form.php:1166
657
  msgid "Text"
658
  msgstr "文字"
659
 
660
+ #: contact_form.php:1177
661
  msgid "Redirect to the page"
662
  msgstr "ページに転送"
663
 
664
+ #: contact_form.php:1178
665
  msgid "Url"
666
  msgstr "Url"
667
 
668
+ #: contact_form.php:1182
669
  msgid "The $_SERVER variable that is used to build a URL of the form"
670
  msgstr "フォームのURLを作成するのに使用される$_SERVER変数"
671
 
672
+ #: contact_form.php:1187
673
  msgid ""
674
  "If you are not sure whether to change this setting or not, please do not do "
675
  "that."
676
  msgstr "この設定を変更するかが定かで無い場合は、変更しないで下さい。"
677
 
678
+ #: contact_form.php:1197
679
  msgid "Auto Response"
680
  msgstr "自動応答"
681
 
682
+ #: contact_form.php:1201
683
  #, php-format
684
  msgid ""
685
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
690
  "表示するために%%NAME%%を、メッセージフィールドからデータを表示するため"
691
  "に%%MESSAGE%%が利用することが出来ます。"
692
 
693
+ #: contact_form.php:1226 contact_form.php:1408
694
  msgid "Save Changes"
695
  msgstr "変更保存"
696
 
697
+ #: contact_form.php:1239
698
  msgid "Errors output"
699
  msgstr "エラー出力"
700
 
701
+ #: contact_form.php:1242
702
  msgid "Display error messages"
703
  msgstr "エラーメッセージの表示"
704
 
705
+ #: contact_form.php:1243
706
  msgid "Color of the input field errors."
707
  msgstr "入力フィールド・エラーの色"
708
 
709
+ #: contact_form.php:1244
710
  msgid "Display error messages & color of the input field errors"
711
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
712
 
713
+ #: contact_form.php:1249
714
  msgid "Add placeholder to the input blocks"
715
  msgstr "プレースホルダーを入力ブロックに追加"
716
 
717
+ #: contact_form.php:1255
718
  msgid "Add tooltips"
719
  msgstr "ツールチップの追加"
720
 
721
+ #: contact_form.php:1269
722
  msgid "Email address"
723
  msgstr "Eメール・アドレス"
724
 
725
+ #: contact_form.php:1274
726
  msgid "Phone Number"
727
  msgstr "電話番号"
728
 
729
+ #: contact_form.php:1288
730
  msgid "Attachment"
731
  msgstr "添付"
732
 
733
+ #: contact_form.php:1298
734
  msgid "Style options"
735
  msgstr "スタイル・オプション"
736
 
737
+ #: contact_form.php:1301
738
  msgid "Text color"
739
  msgstr "文字色"
740
 
741
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
742
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
743
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
744
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
745
  msgid "Default"
746
  msgstr "標準"
747
 
748
+ #: contact_form.php:1306
749
  msgid "Label text color"
750
  msgstr "ラベル文字色"
751
 
752
+ #: contact_form.php:1311
753
  msgid "Placeholder color"
754
  msgstr "プレースホルダ色"
755
 
756
+ #: contact_form.php:1316
757
  msgid "Errors color"
758
  msgstr "エラーの色"
759
 
760
+ #: contact_form.php:1321
761
  msgid "Error text color"
762
  msgstr "エラーテキストの色"
763
 
764
+ #: contact_form.php:1326
765
  msgid "Background color of the input field errors"
766
  msgstr "入力フィールド・エラーの背景色"
767
 
768
+ #: contact_form.php:1331
769
  msgid "Border color of the input field errors"
770
  msgstr "入力フィールド・エラーの罫線色"
771
 
772
+ #: contact_form.php:1336
773
  msgid "Placeholder color of the input field errors"
774
  msgstr "入力フィールド・エラー用のプレースホルダ色"
775
 
776
+ #: contact_form.php:1341
777
  msgid "Input fields"
778
  msgstr "フィールドを入力"
779
 
780
+ #: contact_form.php:1346
781
  msgid "Input fields background color"
782
  msgstr "フィールドの背景色の入力"
783
 
784
+ #: contact_form.php:1351
785
  msgid "Text fields color"
786
  msgstr "文字フィールド色"
787
 
788
+ #: contact_form.php:1355
789
  msgid "Border width in px, numbers only"
790
  msgstr "罫線幅(px単位)、数値のみ"
791
 
792
+ #: contact_form.php:1360 contact_form.php:1384
793
  msgid "Border color"
794
  msgstr "罫線色"
795
 
796
+ #: contact_form.php:1365
797
  msgid "Submit button"
798
  msgstr "送信ボタン"
799
 
800
+ #: contact_form.php:1369
801
  msgid "Width in px, numbers only"
802
  msgstr "px単位の幅、数字のみ"
803
 
804
+ #: contact_form.php:1374
805
  msgid "Button color"
806
  msgstr "ボタンの色"
807
 
808
+ #: contact_form.php:1379
809
  msgid "Button text color"
810
  msgstr "ボタン文字の色"
811
 
812
+ #: contact_form.php:1412
813
  msgid "Contact Form Pro | Preview"
814
  msgstr "Contact Form Pro | プレビュー"
815
 
816
+ #: contact_form.php:1414
817
  msgid "Show with errors"
818
  msgstr "エラーで表示"
819
 
820
+ #: contact_form.php:1423 contact_form.php:1425
821
  msgid "Please enter your full name..."
822
  msgstr "貴方の氏名を入力して下さい..."
823
 
824
+ #: contact_form.php:1436 contact_form.php:1438
825
  msgid "Please enter your address..."
826
  msgstr "貴方の住所を入力して下さい..."
827
 
828
+ #: contact_form.php:1447 contact_form.php:1449
829
  msgid "Please enter your email address..."
830
  msgstr "貴方のEメール・アドレスを入力して下さい..."
831
 
832
+ #: contact_form.php:1458 contact_form.php:1460
833
  msgid "Please enter your phone number..."
834
  msgstr "貴方の電話番号を入力して下さい..."
835
 
836
+ #: contact_form.php:1469 contact_form.php:1471
837
  msgid "Please enter subject..."
838
  msgstr "件名を入力して下さい..."
839
 
840
+ #: contact_form.php:1479 contact_form.php:1481
841
  msgid "Please enter your message..."
842
  msgstr "メッセージを入力して下さい..."
843
 
844
+ #: contact_form.php:1592
845
  msgid "Sorry, email message could not be delivered."
846
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
847
 
848
+ #: contact_form.php:2000
849
  msgid "Contact from"
850
  msgstr "Contact Form"
851
 
852
+ #: contact_form.php:2022 contact_form.php:2052
853
  msgid "Phone"
854
  msgstr "電話"
855
 
856
+ #: contact_form.php:2033 contact_form.php:2059
857
  msgid "Site"
858
  msgstr "サイト"
859
 
860
+ #: contact_form.php:2146
861
  msgid ""
862
  "If you can see this MIME, it means that the MIME type is not supported by "
863
  "your email client!"
864
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
865
 
866
+ #: contact_form.php:2230
867
  msgid "Support"
868
  msgstr "サポート"
869
 
870
+ #: contact_form.php:2279
871
  msgid "Are you sure that you want to delete this language data?"
872
  msgstr "本当に、この言語データを削除しますか?"
873
 
874
+ #: contact_form.php:2300
875
  #, fuzzy
876
  msgid "Add multiple forms"
877
  msgstr "フォームに追加"
878
 
879
+ #: contact_form.php:2300
880
  msgid ""
881
  "Install Contact Form Multi plugin to create unlimited number of contact "
882
  "forms."
883
  msgstr ""
884
 
885
+ #: contact_form.php:2305
886
  msgid "Learn more"
887
  msgstr "もっと学ぶ"
888
 
889
+ #: contact_form.php:2309
890
  msgid "Close"
891
  msgstr ""
892
 
893
+ #: contact_form.php:2497
894
  #, fuzzy
895
  msgid "allows to store your messages to the database."
896
  msgstr ""
897
  "<strong>Contact Form to DB</strong>は、貴方のメッセージをデータベースに保存し"
898
  "ます。"
899
 
900
+ #: contact_form.php:2498
901
  msgid "Manage messages that have been sent from your website."
902
  msgstr "貴方のウェブサイトから送られるメッセージを管理"
903
 
languages/{contact_form-nb_NO.mo → contact-form-plugin-nb_NO.mo} RENAMED
Binary file
languages/{contact_form-nb_NO.po → contact-form-plugin-nb_NO.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
9
  "Language: nb_NO\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "Instillinger for kontaktskjema"
22
 
@@ -24,35 +24,35 @@ msgstr "Instillinger for kontaktskjema"
24
  msgid "Contact Form"
25
  msgstr "Kontaktskjema"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "Navn:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "Adresse:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "E-post:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "Telefon:"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "Tema:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "Melding:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "Vedheng:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -62,73 +62,73 @@ msgstr ""
62
  "Støttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
63
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstørrelse: 2MB"
64
 
65
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
66
  msgid "Send me a copy"
67
  msgstr "Send meg en kopi"
68
 
69
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
70
  msgid "Submit"
71
  msgstr "Send"
72
 
73
- #: contact_form.php:133
74
  msgid "Your name is required."
75
  msgstr "Navn er obligatorisk."
76
 
77
- #: contact_form.php:134
78
  msgid "Address is required."
79
  msgstr "Adresse er påkrevet."
80
 
81
- #: contact_form.php:135
82
  msgid "A valid email address is required."
83
  msgstr "Gyldig e-post adresse er nødvendig."
84
 
85
- #: contact_form.php:136
86
  msgid "Phone number is required."
87
  msgstr "Telefon er nødvendig."
88
 
89
- #: contact_form.php:137
90
  msgid "Subject is required."
91
  msgstr "Tema er nødvendig."
92
 
93
- #: contact_form.php:138
94
  msgid "Message text is required."
95
  msgstr "Meldingsinnhold er nødvendig."
96
 
97
- #: contact_form.php:139
98
  msgid "File format is not valid."
99
  msgstr "Filformat er ikke gyldig"
100
 
101
- #: contact_form.php:140
102
  msgid "File upload error."
103
  msgstr "Feil ved opplasting av fil."
104
 
105
- #: contact_form.php:141
106
  msgid "The file could not be uploaded."
107
  msgstr "Filen kunne ikke lastes opp."
108
 
109
- #: contact_form.php:142
110
  msgid "This file is too large."
111
  msgstr "Filen er for stor."
112
 
113
- #: contact_form.php:143
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Vennligst fyll ut CAPTCHA."
116
 
117
- #: contact_form.php:144
118
  msgid "Please make corrections below and try again."
119
  msgstr "Vennligst gjør korrigeringer, og prøv igjen."
120
 
121
- #: contact_form.php:146
122
  msgid "Thank you for contacting us."
123
  msgstr "Takk for at du kontakter oss."
124
 
125
- #: contact_form.php:546
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
- #: contact_form.php:556
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
@@ -136,58 +136,58 @@ msgstr ""
136
  "Dersom 'Videresend til side' instilling er valgt, så skal URL feltet være i "
137
  "følgende format"
138
 
139
- #: contact_form.php:565
140
  msgid "Such user does not exist."
141
  msgstr "En slik bruker eksisterer ikke."
142
 
143
- #: contact_form.php:575
144
  msgid ""
145
  "Please enter a valid email address in the 'Use this email address' field."
146
  msgstr ""
147
  "Vennligst skriv inn en gyldig e-postadresse i 'Bruk denne e-posten' feltet."
148
 
149
- #: contact_form.php:583
150
  msgid "Please enter a valid email address in the 'FROM' field."
151
  msgstr "Vennligst skriv inn en gyldig e-post i 'FRA' feltet."
152
 
153
- #: contact_form.php:606
154
  msgid "Settings saved."
155
  msgstr "Instillinger lagret."
156
 
157
- #: contact_form.php:608
158
  msgid "Settings are not saved."
159
  msgstr "Instillinger er ikke lagret."
160
 
161
- #: contact_form.php:646
162
  msgid "All plugin settings were restored."
163
  msgstr ""
164
 
165
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
166
  msgid "Settings"
167
  msgstr "Instillinger"
168
 
169
- #: contact_form.php:660
170
  #, fuzzy
171
  msgid "Additional settings"
172
  msgstr "Ekstrainstillinger"
173
 
174
- #: contact_form.php:661
175
  msgid "Appearance"
176
  msgstr ""
177
 
178
- #: contact_form.php:662 contact_form.php:2223
179
  msgid "FAQ"
180
  msgstr "Часті питання"
181
 
182
- #: contact_form.php:663
183
  msgid "Go PRO"
184
  msgstr "Go PRO"
185
 
186
- #: contact_form.php:666 contact_form.php:668
187
  msgid "Notice:"
188
  msgstr "Notis:"
189
 
190
- #: contact_form.php:666
191
  msgid ""
192
  "The plugin's settings have been changed. In order to save them please don't "
193
  "forget to click the 'Save Changes' button."
@@ -195,7 +195,7 @@ msgstr ""
195
  "Instillingene til plugin har blitt endret. For å lagre endringer, ikke glem "
196
  "å klikke 'Lagre endringer' knappen."
197
 
198
- #: contact_form.php:679
199
  msgid ""
200
  "If you want to create multiple contact forms, please install the Contact "
201
  "Form Multi plugin."
@@ -203,7 +203,7 @@ msgstr ""
203
  "Dersom du ønsker å opprette flere kontaktskjema, vennligst installer Contact "
204
  "From Multi plugin"
205
 
206
- #: contact_form.php:686
207
  #, fuzzy
208
  msgid ""
209
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -212,13 +212,13 @@ msgstr ""
212
  "Om du ønsker å legge til kontakskjema for din webside, kopier denne "
213
  "shortcoden til din post, side eller widget."
214
 
215
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
216
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
217
- #: contact_form.php:1152 contact_form.php:1154
218
  msgid "or"
219
  msgstr "eller"
220
 
221
- #: contact_form.php:687
222
  #, fuzzy
223
  msgid ""
224
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -227,11 +227,11 @@ msgstr ""
227
  "Om du har problemer med standard shortcode [contact_form], bør du bruke "
228
  "shortcoden"
229
 
230
- #: contact_form.php:687 contact_form.php:690
231
  msgid "They work the same way."
232
  msgstr "De fungerer på samme måte."
233
 
234
- #: contact_form.php:689 contact_form.php:1501
235
  msgid ""
236
  "If you would like to add the Contact Form to your website, just copy and "
237
  "paste this shortcode to your post or page or widget:"
@@ -239,7 +239,7 @@ msgstr ""
239
  "Om du ønsker å legge til kontakskjema for din webside, kopier denne "
240
  "shortcoden til din post, side eller widget."
241
 
242
- #: contact_form.php:690
243
  msgid ""
244
  "If have any problems with the standard shortcode [contact_form], you should "
245
  "use the shortcode"
@@ -247,7 +247,7 @@ msgstr ""
247
  "Om du har problemer med standard shortcode [contact_form], bør du bruke "
248
  "shortcoden"
249
 
250
- #: contact_form.php:694
251
  msgid ""
252
  "If you leave the fields empty, the messages will be sent to the email "
253
  "address specified during registration."
@@ -255,297 +255,297 @@ msgstr ""
255
  "Om du lar feltene være tomme, vil meldingene bli sent til e-post adresse "
256
  "oppgitt ved registreringen."
257
 
258
- #: contact_form.php:697
259
  msgid "The user's email address:"
260
  msgstr "Brukerens e-post adress:"
261
 
262
- #: contact_form.php:701
263
  #, fuzzy
264
  msgid "Select a username"
265
  msgstr "Opprett et brukernavn"
266
 
267
- #: contact_form.php:714
268
  msgid ""
269
  "Enter a username of the person who should get the messages from the contact "
270
  "form."
271
  msgstr ""
272
  "Oppgi brukernavn til personen som skal få meldingene fra kontaktskjemaet."
273
 
274
- #: contact_form.php:718
275
  msgid "Use this email address:"
276
  msgstr "Bruk denne e-post adressen:"
277
 
278
- #: contact_form.php:722
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
281
 
282
- #: contact_form.php:731
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
285
 
286
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr ""
289
  "Om du oppgraderer til Pro versjonen, vil alle instillingene dine bli lagret."
290
 
291
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
292
- #: contact_form.php:1207 contact_form.php:1391
293
  #, fuzzy
294
  msgid "Unlock premium options by upgrading to PRO version."
295
  msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
296
 
297
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
298
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
299
  msgid "Learn More"
300
  msgstr "Lær mer"
301
 
302
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
303
- #: contact_form.php:1211 contact_form.php:1395
304
  msgid "Go"
305
  msgstr "Gå"
306
 
307
- #: contact_form.php:757
308
  msgid "Save emails to the database"
309
  msgstr "Lagre e-poster til databasen."
310
 
311
- #: contact_form.php:762
312
  msgid "Using"
313
  msgstr "Bruker"
314
 
315
- #: contact_form.php:765 contact_form.php:769
316
  #, fuzzy
317
  msgid "Using Contact Form to DB by BestWebSoft"
318
  msgstr "Bruker Contact Form to DB støttet av"
319
 
320
- #: contact_form.php:765
321
  msgid "Activate"
322
  msgstr "Aktiver"
323
 
324
- #: contact_form.php:769
325
  msgid "Download"
326
  msgstr "Завантажити"
327
 
328
- #: contact_form.php:779
329
  msgid "What to use?"
330
  msgstr "Hva skal brukes?"
331
 
332
- #: contact_form.php:784
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
- #: contact_form.php:786
337
  msgid "You can use the wp_mail function for mailing"
338
  msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
339
 
340
- #: contact_form.php:789
341
  msgid "Mail"
342
  msgstr "E-post"
343
 
344
- #: contact_form.php:791
345
  msgid "To send mail you can use the php mail function"
346
  msgstr "For å sende e-post kan du bruke php mail funksjon."
347
 
348
- #: contact_form.php:796
349
  msgid "'FROM' field"
350
  msgstr ""
351
 
352
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
353
- #: contact_form.php:2000 contact_form.php:2036
354
  msgid "Name"
355
  msgstr "Navn"
356
 
357
- #: contact_form.php:805
358
  msgid "User name"
359
  msgstr "Brukernavn"
360
 
361
- #: contact_form.php:807
362
  msgid ""
363
  "The name of the user who fills the form will be used in the field 'From'."
364
  msgstr ""
365
  "Navnet til brukeren som fyller ut skjema vil bli brukt i 'From'-feltet."
366
 
367
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
368
  msgid "Email"
369
  msgstr "E-post"
370
 
371
- #: contact_form.php:820
372
  msgid "User email"
373
  msgstr "Brukers e-post"
374
 
375
- #: contact_form.php:822
376
  msgid ""
377
  "The email address of the user who fills the form will be used in the field "
378
  "'From'."
379
  msgstr ""
380
  "E-post adresse til bruker som fyller ut skjema vil bli brukt i 'From'-feltet."
381
 
382
- #: contact_form.php:826
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:832
389
  msgid "Required symbol"
390
  msgstr "Obligatorisk symbol"
391
 
392
- #: contact_form.php:842
393
  msgid "Fields"
394
  msgstr "Felt"
395
 
396
- #: contact_form.php:843
397
  msgid "Used"
398
  msgstr "Brukt"
399
 
400
- #: contact_form.php:844
401
  msgid "Required"
402
  msgstr "Obligatorisk"
403
 
404
- #: contact_form.php:845
405
  msgid "Visible"
406
  msgstr "Synlig"
407
 
408
- #: contact_form.php:846
409
  msgid "Disabled for editing"
410
  msgstr "Sperret for redigering"
411
 
412
- #: contact_form.php:847
413
  msgid "Field's default value"
414
  msgstr "Feltets standardverdi"
415
 
416
- #: contact_form.php:852
417
  #, fuzzy
418
  msgid "Department selectbox"
419
  msgstr "Flervalgsboks for sted"
420
 
421
- #: contact_form.php:867
422
  msgid "Use User's name as a default value if the user is logged in."
423
  msgstr ""
424
 
425
- #: contact_form.php:868 contact_form.php:896
426
  msgid ""
427
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
428
  "in users."
429
  msgstr ""
430
 
431
- #: contact_form.php:872
432
  msgid "Location selectbox"
433
  msgstr "Flervalgsboks for sted"
434
 
435
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
436
- #: contact_form.php:2040
437
  msgid "Address"
438
  msgstr "Adresse"
439
 
440
- #: contact_form.php:888
441
  msgid "Email Address"
442
  msgstr "E-post"
443
 
444
- #: contact_form.php:895
445
  msgid "Use User's email as a default value if the user is logged in."
446
  msgstr ""
447
 
448
- #: contact_form.php:900
449
  msgid "Phone number"
450
  msgstr "Telefon"
451
 
452
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
453
- #: contact_form.php:2049
454
  msgid "Subject"
455
  msgstr "Tema"
456
 
457
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
458
- #: contact_form.php:2051
459
  msgid "Message"
460
  msgstr "Melding"
461
 
462
- #: contact_form.php:940
463
  msgid "Attachment block"
464
  msgstr "Vedhengsblokk"
465
 
466
- #: contact_form.php:942
467
  msgid "Users can attach the following file formats"
468
  msgstr "Brukere kan legge ved følgende filformat"
469
 
470
- #: contact_form.php:955
471
  msgid "Add to the form"
472
  msgstr "Legg til skjemaet"
473
 
474
- #: contact_form.php:960
475
  msgid "Tips below the Attachment"
476
  msgstr "Tips under vedheng"
477
 
478
- #: contact_form.php:969
479
  msgid "'Send me a copy' block"
480
  msgstr "'Send meg en kopi' blokk"
481
 
482
- #: contact_form.php:982
483
  msgid "Activate captcha"
484
  msgstr "Aktiver captcha"
485
 
486
- #: contact_form.php:986
487
  msgid "Download captcha"
488
  msgstr "Last ned captcha"
489
 
490
- #: contact_form.php:994
491
  msgid "Agreement checkbox"
492
  msgstr "Sjekkboks for vilkår"
493
 
494
- #: contact_form.php:994
495
  msgid "Required checkbox for submitting the form"
496
  msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
497
 
498
- #: contact_form.php:995
499
  msgid "Optional checkbox"
500
  msgstr "Valgfri sjekkboks"
501
 
502
- #: contact_form.php:995
503
  msgid "Optional checkbox, the results of which will be displayed in email"
504
  msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
505
 
506
- #: contact_form.php:1013
507
  msgid "Delete an attachment file from the server after the email is sent"
508
  msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
509
 
510
- #: contact_form.php:1019
511
  msgid "Email in HTML format sending"
512
  msgstr "Send e-post i HTML format"
513
 
514
- #: contact_form.php:1023
515
  msgid "Display additional info in the email"
516
  msgstr "Vis ekstra informasjon i e-posten"
517
 
518
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
519
  msgid "Sent from (ip address)"
520
  msgstr "Sent fra (ip-adresse)"
521
 
522
- #: contact_form.php:1029
523
  msgid "Example: Sent from (IP address):\t127.0.0.1"
524
  msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
525
 
526
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
527
  msgid "Date/Time"
528
  msgstr "Dato/Tid"
529
 
530
- #: contact_form.php:1030
531
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
532
  msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
533
 
534
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
535
  msgid "Sent from (referer)"
536
  msgstr "Sent fra (referer)"
537
 
538
- #: contact_form.php:1031
539
  msgid ""
540
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
541
  msgstr ""
542
  "Eksempel: Sent fra (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
543
 
544
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
545
  msgid "Using (user agent)"
546
  msgstr "Bruker (user agent)"
547
 
548
- #: contact_form.php:1032
549
  msgid ""
550
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
551
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -553,122 +553,122 @@ msgstr ""
553
  "Eksempel: Bruker (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
554
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
555
 
556
- #: contact_form.php:1037
557
  msgid "Language settings for the field names in the form"
558
  msgstr "Språkinstillinger for feltnavn i skjemaet"
559
 
560
- #: contact_form.php:1046
561
  msgid "Add a language"
562
  msgstr "Legg til et språk"
563
 
564
- #: contact_form.php:1050
565
  msgid "Change the names of the contact form fields and error messages"
566
  msgstr "Endre navnene på kontaktskjemafeltene og feilmeldingene"
567
 
568
- #: contact_form.php:1055 contact_form.php:1142
569
  msgid "English"
570
  msgstr "Engelsk"
571
 
572
- #: contact_form.php:1063 contact_form.php:1097
573
  msgid "click to expand/hide the list"
574
  msgstr "klikk for å ekspandere/gjemme listen"
575
 
576
- #: contact_form.php:1072 contact_form.php:1106
577
  msgid "Tips below the Attachment block"
578
  msgstr "Tips under Vedhengblokken"
579
 
580
- #: contact_form.php:1075 contact_form.php:1109
581
  msgid "Error message for the Name field"
582
  msgstr "Feilmelding for navnefeltet"
583
 
584
- #: contact_form.php:1076 contact_form.php:1110
585
  msgid "Error message for the Address field"
586
  msgstr "Feilmelding for adressefeltet"
587
 
588
- #: contact_form.php:1077 contact_form.php:1111
589
  msgid "Error message for the Email field"
590
  msgstr "Feilmelding for e-post feltet"
591
 
592
- #: contact_form.php:1078 contact_form.php:1112
593
  msgid "Error message for the Phone field"
594
  msgstr "Feilmelding for telefon-feltet"
595
 
596
- #: contact_form.php:1079 contact_form.php:1113
597
  msgid "Error message for the Subject field"
598
  msgstr "Feilmelding for tema-feltet"
599
 
600
- #: contact_form.php:1080 contact_form.php:1114
601
  msgid "Error message for the Message field"
602
  msgstr "Feilmelding for meldingsfeltet"
603
 
604
- #: contact_form.php:1081 contact_form.php:1115
605
  msgid "Error message about the file type for the Attachment field"
606
  msgstr "Feilmelding for filtype til vedhengsfeltet"
607
 
608
- #: contact_form.php:1082 contact_form.php:1116
609
  msgid ""
610
  "Error message while uploading a file for the Attachment field to the server"
611
  msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
612
 
613
- #: contact_form.php:1083 contact_form.php:1117
614
  msgid "Error message while moving the file for the Attachment field"
615
  msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
616
 
617
- #: contact_form.php:1084 contact_form.php:1118
618
  msgid "Error message when file size limit for the Attachment field is exceeded"
619
  msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
620
 
621
- #: contact_form.php:1085 contact_form.php:1119
622
  msgid "Error message for the Captcha field"
623
  msgstr "Feilmelding for Captcha-feltet"
624
 
625
- #: contact_form.php:1086 contact_form.php:1120
626
  msgid "Error message for the whole form"
627
  msgstr "Feilmelding for hele skjemaet"
628
 
629
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
630
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
631
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
632
- #: contact_form.php:2358
633
  msgid "Use shortcode"
634
  msgstr "Bruk shortcode"
635
 
636
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
637
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
638
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
639
- #: contact_form.php:2358
640
  msgid "for this language"
641
  msgstr "for dette språket"
642
 
643
- #: contact_form.php:1133
644
  msgid "Use the changed names of the contact form fields in the email"
645
  msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
646
 
647
- #: contact_form.php:1139
648
  msgid "Action after email is sent"
649
  msgstr "Handling etter at e-posten er sendt"
650
 
651
- #: contact_form.php:1141
652
  msgid "Display text"
653
  msgstr "Vis tekst"
654
 
655
- #: contact_form.php:1150 contact_form.php:1160
656
  msgid "Text"
657
  msgstr "Tekst"
658
 
659
- #: contact_form.php:1171
660
  msgid "Redirect to the page"
661
  msgstr "Videresend til siden"
662
 
663
- #: contact_form.php:1172
664
  msgid "Url"
665
  msgstr "Url"
666
 
667
- #: contact_form.php:1176
668
  msgid "The $_SERVER variable that is used to build a URL of the form"
669
  msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
670
 
671
- #: contact_form.php:1181
672
  msgid ""
673
  "If you are not sure whether to change this setting or not, please do not do "
674
  "that."
@@ -676,11 +676,11 @@ msgstr ""
676
  "Om du ikke er sikkert på om du bør endre denne instillingen eller ikke, "
677
  "vennligst ikke gjør det."
678
 
679
- #: contact_form.php:1191
680
  msgid "Auto Response"
681
  msgstr ""
682
 
683
- #: contact_form.php:1195
684
  #, php-format
685
  msgid ""
686
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -688,174 +688,174 @@ msgid ""
688
  "name."
689
  msgstr ""
690
 
691
- #: contact_form.php:1220 contact_form.php:1402
692
  msgid "Save Changes"
693
  msgstr "Lagre endringer"
694
 
695
- #: contact_form.php:1233
696
  msgid "Errors output"
697
  msgstr "Feilmelding utdata"
698
 
699
- #: contact_form.php:1236
700
  msgid "Display error messages"
701
  msgstr "Vise feilmeldinger"
702
 
703
- #: contact_form.php:1237
704
  msgid "Color of the input field errors."
705
  msgstr "Farger på feilmeldingene for inputfelt"
706
 
707
- #: contact_form.php:1238
708
  msgid "Display error messages & color of the input field errors"
709
  msgstr "Vis feilmeldinger og farge på inputfeltfeil"
710
 
711
- #: contact_form.php:1243
712
  msgid "Add placeholder to the input blocks"
713
  msgstr "Legg til placeholder på inputblokkene"
714
 
715
- #: contact_form.php:1249
716
  msgid "Add tooltips"
717
  msgstr "Legg til tooltips"
718
 
719
- #: contact_form.php:1263
720
  msgid "Email address"
721
  msgstr "E-post adresse"
722
 
723
- #: contact_form.php:1268
724
  msgid "Phone Number"
725
  msgstr "Telefon"
726
 
727
- #: contact_form.php:1282
728
  msgid "Attachment"
729
  msgstr "Vedheng"
730
 
731
- #: contact_form.php:1292
732
  msgid "Style options"
733
  msgstr "Styleringsopsjoner"
734
 
735
- #: contact_form.php:1295
736
  msgid "Text color"
737
  msgstr "Tekstfarge"
738
 
739
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
740
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
741
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
742
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
743
  msgid "Default"
744
  msgstr "Standard"
745
 
746
- #: contact_form.php:1300
747
  msgid "Label text color"
748
  msgstr "Tekstfarge på merkelapp"
749
 
750
- #: contact_form.php:1305
751
  msgid "Placeholder color"
752
  msgstr "Placeholder farge"
753
 
754
- #: contact_form.php:1310
755
  msgid "Errors color"
756
  msgstr "Feilmeldingsfarge"
757
 
758
- #: contact_form.php:1315
759
  msgid "Error text color"
760
  msgstr "Tekstfarge på feilmelding"
761
 
762
- #: contact_form.php:1320
763
  msgid "Background color of the input field errors"
764
  msgstr "Bakgrunnsfarge på inputfeltfeil"
765
 
766
- #: contact_form.php:1325
767
  msgid "Border color of the input field errors"
768
  msgstr "Rammefarge på inputfeltfeil"
769
 
770
- #: contact_form.php:1330
771
  msgid "Placeholder color of the input field errors"
772
  msgstr "Placeholderfarge på inputfeltfeil"
773
 
774
- #: contact_form.php:1335
775
  msgid "Input fields"
776
  msgstr "Inputfelt"
777
 
778
- #: contact_form.php:1340
779
  msgid "Input fields background color"
780
  msgstr "Bakgrunnsfarge på inputfelter"
781
 
782
- #: contact_form.php:1345
783
  msgid "Text fields color"
784
  msgstr "Farge på tekstfelter"
785
 
786
- #: contact_form.php:1349
787
  msgid "Border width in px, numbers only"
788
  msgstr "Rammebredde i pixler, kun tall"
789
 
790
- #: contact_form.php:1354 contact_form.php:1378
791
  msgid "Border color"
792
  msgstr "Ramme farge"
793
 
794
- #: contact_form.php:1359
795
  msgid "Submit button"
796
  msgstr "Send knapp"
797
 
798
- #: contact_form.php:1363
799
  msgid "Width in px, numbers only"
800
  msgstr "Bredde i piksler, kun tall"
801
 
802
- #: contact_form.php:1368
803
  msgid "Button color"
804
  msgstr "Knappfarge"
805
 
806
- #: contact_form.php:1373
807
  msgid "Button text color"
808
  msgstr "Farge på knappetekst"
809
 
810
- #: contact_form.php:1406
811
  msgid "Contact Form Pro | Preview"
812
  msgstr "Contact Form Pro | Forhåndsvisning"
813
 
814
- #: contact_form.php:1408
815
  msgid "Show with errors"
816
  msgstr "Vis med feilmeldinger"
817
 
818
- #: contact_form.php:1417 contact_form.php:1419
819
  msgid "Please enter your full name..."
820
  msgstr "Vennligst skriv inn ditt fulle navn..."
821
 
822
- #: contact_form.php:1430 contact_form.php:1432
823
  msgid "Please enter your address..."
824
  msgstr "Vennligst fyll inn din adresse..."
825
 
826
- #: contact_form.php:1441 contact_form.php:1443
827
  msgid "Please enter your email address..."
828
  msgstr "Vennligst oppgi e-post addresse..."
829
 
830
- #: contact_form.php:1452 contact_form.php:1454
831
  msgid "Please enter your phone number..."
832
  msgstr "Vennligst oppgi ditt telefon nummer..."
833
 
834
- #: contact_form.php:1463 contact_form.php:1465
835
  msgid "Please enter subject..."
836
  msgstr "Vennligst oppgi tema..."
837
 
838
- #: contact_form.php:1473 contact_form.php:1475
839
  msgid "Please enter your message..."
840
  msgstr "Vennligst skriv inn en melding..."
841
 
842
- #: contact_form.php:1586
843
  msgid "Sorry, email message could not be delivered."
844
  msgstr "Beklager, e-postmelding kunne ikke leveres."
845
 
846
- #: contact_form.php:1994
847
  msgid "Contact from"
848
  msgstr "Kontaktskjema"
849
 
850
- #: contact_form.php:2016 contact_form.php:2046
851
  msgid "Phone"
852
  msgstr "Telefon"
853
 
854
- #: contact_form.php:2027 contact_form.php:2053
855
  msgid "Site"
856
  msgstr "side"
857
 
858
- #: contact_form.php:2140
859
  msgid ""
860
  "If you can see this MIME, it means that the MIME type is not supported by "
861
  "your email client!"
@@ -863,41 +863,41 @@ msgstr ""
863
  "Om du kan se denne MIME, betyr det at MIME format ikke er støttet av din e-"
864
  "postklient!"
865
 
866
- #: contact_form.php:2224
867
  msgid "Support"
868
  msgstr "Support"
869
 
870
- #: contact_form.php:2273
871
  msgid "Are you sure that you want to delete this language data?"
872
  msgstr "Er du sikker på at du ønsker å slette disse språkdatane?"
873
 
874
- #: contact_form.php:2294
875
  #, fuzzy
876
  msgid "Add multiple forms"
877
  msgstr "Legg til skjemaet"
878
 
879
- #: contact_form.php:2294
880
  msgid ""
881
  "Install Contact Form Multi plugin to create unlimited number of contact "
882
  "forms."
883
  msgstr ""
884
 
885
- #: contact_form.php:2299
886
  #, fuzzy
887
  msgid "Learn more"
888
  msgstr "Lær mer"
889
 
890
- #: contact_form.php:2303
891
  msgid "Close"
892
  msgstr ""
893
 
894
- #: contact_form.php:2491
895
  #, fuzzy
896
  msgid "allows to store your messages to the database."
897
  msgstr ""
898
  "<strong>Contact Form to DB</strong> lar deg lagre meldinger i databasen."
899
 
900
- #: contact_form.php:2492
901
  msgid "Manage messages that have been sent from your website."
902
  msgstr "Administrer meldinger som har blitt sendt fra din webside."
903
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Per Rommetveit <bestwebsoftcontact@nordsoft.no>\n"
9
  "Language: nb_NO\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "Instillinger for kontaktskjema"
22
 
24
  msgid "Contact Form"
25
  msgstr "Kontaktskjema"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "Navn:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "Adresse:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "E-post:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "Telefon:"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "Tema:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "Melding:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "Vedheng:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
62
  "Støttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
63
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstørrelse: 2MB"
64
 
65
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
66
  msgid "Send me a copy"
67
  msgstr "Send meg en kopi"
68
 
69
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
70
  msgid "Submit"
71
  msgstr "Send"
72
 
73
+ #: contact_form.php:139
74
  msgid "Your name is required."
75
  msgstr "Navn er obligatorisk."
76
 
77
+ #: contact_form.php:140
78
  msgid "Address is required."
79
  msgstr "Adresse er påkrevet."
80
 
81
+ #: contact_form.php:141
82
  msgid "A valid email address is required."
83
  msgstr "Gyldig e-post adresse er nødvendig."
84
 
85
+ #: contact_form.php:142
86
  msgid "Phone number is required."
87
  msgstr "Telefon er nødvendig."
88
 
89
+ #: contact_form.php:143
90
  msgid "Subject is required."
91
  msgstr "Tema er nødvendig."
92
 
93
+ #: contact_form.php:144
94
  msgid "Message text is required."
95
  msgstr "Meldingsinnhold er nødvendig."
96
 
97
+ #: contact_form.php:145
98
  msgid "File format is not valid."
99
  msgstr "Filformat er ikke gyldig"
100
 
101
+ #: contact_form.php:146
102
  msgid "File upload error."
103
  msgstr "Feil ved opplasting av fil."
104
 
105
+ #: contact_form.php:147
106
  msgid "The file could not be uploaded."
107
  msgstr "Filen kunne ikke lastes opp."
108
 
109
+ #: contact_form.php:148
110
  msgid "This file is too large."
111
  msgstr "Filen er for stor."
112
 
113
+ #: contact_form.php:149
114
  msgid "Please fill out the CAPTCHA."
115
  msgstr "Vennligst fyll ut CAPTCHA."
116
 
117
+ #: contact_form.php:150
118
  msgid "Please make corrections below and try again."
119
  msgstr "Vennligst gjør korrigeringer, og prøv igjen."
120
 
121
+ #: contact_form.php:152
122
  msgid "Thank you for contacting us."
123
  msgstr "Takk for at du kontakter oss."
124
 
125
+ #: contact_form.php:552
126
  msgid ""
127
  "Email 'FROM' field option was changed, which may cause email messages being "
128
  "moved to the spam folder or email delivery failures."
129
  msgstr ""
130
 
131
+ #: contact_form.php:562
132
  msgid ""
133
  "If the 'Redirect to page' option is selected then the URL field should be in "
134
  "the following format"
136
  "Dersom 'Videresend til side' instilling er valgt, så skal URL feltet være i "
137
  "følgende format"
138
 
139
+ #: contact_form.php:571
140
  msgid "Such user does not exist."
141
  msgstr "En slik bruker eksisterer ikke."
142
 
143
+ #: contact_form.php:581
144
  msgid ""
145
  "Please enter a valid email address in the 'Use this email address' field."
146
  msgstr ""
147
  "Vennligst skriv inn en gyldig e-postadresse i 'Bruk denne e-posten' feltet."
148
 
149
+ #: contact_form.php:589
150
  msgid "Please enter a valid email address in the 'FROM' field."
151
  msgstr "Vennligst skriv inn en gyldig e-post i 'FRA' feltet."
152
 
153
+ #: contact_form.php:612
154
  msgid "Settings saved."
155
  msgstr "Instillinger lagret."
156
 
157
+ #: contact_form.php:614
158
  msgid "Settings are not saved."
159
  msgstr "Instillinger er ikke lagret."
160
 
161
+ #: contact_form.php:652
162
  msgid "All plugin settings were restored."
163
  msgstr ""
164
 
165
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
166
  msgid "Settings"
167
  msgstr "Instillinger"
168
 
169
+ #: contact_form.php:666
170
  #, fuzzy
171
  msgid "Additional settings"
172
  msgstr "Ekstrainstillinger"
173
 
174
+ #: contact_form.php:667
175
  msgid "Appearance"
176
  msgstr ""
177
 
178
+ #: contact_form.php:668 contact_form.php:2229
179
  msgid "FAQ"
180
  msgstr "Часті питання"
181
 
182
+ #: contact_form.php:669
183
  msgid "Go PRO"
184
  msgstr "Go PRO"
185
 
186
+ #: contact_form.php:672 contact_form.php:674
187
  msgid "Notice:"
188
  msgstr "Notis:"
189
 
190
+ #: contact_form.php:672
191
  msgid ""
192
  "The plugin's settings have been changed. In order to save them please don't "
193
  "forget to click the 'Save Changes' button."
195
  "Instillingene til plugin har blitt endret. For å lagre endringer, ikke glem "
196
  "å klikke 'Lagre endringer' knappen."
197
 
198
+ #: contact_form.php:685
199
  msgid ""
200
  "If you want to create multiple contact forms, please install the Contact "
201
  "Form Multi plugin."
203
  "Dersom du ønsker å opprette flere kontaktskjema, vennligst installer Contact "
204
  "From Multi plugin"
205
 
206
+ #: contact_form.php:692
207
  #, fuzzy
208
  msgid ""
209
  "If you would like to add Contact Form to your website, just copy and paste "
212
  "Om du ønsker å legge til kontakskjema for din webside, kopier denne "
213
  "shortcoden til din post, side eller widget."
214
 
215
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
216
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
217
+ #: contact_form.php:1158 contact_form.php:1160
218
  msgid "or"
219
  msgstr "eller"
220
 
221
+ #: contact_form.php:693
222
  #, fuzzy
223
  msgid ""
224
  "If you have any problems with the standard shortcode [contact_form], you "
227
  "Om du har problemer med standard shortcode [contact_form], bør du bruke "
228
  "shortcoden"
229
 
230
+ #: contact_form.php:693 contact_form.php:696
231
  msgid "They work the same way."
232
  msgstr "De fungerer på samme måte."
233
 
234
+ #: contact_form.php:695 contact_form.php:1507
235
  msgid ""
236
  "If you would like to add the Contact Form to your website, just copy and "
237
  "paste this shortcode to your post or page or widget:"
239
  "Om du ønsker å legge til kontakskjema for din webside, kopier denne "
240
  "shortcoden til din post, side eller widget."
241
 
242
+ #: contact_form.php:696
243
  msgid ""
244
  "If have any problems with the standard shortcode [contact_form], you should "
245
  "use the shortcode"
247
  "Om du har problemer med standard shortcode [contact_form], bør du bruke "
248
  "shortcoden"
249
 
250
+ #: contact_form.php:700
251
  msgid ""
252
  "If you leave the fields empty, the messages will be sent to the email "
253
  "address specified during registration."
255
  "Om du lar feltene være tomme, vil meldingene bli sent til e-post adresse "
256
  "oppgitt ved registreringen."
257
 
258
+ #: contact_form.php:703
259
  msgid "The user's email address:"
260
  msgstr "Brukerens e-post adress:"
261
 
262
+ #: contact_form.php:707
263
  #, fuzzy
264
  msgid "Select a username"
265
  msgstr "Opprett et brukernavn"
266
 
267
+ #: contact_form.php:720
268
  msgid ""
269
  "Enter a username of the person who should get the messages from the contact "
270
  "form."
271
  msgstr ""
272
  "Oppgi brukernavn til personen som skal få meldingene fra kontaktskjemaet."
273
 
274
+ #: contact_form.php:724
275
  msgid "Use this email address:"
276
  msgstr "Bruk denne e-post adressen:"
277
 
278
+ #: contact_form.php:728
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr "Legg inn e-post adressen du ønsker meldingene videresendt til."
281
 
282
+ #: contact_form.php:737
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr "Legg til avdelingssjekkboks til kontaktskjemaet:"
285
 
286
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr ""
289
  "Om du oppgraderer til Pro versjonen, vil alle instillingene dine bli lagret."
290
 
291
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
292
+ #: contact_form.php:1213 contact_form.php:1397
293
  #, fuzzy
294
  msgid "Unlock premium options by upgrading to PRO version."
295
  msgstr "Lås opp ekstrafunksjoner ved å oppgradere til en PRO-versjon."
296
 
297
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
298
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
299
  msgid "Learn More"
300
  msgstr "Lær mer"
301
 
302
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
303
+ #: contact_form.php:1217 contact_form.php:1401
304
  msgid "Go"
305
  msgstr "Gå"
306
 
307
+ #: contact_form.php:763
308
  msgid "Save emails to the database"
309
  msgstr "Lagre e-poster til databasen."
310
 
311
+ #: contact_form.php:768
312
  msgid "Using"
313
  msgstr "Bruker"
314
 
315
+ #: contact_form.php:771 contact_form.php:775
316
  #, fuzzy
317
  msgid "Using Contact Form to DB by BestWebSoft"
318
  msgstr "Bruker Contact Form to DB støttet av"
319
 
320
+ #: contact_form.php:771
321
  msgid "Activate"
322
  msgstr "Aktiver"
323
 
324
+ #: contact_form.php:775
325
  msgid "Download"
326
  msgstr "Завантажити"
327
 
328
+ #: contact_form.php:785
329
  msgid "What to use?"
330
  msgstr "Hva skal brukes?"
331
 
332
+ #: contact_form.php:790
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
+ #: contact_form.php:792
337
  msgid "You can use the wp_mail function for mailing"
338
  msgstr "Du kan bruke wp_mail funksjon for å sende e-post."
339
 
340
+ #: contact_form.php:795
341
  msgid "Mail"
342
  msgstr "E-post"
343
 
344
+ #: contact_form.php:797
345
  msgid "To send mail you can use the php mail function"
346
  msgstr "For å sende e-post kan du bruke php mail funksjon."
347
 
348
+ #: contact_form.php:802
349
  msgid "'FROM' field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
353
+ #: contact_form.php:2006 contact_form.php:2042
354
  msgid "Name"
355
  msgstr "Navn"
356
 
357
+ #: contact_form.php:811
358
  msgid "User name"
359
  msgstr "Brukernavn"
360
 
361
+ #: contact_form.php:813
362
  msgid ""
363
  "The name of the user who fills the form will be used in the field 'From'."
364
  msgstr ""
365
  "Navnet til brukeren som fyller ut skjema vil bli brukt i 'From'-feltet."
366
 
367
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
368
  msgid "Email"
369
  msgstr "E-post"
370
 
371
+ #: contact_form.php:826
372
  msgid "User email"
373
  msgstr "Brukers e-post"
374
 
375
+ #: contact_form.php:828
376
  msgid ""
377
  "The email address of the user who fills the form will be used in the field "
378
  "'From'."
379
  msgstr ""
380
  "E-post adresse til bruker som fyller ut skjema vil bli brukt i 'From'-feltet."
381
 
382
+ #: contact_form.php:832
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:838
389
  msgid "Required symbol"
390
  msgstr "Obligatorisk symbol"
391
 
392
+ #: contact_form.php:848
393
  msgid "Fields"
394
  msgstr "Felt"
395
 
396
+ #: contact_form.php:849
397
  msgid "Used"
398
  msgstr "Brukt"
399
 
400
+ #: contact_form.php:850
401
  msgid "Required"
402
  msgstr "Obligatorisk"
403
 
404
+ #: contact_form.php:851
405
  msgid "Visible"
406
  msgstr "Synlig"
407
 
408
+ #: contact_form.php:852
409
  msgid "Disabled for editing"
410
  msgstr "Sperret for redigering"
411
 
412
+ #: contact_form.php:853
413
  msgid "Field's default value"
414
  msgstr "Feltets standardverdi"
415
 
416
+ #: contact_form.php:858
417
  #, fuzzy
418
  msgid "Department selectbox"
419
  msgstr "Flervalgsboks for sted"
420
 
421
+ #: contact_form.php:873
422
  msgid "Use User's name as a default value if the user is logged in."
423
  msgstr ""
424
 
425
+ #: contact_form.php:874 contact_form.php:902
426
  msgid ""
427
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
428
  "in users."
429
  msgstr ""
430
 
431
+ #: contact_form.php:878
432
  msgid "Location selectbox"
433
  msgstr "Flervalgsboks for sted"
434
 
435
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
436
+ #: contact_form.php:2046
437
  msgid "Address"
438
  msgstr "Adresse"
439
 
440
+ #: contact_form.php:894
441
  msgid "Email Address"
442
  msgstr "E-post"
443
 
444
+ #: contact_form.php:901
445
  msgid "Use User's email as a default value if the user is logged in."
446
  msgstr ""
447
 
448
+ #: contact_form.php:906
449
  msgid "Phone number"
450
  msgstr "Telefon"
451
 
452
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
453
+ #: contact_form.php:2055
454
  msgid "Subject"
455
  msgstr "Tema"
456
 
457
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
458
+ #: contact_form.php:2057
459
  msgid "Message"
460
  msgstr "Melding"
461
 
462
+ #: contact_form.php:946
463
  msgid "Attachment block"
464
  msgstr "Vedhengsblokk"
465
 
466
+ #: contact_form.php:948
467
  msgid "Users can attach the following file formats"
468
  msgstr "Brukere kan legge ved følgende filformat"
469
 
470
+ #: contact_form.php:961
471
  msgid "Add to the form"
472
  msgstr "Legg til skjemaet"
473
 
474
+ #: contact_form.php:966
475
  msgid "Tips below the Attachment"
476
  msgstr "Tips under vedheng"
477
 
478
+ #: contact_form.php:975
479
  msgid "'Send me a copy' block"
480
  msgstr "'Send meg en kopi' blokk"
481
 
482
+ #: contact_form.php:988
483
  msgid "Activate captcha"
484
  msgstr "Aktiver captcha"
485
 
486
+ #: contact_form.php:992
487
  msgid "Download captcha"
488
  msgstr "Last ned captcha"
489
 
490
+ #: contact_form.php:1000
491
  msgid "Agreement checkbox"
492
  msgstr "Sjekkboks for vilkår"
493
 
494
+ #: contact_form.php:1000
495
  msgid "Required checkbox for submitting the form"
496
  msgstr "Obligatoriske sjekkbokser for å sende inn skjemaet"
497
 
498
+ #: contact_form.php:1001
499
  msgid "Optional checkbox"
500
  msgstr "Valgfri sjekkboks"
501
 
502
+ #: contact_form.php:1001
503
  msgid "Optional checkbox, the results of which will be displayed in email"
504
  msgstr "Valgfri sjekkboks, resultatene vil bli vist i e-post"
505
 
506
+ #: contact_form.php:1019
507
  msgid "Delete an attachment file from the server after the email is sent"
508
  msgstr "Slett vedhengsfil fra server etter at e-posten er sendt."
509
 
510
+ #: contact_form.php:1025
511
  msgid "Email in HTML format sending"
512
  msgstr "Send e-post i HTML format"
513
 
514
+ #: contact_form.php:1029
515
  msgid "Display additional info in the email"
516
  msgstr "Vis ekstra informasjon i e-posten"
517
 
518
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
519
  msgid "Sent from (ip address)"
520
  msgstr "Sent fra (ip-adresse)"
521
 
522
+ #: contact_form.php:1035
523
  msgid "Example: Sent from (IP address):\t127.0.0.1"
524
  msgstr "Eksempel: Sendt fra (IP adresse):\t127.0.0.1"
525
 
526
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
527
  msgid "Date/Time"
528
  msgstr "Dato/Tid"
529
 
530
+ #: contact_form.php:1036
531
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
532
  msgstr "Eksempel: Dato/Tid:\tAugust 19, 2013 8:50 pm"
533
 
534
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
535
  msgid "Sent from (referer)"
536
  msgstr "Sent fra (referer)"
537
 
538
+ #: contact_form.php:1037
539
  msgid ""
540
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
541
  msgstr ""
542
  "Eksempel: Sent fra (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
543
 
544
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
545
  msgid "Using (user agent)"
546
  msgstr "Bruker (user agent)"
547
 
548
+ #: contact_form.php:1038
549
  msgid ""
550
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
551
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
553
  "Eksempel: Bruker (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
554
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
555
 
556
+ #: contact_form.php:1043
557
  msgid "Language settings for the field names in the form"
558
  msgstr "Språkinstillinger for feltnavn i skjemaet"
559
 
560
+ #: contact_form.php:1052
561
  msgid "Add a language"
562
  msgstr "Legg til et språk"
563
 
564
+ #: contact_form.php:1056
565
  msgid "Change the names of the contact form fields and error messages"
566
  msgstr "Endre navnene på kontaktskjemafeltene og feilmeldingene"
567
 
568
+ #: contact_form.php:1061 contact_form.php:1148
569
  msgid "English"
570
  msgstr "Engelsk"
571
 
572
+ #: contact_form.php:1069 contact_form.php:1103
573
  msgid "click to expand/hide the list"
574
  msgstr "klikk for å ekspandere/gjemme listen"
575
 
576
+ #: contact_form.php:1078 contact_form.php:1112
577
  msgid "Tips below the Attachment block"
578
  msgstr "Tips under Vedhengblokken"
579
 
580
+ #: contact_form.php:1081 contact_form.php:1115
581
  msgid "Error message for the Name field"
582
  msgstr "Feilmelding for navnefeltet"
583
 
584
+ #: contact_form.php:1082 contact_form.php:1116
585
  msgid "Error message for the Address field"
586
  msgstr "Feilmelding for adressefeltet"
587
 
588
+ #: contact_form.php:1083 contact_form.php:1117
589
  msgid "Error message for the Email field"
590
  msgstr "Feilmelding for e-post feltet"
591
 
592
+ #: contact_form.php:1084 contact_form.php:1118
593
  msgid "Error message for the Phone field"
594
  msgstr "Feilmelding for telefon-feltet"
595
 
596
+ #: contact_form.php:1085 contact_form.php:1119
597
  msgid "Error message for the Subject field"
598
  msgstr "Feilmelding for tema-feltet"
599
 
600
+ #: contact_form.php:1086 contact_form.php:1120
601
  msgid "Error message for the Message field"
602
  msgstr "Feilmelding for meldingsfeltet"
603
 
604
+ #: contact_form.php:1087 contact_form.php:1121
605
  msgid "Error message about the file type for the Attachment field"
606
  msgstr "Feilmelding for filtype til vedhengsfeltet"
607
 
608
+ #: contact_form.php:1088 contact_form.php:1122
609
  msgid ""
610
  "Error message while uploading a file for the Attachment field to the server"
611
  msgstr "Feilmelding ved opplasting av fil for vedhengsfeltet til server"
612
 
613
+ #: contact_form.php:1089 contact_form.php:1123
614
  msgid "Error message while moving the file for the Attachment field"
615
  msgstr "Feilmedling ved flytting av fil for vedhengsfeltet."
616
 
617
+ #: contact_form.php:1090 contact_form.php:1124
618
  msgid "Error message when file size limit for the Attachment field is exceeded"
619
  msgstr "Feilmelding når filstørrelsebegrensning for vedhengsfeltet er nådd"
620
 
621
+ #: contact_form.php:1091 contact_form.php:1125
622
  msgid "Error message for the Captcha field"
623
  msgstr "Feilmelding for Captcha-feltet"
624
 
625
+ #: contact_form.php:1092 contact_form.php:1126
626
  msgid "Error message for the whole form"
627
  msgstr "Feilmelding for hele skjemaet"
628
 
629
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
630
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
631
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
632
+ #: contact_form.php:2364
633
  msgid "Use shortcode"
634
  msgstr "Bruk shortcode"
635
 
636
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
637
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
638
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
639
+ #: contact_form.php:2364
640
  msgid "for this language"
641
  msgstr "for dette språket"
642
 
643
+ #: contact_form.php:1139
644
  msgid "Use the changed names of the contact form fields in the email"
645
  msgstr "Bruk de endrede navnene i kontaktskjemafeltene i e-posten"
646
 
647
+ #: contact_form.php:1145
648
  msgid "Action after email is sent"
649
  msgstr "Handling etter at e-posten er sendt"
650
 
651
+ #: contact_form.php:1147
652
  msgid "Display text"
653
  msgstr "Vis tekst"
654
 
655
+ #: contact_form.php:1156 contact_form.php:1166
656
  msgid "Text"
657
  msgstr "Tekst"
658
 
659
+ #: contact_form.php:1177
660
  msgid "Redirect to the page"
661
  msgstr "Videresend til siden"
662
 
663
+ #: contact_form.php:1178
664
  msgid "Url"
665
  msgstr "Url"
666
 
667
+ #: contact_form.php:1182
668
  msgid "The $_SERVER variable that is used to build a URL of the form"
669
  msgstr " $_SERVER variabel som brukes til å sette sammen en URL på formen"
670
 
671
+ #: contact_form.php:1187
672
  msgid ""
673
  "If you are not sure whether to change this setting or not, please do not do "
674
  "that."
676
  "Om du ikke er sikkert på om du bør endre denne instillingen eller ikke, "
677
  "vennligst ikke gjør det."
678
 
679
+ #: contact_form.php:1197
680
  msgid "Auto Response"
681
  msgstr ""
682
 
683
+ #: contact_form.php:1201
684
  #, php-format
685
  msgid ""
686
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
688
  "name."
689
  msgstr ""
690
 
691
+ #: contact_form.php:1226 contact_form.php:1408
692
  msgid "Save Changes"
693
  msgstr "Lagre endringer"
694
 
695
+ #: contact_form.php:1239
696
  msgid "Errors output"
697
  msgstr "Feilmelding utdata"
698
 
699
+ #: contact_form.php:1242
700
  msgid "Display error messages"
701
  msgstr "Vise feilmeldinger"
702
 
703
+ #: contact_form.php:1243
704
  msgid "Color of the input field errors."
705
  msgstr "Farger på feilmeldingene for inputfelt"
706
 
707
+ #: contact_form.php:1244
708
  msgid "Display error messages & color of the input field errors"
709
  msgstr "Vis feilmeldinger og farge på inputfeltfeil"
710
 
711
+ #: contact_form.php:1249
712
  msgid "Add placeholder to the input blocks"
713
  msgstr "Legg til placeholder på inputblokkene"
714
 
715
+ #: contact_form.php:1255
716
  msgid "Add tooltips"
717
  msgstr "Legg til tooltips"
718
 
719
+ #: contact_form.php:1269
720
  msgid "Email address"
721
  msgstr "E-post adresse"
722
 
723
+ #: contact_form.php:1274
724
  msgid "Phone Number"
725
  msgstr "Telefon"
726
 
727
+ #: contact_form.php:1288
728
  msgid "Attachment"
729
  msgstr "Vedheng"
730
 
731
+ #: contact_form.php:1298
732
  msgid "Style options"
733
  msgstr "Styleringsopsjoner"
734
 
735
+ #: contact_form.php:1301
736
  msgid "Text color"
737
  msgstr "Tekstfarge"
738
 
739
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
740
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
741
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
742
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
743
  msgid "Default"
744
  msgstr "Standard"
745
 
746
+ #: contact_form.php:1306
747
  msgid "Label text color"
748
  msgstr "Tekstfarge på merkelapp"
749
 
750
+ #: contact_form.php:1311
751
  msgid "Placeholder color"
752
  msgstr "Placeholder farge"
753
 
754
+ #: contact_form.php:1316
755
  msgid "Errors color"
756
  msgstr "Feilmeldingsfarge"
757
 
758
+ #: contact_form.php:1321
759
  msgid "Error text color"
760
  msgstr "Tekstfarge på feilmelding"
761
 
762
+ #: contact_form.php:1326
763
  msgid "Background color of the input field errors"
764
  msgstr "Bakgrunnsfarge på inputfeltfeil"
765
 
766
+ #: contact_form.php:1331
767
  msgid "Border color of the input field errors"
768
  msgstr "Rammefarge på inputfeltfeil"
769
 
770
+ #: contact_form.php:1336
771
  msgid "Placeholder color of the input field errors"
772
  msgstr "Placeholderfarge på inputfeltfeil"
773
 
774
+ #: contact_form.php:1341
775
  msgid "Input fields"
776
  msgstr "Inputfelt"
777
 
778
+ #: contact_form.php:1346
779
  msgid "Input fields background color"
780
  msgstr "Bakgrunnsfarge på inputfelter"
781
 
782
+ #: contact_form.php:1351
783
  msgid "Text fields color"
784
  msgstr "Farge på tekstfelter"
785
 
786
+ #: contact_form.php:1355
787
  msgid "Border width in px, numbers only"
788
  msgstr "Rammebredde i pixler, kun tall"
789
 
790
+ #: contact_form.php:1360 contact_form.php:1384
791
  msgid "Border color"
792
  msgstr "Ramme farge"
793
 
794
+ #: contact_form.php:1365
795
  msgid "Submit button"
796
  msgstr "Send knapp"
797
 
798
+ #: contact_form.php:1369
799
  msgid "Width in px, numbers only"
800
  msgstr "Bredde i piksler, kun tall"
801
 
802
+ #: contact_form.php:1374
803
  msgid "Button color"
804
  msgstr "Knappfarge"
805
 
806
+ #: contact_form.php:1379
807
  msgid "Button text color"
808
  msgstr "Farge på knappetekst"
809
 
810
+ #: contact_form.php:1412
811
  msgid "Contact Form Pro | Preview"
812
  msgstr "Contact Form Pro | Forhåndsvisning"
813
 
814
+ #: contact_form.php:1414
815
  msgid "Show with errors"
816
  msgstr "Vis med feilmeldinger"
817
 
818
+ #: contact_form.php:1423 contact_form.php:1425
819
  msgid "Please enter your full name..."
820
  msgstr "Vennligst skriv inn ditt fulle navn..."
821
 
822
+ #: contact_form.php:1436 contact_form.php:1438
823
  msgid "Please enter your address..."
824
  msgstr "Vennligst fyll inn din adresse..."
825
 
826
+ #: contact_form.php:1447 contact_form.php:1449
827
  msgid "Please enter your email address..."
828
  msgstr "Vennligst oppgi e-post addresse..."
829
 
830
+ #: contact_form.php:1458 contact_form.php:1460
831
  msgid "Please enter your phone number..."
832
  msgstr "Vennligst oppgi ditt telefon nummer..."
833
 
834
+ #: contact_form.php:1469 contact_form.php:1471
835
  msgid "Please enter subject..."
836
  msgstr "Vennligst oppgi tema..."
837
 
838
+ #: contact_form.php:1479 contact_form.php:1481
839
  msgid "Please enter your message..."
840
  msgstr "Vennligst skriv inn en melding..."
841
 
842
+ #: contact_form.php:1592
843
  msgid "Sorry, email message could not be delivered."
844
  msgstr "Beklager, e-postmelding kunne ikke leveres."
845
 
846
+ #: contact_form.php:2000
847
  msgid "Contact from"
848
  msgstr "Kontaktskjema"
849
 
850
+ #: contact_form.php:2022 contact_form.php:2052
851
  msgid "Phone"
852
  msgstr "Telefon"
853
 
854
+ #: contact_form.php:2033 contact_form.php:2059
855
  msgid "Site"
856
  msgstr "side"
857
 
858
+ #: contact_form.php:2146
859
  msgid ""
860
  "If you can see this MIME, it means that the MIME type is not supported by "
861
  "your email client!"
863
  "Om du kan se denne MIME, betyr det at MIME format ikke er støttet av din e-"
864
  "postklient!"
865
 
866
+ #: contact_form.php:2230
867
  msgid "Support"
868
  msgstr "Support"
869
 
870
+ #: contact_form.php:2279
871
  msgid "Are you sure that you want to delete this language data?"
872
  msgstr "Er du sikker på at du ønsker å slette disse språkdatane?"
873
 
874
+ #: contact_form.php:2300
875
  #, fuzzy
876
  msgid "Add multiple forms"
877
  msgstr "Legg til skjemaet"
878
 
879
+ #: contact_form.php:2300
880
  msgid ""
881
  "Install Contact Form Multi plugin to create unlimited number of contact "
882
  "forms."
883
  msgstr ""
884
 
885
+ #: contact_form.php:2305
886
  #, fuzzy
887
  msgid "Learn more"
888
  msgstr "Lær mer"
889
 
890
+ #: contact_form.php:2309
891
  msgid "Close"
892
  msgstr ""
893
 
894
+ #: contact_form.php:2497
895
  #, fuzzy
896
  msgid "allows to store your messages to the database."
897
  msgstr ""
898
  "<strong>Contact Form to DB</strong> lar deg lagre meldinger i databasen."
899
 
900
+ #: contact_form.php:2498
901
  msgid "Manage messages that have been sent from your website."
902
  msgstr "Administrer meldinger som har blitt sendt fra din webside."
903
 
languages/{contact_form-pt_BR.mo → contact-form-plugin-pt_BR.mo} RENAMED
Binary file
languages/{contact_form-pt_BR.po → contact-form-plugin-pt_BR.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail."
9
  "com, wordpress@djio.com.br>\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
- #: contact_form.php:35 contact_form.php:657
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
@@ -30,42 +30,42 @@ msgid "Contact Form"
30
  msgstr "Formulário de contato"
31
 
32
  # @ contact_form
33
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
34
  msgid "Name:"
35
  msgstr "Nome:"
36
 
37
  # @ contact_form
38
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
39
  msgid "Address:"
40
  msgstr "Endereço:"
41
 
42
  # @ contact_form
43
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
44
  msgid "Email Address:"
45
  msgstr "Endereço de E-mail:"
46
 
47
  # @ contact_form
48
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
49
  msgid "Phone number:"
50
  msgstr "Número de Telefone:"
51
 
52
  # @ contact_form
53
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
54
  msgid "Subject:"
55
  msgstr "Assunto:"
56
 
57
  # @ contact_form
58
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
59
  msgid "Message:"
60
  msgstr "Mensagem:"
61
 
62
  # @ contact_form
63
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
64
  msgid "Attachment:"
65
  msgstr "Anexo:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:130
69
  #, fuzzy
70
  msgid ""
71
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -77,90 +77,90 @@ msgstr ""
77
  "máximo do arquivo: 2Mb"
78
 
79
  # @ contact_form
80
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
81
  msgid "Send me a copy"
82
  msgstr "Envie-me uma cópia"
83
 
84
  # @ contact_form
85
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
86
  msgid "Submit"
87
  msgstr "Enviar"
88
 
89
  # @ contact_form
90
- #: contact_form.php:133
91
  msgid "Your name is required."
92
  msgstr "Seu nome é obrigatório"
93
 
94
  # @ contact_form
95
- #: contact_form.php:134
96
  msgid "Address is required."
97
  msgstr "Endereço é obrigatório."
98
 
99
  # @ contact_form
100
- #: contact_form.php:135
101
  msgid "A valid email address is required."
102
  msgstr "Um e-mail válido é obrigatório."
103
 
104
  # @ contact_form
105
- #: contact_form.php:136
106
  msgid "Phone number is required."
107
  msgstr "Telefone é obrigatório."
108
 
109
  # @ contact_form
110
- #: contact_form.php:137
111
  msgid "Subject is required."
112
  msgstr "O Assunto da mensagem é obrigatório."
113
 
114
  # @ contact_form
115
- #: contact_form.php:138
116
  msgid "Message text is required."
117
  msgstr "O texto da Mensagem é obrigatório."
118
 
119
  # @ contact_form
120
- #: contact_form.php:139
121
  msgid "File format is not valid."
122
  msgstr "Impossível anexar arquivo. "
123
 
124
  # @ contact_form
125
- #: contact_form.php:140
126
  msgid "File upload error."
127
  msgstr "Erro no upload do arquivo."
128
 
129
  # @ contact_form
130
- #: contact_form.php:141
131
  msgid "The file could not be uploaded."
132
  msgstr "O foi possível fazer upload do arquivo."
133
 
134
  # @ contact_form
135
- #: contact_form.php:142
136
  msgid "This file is too large."
137
  msgstr "Este arquivo é muito grande."
138
 
139
  # @ contact_form
140
- #: contact_form.php:143
141
  msgid "Please fill out the CAPTCHA."
142
  msgstr "Por favor, complete a resposta da charada ."
143
 
144
  # @ contact_form
145
- #: contact_form.php:144
146
  msgid "Please make corrections below and try again."
147
  msgstr ""
148
  "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
149
 
150
  # @ bestwebsoft
151
  # @ contact_form
152
- #: contact_form.php:146
153
  msgid "Thank you for contacting us."
154
  msgstr "Obrigado por nos contatar"
155
 
156
- #: contact_form.php:546
157
  msgid ""
158
  "Email 'FROM' field option was changed, which may cause email messages being "
159
  "moved to the spam folder or email delivery failures."
160
  msgstr ""
161
 
162
  # @ contact_form
163
- #: contact_form.php:556
164
  msgid ""
165
  "If the 'Redirect to page' option is selected then the URL field should be in "
166
  "the following format"
@@ -169,13 +169,13 @@ msgstr ""
169
  "URL deve ser no seguinte formato"
170
 
171
  # @ contact_form
172
- #: contact_form.php:565
173
  #, fuzzy
174
  msgid "Such user does not exist."
175
  msgstr "Tal usuário não existe. Configurações não foram salvas."
176
 
177
  # @ contact_form
178
- #: contact_form.php:575
179
  #, fuzzy
180
  msgid ""
181
  "Please enter a valid email address in the 'Use this email address' field."
@@ -184,7 +184,7 @@ msgstr ""
184
  "salvas."
185
 
186
  # @ contact_form
187
- #: contact_form.php:583
188
  #, fuzzy
189
  msgid "Please enter a valid email address in the 'FROM' field."
190
  msgstr ""
@@ -192,63 +192,63 @@ msgstr ""
192
  "salvas."
193
 
194
  # @ contact_form
195
- #: contact_form.php:606
196
  msgid "Settings saved."
197
  msgstr "As configurações foram salvas."
198
 
199
  # @ contact_form
200
- #: contact_form.php:608
201
  #, fuzzy
202
  msgid "Settings are not saved."
203
  msgstr "As configurações foram salvas."
204
 
205
- #: contact_form.php:646
206
  msgid "All plugin settings were restored."
207
  msgstr ""
208
 
209
  # @ bestwebsoft
210
  # @ contact_form
211
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
212
  msgid "Settings"
213
  msgstr "Configurações"
214
 
215
  # @ contact_form
216
- #: contact_form.php:660
217
  #, fuzzy
218
  msgid "Additional settings"
219
  msgstr "Opções adicionais"
220
 
221
- #: contact_form.php:661
222
  msgid "Appearance"
223
  msgstr ""
224
 
225
  # @ contact_form
226
- #: contact_form.php:662 contact_form.php:2223
227
  msgid "FAQ"
228
  msgstr "Perguntas Frequentes"
229
 
230
- #: contact_form.php:663
231
  msgid "Go PRO"
232
  msgstr ""
233
 
234
- #: contact_form.php:666 contact_form.php:668
235
  msgid "Notice:"
236
  msgstr ""
237
 
238
- #: contact_form.php:666
239
  msgid ""
240
  "The plugin's settings have been changed. In order to save them please don't "
241
  "forget to click the 'Save Changes' button."
242
  msgstr ""
243
 
244
- #: contact_form.php:679
245
  msgid ""
246
  "If you want to create multiple contact forms, please install the Contact "
247
  "Form Multi plugin."
248
  msgstr ""
249
 
250
  # @ contact_form
251
- #: contact_form.php:686
252
  #, fuzzy
253
  msgid ""
254
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -258,14 +258,14 @@ msgstr ""
258
  "copie e cole este código na sua postagem ou página ou widget:"
259
 
260
  # @ contact_form
261
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
262
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
263
- #: contact_form.php:1152 contact_form.php:1154
264
  msgid "or"
265
  msgstr "ou"
266
 
267
  # @ contact_form
268
- #: contact_form.php:687
269
  #, fuzzy
270
  msgid ""
271
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -275,12 +275,12 @@ msgstr ""
275
  "deve usar o shortcode"
276
 
277
  # @ contact_form
278
- #: contact_form.php:687 contact_form.php:690
279
  msgid "They work the same way."
280
  msgstr "Eles funcionam da mesma forma."
281
 
282
  # @ contact_form
283
- #: contact_form.php:689 contact_form.php:1501
284
  msgid ""
285
  "If you would like to add the Contact Form to your website, just copy and "
286
  "paste this shortcode to your post or page or widget:"
@@ -289,7 +289,7 @@ msgstr ""
289
  "copie e cole este código na sua postagem ou página ou widget:"
290
 
291
  # @ contact_form
292
- #: contact_form.php:690
293
  msgid ""
294
  "If have any problems with the standard shortcode [contact_form], you should "
295
  "use the shortcode"
@@ -298,7 +298,7 @@ msgstr ""
298
  "deve usar o shortcode"
299
 
300
  # @ contact_form
301
- #: contact_form.php:694
302
  msgid ""
303
  "If you leave the fields empty, the messages will be sent to the email "
304
  "address specified during registration."
@@ -307,18 +307,18 @@ msgstr ""
307
  "enviadas para um endereço que foi especificado durante o registro."
308
 
309
  # @ contact_form
310
- #: contact_form.php:697
311
  msgid "The user's email address:"
312
  msgstr "Use o email de um usuário do wordpress:"
313
 
314
  # @ contact_form
315
- #: contact_form.php:701
316
  #, fuzzy
317
  msgid "Select a username"
318
  msgstr "Selecione o nome do usuário"
319
 
320
  # @ contact_form
321
- #: contact_form.php:714
322
  msgid ""
323
  "Enter a username of the person who should get the messages from the contact "
324
  "form."
@@ -327,109 +327,109 @@ msgstr ""
327
  "Formulário de Contato."
328
 
329
  # @ contact_form
330
- #: contact_form.php:718
331
  msgid "Use this email address:"
332
  msgstr "Use este email:"
333
 
334
  # @ contact_form
335
- #: contact_form.php:722
336
  msgid "Enter the email address you want the messages forwarded to."
337
  msgstr ""
338
  "Configure um endereço de email que será usado para o recebimento de "
339
  "mensagens."
340
 
341
- #: contact_form.php:731
342
  msgid "Add department selectbox to the contact form:"
343
  msgstr ""
344
 
345
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
346
  msgid "If you upgrade to Pro version all your settings will be saved."
347
  msgstr ""
348
 
349
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
350
- #: contact_form.php:1207 contact_form.php:1391
351
  msgid "Unlock premium options by upgrading to PRO version."
352
  msgstr ""
353
 
354
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
355
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
356
  msgid "Learn More"
357
  msgstr ""
358
 
359
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
360
- #: contact_form.php:1211 contact_form.php:1395
361
  msgid "Go"
362
  msgstr ""
363
 
364
- #: contact_form.php:757
365
  msgid "Save emails to the database"
366
  msgstr ""
367
 
368
- #: contact_form.php:762
369
  msgid "Using"
370
  msgstr ""
371
 
372
  # @ contact_form
373
- #: contact_form.php:765 contact_form.php:769
374
  #, fuzzy
375
  msgid "Using Contact Form to DB by BestWebSoft"
376
  msgstr "Formulário de Contato Pro"
377
 
378
  # @ contact_form
379
- #: contact_form.php:765
380
  #, fuzzy
381
  msgid "Activate"
382
  msgstr "Ativar captcha"
383
 
384
  # @ contact_form
385
- #: contact_form.php:769
386
  #, fuzzy
387
  msgid "Download"
388
  msgstr "Fazer Download do Captcha"
389
 
390
  # @ contact_form
391
- #: contact_form.php:779
392
  msgid "What to use?"
393
  msgstr "O que usar?"
394
 
395
  # @ contact_form
396
- #: contact_form.php:784
397
  msgid "Wp-mail"
398
  msgstr "Wp-mail"
399
 
400
  # @ contact_form
401
- #: contact_form.php:786
402
  msgid "You can use the wp_mail function for mailing"
403
  msgstr "Você pode usar a função wp_mail para enviar emails"
404
 
405
  # @ contact_form
406
- #: contact_form.php:789
407
  msgid "Mail"
408
  msgstr "Mail"
409
 
410
  # @ contact_form
411
- #: contact_form.php:791
412
  msgid "To send mail you can use the php mail function"
413
  msgstr "Para enviar emails você pode usar a função mail() do php"
414
 
415
- #: contact_form.php:796
416
  msgid "'FROM' field"
417
  msgstr ""
418
 
419
  # @ contact_form
420
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
421
- #: contact_form.php:2000 contact_form.php:2036
422
  msgid "Name"
423
  msgstr "Nome"
424
 
425
  # @ contact_form
426
- #: contact_form.php:805
427
  #, fuzzy
428
  msgid "User name"
429
  msgstr "Email do usuário"
430
 
431
  # @ contact_form
432
- #: contact_form.php:807
433
  #, fuzzy
434
  msgid ""
435
  "The name of the user who fills the form will be used in the field 'From'."
@@ -438,17 +438,17 @@ msgstr ""
438
  "campo 'De'"
439
 
440
  # @ contact_form
441
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
442
  msgid "Email"
443
  msgstr "E-Mail"
444
 
445
  # @ contact_form
446
- #: contact_form.php:820
447
  msgid "User email"
448
  msgstr "Email do usuário"
449
 
450
  # @ contact_form
451
- #: contact_form.php:822
452
  msgid ""
453
  "The email address of the user who fills the form will be used in the field "
454
  "'From'."
@@ -456,200 +456,200 @@ msgstr ""
456
  "O endereço de email do usuário que preencher o formulário será usado no "
457
  "campo 'De'"
458
 
459
- #: contact_form.php:826
460
  msgid ""
461
  "If this option is changed, email messages may be moved to the spam folder or "
462
  "email delivery failures may occur."
463
  msgstr ""
464
 
465
  # @ contact_form
466
- #: contact_form.php:832
467
  #, fuzzy
468
  msgid "Required symbol"
469
  msgstr "Campos obrigatórios"
470
 
471
- #: contact_form.php:842
472
  msgid "Fields"
473
  msgstr ""
474
 
475
- #: contact_form.php:843
476
  msgid "Used"
477
  msgstr ""
478
 
479
  # @ contact_form
480
- #: contact_form.php:844
481
  #, fuzzy
482
  msgid "Required"
483
  msgstr "Campos obrigatórios"
484
 
485
- #: contact_form.php:845
486
  msgid "Visible"
487
  msgstr ""
488
 
489
- #: contact_form.php:846
490
  msgid "Disabled for editing"
491
  msgstr ""
492
 
493
- #: contact_form.php:847
494
  msgid "Field's default value"
495
  msgstr ""
496
 
497
- #: contact_form.php:852
498
  msgid "Department selectbox"
499
  msgstr ""
500
 
501
- #: contact_form.php:867
502
  msgid "Use User's name as a default value if the user is logged in."
503
  msgstr ""
504
 
505
- #: contact_form.php:868 contact_form.php:896
506
  msgid ""
507
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
508
  "in users."
509
  msgstr ""
510
 
511
- #: contact_form.php:872
512
  msgid "Location selectbox"
513
  msgstr ""
514
 
515
  # @ contact_form
516
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
517
- #: contact_form.php:2040
518
  msgid "Address"
519
  msgstr "Endereço"
520
 
521
  # @ contact_form
522
- #: contact_form.php:888
523
  msgid "Email Address"
524
  msgstr "Endereço de email"
525
 
526
- #: contact_form.php:895
527
  msgid "Use User's email as a default value if the user is logged in."
528
  msgstr ""
529
 
530
  # @ contact_form
531
- #: contact_form.php:900
532
  #, fuzzy
533
  msgid "Phone number"
534
  msgstr "Número de Telefone:"
535
 
536
  # @ contact_form
537
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
538
- #: contact_form.php:2049
539
  msgid "Subject"
540
  msgstr "Assunto"
541
 
542
  # @ contact_form
543
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
544
- #: contact_form.php:2051
545
  msgid "Message"
546
  msgstr "Mensagem"
547
 
548
  # @ contact_form
549
- #: contact_form.php:940
550
  msgid "Attachment block"
551
  msgstr "Bloco de anexos"
552
 
553
  # @ contact_form
554
- #: contact_form.php:942
555
  msgid "Users can attach the following file formats"
556
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
557
 
558
- #: contact_form.php:955
559
  msgid "Add to the form"
560
  msgstr ""
561
 
562
  # @ contact_form
563
- #: contact_form.php:960
564
  #, fuzzy
565
  msgid "Tips below the Attachment"
566
  msgstr "Exibir dicas abaixo do bloco de Anexos"
567
 
568
  # @ contact_form
569
- #: contact_form.php:969
570
  #, fuzzy
571
  msgid "'Send me a copy' block"
572
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
573
 
574
  # @ contact_form
575
- #: contact_form.php:982
576
  msgid "Activate captcha"
577
  msgstr "Ativar captcha"
578
 
579
  # @ contact_form
580
- #: contact_form.php:986
581
  msgid "Download captcha"
582
  msgstr "Fazer Download do Captcha"
583
 
584
- #: contact_form.php:994
585
  msgid "Agreement checkbox"
586
  msgstr ""
587
 
588
- #: contact_form.php:994
589
  msgid "Required checkbox for submitting the form"
590
  msgstr ""
591
 
592
- #: contact_form.php:995
593
  msgid "Optional checkbox"
594
  msgstr ""
595
 
596
- #: contact_form.php:995
597
  msgid "Optional checkbox, the results of which will be displayed in email"
598
  msgstr ""
599
 
600
  # @ contact_form
601
- #: contact_form.php:1013
602
  msgid "Delete an attachment file from the server after the email is sent"
603
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
604
 
605
- #: contact_form.php:1019
606
  msgid "Email in HTML format sending"
607
  msgstr ""
608
 
609
  # @ contact_form
610
- #: contact_form.php:1023
611
  msgid "Display additional info in the email"
612
  msgstr "Mostre informações adicionais no email"
613
 
614
  # @ contact_form
615
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
616
  msgid "Sent from (ip address)"
617
  msgstr "Enviado de (Endereço IP)"
618
 
619
  # @ contact_form
620
- #: contact_form.php:1029
621
  msgid "Example: Sent from (IP address):\t127.0.0.1"
622
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
623
 
624
  # @ contact_form
625
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
626
  msgid "Date/Time"
627
  msgstr "Data / Hora"
628
 
629
  # @ contact_form
630
- #: contact_form.php:1030
631
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
632
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
633
 
634
  # @ contact_form
635
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
636
  msgid "Sent from (referer)"
637
  msgstr "Vindo de (origem)"
638
 
639
  # @ contact_form
640
- #: contact_form.php:1031
641
  msgid ""
642
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
643
  msgstr ""
644
  "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
645
 
646
  # @ contact_form
647
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
648
  msgid "Using (user agent)"
649
  msgstr "Usando (cliente de email)"
650
 
651
  # @ contact_form
652
- #: contact_form.php:1032
653
  msgid ""
654
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
655
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -658,72 +658,72 @@ msgstr ""
658
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
659
 
660
  # @ contact_form
661
- #: contact_form.php:1037
662
  msgid "Language settings for the field names in the form"
663
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
664
 
665
  # @ contact_form
666
- #: contact_form.php:1046
667
  msgid "Add a language"
668
  msgstr "Adicione um idioma"
669
 
670
  # @ contact_form
671
- #: contact_form.php:1050
672
  msgid "Change the names of the contact form fields and error messages"
673
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
674
 
675
  # @ contact_form
676
- #: contact_form.php:1055 contact_form.php:1142
677
  msgid "English"
678
  msgstr "Inglês"
679
 
680
- #: contact_form.php:1063 contact_form.php:1097
681
  msgid "click to expand/hide the list"
682
  msgstr ""
683
 
684
  # @ contact_form
685
- #: contact_form.php:1072 contact_form.php:1106
686
  #, fuzzy
687
  msgid "Tips below the Attachment block"
688
  msgstr "Exibir dicas abaixo do bloco de Anexos"
689
 
690
  # @ contact_form
691
- #: contact_form.php:1075 contact_form.php:1109
692
  msgid "Error message for the Name field"
693
  msgstr "Mensagem de erro para o campo Nome"
694
 
695
  # @ contact_form
696
- #: contact_form.php:1076 contact_form.php:1110
697
  msgid "Error message for the Address field"
698
  msgstr "Mensagem de erro para o campo Endereço"
699
 
700
  # @ contact_form
701
- #: contact_form.php:1077 contact_form.php:1111
702
  msgid "Error message for the Email field"
703
  msgstr "Mensagem de erro para o campo Email"
704
 
705
  # @ contact_form
706
- #: contact_form.php:1078 contact_form.php:1112
707
  msgid "Error message for the Phone field"
708
  msgstr "Mensagem de erro para o campo Telefone"
709
 
710
  # @ contact_form
711
- #: contact_form.php:1079 contact_form.php:1113
712
  msgid "Error message for the Subject field"
713
  msgstr "Mensagem de erro para o campo Assunto"
714
 
715
  # @ contact_form
716
- #: contact_form.php:1080 contact_form.php:1114
717
  msgid "Error message for the Message field"
718
  msgstr "Mensagem de erro para o campo Mensagem"
719
 
720
  # @ contact_form
721
- #: contact_form.php:1081 contact_form.php:1115
722
  msgid "Error message about the file type for the Attachment field"
723
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
724
 
725
  # @ contact_form
726
- #: contact_form.php:1082 contact_form.php:1116
727
  msgid ""
728
  "Error message while uploading a file for the Attachment field to the server"
729
  msgstr ""
@@ -731,89 +731,89 @@ msgstr ""
731
  "servidor"
732
 
733
  # @ contact_form
734
- #: contact_form.php:1083 contact_form.php:1117
735
  msgid "Error message while moving the file for the Attachment field"
736
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
737
 
738
  # @ contact_form
739
- #: contact_form.php:1084 contact_form.php:1118
740
  msgid "Error message when file size limit for the Attachment field is exceeded"
741
  msgstr ""
742
  "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for "
743
  "excedido"
744
 
745
  # @ contact_form
746
- #: contact_form.php:1085 contact_form.php:1119
747
  msgid "Error message for the Captcha field"
748
  msgstr "Mensagem de erro para o campo Captcha"
749
 
750
  # @ contact_form
751
- #: contact_form.php:1086 contact_form.php:1120
752
  msgid "Error message for the whole form"
753
  msgstr "Mensagem de erro para o formulário inteiro"
754
 
755
  # @ contact_form
756
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
757
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
758
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
759
- #: contact_form.php:2358
760
  msgid "Use shortcode"
761
  msgstr "Use shortcode (abreviações)"
762
 
763
  # @ contact_form
764
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
765
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
766
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
767
- #: contact_form.php:2358
768
  msgid "for this language"
769
  msgstr "para este idioma"
770
 
771
  # @ contact_form
772
- #: contact_form.php:1133
773
  #, fuzzy
774
  msgid "Use the changed names of the contact form fields in the email"
775
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
776
 
777
  # @ contact_form
778
- #: contact_form.php:1139
779
  msgid "Action after email is sent"
780
  msgstr "Ação após o email ser enviado"
781
 
782
  # @ contact_form
783
- #: contact_form.php:1141
784
  msgid "Display text"
785
  msgstr "Mostrar texto"
786
 
787
  # @ contact_form
788
- #: contact_form.php:1150 contact_form.php:1160
789
  msgid "Text"
790
  msgstr "Texto"
791
 
792
  # @ contact_form
793
- #: contact_form.php:1171
794
  msgid "Redirect to the page"
795
  msgstr "Redirecione para a página"
796
 
797
  # @ contact_form
798
- #: contact_form.php:1172
799
  msgid "Url"
800
  msgstr "URL"
801
 
802
- #: contact_form.php:1176
803
  msgid "The $_SERVER variable that is used to build a URL of the form"
804
  msgstr ""
805
 
806
- #: contact_form.php:1181
807
  msgid ""
808
  "If you are not sure whether to change this setting or not, please do not do "
809
  "that."
810
  msgstr ""
811
 
812
- #: contact_form.php:1191
813
  msgid "Auto Response"
814
  msgstr ""
815
 
816
- #: contact_form.php:1195
817
  #, php-format
818
  msgid ""
819
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -822,216 +822,216 @@ msgid ""
822
  msgstr ""
823
 
824
  # @ default
825
- #: contact_form.php:1220 contact_form.php:1402
826
  msgid "Save Changes"
827
  msgstr "Salvar Mudanças"
828
 
829
  # @ contact_form
830
- #: contact_form.php:1233
831
  msgid "Errors output"
832
  msgstr "Saída de erros."
833
 
834
  # @ contact_form
835
- #: contact_form.php:1236
836
  msgid "Display error messages"
837
  msgstr "Mostrar mensagens de erro"
838
 
839
  # @ contact_form
840
- #: contact_form.php:1237
841
  msgid "Color of the input field errors."
842
  msgstr "Cor do erro nos campos de formulário"
843
 
844
  # @ contact_form
845
- #: contact_form.php:1238
846
  msgid "Display error messages & color of the input field errors"
847
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
848
 
849
  # @ contact_form
850
- #: contact_form.php:1243
851
  msgid "Add placeholder to the input blocks"
852
  msgstr "Adicione reserva de espaço aos blocos de inserção"
853
 
854
  # @ contact_form
855
- #: contact_form.php:1249
856
  msgid "Add tooltips"
857
  msgstr "Adicionar mensagens de ajuda"
858
 
859
  # @ contact_form
860
- #: contact_form.php:1263
861
  msgid "Email address"
862
  msgstr "Endereço de email"
863
 
864
  # @ contact_form
865
- #: contact_form.php:1268
866
  msgid "Phone Number"
867
  msgstr "Telefone"
868
 
869
  # @ contact_form
870
- #: contact_form.php:1282
871
  msgid "Attachment"
872
  msgstr "Anexo"
873
 
874
  # @ contact_form
875
- #: contact_form.php:1292
876
  msgid "Style options"
877
  msgstr "Opções de estilo"
878
 
879
  # @ contact_form
880
- #: contact_form.php:1295
881
  msgid "Text color"
882
  msgstr "Cor do texto"
883
 
884
  # @ contact_form
885
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
886
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
887
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
888
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
889
  msgid "Default"
890
  msgstr "Padrão"
891
 
892
  # @ contact_form
893
- #: contact_form.php:1300
894
  msgid "Label text color"
895
  msgstr "Cor do texto descritivo"
896
 
897
  # @ contact_form
898
- #: contact_form.php:1305
899
  msgid "Placeholder color"
900
  msgstr "Cor da reserva de espaço"
901
 
902
  # @ contact_form
903
- #: contact_form.php:1310
904
  msgid "Errors color"
905
  msgstr "Cor dos erros"
906
 
907
  # @ contact_form
908
- #: contact_form.php:1315
909
  msgid "Error text color"
910
  msgstr "Cor de texto do erro"
911
 
912
  # @ contact_form
913
- #: contact_form.php:1320
914
  msgid "Background color of the input field errors"
915
  msgstr "Cor de fundo do campo de formulário com erros"
916
 
917
  # @ contact_form
918
- #: contact_form.php:1325
919
  msgid "Border color of the input field errors"
920
  msgstr "Cor de borda do campo de formulário com erros"
921
 
922
  # @ contact_form
923
- #: contact_form.php:1330
924
  msgid "Placeholder color of the input field errors"
925
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
926
 
927
  # @ contact_form
928
- #: contact_form.php:1335
929
  msgid "Input fields"
930
  msgstr "Campos do folmulário"
931
 
932
  # @ contact_form
933
- #: contact_form.php:1340
934
  msgid "Input fields background color"
935
  msgstr "Cor de fundo dos campos de formulário"
936
 
937
  # @ contact_form
938
- #: contact_form.php:1345
939
  msgid "Text fields color"
940
  msgstr "Cor dos campos de texto"
941
 
942
  # @ contact_form
943
- #: contact_form.php:1349
944
  msgid "Border width in px, numbers only"
945
  msgstr "Largura da borda em px, somente o número"
946
 
947
  # @ contact_form
948
- #: contact_form.php:1354 contact_form.php:1378
949
  msgid "Border color"
950
  msgstr "Cor da borda"
951
 
952
  # @ contact_form
953
- #: contact_form.php:1359
954
  msgid "Submit button"
955
  msgstr "Botão de Envio"
956
 
957
  # @ contact_form
958
- #: contact_form.php:1363
959
  msgid "Width in px, numbers only"
960
  msgstr "Largura em px, somente o número"
961
 
962
  # @ contact_form
963
- #: contact_form.php:1368
964
  msgid "Button color"
965
  msgstr "Cor do botão"
966
 
967
  # @ contact_form
968
- #: contact_form.php:1373
969
  msgid "Button text color"
970
  msgstr "Cor do texto do botão"
971
 
972
  # @ contact_form
973
- #: contact_form.php:1406
974
  msgid "Contact Form Pro | Preview"
975
  msgstr "Formulário de Contato Pro | Prévia"
976
 
977
  # @ contact_form
978
- #: contact_form.php:1408
979
  msgid "Show with errors"
980
  msgstr "Mostrar com erros"
981
 
982
  # @ contact_form
983
- #: contact_form.php:1417 contact_form.php:1419
984
  msgid "Please enter your full name..."
985
  msgstr "Informe seu nome completo..."
986
 
987
  # @ contact_form
988
- #: contact_form.php:1430 contact_form.php:1432
989
  msgid "Please enter your address..."
990
  msgstr "Informe seu endereço…"
991
 
992
  # @ contact_form
993
- #: contact_form.php:1441 contact_form.php:1443
994
  msgid "Please enter your email address..."
995
  msgstr "Informe seu endereço de email…"
996
 
997
  # @ contact_form
998
- #: contact_form.php:1452 contact_form.php:1454
999
  msgid "Please enter your phone number..."
1000
  msgstr "Informe seu telefone..."
1001
 
1002
  # @ contact_form
1003
- #: contact_form.php:1463 contact_form.php:1465
1004
  msgid "Please enter subject..."
1005
  msgstr "Informe o assunto…"
1006
 
1007
  # @ contact_form
1008
- #: contact_form.php:1473 contact_form.php:1475
1009
  msgid "Please enter your message..."
1010
  msgstr "Informe sua mensagem…"
1011
 
1012
  # @ bestwebsoft
1013
  # @ contact_form
1014
- #: contact_form.php:1586
1015
  msgid "Sorry, email message could not be delivered."
1016
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1017
 
1018
  # @ contact_form
1019
- #: contact_form.php:1994
1020
  msgid "Contact from"
1021
  msgstr "Formulário de Contato"
1022
 
1023
  # @ contact_form
1024
- #: contact_form.php:2016 contact_form.php:2046
1025
  msgid "Phone"
1026
  msgstr "Telefone"
1027
 
1028
  # @ contact_form
1029
- #: contact_form.php:2027 contact_form.php:2053
1030
  msgid "Site"
1031
  msgstr "Site"
1032
 
1033
  # @ contact_form
1034
- #: contact_form.php:2140
1035
  msgid ""
1036
  "If you can see this MIME, it means that the MIME type is not supported by "
1037
  "your email client!"
@@ -1040,40 +1040,40 @@ msgstr ""
1040
  "Favor usar um cliente mais atualizado."
1041
 
1042
  # @ contact_form
1043
- #: contact_form.php:2224
1044
  msgid "Support"
1045
  msgstr "Suporte"
1046
 
1047
  # @ contact_form
1048
- #: contact_form.php:2273
1049
  msgid "Are you sure that you want to delete this language data?"
1050
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1051
 
1052
  # @ contact_form
1053
- #: contact_form.php:2294
1054
  #, fuzzy
1055
  msgid "Add multiple forms"
1056
  msgstr "Adicionar mensagens de ajuda"
1057
 
1058
- #: contact_form.php:2294
1059
  msgid ""
1060
  "Install Contact Form Multi plugin to create unlimited number of contact "
1061
  "forms."
1062
  msgstr ""
1063
 
1064
- #: contact_form.php:2299
1065
  msgid "Learn more"
1066
  msgstr ""
1067
 
1068
- #: contact_form.php:2303
1069
  msgid "Close"
1070
  msgstr ""
1071
 
1072
- #: contact_form.php:2491
1073
  msgid "allows to store your messages to the database."
1074
  msgstr ""
1075
 
1076
- #: contact_form.php:2492
1077
  msgid "Manage messages that have been sent from your website."
1078
  msgstr ""
1079
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail."
9
  "com, wordpress@djio.com.br>\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:35 contact_form.php:663
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
30
  msgstr "Formulário de contato"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
34
  msgid "Name:"
35
  msgstr "Nome:"
36
 
37
  # @ contact_form
38
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
39
  msgid "Address:"
40
  msgstr "Endereço:"
41
 
42
  # @ contact_form
43
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
44
  msgid "Email Address:"
45
  msgstr "Endereço de E-mail:"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
49
  msgid "Phone number:"
50
  msgstr "Número de Telefone:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
54
  msgid "Subject:"
55
  msgstr "Assunto:"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
59
  msgid "Message:"
60
  msgstr "Mensagem:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
64
  msgid "Attachment:"
65
  msgstr "Anexo:"
66
 
67
  # @ contact_form
68
+ #: contact_form.php:136
69
  #, fuzzy
70
  msgid ""
71
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
77
  "máximo do arquivo: 2Mb"
78
 
79
  # @ contact_form
80
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
81
  msgid "Send me a copy"
82
  msgstr "Envie-me uma cópia"
83
 
84
  # @ contact_form
85
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
86
  msgid "Submit"
87
  msgstr "Enviar"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:139
91
  msgid "Your name is required."
92
  msgstr "Seu nome é obrigatório"
93
 
94
  # @ contact_form
95
+ #: contact_form.php:140
96
  msgid "Address is required."
97
  msgstr "Endereço é obrigatório."
98
 
99
  # @ contact_form
100
+ #: contact_form.php:141
101
  msgid "A valid email address is required."
102
  msgstr "Um e-mail válido é obrigatório."
103
 
104
  # @ contact_form
105
+ #: contact_form.php:142
106
  msgid "Phone number is required."
107
  msgstr "Telefone é obrigatório."
108
 
109
  # @ contact_form
110
+ #: contact_form.php:143
111
  msgid "Subject is required."
112
  msgstr "O Assunto da mensagem é obrigatório."
113
 
114
  # @ contact_form
115
+ #: contact_form.php:144
116
  msgid "Message text is required."
117
  msgstr "O texto da Mensagem é obrigatório."
118
 
119
  # @ contact_form
120
+ #: contact_form.php:145
121
  msgid "File format is not valid."
122
  msgstr "Impossível anexar arquivo. "
123
 
124
  # @ contact_form
125
+ #: contact_form.php:146
126
  msgid "File upload error."
127
  msgstr "Erro no upload do arquivo."
128
 
129
  # @ contact_form
130
+ #: contact_form.php:147
131
  msgid "The file could not be uploaded."
132
  msgstr "O foi possível fazer upload do arquivo."
133
 
134
  # @ contact_form
135
+ #: contact_form.php:148
136
  msgid "This file is too large."
137
  msgstr "Este arquivo é muito grande."
138
 
139
  # @ contact_form
140
+ #: contact_form.php:149
141
  msgid "Please fill out the CAPTCHA."
142
  msgstr "Por favor, complete a resposta da charada ."
143
 
144
  # @ contact_form
145
+ #: contact_form.php:150
146
  msgid "Please make corrections below and try again."
147
  msgstr ""
148
  "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
149
 
150
  # @ bestwebsoft
151
  # @ contact_form
152
+ #: contact_form.php:152
153
  msgid "Thank you for contacting us."
154
  msgstr "Obrigado por nos contatar"
155
 
156
+ #: contact_form.php:552
157
  msgid ""
158
  "Email 'FROM' field option was changed, which may cause email messages being "
159
  "moved to the spam folder or email delivery failures."
160
  msgstr ""
161
 
162
  # @ contact_form
163
+ #: contact_form.php:562
164
  msgid ""
165
  "If the 'Redirect to page' option is selected then the URL field should be in "
166
  "the following format"
169
  "URL deve ser no seguinte formato"
170
 
171
  # @ contact_form
172
+ #: contact_form.php:571
173
  #, fuzzy
174
  msgid "Such user does not exist."
175
  msgstr "Tal usuário não existe. Configurações não foram salvas."
176
 
177
  # @ contact_form
178
+ #: contact_form.php:581
179
  #, fuzzy
180
  msgid ""
181
  "Please enter a valid email address in the 'Use this email address' field."
184
  "salvas."
185
 
186
  # @ contact_form
187
+ #: contact_form.php:589
188
  #, fuzzy
189
  msgid "Please enter a valid email address in the 'FROM' field."
190
  msgstr ""
192
  "salvas."
193
 
194
  # @ contact_form
195
+ #: contact_form.php:612
196
  msgid "Settings saved."
197
  msgstr "As configurações foram salvas."
198
 
199
  # @ contact_form
200
+ #: contact_form.php:614
201
  #, fuzzy
202
  msgid "Settings are not saved."
203
  msgstr "As configurações foram salvas."
204
 
205
+ #: contact_form.php:652
206
  msgid "All plugin settings were restored."
207
  msgstr ""
208
 
209
  # @ bestwebsoft
210
  # @ contact_form
211
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
212
  msgid "Settings"
213
  msgstr "Configurações"
214
 
215
  # @ contact_form
216
+ #: contact_form.php:666
217
  #, fuzzy
218
  msgid "Additional settings"
219
  msgstr "Opções adicionais"
220
 
221
+ #: contact_form.php:667
222
  msgid "Appearance"
223
  msgstr ""
224
 
225
  # @ contact_form
226
+ #: contact_form.php:668 contact_form.php:2229
227
  msgid "FAQ"
228
  msgstr "Perguntas Frequentes"
229
 
230
+ #: contact_form.php:669
231
  msgid "Go PRO"
232
  msgstr ""
233
 
234
+ #: contact_form.php:672 contact_form.php:674
235
  msgid "Notice:"
236
  msgstr ""
237
 
238
+ #: contact_form.php:672
239
  msgid ""
240
  "The plugin's settings have been changed. In order to save them please don't "
241
  "forget to click the 'Save Changes' button."
242
  msgstr ""
243
 
244
+ #: contact_form.php:685
245
  msgid ""
246
  "If you want to create multiple contact forms, please install the Contact "
247
  "Form Multi plugin."
248
  msgstr ""
249
 
250
  # @ contact_form
251
+ #: contact_form.php:692
252
  #, fuzzy
253
  msgid ""
254
  "If you would like to add Contact Form to your website, just copy and paste "
258
  "copie e cole este código na sua postagem ou página ou widget:"
259
 
260
  # @ contact_form
261
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
262
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
263
+ #: contact_form.php:1158 contact_form.php:1160
264
  msgid "or"
265
  msgstr "ou"
266
 
267
  # @ contact_form
268
+ #: contact_form.php:693
269
  #, fuzzy
270
  msgid ""
271
  "If you have any problems with the standard shortcode [contact_form], you "
275
  "deve usar o shortcode"
276
 
277
  # @ contact_form
278
+ #: contact_form.php:693 contact_form.php:696
279
  msgid "They work the same way."
280
  msgstr "Eles funcionam da mesma forma."
281
 
282
  # @ contact_form
283
+ #: contact_form.php:695 contact_form.php:1507
284
  msgid ""
285
  "If you would like to add the Contact Form to your website, just copy and "
286
  "paste this shortcode to your post or page or widget:"
289
  "copie e cole este código na sua postagem ou página ou widget:"
290
 
291
  # @ contact_form
292
+ #: contact_form.php:696
293
  msgid ""
294
  "If have any problems with the standard shortcode [contact_form], you should "
295
  "use the shortcode"
298
  "deve usar o shortcode"
299
 
300
  # @ contact_form
301
+ #: contact_form.php:700
302
  msgid ""
303
  "If you leave the fields empty, the messages will be sent to the email "
304
  "address specified during registration."
307
  "enviadas para um endereço que foi especificado durante o registro."
308
 
309
  # @ contact_form
310
+ #: contact_form.php:703
311
  msgid "The user's email address:"
312
  msgstr "Use o email de um usuário do wordpress:"
313
 
314
  # @ contact_form
315
+ #: contact_form.php:707
316
  #, fuzzy
317
  msgid "Select a username"
318
  msgstr "Selecione o nome do usuário"
319
 
320
  # @ contact_form
321
+ #: contact_form.php:720
322
  msgid ""
323
  "Enter a username of the person who should get the messages from the contact "
324
  "form."
327
  "Formulário de Contato."
328
 
329
  # @ contact_form
330
+ #: contact_form.php:724
331
  msgid "Use this email address:"
332
  msgstr "Use este email:"
333
 
334
  # @ contact_form
335
+ #: contact_form.php:728
336
  msgid "Enter the email address you want the messages forwarded to."
337
  msgstr ""
338
  "Configure um endereço de email que será usado para o recebimento de "
339
  "mensagens."
340
 
341
+ #: contact_form.php:737
342
  msgid "Add department selectbox to the contact form:"
343
  msgstr ""
344
 
345
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
346
  msgid "If you upgrade to Pro version all your settings will be saved."
347
  msgstr ""
348
 
349
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
350
+ #: contact_form.php:1213 contact_form.php:1397
351
  msgid "Unlock premium options by upgrading to PRO version."
352
  msgstr ""
353
 
354
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
355
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
356
  msgid "Learn More"
357
  msgstr ""
358
 
359
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
360
+ #: contact_form.php:1217 contact_form.php:1401
361
  msgid "Go"
362
  msgstr ""
363
 
364
+ #: contact_form.php:763
365
  msgid "Save emails to the database"
366
  msgstr ""
367
 
368
+ #: contact_form.php:768
369
  msgid "Using"
370
  msgstr ""
371
 
372
  # @ contact_form
373
+ #: contact_form.php:771 contact_form.php:775
374
  #, fuzzy
375
  msgid "Using Contact Form to DB by BestWebSoft"
376
  msgstr "Formulário de Contato Pro"
377
 
378
  # @ contact_form
379
+ #: contact_form.php:771
380
  #, fuzzy
381
  msgid "Activate"
382
  msgstr "Ativar captcha"
383
 
384
  # @ contact_form
385
+ #: contact_form.php:775
386
  #, fuzzy
387
  msgid "Download"
388
  msgstr "Fazer Download do Captcha"
389
 
390
  # @ contact_form
391
+ #: contact_form.php:785
392
  msgid "What to use?"
393
  msgstr "O que usar?"
394
 
395
  # @ contact_form
396
+ #: contact_form.php:790
397
  msgid "Wp-mail"
398
  msgstr "Wp-mail"
399
 
400
  # @ contact_form
401
+ #: contact_form.php:792
402
  msgid "You can use the wp_mail function for mailing"
403
  msgstr "Você pode usar a função wp_mail para enviar emails"
404
 
405
  # @ contact_form
406
+ #: contact_form.php:795
407
  msgid "Mail"
408
  msgstr "Mail"
409
 
410
  # @ contact_form
411
+ #: contact_form.php:797
412
  msgid "To send mail you can use the php mail function"
413
  msgstr "Para enviar emails você pode usar a função mail() do php"
414
 
415
+ #: contact_form.php:802
416
  msgid "'FROM' field"
417
  msgstr ""
418
 
419
  # @ contact_form
420
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
421
+ #: contact_form.php:2006 contact_form.php:2042
422
  msgid "Name"
423
  msgstr "Nome"
424
 
425
  # @ contact_form
426
+ #: contact_form.php:811
427
  #, fuzzy
428
  msgid "User name"
429
  msgstr "Email do usuário"
430
 
431
  # @ contact_form
432
+ #: contact_form.php:813
433
  #, fuzzy
434
  msgid ""
435
  "The name of the user who fills the form will be used in the field 'From'."
438
  "campo 'De'"
439
 
440
  # @ contact_form
441
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
442
  msgid "Email"
443
  msgstr "E-Mail"
444
 
445
  # @ contact_form
446
+ #: contact_form.php:826
447
  msgid "User email"
448
  msgstr "Email do usuário"
449
 
450
  # @ contact_form
451
+ #: contact_form.php:828
452
  msgid ""
453
  "The email address of the user who fills the form will be used in the field "
454
  "'From'."
456
  "O endereço de email do usuário que preencher o formulário será usado no "
457
  "campo 'De'"
458
 
459
+ #: contact_form.php:832
460
  msgid ""
461
  "If this option is changed, email messages may be moved to the spam folder or "
462
  "email delivery failures may occur."
463
  msgstr ""
464
 
465
  # @ contact_form
466
+ #: contact_form.php:838
467
  #, fuzzy
468
  msgid "Required symbol"
469
  msgstr "Campos obrigatórios"
470
 
471
+ #: contact_form.php:848
472
  msgid "Fields"
473
  msgstr ""
474
 
475
+ #: contact_form.php:849
476
  msgid "Used"
477
  msgstr ""
478
 
479
  # @ contact_form
480
+ #: contact_form.php:850
481
  #, fuzzy
482
  msgid "Required"
483
  msgstr "Campos obrigatórios"
484
 
485
+ #: contact_form.php:851
486
  msgid "Visible"
487
  msgstr ""
488
 
489
+ #: contact_form.php:852
490
  msgid "Disabled for editing"
491
  msgstr ""
492
 
493
+ #: contact_form.php:853
494
  msgid "Field's default value"
495
  msgstr ""
496
 
497
+ #: contact_form.php:858
498
  msgid "Department selectbox"
499
  msgstr ""
500
 
501
+ #: contact_form.php:873
502
  msgid "Use User's name as a default value if the user is logged in."
503
  msgstr ""
504
 
505
+ #: contact_form.php:874 contact_form.php:902
506
  msgid ""
507
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
508
  "in users."
509
  msgstr ""
510
 
511
+ #: contact_form.php:878
512
  msgid "Location selectbox"
513
  msgstr ""
514
 
515
  # @ contact_form
516
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
517
+ #: contact_form.php:2046
518
  msgid "Address"
519
  msgstr "Endereço"
520
 
521
  # @ contact_form
522
+ #: contact_form.php:894
523
  msgid "Email Address"
524
  msgstr "Endereço de email"
525
 
526
+ #: contact_form.php:901
527
  msgid "Use User's email as a default value if the user is logged in."
528
  msgstr ""
529
 
530
  # @ contact_form
531
+ #: contact_form.php:906
532
  #, fuzzy
533
  msgid "Phone number"
534
  msgstr "Número de Telefone:"
535
 
536
  # @ contact_form
537
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
538
+ #: contact_form.php:2055
539
  msgid "Subject"
540
  msgstr "Assunto"
541
 
542
  # @ contact_form
543
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
544
+ #: contact_form.php:2057
545
  msgid "Message"
546
  msgstr "Mensagem"
547
 
548
  # @ contact_form
549
+ #: contact_form.php:946
550
  msgid "Attachment block"
551
  msgstr "Bloco de anexos"
552
 
553
  # @ contact_form
554
+ #: contact_form.php:948
555
  msgid "Users can attach the following file formats"
556
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
557
 
558
+ #: contact_form.php:961
559
  msgid "Add to the form"
560
  msgstr ""
561
 
562
  # @ contact_form
563
+ #: contact_form.php:966
564
  #, fuzzy
565
  msgid "Tips below the Attachment"
566
  msgstr "Exibir dicas abaixo do bloco de Anexos"
567
 
568
  # @ contact_form
569
+ #: contact_form.php:975
570
  #, fuzzy
571
  msgid "'Send me a copy' block"
572
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
573
 
574
  # @ contact_form
575
+ #: contact_form.php:988
576
  msgid "Activate captcha"
577
  msgstr "Ativar captcha"
578
 
579
  # @ contact_form
580
+ #: contact_form.php:992
581
  msgid "Download captcha"
582
  msgstr "Fazer Download do Captcha"
583
 
584
+ #: contact_form.php:1000
585
  msgid "Agreement checkbox"
586
  msgstr ""
587
 
588
+ #: contact_form.php:1000
589
  msgid "Required checkbox for submitting the form"
590
  msgstr ""
591
 
592
+ #: contact_form.php:1001
593
  msgid "Optional checkbox"
594
  msgstr ""
595
 
596
+ #: contact_form.php:1001
597
  msgid "Optional checkbox, the results of which will be displayed in email"
598
  msgstr ""
599
 
600
  # @ contact_form
601
+ #: contact_form.php:1019
602
  msgid "Delete an attachment file from the server after the email is sent"
603
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
604
 
605
+ #: contact_form.php:1025
606
  msgid "Email in HTML format sending"
607
  msgstr ""
608
 
609
  # @ contact_form
610
+ #: contact_form.php:1029
611
  msgid "Display additional info in the email"
612
  msgstr "Mostre informações adicionais no email"
613
 
614
  # @ contact_form
615
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
616
  msgid "Sent from (ip address)"
617
  msgstr "Enviado de (Endereço IP)"
618
 
619
  # @ contact_form
620
+ #: contact_form.php:1035
621
  msgid "Example: Sent from (IP address):\t127.0.0.1"
622
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
623
 
624
  # @ contact_form
625
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
626
  msgid "Date/Time"
627
  msgstr "Data / Hora"
628
 
629
  # @ contact_form
630
+ #: contact_form.php:1036
631
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
632
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
633
 
634
  # @ contact_form
635
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
636
  msgid "Sent from (referer)"
637
  msgstr "Vindo de (origem)"
638
 
639
  # @ contact_form
640
+ #: contact_form.php:1037
641
  msgid ""
642
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
643
  msgstr ""
644
  "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
645
 
646
  # @ contact_form
647
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
648
  msgid "Using (user agent)"
649
  msgstr "Usando (cliente de email)"
650
 
651
  # @ contact_form
652
+ #: contact_form.php:1038
653
  msgid ""
654
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
655
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
658
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
659
 
660
  # @ contact_form
661
+ #: contact_form.php:1043
662
  msgid "Language settings for the field names in the form"
663
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
664
 
665
  # @ contact_form
666
+ #: contact_form.php:1052
667
  msgid "Add a language"
668
  msgstr "Adicione um idioma"
669
 
670
  # @ contact_form
671
+ #: contact_form.php:1056
672
  msgid "Change the names of the contact form fields and error messages"
673
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
674
 
675
  # @ contact_form
676
+ #: contact_form.php:1061 contact_form.php:1148
677
  msgid "English"
678
  msgstr "Inglês"
679
 
680
+ #: contact_form.php:1069 contact_form.php:1103
681
  msgid "click to expand/hide the list"
682
  msgstr ""
683
 
684
  # @ contact_form
685
+ #: contact_form.php:1078 contact_form.php:1112
686
  #, fuzzy
687
  msgid "Tips below the Attachment block"
688
  msgstr "Exibir dicas abaixo do bloco de Anexos"
689
 
690
  # @ contact_form
691
+ #: contact_form.php:1081 contact_form.php:1115
692
  msgid "Error message for the Name field"
693
  msgstr "Mensagem de erro para o campo Nome"
694
 
695
  # @ contact_form
696
+ #: contact_form.php:1082 contact_form.php:1116
697
  msgid "Error message for the Address field"
698
  msgstr "Mensagem de erro para o campo Endereço"
699
 
700
  # @ contact_form
701
+ #: contact_form.php:1083 contact_form.php:1117
702
  msgid "Error message for the Email field"
703
  msgstr "Mensagem de erro para o campo Email"
704
 
705
  # @ contact_form
706
+ #: contact_form.php:1084 contact_form.php:1118
707
  msgid "Error message for the Phone field"
708
  msgstr "Mensagem de erro para o campo Telefone"
709
 
710
  # @ contact_form
711
+ #: contact_form.php:1085 contact_form.php:1119
712
  msgid "Error message for the Subject field"
713
  msgstr "Mensagem de erro para o campo Assunto"
714
 
715
  # @ contact_form
716
+ #: contact_form.php:1086 contact_form.php:1120
717
  msgid "Error message for the Message field"
718
  msgstr "Mensagem de erro para o campo Mensagem"
719
 
720
  # @ contact_form
721
+ #: contact_form.php:1087 contact_form.php:1121
722
  msgid "Error message about the file type for the Attachment field"
723
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
724
 
725
  # @ contact_form
726
+ #: contact_form.php:1088 contact_form.php:1122
727
  msgid ""
728
  "Error message while uploading a file for the Attachment field to the server"
729
  msgstr ""
731
  "servidor"
732
 
733
  # @ contact_form
734
+ #: contact_form.php:1089 contact_form.php:1123
735
  msgid "Error message while moving the file for the Attachment field"
736
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
737
 
738
  # @ contact_form
739
+ #: contact_form.php:1090 contact_form.php:1124
740
  msgid "Error message when file size limit for the Attachment field is exceeded"
741
  msgstr ""
742
  "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for "
743
  "excedido"
744
 
745
  # @ contact_form
746
+ #: contact_form.php:1091 contact_form.php:1125
747
  msgid "Error message for the Captcha field"
748
  msgstr "Mensagem de erro para o campo Captcha"
749
 
750
  # @ contact_form
751
+ #: contact_form.php:1092 contact_form.php:1126
752
  msgid "Error message for the whole form"
753
  msgstr "Mensagem de erro para o formulário inteiro"
754
 
755
  # @ contact_form
756
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
757
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
758
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
759
+ #: contact_form.php:2364
760
  msgid "Use shortcode"
761
  msgstr "Use shortcode (abreviações)"
762
 
763
  # @ contact_form
764
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
765
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
766
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
767
+ #: contact_form.php:2364
768
  msgid "for this language"
769
  msgstr "para este idioma"
770
 
771
  # @ contact_form
772
+ #: contact_form.php:1139
773
  #, fuzzy
774
  msgid "Use the changed names of the contact form fields in the email"
775
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
776
 
777
  # @ contact_form
778
+ #: contact_form.php:1145
779
  msgid "Action after email is sent"
780
  msgstr "Ação após o email ser enviado"
781
 
782
  # @ contact_form
783
+ #: contact_form.php:1147
784
  msgid "Display text"
785
  msgstr "Mostrar texto"
786
 
787
  # @ contact_form
788
+ #: contact_form.php:1156 contact_form.php:1166
789
  msgid "Text"
790
  msgstr "Texto"
791
 
792
  # @ contact_form
793
+ #: contact_form.php:1177
794
  msgid "Redirect to the page"
795
  msgstr "Redirecione para a página"
796
 
797
  # @ contact_form
798
+ #: contact_form.php:1178
799
  msgid "Url"
800
  msgstr "URL"
801
 
802
+ #: contact_form.php:1182
803
  msgid "The $_SERVER variable that is used to build a URL of the form"
804
  msgstr ""
805
 
806
+ #: contact_form.php:1187
807
  msgid ""
808
  "If you are not sure whether to change this setting or not, please do not do "
809
  "that."
810
  msgstr ""
811
 
812
+ #: contact_form.php:1197
813
  msgid "Auto Response"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1201
817
  #, php-format
818
  msgid ""
819
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
822
  msgstr ""
823
 
824
  # @ default
825
+ #: contact_form.php:1226 contact_form.php:1408
826
  msgid "Save Changes"
827
  msgstr "Salvar Mudanças"
828
 
829
  # @ contact_form
830
+ #: contact_form.php:1239
831
  msgid "Errors output"
832
  msgstr "Saída de erros."
833
 
834
  # @ contact_form
835
+ #: contact_form.php:1242
836
  msgid "Display error messages"
837
  msgstr "Mostrar mensagens de erro"
838
 
839
  # @ contact_form
840
+ #: contact_form.php:1243
841
  msgid "Color of the input field errors."
842
  msgstr "Cor do erro nos campos de formulário"
843
 
844
  # @ contact_form
845
+ #: contact_form.php:1244
846
  msgid "Display error messages & color of the input field errors"
847
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
848
 
849
  # @ contact_form
850
+ #: contact_form.php:1249
851
  msgid "Add placeholder to the input blocks"
852
  msgstr "Adicione reserva de espaço aos blocos de inserção"
853
 
854
  # @ contact_form
855
+ #: contact_form.php:1255
856
  msgid "Add tooltips"
857
  msgstr "Adicionar mensagens de ajuda"
858
 
859
  # @ contact_form
860
+ #: contact_form.php:1269
861
  msgid "Email address"
862
  msgstr "Endereço de email"
863
 
864
  # @ contact_form
865
+ #: contact_form.php:1274
866
  msgid "Phone Number"
867
  msgstr "Telefone"
868
 
869
  # @ contact_form
870
+ #: contact_form.php:1288
871
  msgid "Attachment"
872
  msgstr "Anexo"
873
 
874
  # @ contact_form
875
+ #: contact_form.php:1298
876
  msgid "Style options"
877
  msgstr "Opções de estilo"
878
 
879
  # @ contact_form
880
+ #: contact_form.php:1301
881
  msgid "Text color"
882
  msgstr "Cor do texto"
883
 
884
  # @ contact_form
885
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
886
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
887
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
888
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
889
  msgid "Default"
890
  msgstr "Padrão"
891
 
892
  # @ contact_form
893
+ #: contact_form.php:1306
894
  msgid "Label text color"
895
  msgstr "Cor do texto descritivo"
896
 
897
  # @ contact_form
898
+ #: contact_form.php:1311
899
  msgid "Placeholder color"
900
  msgstr "Cor da reserva de espaço"
901
 
902
  # @ contact_form
903
+ #: contact_form.php:1316
904
  msgid "Errors color"
905
  msgstr "Cor dos erros"
906
 
907
  # @ contact_form
908
+ #: contact_form.php:1321
909
  msgid "Error text color"
910
  msgstr "Cor de texto do erro"
911
 
912
  # @ contact_form
913
+ #: contact_form.php:1326
914
  msgid "Background color of the input field errors"
915
  msgstr "Cor de fundo do campo de formulário com erros"
916
 
917
  # @ contact_form
918
+ #: contact_form.php:1331
919
  msgid "Border color of the input field errors"
920
  msgstr "Cor de borda do campo de formulário com erros"
921
 
922
  # @ contact_form
923
+ #: contact_form.php:1336
924
  msgid "Placeholder color of the input field errors"
925
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
926
 
927
  # @ contact_form
928
+ #: contact_form.php:1341
929
  msgid "Input fields"
930
  msgstr "Campos do folmulário"
931
 
932
  # @ contact_form
933
+ #: contact_form.php:1346
934
  msgid "Input fields background color"
935
  msgstr "Cor de fundo dos campos de formulário"
936
 
937
  # @ contact_form
938
+ #: contact_form.php:1351
939
  msgid "Text fields color"
940
  msgstr "Cor dos campos de texto"
941
 
942
  # @ contact_form
943
+ #: contact_form.php:1355
944
  msgid "Border width in px, numbers only"
945
  msgstr "Largura da borda em px, somente o número"
946
 
947
  # @ contact_form
948
+ #: contact_form.php:1360 contact_form.php:1384
949
  msgid "Border color"
950
  msgstr "Cor da borda"
951
 
952
  # @ contact_form
953
+ #: contact_form.php:1365
954
  msgid "Submit button"
955
  msgstr "Botão de Envio"
956
 
957
  # @ contact_form
958
+ #: contact_form.php:1369
959
  msgid "Width in px, numbers only"
960
  msgstr "Largura em px, somente o número"
961
 
962
  # @ contact_form
963
+ #: contact_form.php:1374
964
  msgid "Button color"
965
  msgstr "Cor do botão"
966
 
967
  # @ contact_form
968
+ #: contact_form.php:1379
969
  msgid "Button text color"
970
  msgstr "Cor do texto do botão"
971
 
972
  # @ contact_form
973
+ #: contact_form.php:1412
974
  msgid "Contact Form Pro | Preview"
975
  msgstr "Formulário de Contato Pro | Prévia"
976
 
977
  # @ contact_form
978
+ #: contact_form.php:1414
979
  msgid "Show with errors"
980
  msgstr "Mostrar com erros"
981
 
982
  # @ contact_form
983
+ #: contact_form.php:1423 contact_form.php:1425
984
  msgid "Please enter your full name..."
985
  msgstr "Informe seu nome completo..."
986
 
987
  # @ contact_form
988
+ #: contact_form.php:1436 contact_form.php:1438
989
  msgid "Please enter your address..."
990
  msgstr "Informe seu endereço…"
991
 
992
  # @ contact_form
993
+ #: contact_form.php:1447 contact_form.php:1449
994
  msgid "Please enter your email address..."
995
  msgstr "Informe seu endereço de email…"
996
 
997
  # @ contact_form
998
+ #: contact_form.php:1458 contact_form.php:1460
999
  msgid "Please enter your phone number..."
1000
  msgstr "Informe seu telefone..."
1001
 
1002
  # @ contact_form
1003
+ #: contact_form.php:1469 contact_form.php:1471
1004
  msgid "Please enter subject..."
1005
  msgstr "Informe o assunto…"
1006
 
1007
  # @ contact_form
1008
+ #: contact_form.php:1479 contact_form.php:1481
1009
  msgid "Please enter your message..."
1010
  msgstr "Informe sua mensagem…"
1011
 
1012
  # @ bestwebsoft
1013
  # @ contact_form
1014
+ #: contact_form.php:1592
1015
  msgid "Sorry, email message could not be delivered."
1016
  msgstr "Desculpe, seu e-mail não pode ser entregue."
1017
 
1018
  # @ contact_form
1019
+ #: contact_form.php:2000
1020
  msgid "Contact from"
1021
  msgstr "Formulário de Contato"
1022
 
1023
  # @ contact_form
1024
+ #: contact_form.php:2022 contact_form.php:2052
1025
  msgid "Phone"
1026
  msgstr "Telefone"
1027
 
1028
  # @ contact_form
1029
+ #: contact_form.php:2033 contact_form.php:2059
1030
  msgid "Site"
1031
  msgstr "Site"
1032
 
1033
  # @ contact_form
1034
+ #: contact_form.php:2146
1035
  msgid ""
1036
  "If you can see this MIME, it means that the MIME type is not supported by "
1037
  "your email client!"
1040
  "Favor usar um cliente mais atualizado."
1041
 
1042
  # @ contact_form
1043
+ #: contact_form.php:2230
1044
  msgid "Support"
1045
  msgstr "Suporte"
1046
 
1047
  # @ contact_form
1048
+ #: contact_form.php:2279
1049
  msgid "Are you sure that you want to delete this language data?"
1050
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
1051
 
1052
  # @ contact_form
1053
+ #: contact_form.php:2300
1054
  #, fuzzy
1055
  msgid "Add multiple forms"
1056
  msgstr "Adicionar mensagens de ajuda"
1057
 
1058
+ #: contact_form.php:2300
1059
  msgid ""
1060
  "Install Contact Form Multi plugin to create unlimited number of contact "
1061
  "forms."
1062
  msgstr ""
1063
 
1064
+ #: contact_form.php:2305
1065
  msgid "Learn more"
1066
  msgstr ""
1067
 
1068
+ #: contact_form.php:2309
1069
  msgid "Close"
1070
  msgstr ""
1071
 
1072
+ #: contact_form.php:2497
1073
  msgid "allows to store your messages to the database."
1074
  msgstr ""
1075
 
1076
+ #: contact_form.php:2498
1077
  msgid "Manage messages that have been sent from your website."
1078
  msgstr ""
1079
 
languages/{contact_form-ru_RU.mo → contact-form-plugin-ru_RU.mo} RENAMED
Binary file
languages/{contact_form-ru_RU.po → contact-form-plugin-ru_RU.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:22+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
- #: contact_form.php:35 contact_form.php:657
24
  msgid "Contact Form Settings"
25
  msgstr "Настройки Contact Form"
26
 
@@ -30,42 +30,42 @@ msgid "Contact Form"
30
  msgstr "Contact Form"
31
 
32
  # @ contact_form
33
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
34
  msgid "Name:"
35
  msgstr "Имя:"
36
 
37
  # @ contact_form
38
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
39
  msgid "Address:"
40
  msgstr "Адрес:"
41
 
42
  # @ contact_form
43
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
44
  msgid "Email Address:"
45
  msgstr "E-mail:"
46
 
47
  # @ contact_form
48
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
  # @ contact_form
53
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
54
  msgid "Subject:"
55
  msgstr "Тема:"
56
 
57
  # @ contact_form
58
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
59
  msgid "Message:"
60
  msgstr "Сообщение:"
61
 
62
  # @ contact_form
63
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
64
  msgid "Attachment:"
65
  msgstr "Прикрепить файл:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:130
69
  msgid ""
70
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
@@ -76,82 +76,82 @@ msgstr ""
76
  "Максимальный размер файла: 2 МБ"
77
 
78
  # @ contact_form
79
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
80
  msgid "Send me a copy"
81
  msgstr "Отправить мне копию"
82
 
83
  # @ contact_form
84
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
85
  msgid "Submit"
86
  msgstr "Отправить"
87
 
88
  # @ contact_form
89
- #: contact_form.php:133
90
  msgid "Your name is required."
91
  msgstr "Поле Имя - это обязательное поле для заполнения."
92
 
93
  # @ contact_form
94
- #: contact_form.php:134
95
  msgid "Address is required."
96
  msgstr "Поле Адрес - это обязательное поле для заполнения."
97
 
98
  # @ contact_form
99
- #: contact_form.php:135
100
  msgid "A valid email address is required."
101
  msgstr "Поле Email - это обязательное поле для заполнения."
102
 
103
  # @ contact_form
104
- #: contact_form.php:136
105
  msgid "Phone number is required."
106
  msgstr "Поле Телефон - это обязательное поле для заполнения."
107
 
108
  # @ contact_form
109
- #: contact_form.php:137
110
  msgid "Subject is required."
111
  msgstr "Поле Тема - это обязательное поле для заполнения."
112
 
113
  # @ contact_form
114
- #: contact_form.php:138
115
  msgid "Message text is required."
116
  msgstr "Поле Сообщение - это обязательное поле для заполнения."
117
 
118
  # @ contact_form
119
- #: contact_form.php:139
120
  msgid "File format is not valid."
121
  msgstr "Прикрепленный тип файла не поддерживается."
122
 
123
  # @ contact_form
124
- #: contact_form.php:140
125
  msgid "File upload error."
126
  msgstr "Ошибка при загрузке файла."
127
 
128
  # @ contact_form
129
- #: contact_form.php:141
130
  msgid "The file could not be uploaded."
131
  msgstr "Невозможно загрузить файл."
132
 
133
  # @ contact_form
134
- #: contact_form.php:142
135
  msgid "This file is too large."
136
  msgstr "Размер файла слишком большой."
137
 
138
  # @ contact_form
139
- #: contact_form.php:143
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Пожалуйста, заполните CAPTCHA."
142
 
143
  # @ contact_form
144
- #: contact_form.php:144
145
  msgid "Please make corrections below and try again."
146
  msgstr ""
147
  "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
148
 
149
  # @ contact_form
150
- #: contact_form.php:146
151
  msgid "Thank you for contacting us."
152
  msgstr "Спасибо, что связались с нами."
153
 
154
- #: contact_form.php:546
155
  msgid ""
156
  "Email 'FROM' field option was changed, which may cause email messages being "
157
  "moved to the spam folder or email delivery failures."
@@ -160,7 +160,7 @@ msgstr ""
160
  "тому, что письма будут попадать в спам или не будут доставлены."
161
 
162
  # @ contact_form
163
- #: contact_form.php:556
164
  msgid ""
165
  "If the 'Redirect to page' option is selected then the URL field should be in "
166
  "the following format"
@@ -169,66 +169,66 @@ msgstr ""
169
  "в следующем формате"
170
 
171
  # @ contact_form
172
- #: contact_form.php:565
173
  msgid "Such user does not exist."
174
  msgstr "Данный пользователь не найден."
175
 
176
  # @ contact_form
177
- #: contact_form.php:575
178
  msgid ""
179
  "Please enter a valid email address in the 'Use this email address' field."
180
  msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
181
 
182
  # @ contact_form
183
- #: contact_form.php:583
184
  msgid "Please enter a valid email address in the 'FROM' field."
185
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
186
 
187
  # @ contact_form
188
- #: contact_form.php:606
189
  msgid "Settings saved."
190
  msgstr "Настройки сохранены"
191
 
192
  # @ contact_form
193
- #: contact_form.php:608
194
  msgid "Settings are not saved."
195
  msgstr "Настройки не сохранены."
196
 
197
- #: contact_form.php:646
198
  msgid "All plugin settings were restored."
199
  msgstr "Все настройки плагина восстановлены."
200
 
201
  # @ contact_form
202
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
203
  msgid "Settings"
204
  msgstr "Настройки"
205
 
206
  # @ contact_form
207
- #: contact_form.php:660
208
  msgid "Additional settings"
209
  msgstr "Дополнительные настройки"
210
 
211
- #: contact_form.php:661
212
  msgid "Appearance"
213
  msgstr "Отображение"
214
 
215
  # @ contact_form
216
- #: contact_form.php:662 contact_form.php:2223
217
  msgid "FAQ"
218
  msgstr "FAQ"
219
 
220
  # @ contact_form
221
- #: contact_form.php:663
222
  msgid "Go PRO"
223
  msgstr "Перейти на PRO версию"
224
 
225
  # @ contact_form
226
- #: contact_form.php:666 contact_form.php:668
227
  msgid "Notice:"
228
  msgstr "Обратите внимание:"
229
 
230
  # @ contact_form
231
- #: contact_form.php:666
232
  msgid ""
233
  "The plugin's settings have been changed. In order to save them please don't "
234
  "forget to click the 'Save Changes' button."
@@ -237,7 +237,7 @@ msgstr ""
237
  "не забудьте нажать кнопку 'Сохранить изменения'."
238
 
239
  # @ contact_form
240
- #: contact_form.php:679
241
  msgid ""
242
  "If you want to create multiple contact forms, please install the Contact "
243
  "Form Multi plugin."
@@ -246,7 +246,7 @@ msgstr ""
246
  "установите плагин Contact Form Multi."
247
 
248
  # @ contact_form
249
- #: contact_form.php:686
250
  msgid ""
251
  "If you would like to add Contact Form to your website, just copy and paste "
252
  "this shortcode to your post or page or widget:"
@@ -255,14 +255,14 @@ msgstr ""
255
  "скопировать и вставить шорткод в контент страницы или поста или виджета:"
256
 
257
  # @ contact_form
258
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
259
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
260
- #: contact_form.php:1152 contact_form.php:1154
261
  msgid "or"
262
  msgstr "или"
263
 
264
  # @ contact_form
265
- #: contact_form.php:687
266
  msgid ""
267
  "If you have any problems with the standard shortcode [contact_form], you "
268
  "should use the shortcode"
@@ -271,12 +271,12 @@ msgstr ""
271
  "[contact_form], то используйте шорткод"
272
 
273
  # @ contact_form
274
- #: contact_form.php:687 contact_form.php:690
275
  msgid "They work the same way."
276
  msgstr "Шорткоды работают одинаково."
277
 
278
  # @ contact_form
279
- #: contact_form.php:689 contact_form.php:1501
280
  msgid ""
281
  "If you would like to add the Contact Form to your website, just copy and "
282
  "paste this shortcode to your post or page or widget:"
@@ -285,7 +285,7 @@ msgstr ""
285
  "скопировать и вставить шорткод в контент страницы или поста или виджета:"
286
 
287
  # @ contact_form
288
- #: contact_form.php:690
289
  msgid ""
290
  "If have any problems with the standard shortcode [contact_form], you should "
291
  "use the shortcode"
@@ -294,7 +294,7 @@ msgstr ""
294
  "[contact_form], то используйте шорткод"
295
 
296
  # @ contact_form
297
- #: contact_form.php:694
298
  msgid ""
299
  "If you leave the fields empty, the messages will be sent to the email "
300
  "address specified during registration."
@@ -303,17 +303,17 @@ msgstr ""
303
  "email, который был указан при регистрации сайта."
304
 
305
  # @ contact_form
306
- #: contact_form.php:697
307
  msgid "The user's email address:"
308
  msgstr "Email пользователя сайта:"
309
 
310
  # @ contact_form
311
- #: contact_form.php:701
312
  msgid "Select a username"
313
  msgstr "Выберите имя пользователя"
314
 
315
  # @ contact_form
316
- #: contact_form.php:714
317
  msgid ""
318
  "Enter a username of the person who should get the messages from the contact "
319
  "form."
@@ -322,110 +322,110 @@ msgstr ""
322
  "формы."
323
 
324
  # @ contact_form
325
- #: contact_form.php:718
326
  msgid "Use this email address:"
327
  msgstr "Использовать этот email:"
328
 
329
  # @ contact_form
330
- #: contact_form.php:722
331
  msgid "Enter the email address you want the messages forwarded to."
332
  msgstr "Укажите email, на который будут отправляться сообщения."
333
 
334
  # @ contact_form
335
- #: contact_form.php:731
336
  msgid "Add department selectbox to the contact form:"
337
  msgstr "Добавить выбор отдела в контактную форму:"
338
 
339
  # @ contact_form
340
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
341
  msgid "If you upgrade to Pro version all your settings will be saved."
342
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
343
 
344
  # @ contact_form
345
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
346
- #: contact_form.php:1207 contact_form.php:1391
347
  msgid "Unlock premium options by upgrading to PRO version."
348
  msgstr "Активируйте премиум опции обновившись до PRO версии."
349
 
350
  # @ contact_form
351
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
352
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
353
  msgid "Learn More"
354
  msgstr "Подробнее"
355
 
356
  # @ contact_form
357
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
358
- #: contact_form.php:1211 contact_form.php:1395
359
  msgid "Go"
360
  msgstr "Перейти на"
361
 
362
  # @ contact_form
363
- #: contact_form.php:757
364
  msgid "Save emails to the database"
365
  msgstr "Сохранять email в базу данных"
366
 
367
  # @ contact_form
368
- #: contact_form.php:762
369
  msgid "Using"
370
  msgstr "Используя"
371
 
372
  # @ contact_form
373
- #: contact_form.php:765 contact_form.php:769
374
  msgid "Using Contact Form to DB by BestWebSoft"
375
  msgstr "Используя Contact Form to DB, разработанный компанией BestWebSoft"
376
 
377
  # @ contact_form
378
- #: contact_form.php:765
379
  msgid "Activate"
380
  msgstr "Активировать"
381
 
382
  # @ contact_form
383
- #: contact_form.php:769
384
  msgid "Download"
385
  msgstr "Скачать"
386
 
387
  # @ contact_form
388
- #: contact_form.php:779
389
  msgid "What to use?"
390
  msgstr "Что использовать?"
391
 
392
  # @ contact_form
393
- #: contact_form.php:784
394
  msgid "Wp-mail"
395
  msgstr "Wp-mail"
396
 
397
  # @ contact_form
398
- #: contact_form.php:786
399
  msgid "You can use the wp_mail function for mailing"
400
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
401
 
402
  # @ contact_form
403
- #: contact_form.php:789
404
  msgid "Mail"
405
  msgstr "Mail"
406
 
407
  # @ contact_form
408
- #: contact_form.php:791
409
  msgid "To send mail you can use the php mail function"
410
  msgstr "Для отправки email вы можете использовать функцию php mail"
411
 
412
- #: contact_form.php:796
413
  msgid "'FROM' field"
414
  msgstr "Поле 'От'"
415
 
416
  # @ contact_form
417
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
418
- #: contact_form.php:2000 contact_form.php:2036
419
  msgid "Name"
420
  msgstr "Имя"
421
 
422
  # @ contact_form
423
- #: contact_form.php:805
424
  msgid "User name"
425
  msgstr "Имя пользователя"
426
 
427
  # @ contact_form
428
- #: contact_form.php:807
429
  msgid ""
430
  "The name of the user who fills the form will be used in the field 'From'."
431
  msgstr ""
@@ -433,17 +433,17 @@ msgstr ""
433
  "заполняет форму."
434
 
435
  # @ contact_form
436
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
437
  msgid "Email"
438
  msgstr "Email"
439
 
440
  # @ contact_form
441
- #: contact_form.php:820
442
  msgid "User email"
443
  msgstr "Email пользователя"
444
 
445
  # @ contact_form
446
- #: contact_form.php:822
447
  msgid ""
448
  "The email address of the user who fills the form will be used in the field "
449
  "'From'."
@@ -451,7 +451,7 @@ msgstr ""
451
  "В поле \"From\" в письме будет использоваться email того пользователя, "
452
  "который заполняет форму."
453
 
454
- #: contact_form.php:826
455
  msgid ""
456
  "If this option is changed, email messages may be moved to the spam folder or "
457
  "email delivery failures may occur."
@@ -460,52 +460,52 @@ msgstr ""
460
  "будут попадать в спам или не будут доставлены."
461
 
462
  # @ contact_form
463
- #: contact_form.php:832
464
  msgid "Required symbol"
465
  msgstr "Символ, отображающий обязательное поле"
466
 
467
  # @ contact_form
468
- #: contact_form.php:842
469
  msgid "Fields"
470
  msgstr "Поля"
471
 
472
  # @ contact_form
473
- #: contact_form.php:843
474
  msgid "Used"
475
  msgstr "Используется"
476
 
477
  # @ contact_form
478
- #: contact_form.php:844
479
  msgid "Required"
480
  msgstr "Обязательные"
481
 
482
  # @ contact_form
483
- #: contact_form.php:845
484
  msgid "Visible"
485
  msgstr "Видимое"
486
 
487
  # @ contact_form
488
- #: contact_form.php:846
489
  msgid "Disabled for editing"
490
  msgstr "Нет возможности редактировать"
491
 
492
  # @ contact_form
493
- #: contact_form.php:847
494
  msgid "Field's default value"
495
  msgstr "Значение полей по умолчанию"
496
 
497
  # @ contact_form
498
- #: contact_form.php:852
499
  msgid "Department selectbox"
500
  msgstr "Список отделов"
501
 
502
- #: contact_form.php:867
503
  msgid "Use User's name as a default value if the user is logged in."
504
  msgstr ""
505
  "Использовать имя Пользователя как значение по умолчанию, если пользователь "
506
  "залогинен."
507
 
508
- #: contact_form.php:868 contact_form.php:896
509
  msgid ""
510
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
511
  "in users."
@@ -514,153 +514,153 @@ msgstr ""
514
  "к залогиненным пользователям."
515
 
516
  # @ contact_form
517
- #: contact_form.php:872
518
  msgid "Location selectbox"
519
  msgstr "Список местоположений"
520
 
521
  # @ contact_form
522
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
523
- #: contact_form.php:2040
524
  msgid "Address"
525
  msgstr "Адрес"
526
 
527
  # @ contact_form
528
- #: contact_form.php:888
529
  msgid "Email Address"
530
  msgstr "Email адрес"
531
 
532
- #: contact_form.php:895
533
  msgid "Use User's email as a default value if the user is logged in."
534
  msgstr ""
535
  "Использовать Email Пользователя как значение по умолчанию, если пользователь "
536
  "залогинен."
537
 
538
  # @ contact_form
539
- #: contact_form.php:900
540
  msgid "Phone number"
541
  msgstr "Телефон"
542
 
543
  # @ contact_form
544
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
545
- #: contact_form.php:2049
546
  msgid "Subject"
547
  msgstr "Тема"
548
 
549
  # @ contact_form
550
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
551
- #: contact_form.php:2051
552
  msgid "Message"
553
  msgstr "Сообщение"
554
 
555
  # @ contact_form
556
- #: contact_form.php:940
557
  msgid "Attachment block"
558
  msgstr "Блок 'Прикрепить файл'"
559
 
560
  # @ contact_form
561
- #: contact_form.php:942
562
  msgid "Users can attach the following file formats"
563
  msgstr "Пользователи могут прикрепить файлы таких типов"
564
 
565
  # @ contact_form
566
- #: contact_form.php:955
567
  msgid "Add to the form"
568
  msgstr "Добавить в форму"
569
 
570
  # @ contact_form
571
- #: contact_form.php:960
572
  msgid "Tips below the Attachment"
573
  msgstr "Пояснения после блока \"Прикрепить файл\""
574
 
575
  # @ contact_form
576
- #: contact_form.php:969
577
  msgid "'Send me a copy' block"
578
  msgstr "Блок 'Отправить мне копию'"
579
 
580
  # @ contact_form
581
- #: contact_form.php:982
582
  msgid "Activate captcha"
583
  msgstr "Активировать Сaptcha"
584
 
585
  # @ contact_form
586
- #: contact_form.php:986
587
  msgid "Download captcha"
588
  msgstr "Скачать Сaptcha"
589
 
590
  # @ contact_form
591
- #: contact_form.php:994
592
  msgid "Agreement checkbox"
593
  msgstr "Чекбокс согласия с условиями"
594
 
595
  # @ contact_form
596
- #: contact_form.php:994
597
  msgid "Required checkbox for submitting the form"
598
  msgstr "Обязательный чекбокс для отправки формы"
599
 
600
  # @ contact_form
601
- #: contact_form.php:995
602
  msgid "Optional checkbox"
603
  msgstr "Дополнительный чекбокс"
604
 
605
  # @ contact_form
606
- #: contact_form.php:995
607
  msgid "Optional checkbox, the results of which will be displayed in email"
608
  msgstr "Дополнительный чекбокс, результаты которого будут отображены в email"
609
 
610
  # @ contact_form
611
- #: contact_form.php:1013
612
  msgid "Delete an attachment file from the server after the email is sent"
613
  msgstr "Удалить прикрепленный файл с сервера после отправки email"
614
 
615
  # @ contact_form
616
- #: contact_form.php:1019
617
  msgid "Email in HTML format sending"
618
  msgstr "Отправка еmail в формате HTML"
619
 
620
  # @ contact_form
621
- #: contact_form.php:1023
622
  msgid "Display additional info in the email"
623
  msgstr "Отображение дополнительной информации в письме"
624
 
625
  # @ contact_form
626
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
627
  msgid "Sent from (ip address)"
628
  msgstr "Отправлено от (ip адрес)"
629
 
630
  # @ contact_form
631
- #: contact_form.php:1029
632
  msgid "Example: Sent from (IP address):\t127.0.0.1"
633
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
634
 
635
  # @ contact_form
636
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
637
  msgid "Date/Time"
638
  msgstr "Дата/Время"
639
 
640
  # @ contact_form
641
- #: contact_form.php:1030
642
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
643
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
644
 
645
  # @ contact_form
646
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
647
  msgid "Sent from (referer)"
648
  msgstr "Пришло из (реферер)"
649
 
650
  # @ contact_form
651
- #: contact_form.php:1031
652
  msgid ""
653
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
654
  msgstr ""
655
  "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
656
 
657
  # @ contact_form
658
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
659
  msgid "Using (user agent)"
660
  msgstr "Используя (user agent)"
661
 
662
  # @ contact_form
663
- #: contact_form.php:1032
664
  msgid ""
665
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
666
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -669,151 +669,151 @@ msgstr ""
669
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
670
 
671
  # @ contact_form
672
- #: contact_form.php:1037
673
  msgid "Language settings for the field names in the form"
674
  msgstr "Языковые настройки для названия полей в форме"
675
 
676
  # @ contact_form
677
- #: contact_form.php:1046
678
  msgid "Add a language"
679
  msgstr "Добавить язык"
680
 
681
  # @ contact_form
682
- #: contact_form.php:1050
683
  msgid "Change the names of the contact form fields and error messages"
684
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
685
 
686
  # @ contact_form
687
- #: contact_form.php:1055 contact_form.php:1142
688
  msgid "English"
689
  msgstr "Английский"
690
 
691
  # @ contact_form
692
- #: contact_form.php:1063 contact_form.php:1097
693
  msgid "click to expand/hide the list"
694
  msgstr "нажмите чтобы развернуть/свернуть список"
695
 
696
  # @ contact_form
697
- #: contact_form.php:1072 contact_form.php:1106
698
  msgid "Tips below the Attachment block"
699
  msgstr "Пояснения после блока \"Прикрепить файл\""
700
 
701
  # @ contact_form
702
- #: contact_form.php:1075 contact_form.php:1109
703
  msgid "Error message for the Name field"
704
  msgstr "Сообщение об ошибке для поля Name"
705
 
706
  # @ contact_form
707
- #: contact_form.php:1076 contact_form.php:1110
708
  msgid "Error message for the Address field"
709
  msgstr "Сообщение об ошибке для поля Address"
710
 
711
  # @ contact_form
712
- #: contact_form.php:1077 contact_form.php:1111
713
  msgid "Error message for the Email field"
714
  msgstr "Сообщение об ошибке для поля Email"
715
 
716
  # @ contact_form
717
- #: contact_form.php:1078 contact_form.php:1112
718
  msgid "Error message for the Phone field"
719
  msgstr "Сообщение об ошибке для поля Phone"
720
 
721
  # @ contact_form
722
- #: contact_form.php:1079 contact_form.php:1113
723
  msgid "Error message for the Subject field"
724
  msgstr "Сообщение об ошибке для поля Subject"
725
 
726
  # @ contact_form
727
- #: contact_form.php:1080 contact_form.php:1114
728
  msgid "Error message for the Message field"
729
  msgstr "Сообщение об ошибке для поля Message"
730
 
731
  # @ contact_form
732
- #: contact_form.php:1081 contact_form.php:1115
733
  msgid "Error message about the file type for the Attachment field"
734
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
735
 
736
  # @ contact_form
737
- #: contact_form.php:1082 contact_form.php:1116
738
  msgid ""
739
  "Error message while uploading a file for the Attachment field to the server"
740
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
741
 
742
  # @ contact_form
743
- #: contact_form.php:1083 contact_form.php:1117
744
  msgid "Error message while moving the file for the Attachment field"
745
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
746
 
747
  # @ contact_form
748
- #: contact_form.php:1084 contact_form.php:1118
749
  msgid "Error message when file size limit for the Attachment field is exceeded"
750
  msgstr ""
751
  "Сообщение об ошибке когда размер файла превышает размер разрешенного "
752
  "сервером для поля Attachment"
753
 
754
  # @ contact_form
755
- #: contact_form.php:1085 contact_form.php:1119
756
  msgid "Error message for the Captcha field"
757
  msgstr "Сообщение об ошибке для поля Captcha"
758
 
759
  # @ contact_form
760
- #: contact_form.php:1086 contact_form.php:1120
761
  msgid "Error message for the whole form"
762
  msgstr "Сообщение об ошибке для всей формы"
763
 
764
  # @ contact_form
765
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
766
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
767
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
768
- #: contact_form.php:2358
769
  msgid "Use shortcode"
770
  msgstr "Использовать шорткод"
771
 
772
  # @ contact_form
773
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
774
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
775
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
776
- #: contact_form.php:2358
777
  msgid "for this language"
778
  msgstr "для данного языка"
779
 
780
  # @ contact_form
781
- #: contact_form.php:1133
782
  msgid "Use the changed names of the contact form fields in the email"
783
  msgstr "Использовать измененные названия полей контактной формы в email"
784
 
785
  # @ contact_form
786
- #: contact_form.php:1139
787
  msgid "Action after email is sent"
788
  msgstr "Действие после отправки письма"
789
 
790
  # @ contact_form
791
- #: contact_form.php:1141
792
  msgid "Display text"
793
  msgstr "Отобразить текст"
794
 
795
  # @ contact_form
796
- #: contact_form.php:1150 contact_form.php:1160
797
  msgid "Text"
798
  msgstr "Текст"
799
 
800
  # @ contact_form
801
- #: contact_form.php:1171
802
  msgid "Redirect to the page"
803
  msgstr "Перенаправление на страницу"
804
 
805
  # @ contact_form
806
- #: contact_form.php:1172
807
  msgid "Url"
808
  msgstr "Url"
809
 
810
  # @ contact_form
811
- #: contact_form.php:1176
812
  msgid "The $_SERVER variable that is used to build a URL of the form"
813
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
814
 
815
  # @ contact_form
816
- #: contact_form.php:1181
817
  msgid ""
818
  "If you are not sure whether to change this setting or not, please do not do "
819
  "that."
@@ -822,12 +822,12 @@ msgstr ""
822
  "этого делать."
823
 
824
  # @ contact_form_pro
825
- #: contact_form.php:1191
826
  msgid "Auto Response"
827
  msgstr "Автоответ"
828
 
829
  # @ contact_form
830
- #: contact_form.php:1195
831
  #, php-format
832
  msgid ""
833
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -839,215 +839,215 @@ msgstr ""
839
  "названия блога."
840
 
841
  # @ default
842
- #: contact_form.php:1220 contact_form.php:1402
843
  msgid "Save Changes"
844
  msgstr "Сохранить изменения"
845
 
846
  # @ contact_form
847
- #: contact_form.php:1233
848
  msgid "Errors output"
849
  msgstr "Отображение ошибок"
850
 
851
  # @ contact_form
852
- #: contact_form.php:1236
853
  msgid "Display error messages"
854
  msgstr "Отображать сообщения об ошибках"
855
 
856
  # @ contact_form
857
- #: contact_form.php:1237
858
  msgid "Color of the input field errors."
859
  msgstr "Отображать ошибки цветом для полей ввода."
860
 
861
  # @ contact_form
862
- #: contact_form.php:1238
863
  msgid "Display error messages & color of the input field errors"
864
  msgstr "Отображать сообщения об ошибках и цвет полей ввода с ошибками"
865
 
866
  # @ contact_form
867
- #: contact_form.php:1243
868
  msgid "Add placeholder to the input blocks"
869
  msgstr "Добавить вспомогательный текст в поля ввода"
870
 
871
  # @ contact_form
872
- #: contact_form.php:1249
873
  msgid "Add tooltips"
874
  msgstr "Добавить подсказки"
875
 
876
  # @ contact_form
877
- #: contact_form.php:1263
878
  msgid "Email address"
879
  msgstr "Email"
880
 
881
  # @ contact_form
882
- #: contact_form.php:1268
883
  msgid "Phone Number"
884
  msgstr "Телефон"
885
 
886
  # @ contact_form
887
- #: contact_form.php:1282
888
  msgid "Attachment"
889
  msgstr "Прикрепить файл"
890
 
891
  # @ contact_form
892
- #: contact_form.php:1292
893
  msgid "Style options"
894
  msgstr "Настройки стиля"
895
 
896
  # @ contact_form
897
- #: contact_form.php:1295
898
  msgid "Text color"
899
  msgstr "Цвет текста"
900
 
901
  # @ contact_form
902
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
903
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
904
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
905
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
906
  msgid "Default"
907
  msgstr "По умолчанию"
908
 
909
  # @ contact_form
910
- #: contact_form.php:1300
911
  msgid "Label text color"
912
  msgstr "Цвет текста"
913
 
914
  # @ contact_form
915
- #: contact_form.php:1305
916
  msgid "Placeholder color"
917
  msgstr "Цвет замещающегося текста"
918
 
919
  # @ contact_form
920
- #: contact_form.php:1310
921
  msgid "Errors color"
922
  msgstr "Цвет ошибок"
923
 
924
  # @ contact_form
925
- #: contact_form.php:1315
926
  msgid "Error text color"
927
  msgstr "Цвет текста для ошибок"
928
 
929
  # @ contact_form
930
- #: contact_form.php:1320
931
  msgid "Background color of the input field errors"
932
  msgstr "Цвет фона для полей ввода с ошибками"
933
 
934
  # @ contact_form
935
- #: contact_form.php:1325
936
  msgid "Border color of the input field errors"
937
  msgstr "Цвет рамки для полей ввода с ошибками"
938
 
939
  # @ contact_form
940
- #: contact_form.php:1330
941
  msgid "Placeholder color of the input field errors"
942
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
943
 
944
  # @ contact_form
945
- #: contact_form.php:1335
946
  msgid "Input fields"
947
  msgstr "Поля ввода"
948
 
949
  # @ contact_form
950
- #: contact_form.php:1340
951
  msgid "Input fields background color"
952
  msgstr "Цвет фона для полей ввода"
953
 
954
  # @ contact_form
955
- #: contact_form.php:1345
956
  msgid "Text fields color"
957
  msgstr "Цвет текста для полей ввода"
958
 
959
  # @ contact_form
960
- #: contact_form.php:1349
961
  msgid "Border width in px, numbers only"
962
  msgstr "Ширина рамки в пикселях, только цифры"
963
 
964
  # @ contact_form
965
- #: contact_form.php:1354 contact_form.php:1378
966
  msgid "Border color"
967
  msgstr "Цвет рамки"
968
 
969
  # @ contact_form
970
- #: contact_form.php:1359
971
  msgid "Submit button"
972
  msgstr "Кнопка Отправить"
973
 
974
  # @ contact_form
975
- #: contact_form.php:1363
976
  msgid "Width in px, numbers only"
977
  msgstr "Ширина в пикселях, только цифры"
978
 
979
  # @ contact_form
980
- #: contact_form.php:1368
981
  msgid "Button color"
982
  msgstr "Цвет кнопки"
983
 
984
  # @ contact_form
985
- #: contact_form.php:1373
986
  msgid "Button text color"
987
  msgstr "Цвет текста для кнопки"
988
 
989
  # @ contact_form
990
- #: contact_form.php:1406
991
  msgid "Contact Form Pro | Preview"
992
  msgstr "Contact Form Pro | Предпросмотр"
993
 
994
  # @ contact_form
995
- #: contact_form.php:1408
996
  msgid "Show with errors"
997
  msgstr "Отображать с ошибками"
998
 
999
  # @ contact_form
1000
- #: contact_form.php:1417 contact_form.php:1419
1001
  msgid "Please enter your full name..."
1002
  msgstr "Пожалуйста введите ваше имя..."
1003
 
1004
  # @ contact_form
1005
- #: contact_form.php:1430 contact_form.php:1432
1006
  msgid "Please enter your address..."
1007
  msgstr "Пожалуйста введите ваш адрес..."
1008
 
1009
  # @ contact_form
1010
- #: contact_form.php:1441 contact_form.php:1443
1011
  msgid "Please enter your email address..."
1012
  msgstr "Пожалуйста введите ваш email..."
1013
 
1014
  # @ contact_form
1015
- #: contact_form.php:1452 contact_form.php:1454
1016
  msgid "Please enter your phone number..."
1017
  msgstr "Пожалуйста введите ваш телефон..."
1018
 
1019
  # @ contact_form
1020
- #: contact_form.php:1463 contact_form.php:1465
1021
  msgid "Please enter subject..."
1022
  msgstr "Пожалуйста введите тему..."
1023
 
1024
  # @ contact_form
1025
- #: contact_form.php:1473 contact_form.php:1475
1026
  msgid "Please enter your message..."
1027
  msgstr "Пожалуйста введите ваше сообщение..."
1028
 
1029
  # @ contact_form
1030
- #: contact_form.php:1586
1031
  msgid "Sorry, email message could not be delivered."
1032
  msgstr "Извините, ваш email не может быть отправлен."
1033
 
1034
  # @ contact_form
1035
- #: contact_form.php:1994
1036
  msgid "Contact from"
1037
  msgstr "Контакт из"
1038
 
1039
  # @ contact_form
1040
- #: contact_form.php:2016 contact_form.php:2046
1041
  msgid "Phone"
1042
  msgstr "Телефон"
1043
 
1044
  # @ contact_form
1045
- #: contact_form.php:2027 contact_form.php:2053
1046
  msgid "Site"
1047
  msgstr "Сайт"
1048
 
1049
  # @ contact_form
1050
- #: contact_form.php:2140
1051
  msgid ""
1052
  "If you can see this MIME, it means that the MIME type is not supported by "
1053
  "your email client!"
@@ -1056,21 +1056,21 @@ msgstr ""
1056
  "MIME тип!"
1057
 
1058
  # @ contact_form
1059
- #: contact_form.php:2224
1060
  msgid "Support"
1061
  msgstr "Поддержка"
1062
 
1063
  # @ contact_form
1064
- #: contact_form.php:2273
1065
  msgid "Are you sure that you want to delete this language data?"
1066
  msgstr "Вы действительно хотите удалить данные для этого языка?"
1067
 
1068
  # @ contact_form
1069
- #: contact_form.php:2294
1070
  msgid "Add multiple forms"
1071
  msgstr "Добавить несколько форм"
1072
 
1073
- #: contact_form.php:2294
1074
  msgid ""
1075
  "Install Contact Form Multi plugin to create unlimited number of contact "
1076
  "forms."
@@ -1079,20 +1079,20 @@ msgstr ""
1079
  "контактных форм."
1080
 
1081
  # @ contact_form
1082
- #: contact_form.php:2299
1083
  msgid "Learn more"
1084
  msgstr "Подробнее"
1085
 
1086
- #: contact_form.php:2303
1087
  msgid "Close"
1088
  msgstr "Закрыть"
1089
 
1090
  # @ contact_form
1091
- #: contact_form.php:2491
1092
  msgid "allows to store your messages to the database."
1093
  msgstr "позволяет хранить ваши сообщения в базе данных."
1094
 
1095
  # @ contact_form
1096
- #: contact_form.php:2492
1097
  msgid "Manage messages that have been sent from your website."
1098
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:35 contact_form.php:663
24
  msgid "Contact Form Settings"
25
  msgstr "Настройки Contact Form"
26
 
30
  msgstr "Contact Form"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
34
  msgid "Name:"
35
  msgstr "Имя:"
36
 
37
  # @ contact_form
38
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
39
  msgid "Address:"
40
  msgstr "Адрес:"
41
 
42
  # @ contact_form
43
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
44
  msgid "Email Address:"
45
  msgstr "E-mail:"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
49
  msgid "Phone number:"
50
  msgstr "Телефон:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
54
  msgid "Subject:"
55
  msgstr "Тема:"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
59
  msgid "Message:"
60
  msgstr "Сообщение:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
64
  msgid "Attachment:"
65
  msgstr "Прикрепить файл:"
66
 
67
  # @ contact_form
68
+ #: contact_form.php:136
69
  msgid ""
70
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
76
  "Максимальный размер файла: 2 МБ"
77
 
78
  # @ contact_form
79
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
80
  msgid "Send me a copy"
81
  msgstr "Отправить мне копию"
82
 
83
  # @ contact_form
84
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
85
  msgid "Submit"
86
  msgstr "Отправить"
87
 
88
  # @ contact_form
89
+ #: contact_form.php:139
90
  msgid "Your name is required."
91
  msgstr "Поле Имя - это обязательное поле для заполнения."
92
 
93
  # @ contact_form
94
+ #: contact_form.php:140
95
  msgid "Address is required."
96
  msgstr "Поле Адрес - это обязательное поле для заполнения."
97
 
98
  # @ contact_form
99
+ #: contact_form.php:141
100
  msgid "A valid email address is required."
101
  msgstr "Поле Email - это обязательное поле для заполнения."
102
 
103
  # @ contact_form
104
+ #: contact_form.php:142
105
  msgid "Phone number is required."
106
  msgstr "Поле Телефон - это обязательное поле для заполнения."
107
 
108
  # @ contact_form
109
+ #: contact_form.php:143
110
  msgid "Subject is required."
111
  msgstr "Поле Тема - это обязательное поле для заполнения."
112
 
113
  # @ contact_form
114
+ #: contact_form.php:144
115
  msgid "Message text is required."
116
  msgstr "Поле Сообщение - это обязательное поле для заполнения."
117
 
118
  # @ contact_form
119
+ #: contact_form.php:145
120
  msgid "File format is not valid."
121
  msgstr "Прикрепленный тип файла не поддерживается."
122
 
123
  # @ contact_form
124
+ #: contact_form.php:146
125
  msgid "File upload error."
126
  msgstr "Ошибка при загрузке файла."
127
 
128
  # @ contact_form
129
+ #: contact_form.php:147
130
  msgid "The file could not be uploaded."
131
  msgstr "Невозможно загрузить файл."
132
 
133
  # @ contact_form
134
+ #: contact_form.php:148
135
  msgid "This file is too large."
136
  msgstr "Размер файла слишком большой."
137
 
138
  # @ contact_form
139
+ #: contact_form.php:149
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Пожалуйста, заполните CAPTCHA."
142
 
143
  # @ contact_form
144
+ #: contact_form.php:150
145
  msgid "Please make corrections below and try again."
146
  msgstr ""
147
  "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
148
 
149
  # @ contact_form
150
+ #: contact_form.php:152
151
  msgid "Thank you for contacting us."
152
  msgstr "Спасибо, что связались с нами."
153
 
154
+ #: contact_form.php:552
155
  msgid ""
156
  "Email 'FROM' field option was changed, which may cause email messages being "
157
  "moved to the spam folder or email delivery failures."
160
  "тому, что письма будут попадать в спам или не будут доставлены."
161
 
162
  # @ contact_form
163
+ #: contact_form.php:562
164
  msgid ""
165
  "If the 'Redirect to page' option is selected then the URL field should be in "
166
  "the following format"
169
  "в следующем формате"
170
 
171
  # @ contact_form
172
+ #: contact_form.php:571
173
  msgid "Such user does not exist."
174
  msgstr "Данный пользователь не найден."
175
 
176
  # @ contact_form
177
+ #: contact_form.php:581
178
  msgid ""
179
  "Please enter a valid email address in the 'Use this email address' field."
180
  msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
181
 
182
  # @ contact_form
183
+ #: contact_form.php:589
184
  msgid "Please enter a valid email address in the 'FROM' field."
185
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
186
 
187
  # @ contact_form
188
+ #: contact_form.php:612
189
  msgid "Settings saved."
190
  msgstr "Настройки сохранены"
191
 
192
  # @ contact_form
193
+ #: contact_form.php:614
194
  msgid "Settings are not saved."
195
  msgstr "Настройки не сохранены."
196
 
197
+ #: contact_form.php:652
198
  msgid "All plugin settings were restored."
199
  msgstr "Все настройки плагина восстановлены."
200
 
201
  # @ contact_form
202
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
203
  msgid "Settings"
204
  msgstr "Настройки"
205
 
206
  # @ contact_form
207
+ #: contact_form.php:666
208
  msgid "Additional settings"
209
  msgstr "Дополнительные настройки"
210
 
211
+ #: contact_form.php:667
212
  msgid "Appearance"
213
  msgstr "Отображение"
214
 
215
  # @ contact_form
216
+ #: contact_form.php:668 contact_form.php:2229
217
  msgid "FAQ"
218
  msgstr "FAQ"
219
 
220
  # @ contact_form
221
+ #: contact_form.php:669
222
  msgid "Go PRO"
223
  msgstr "Перейти на PRO версию"
224
 
225
  # @ contact_form
226
+ #: contact_form.php:672 contact_form.php:674
227
  msgid "Notice:"
228
  msgstr "Обратите внимание:"
229
 
230
  # @ contact_form
231
+ #: contact_form.php:672
232
  msgid ""
233
  "The plugin's settings have been changed. In order to save them please don't "
234
  "forget to click the 'Save Changes' button."
237
  "не забудьте нажать кнопку 'Сохранить изменения'."
238
 
239
  # @ contact_form
240
+ #: contact_form.php:685
241
  msgid ""
242
  "If you want to create multiple contact forms, please install the Contact "
243
  "Form Multi plugin."
246
  "установите плагин Contact Form Multi."
247
 
248
  # @ contact_form
249
+ #: contact_form.php:692
250
  msgid ""
251
  "If you would like to add Contact Form to your website, just copy and paste "
252
  "this shortcode to your post or page or widget:"
255
  "скопировать и вставить шорткод в контент страницы или поста или виджета:"
256
 
257
  # @ contact_form
258
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
259
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
260
+ #: contact_form.php:1158 contact_form.php:1160
261
  msgid "or"
262
  msgstr "или"
263
 
264
  # @ contact_form
265
+ #: contact_form.php:693
266
  msgid ""
267
  "If you have any problems with the standard shortcode [contact_form], you "
268
  "should use the shortcode"
271
  "[contact_form], то используйте шорткод"
272
 
273
  # @ contact_form
274
+ #: contact_form.php:693 contact_form.php:696
275
  msgid "They work the same way."
276
  msgstr "Шорткоды работают одинаково."
277
 
278
  # @ contact_form
279
+ #: contact_form.php:695 contact_form.php:1507
280
  msgid ""
281
  "If you would like to add the Contact Form to your website, just copy and "
282
  "paste this shortcode to your post or page or widget:"
285
  "скопировать и вставить шорткод в контент страницы или поста или виджета:"
286
 
287
  # @ contact_form
288
+ #: contact_form.php:696
289
  msgid ""
290
  "If have any problems with the standard shortcode [contact_form], you should "
291
  "use the shortcode"
294
  "[contact_form], то используйте шорткод"
295
 
296
  # @ contact_form
297
+ #: contact_form.php:700
298
  msgid ""
299
  "If you leave the fields empty, the messages will be sent to the email "
300
  "address specified during registration."
303
  "email, который был указан при регистрации сайта."
304
 
305
  # @ contact_form
306
+ #: contact_form.php:703
307
  msgid "The user's email address:"
308
  msgstr "Email пользователя сайта:"
309
 
310
  # @ contact_form
311
+ #: contact_form.php:707
312
  msgid "Select a username"
313
  msgstr "Выберите имя пользователя"
314
 
315
  # @ contact_form
316
+ #: contact_form.php:720
317
  msgid ""
318
  "Enter a username of the person who should get the messages from the contact "
319
  "form."
322
  "формы."
323
 
324
  # @ contact_form
325
+ #: contact_form.php:724
326
  msgid "Use this email address:"
327
  msgstr "Использовать этот email:"
328
 
329
  # @ contact_form
330
+ #: contact_form.php:728
331
  msgid "Enter the email address you want the messages forwarded to."
332
  msgstr "Укажите email, на который будут отправляться сообщения."
333
 
334
  # @ contact_form
335
+ #: contact_form.php:737
336
  msgid "Add department selectbox to the contact form:"
337
  msgstr "Добавить выбор отдела в контактную форму:"
338
 
339
  # @ contact_form
340
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
341
  msgid "If you upgrade to Pro version all your settings will be saved."
342
  msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
343
 
344
  # @ contact_form
345
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
346
+ #: contact_form.php:1213 contact_form.php:1397
347
  msgid "Unlock premium options by upgrading to PRO version."
348
  msgstr "Активируйте премиум опции обновившись до PRO версии."
349
 
350
  # @ contact_form
351
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
352
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
353
  msgid "Learn More"
354
  msgstr "Подробнее"
355
 
356
  # @ contact_form
357
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
358
+ #: contact_form.php:1217 contact_form.php:1401
359
  msgid "Go"
360
  msgstr "Перейти на"
361
 
362
  # @ contact_form
363
+ #: contact_form.php:763
364
  msgid "Save emails to the database"
365
  msgstr "Сохранять email в базу данных"
366
 
367
  # @ contact_form
368
+ #: contact_form.php:768
369
  msgid "Using"
370
  msgstr "Используя"
371
 
372
  # @ contact_form
373
+ #: contact_form.php:771 contact_form.php:775
374
  msgid "Using Contact Form to DB by BestWebSoft"
375
  msgstr "Используя Contact Form to DB, разработанный компанией BestWebSoft"
376
 
377
  # @ contact_form
378
+ #: contact_form.php:771
379
  msgid "Activate"
380
  msgstr "Активировать"
381
 
382
  # @ contact_form
383
+ #: contact_form.php:775
384
  msgid "Download"
385
  msgstr "Скачать"
386
 
387
  # @ contact_form
388
+ #: contact_form.php:785
389
  msgid "What to use?"
390
  msgstr "Что использовать?"
391
 
392
  # @ contact_form
393
+ #: contact_form.php:790
394
  msgid "Wp-mail"
395
  msgstr "Wp-mail"
396
 
397
  # @ contact_form
398
+ #: contact_form.php:792
399
  msgid "You can use the wp_mail function for mailing"
400
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
401
 
402
  # @ contact_form
403
+ #: contact_form.php:795
404
  msgid "Mail"
405
  msgstr "Mail"
406
 
407
  # @ contact_form
408
+ #: contact_form.php:797
409
  msgid "To send mail you can use the php mail function"
410
  msgstr "Для отправки email вы можете использовать функцию php mail"
411
 
412
+ #: contact_form.php:802
413
  msgid "'FROM' field"
414
  msgstr "Поле 'От'"
415
 
416
  # @ contact_form
417
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
418
+ #: contact_form.php:2006 contact_form.php:2042
419
  msgid "Name"
420
  msgstr "Имя"
421
 
422
  # @ contact_form
423
+ #: contact_form.php:811
424
  msgid "User name"
425
  msgstr "Имя пользователя"
426
 
427
  # @ contact_form
428
+ #: contact_form.php:813
429
  msgid ""
430
  "The name of the user who fills the form will be used in the field 'From'."
431
  msgstr ""
433
  "заполняет форму."
434
 
435
  # @ contact_form
436
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
437
  msgid "Email"
438
  msgstr "Email"
439
 
440
  # @ contact_form
441
+ #: contact_form.php:826
442
  msgid "User email"
443
  msgstr "Email пользователя"
444
 
445
  # @ contact_form
446
+ #: contact_form.php:828
447
  msgid ""
448
  "The email address of the user who fills the form will be used in the field "
449
  "'From'."
451
  "В поле \"From\" в письме будет использоваться email того пользователя, "
452
  "который заполняет форму."
453
 
454
+ #: contact_form.php:832
455
  msgid ""
456
  "If this option is changed, email messages may be moved to the spam folder or "
457
  "email delivery failures may occur."
460
  "будут попадать в спам или не будут доставлены."
461
 
462
  # @ contact_form
463
+ #: contact_form.php:838
464
  msgid "Required symbol"
465
  msgstr "Символ, отображающий обязательное поле"
466
 
467
  # @ contact_form
468
+ #: contact_form.php:848
469
  msgid "Fields"
470
  msgstr "Поля"
471
 
472
  # @ contact_form
473
+ #: contact_form.php:849
474
  msgid "Used"
475
  msgstr "Используется"
476
 
477
  # @ contact_form
478
+ #: contact_form.php:850
479
  msgid "Required"
480
  msgstr "Обязательные"
481
 
482
  # @ contact_form
483
+ #: contact_form.php:851
484
  msgid "Visible"
485
  msgstr "Видимое"
486
 
487
  # @ contact_form
488
+ #: contact_form.php:852
489
  msgid "Disabled for editing"
490
  msgstr "Нет возможности редактировать"
491
 
492
  # @ contact_form
493
+ #: contact_form.php:853
494
  msgid "Field's default value"
495
  msgstr "Значение полей по умолчанию"
496
 
497
  # @ contact_form
498
+ #: contact_form.php:858
499
  msgid "Department selectbox"
500
  msgstr "Список отделов"
501
 
502
+ #: contact_form.php:873
503
  msgid "Use User's name as a default value if the user is logged in."
504
  msgstr ""
505
  "Использовать имя Пользователя как значение по умолчанию, если пользователь "
506
  "залогинен."
507
 
508
+ #: contact_form.php:874 contact_form.php:902
509
  msgid ""
510
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
511
  "in users."
514
  "к залогиненным пользователям."
515
 
516
  # @ contact_form
517
+ #: contact_form.php:878
518
  msgid "Location selectbox"
519
  msgstr "Список местоположений"
520
 
521
  # @ contact_form
522
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
523
+ #: contact_form.php:2046
524
  msgid "Address"
525
  msgstr "Адрес"
526
 
527
  # @ contact_form
528
+ #: contact_form.php:894
529
  msgid "Email Address"
530
  msgstr "Email адрес"
531
 
532
+ #: contact_form.php:901
533
  msgid "Use User's email as a default value if the user is logged in."
534
  msgstr ""
535
  "Использовать Email Пользователя как значение по умолчанию, если пользователь "
536
  "залогинен."
537
 
538
  # @ contact_form
539
+ #: contact_form.php:906
540
  msgid "Phone number"
541
  msgstr "Телефон"
542
 
543
  # @ contact_form
544
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
545
+ #: contact_form.php:2055
546
  msgid "Subject"
547
  msgstr "Тема"
548
 
549
  # @ contact_form
550
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
551
+ #: contact_form.php:2057
552
  msgid "Message"
553
  msgstr "Сообщение"
554
 
555
  # @ contact_form
556
+ #: contact_form.php:946
557
  msgid "Attachment block"
558
  msgstr "Блок 'Прикрепить файл'"
559
 
560
  # @ contact_form
561
+ #: contact_form.php:948
562
  msgid "Users can attach the following file formats"
563
  msgstr "Пользователи могут прикрепить файлы таких типов"
564
 
565
  # @ contact_form
566
+ #: contact_form.php:961
567
  msgid "Add to the form"
568
  msgstr "Добавить в форму"
569
 
570
  # @ contact_form
571
+ #: contact_form.php:966
572
  msgid "Tips below the Attachment"
573
  msgstr "Пояснения после блока \"Прикрепить файл\""
574
 
575
  # @ contact_form
576
+ #: contact_form.php:975
577
  msgid "'Send me a copy' block"
578
  msgstr "Блок 'Отправить мне копию'"
579
 
580
  # @ contact_form
581
+ #: contact_form.php:988
582
  msgid "Activate captcha"
583
  msgstr "Активировать Сaptcha"
584
 
585
  # @ contact_form
586
+ #: contact_form.php:992
587
  msgid "Download captcha"
588
  msgstr "Скачать Сaptcha"
589
 
590
  # @ contact_form
591
+ #: contact_form.php:1000
592
  msgid "Agreement checkbox"
593
  msgstr "Чекбокс согласия с условиями"
594
 
595
  # @ contact_form
596
+ #: contact_form.php:1000
597
  msgid "Required checkbox for submitting the form"
598
  msgstr "Обязательный чекбокс для отправки формы"
599
 
600
  # @ contact_form
601
+ #: contact_form.php:1001
602
  msgid "Optional checkbox"
603
  msgstr "Дополнительный чекбокс"
604
 
605
  # @ contact_form
606
+ #: contact_form.php:1001
607
  msgid "Optional checkbox, the results of which will be displayed in email"
608
  msgstr "Дополнительный чекбокс, результаты которого будут отображены в email"
609
 
610
  # @ contact_form
611
+ #: contact_form.php:1019
612
  msgid "Delete an attachment file from the server after the email is sent"
613
  msgstr "Удалить прикрепленный файл с сервера после отправки email"
614
 
615
  # @ contact_form
616
+ #: contact_form.php:1025
617
  msgid "Email in HTML format sending"
618
  msgstr "Отправка еmail в формате HTML"
619
 
620
  # @ contact_form
621
+ #: contact_form.php:1029
622
  msgid "Display additional info in the email"
623
  msgstr "Отображение дополнительной информации в письме"
624
 
625
  # @ contact_form
626
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
627
  msgid "Sent from (ip address)"
628
  msgstr "Отправлено от (ip адрес)"
629
 
630
  # @ contact_form
631
+ #: contact_form.php:1035
632
  msgid "Example: Sent from (IP address):\t127.0.0.1"
633
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
634
 
635
  # @ contact_form
636
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
637
  msgid "Date/Time"
638
  msgstr "Дата/Время"
639
 
640
  # @ contact_form
641
+ #: contact_form.php:1036
642
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
643
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
644
 
645
  # @ contact_form
646
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
647
  msgid "Sent from (referer)"
648
  msgstr "Пришло из (реферер)"
649
 
650
  # @ contact_form
651
+ #: contact_form.php:1037
652
  msgid ""
653
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
654
  msgstr ""
655
  "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
656
 
657
  # @ contact_form
658
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
659
  msgid "Using (user agent)"
660
  msgstr "Используя (user agent)"
661
 
662
  # @ contact_form
663
+ #: contact_form.php:1038
664
  msgid ""
665
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
666
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
669
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
670
 
671
  # @ contact_form
672
+ #: contact_form.php:1043
673
  msgid "Language settings for the field names in the form"
674
  msgstr "Языковые настройки для названия полей в форме"
675
 
676
  # @ contact_form
677
+ #: contact_form.php:1052
678
  msgid "Add a language"
679
  msgstr "Добавить язык"
680
 
681
  # @ contact_form
682
+ #: contact_form.php:1056
683
  msgid "Change the names of the contact form fields and error messages"
684
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
685
 
686
  # @ contact_form
687
+ #: contact_form.php:1061 contact_form.php:1148
688
  msgid "English"
689
  msgstr "Английский"
690
 
691
  # @ contact_form
692
+ #: contact_form.php:1069 contact_form.php:1103
693
  msgid "click to expand/hide the list"
694
  msgstr "нажмите чтобы развернуть/свернуть список"
695
 
696
  # @ contact_form
697
+ #: contact_form.php:1078 contact_form.php:1112
698
  msgid "Tips below the Attachment block"
699
  msgstr "Пояснения после блока \"Прикрепить файл\""
700
 
701
  # @ contact_form
702
+ #: contact_form.php:1081 contact_form.php:1115
703
  msgid "Error message for the Name field"
704
  msgstr "Сообщение об ошибке для поля Name"
705
 
706
  # @ contact_form
707
+ #: contact_form.php:1082 contact_form.php:1116
708
  msgid "Error message for the Address field"
709
  msgstr "Сообщение об ошибке для поля Address"
710
 
711
  # @ contact_form
712
+ #: contact_form.php:1083 contact_form.php:1117
713
  msgid "Error message for the Email field"
714
  msgstr "Сообщение об ошибке для поля Email"
715
 
716
  # @ contact_form
717
+ #: contact_form.php:1084 contact_form.php:1118
718
  msgid "Error message for the Phone field"
719
  msgstr "Сообщение об ошибке для поля Phone"
720
 
721
  # @ contact_form
722
+ #: contact_form.php:1085 contact_form.php:1119
723
  msgid "Error message for the Subject field"
724
  msgstr "Сообщение об ошибке для поля Subject"
725
 
726
  # @ contact_form
727
+ #: contact_form.php:1086 contact_form.php:1120
728
  msgid "Error message for the Message field"
729
  msgstr "Сообщение об ошибке для поля Message"
730
 
731
  # @ contact_form
732
+ #: contact_form.php:1087 contact_form.php:1121
733
  msgid "Error message about the file type for the Attachment field"
734
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
735
 
736
  # @ contact_form
737
+ #: contact_form.php:1088 contact_form.php:1122
738
  msgid ""
739
  "Error message while uploading a file for the Attachment field to the server"
740
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
741
 
742
  # @ contact_form
743
+ #: contact_form.php:1089 contact_form.php:1123
744
  msgid "Error message while moving the file for the Attachment field"
745
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
746
 
747
  # @ contact_form
748
+ #: contact_form.php:1090 contact_form.php:1124
749
  msgid "Error message when file size limit for the Attachment field is exceeded"
750
  msgstr ""
751
  "Сообщение об ошибке когда размер файла превышает размер разрешенного "
752
  "сервером для поля Attachment"
753
 
754
  # @ contact_form
755
+ #: contact_form.php:1091 contact_form.php:1125
756
  msgid "Error message for the Captcha field"
757
  msgstr "Сообщение об ошибке для поля Captcha"
758
 
759
  # @ contact_form
760
+ #: contact_form.php:1092 contact_form.php:1126
761
  msgid "Error message for the whole form"
762
  msgstr "Сообщение об ошибке для всей формы"
763
 
764
  # @ contact_form
765
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
766
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
767
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
768
+ #: contact_form.php:2364
769
  msgid "Use shortcode"
770
  msgstr "Использовать шорткод"
771
 
772
  # @ contact_form
773
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
774
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
775
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
776
+ #: contact_form.php:2364
777
  msgid "for this language"
778
  msgstr "для данного языка"
779
 
780
  # @ contact_form
781
+ #: contact_form.php:1139
782
  msgid "Use the changed names of the contact form fields in the email"
783
  msgstr "Использовать измененные названия полей контактной формы в email"
784
 
785
  # @ contact_form
786
+ #: contact_form.php:1145
787
  msgid "Action after email is sent"
788
  msgstr "Действие после отправки письма"
789
 
790
  # @ contact_form
791
+ #: contact_form.php:1147
792
  msgid "Display text"
793
  msgstr "Отобразить текст"
794
 
795
  # @ contact_form
796
+ #: contact_form.php:1156 contact_form.php:1166
797
  msgid "Text"
798
  msgstr "Текст"
799
 
800
  # @ contact_form
801
+ #: contact_form.php:1177
802
  msgid "Redirect to the page"
803
  msgstr "Перенаправление на страницу"
804
 
805
  # @ contact_form
806
+ #: contact_form.php:1178
807
  msgid "Url"
808
  msgstr "Url"
809
 
810
  # @ contact_form
811
+ #: contact_form.php:1182
812
  msgid "The $_SERVER variable that is used to build a URL of the form"
813
  msgstr "$_SERVER переменная, используемая при формировании URL формы"
814
 
815
  # @ contact_form
816
+ #: contact_form.php:1187
817
  msgid ""
818
  "If you are not sure whether to change this setting or not, please do not do "
819
  "that."
822
  "этого делать."
823
 
824
  # @ contact_form_pro
825
+ #: contact_form.php:1197
826
  msgid "Auto Response"
827
  msgstr "Автоответ"
828
 
829
  # @ contact_form
830
+ #: contact_form.php:1201
831
  #, php-format
832
  msgid ""
833
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
839
  "названия блога."
840
 
841
  # @ default
842
+ #: contact_form.php:1226 contact_form.php:1408
843
  msgid "Save Changes"
844
  msgstr "Сохранить изменения"
845
 
846
  # @ contact_form
847
+ #: contact_form.php:1239
848
  msgid "Errors output"
849
  msgstr "Отображение ошибок"
850
 
851
  # @ contact_form
852
+ #: contact_form.php:1242
853
  msgid "Display error messages"
854
  msgstr "Отображать сообщения об ошибках"
855
 
856
  # @ contact_form
857
+ #: contact_form.php:1243
858
  msgid "Color of the input field errors."
859
  msgstr "Отображать ошибки цветом для полей ввода."
860
 
861
  # @ contact_form
862
+ #: contact_form.php:1244
863
  msgid "Display error messages & color of the input field errors"
864
  msgstr "Отображать сообщения об ошибках и цвет полей ввода с ошибками"
865
 
866
  # @ contact_form
867
+ #: contact_form.php:1249
868
  msgid "Add placeholder to the input blocks"
869
  msgstr "Добавить вспомогательный текст в поля ввода"
870
 
871
  # @ contact_form
872
+ #: contact_form.php:1255
873
  msgid "Add tooltips"
874
  msgstr "Добавить подсказки"
875
 
876
  # @ contact_form
877
+ #: contact_form.php:1269
878
  msgid "Email address"
879
  msgstr "Email"
880
 
881
  # @ contact_form
882
+ #: contact_form.php:1274
883
  msgid "Phone Number"
884
  msgstr "Телефон"
885
 
886
  # @ contact_form
887
+ #: contact_form.php:1288
888
  msgid "Attachment"
889
  msgstr "Прикрепить файл"
890
 
891
  # @ contact_form
892
+ #: contact_form.php:1298
893
  msgid "Style options"
894
  msgstr "Настройки стиля"
895
 
896
  # @ contact_form
897
+ #: contact_form.php:1301
898
  msgid "Text color"
899
  msgstr "Цвет текста"
900
 
901
  # @ contact_form
902
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
903
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
904
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
905
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
906
  msgid "Default"
907
  msgstr "По умолчанию"
908
 
909
  # @ contact_form
910
+ #: contact_form.php:1306
911
  msgid "Label text color"
912
  msgstr "Цвет текста"
913
 
914
  # @ contact_form
915
+ #: contact_form.php:1311
916
  msgid "Placeholder color"
917
  msgstr "Цвет замещающегося текста"
918
 
919
  # @ contact_form
920
+ #: contact_form.php:1316
921
  msgid "Errors color"
922
  msgstr "Цвет ошибок"
923
 
924
  # @ contact_form
925
+ #: contact_form.php:1321
926
  msgid "Error text color"
927
  msgstr "Цвет текста для ошибок"
928
 
929
  # @ contact_form
930
+ #: contact_form.php:1326
931
  msgid "Background color of the input field errors"
932
  msgstr "Цвет фона для полей ввода с ошибками"
933
 
934
  # @ contact_form
935
+ #: contact_form.php:1331
936
  msgid "Border color of the input field errors"
937
  msgstr "Цвет рамки для полей ввода с ошибками"
938
 
939
  # @ contact_form
940
+ #: contact_form.php:1336
941
  msgid "Placeholder color of the input field errors"
942
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
943
 
944
  # @ contact_form
945
+ #: contact_form.php:1341
946
  msgid "Input fields"
947
  msgstr "Поля ввода"
948
 
949
  # @ contact_form
950
+ #: contact_form.php:1346
951
  msgid "Input fields background color"
952
  msgstr "Цвет фона для полей ввода"
953
 
954
  # @ contact_form
955
+ #: contact_form.php:1351
956
  msgid "Text fields color"
957
  msgstr "Цвет текста для полей ввода"
958
 
959
  # @ contact_form
960
+ #: contact_form.php:1355
961
  msgid "Border width in px, numbers only"
962
  msgstr "Ширина рамки в пикселях, только цифры"
963
 
964
  # @ contact_form
965
+ #: contact_form.php:1360 contact_form.php:1384
966
  msgid "Border color"
967
  msgstr "Цвет рамки"
968
 
969
  # @ contact_form
970
+ #: contact_form.php:1365
971
  msgid "Submit button"
972
  msgstr "Кнопка Отправить"
973
 
974
  # @ contact_form
975
+ #: contact_form.php:1369
976
  msgid "Width in px, numbers only"
977
  msgstr "Ширина в пикселях, только цифры"
978
 
979
  # @ contact_form
980
+ #: contact_form.php:1374
981
  msgid "Button color"
982
  msgstr "Цвет кнопки"
983
 
984
  # @ contact_form
985
+ #: contact_form.php:1379
986
  msgid "Button text color"
987
  msgstr "Цвет текста для кнопки"
988
 
989
  # @ contact_form
990
+ #: contact_form.php:1412
991
  msgid "Contact Form Pro | Preview"
992
  msgstr "Contact Form Pro | Предпросмотр"
993
 
994
  # @ contact_form
995
+ #: contact_form.php:1414
996
  msgid "Show with errors"
997
  msgstr "Отображать с ошибками"
998
 
999
  # @ contact_form
1000
+ #: contact_form.php:1423 contact_form.php:1425
1001
  msgid "Please enter your full name..."
1002
  msgstr "Пожалуйста введите ваше имя..."
1003
 
1004
  # @ contact_form
1005
+ #: contact_form.php:1436 contact_form.php:1438
1006
  msgid "Please enter your address..."
1007
  msgstr "Пожалуйста введите ваш адрес..."
1008
 
1009
  # @ contact_form
1010
+ #: contact_form.php:1447 contact_form.php:1449
1011
  msgid "Please enter your email address..."
1012
  msgstr "Пожалуйста введите ваш email..."
1013
 
1014
  # @ contact_form
1015
+ #: contact_form.php:1458 contact_form.php:1460
1016
  msgid "Please enter your phone number..."
1017
  msgstr "Пожалуйста введите ваш телефон..."
1018
 
1019
  # @ contact_form
1020
+ #: contact_form.php:1469 contact_form.php:1471
1021
  msgid "Please enter subject..."
1022
  msgstr "Пожалуйста введите тему..."
1023
 
1024
  # @ contact_form
1025
+ #: contact_form.php:1479 contact_form.php:1481
1026
  msgid "Please enter your message..."
1027
  msgstr "Пожалуйста введите ваше сообщение..."
1028
 
1029
  # @ contact_form
1030
+ #: contact_form.php:1592
1031
  msgid "Sorry, email message could not be delivered."
1032
  msgstr "Извините, ваш email не может быть отправлен."
1033
 
1034
  # @ contact_form
1035
+ #: contact_form.php:2000
1036
  msgid "Contact from"
1037
  msgstr "Контакт из"
1038
 
1039
  # @ contact_form
1040
+ #: contact_form.php:2022 contact_form.php:2052
1041
  msgid "Phone"
1042
  msgstr "Телефон"
1043
 
1044
  # @ contact_form
1045
+ #: contact_form.php:2033 contact_form.php:2059
1046
  msgid "Site"
1047
  msgstr "Сайт"
1048
 
1049
  # @ contact_form
1050
+ #: contact_form.php:2146
1051
  msgid ""
1052
  "If you can see this MIME, it means that the MIME type is not supported by "
1053
  "your email client!"
1056
  "MIME тип!"
1057
 
1058
  # @ contact_form
1059
+ #: contact_form.php:2230
1060
  msgid "Support"
1061
  msgstr "Поддержка"
1062
 
1063
  # @ contact_form
1064
+ #: contact_form.php:2279
1065
  msgid "Are you sure that you want to delete this language data?"
1066
  msgstr "Вы действительно хотите удалить данные для этого языка?"
1067
 
1068
  # @ contact_form
1069
+ #: contact_form.php:2300
1070
  msgid "Add multiple forms"
1071
  msgstr "Добавить несколько форм"
1072
 
1073
+ #: contact_form.php:2300
1074
  msgid ""
1075
  "Install Contact Form Multi plugin to create unlimited number of contact "
1076
  "forms."
1079
  "контактных форм."
1080
 
1081
  # @ contact_form
1082
+ #: contact_form.php:2305
1083
  msgid "Learn more"
1084
  msgstr "Подробнее"
1085
 
1086
+ #: contact_form.php:2309
1087
  msgid "Close"
1088
  msgstr "Закрыть"
1089
 
1090
  # @ contact_form
1091
+ #: contact_form.php:2497
1092
  msgid "allows to store your messages to the database."
1093
  msgstr "позволяет хранить ваши сообщения в базе данных."
1094
 
1095
  # @ contact_form
1096
+ #: contact_form.php:2498
1097
  msgid "Manage messages that have been sent from your website."
1098
  msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
languages/{contact_form-sk_SK.mo → contact-form-plugin-sk_SK.mo} RENAMED
Binary file
languages/{contact_form-sk_SK.po → contact-form-plugin-sk_SK.po} RENAMED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Contact form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
10
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
11
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
12
  "Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
13
  "Language: sk_SK\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: contact_form.php:35 contact_form.php:657
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktného formulára"
27
 
@@ -29,35 +29,35 @@ msgstr "Nastavenie kontaktného formulára"
29
  msgid "Contact Form"
30
  msgstr "Kontaktný formulár"
31
 
32
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
33
  msgid "Name:"
34
  msgstr "Meno:"
35
 
36
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
41
  msgid "Email Address:"
42
  msgstr "E-Mail:"
43
 
44
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
45
  msgid "Phone number:"
46
  msgstr "Telefónne číslo:"
47
 
48
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
49
  msgid "Subject:"
50
  msgstr "Predmet:"
51
 
52
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
53
  msgid "Message:"
54
  msgstr "Správa:"
55
 
56
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
57
  msgid "Attachment:"
58
  msgstr "Príloha"
59
 
60
- #: contact_form.php:130
61
  #, fuzzy
62
  msgid ""
63
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -68,73 +68,73 @@ msgstr ""
68
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť "
69
  "súbora: 2MB"
70
 
71
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
72
  msgid "Send me a copy"
73
  msgstr "Zaslať mi kópiu"
74
 
75
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
76
  msgid "Submit"
77
  msgstr "Odoslať"
78
 
79
- #: contact_form.php:133
80
  msgid "Your name is required."
81
  msgstr "Vaše meno je vyžadované."
82
 
83
- #: contact_form.php:134
84
  msgid "Address is required."
85
  msgstr "Adresa je vyžadovaná."
86
 
87
- #: contact_form.php:135
88
  msgid "A valid email address is required."
89
  msgstr "Platný E-mail je vyžadovaný."
90
 
91
- #: contact_form.php:136
92
  msgid "Phone number is required."
93
  msgstr "Telefónne číslo je vyžadované."
94
 
95
- #: contact_form.php:137
96
  msgid "Subject is required."
97
  msgstr "Predmet je vyžadovaný."
98
 
99
- #: contact_form.php:138
100
  msgid "Message text is required."
101
  msgstr "Správa je vyžadovaná."
102
 
103
- #: contact_form.php:139
104
  msgid "File format is not valid."
105
  msgstr "Nesprávny typ súboru."
106
 
107
- #: contact_form.php:140
108
  msgid "File upload error."
109
  msgstr "Nahrávanie súboru zlyhalo."
110
 
111
- #: contact_form.php:141
112
  msgid "The file could not be uploaded."
113
  msgstr "Súbor nemôže byť nahraný."
114
 
115
- #: contact_form.php:142
116
  msgid "This file is too large."
117
  msgstr "Súbor je príliš veľký."
118
 
119
- #: contact_form.php:143
120
  msgid "Please fill out the CAPTCHA."
121
  msgstr "Prosím opíšte CAPTCHA text."
122
 
123
- #: contact_form.php:144
124
  msgid "Please make corrections below and try again."
125
  msgstr "Prosím opravte chyby a skúste to opäť."
126
 
127
- #: contact_form.php:146
128
  msgid "Thank you for contacting us."
129
  msgstr "Ďakujeme za správu."
130
 
131
- #: contact_form.php:546
132
  msgid ""
133
  "Email 'FROM' field option was changed, which may cause email messages being "
134
  "moved to the spam folder or email delivery failures."
135
  msgstr ""
136
 
137
- #: contact_form.php:556
138
  msgid ""
139
  "If the 'Redirect to page' option is selected then the URL field should be in "
140
  "the following format"
@@ -142,57 +142,57 @@ msgstr ""
142
  "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo "
143
  "mať nasledujúci formát"
144
 
145
- #: contact_form.php:565
146
  msgid "Such user does not exist."
147
  msgstr "Taký užívateľ neexistuje."
148
 
149
- #: contact_form.php:575
150
  msgid ""
151
  "Please enter a valid email address in the 'Use this email address' field."
152
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
153
 
154
- #: contact_form.php:583
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\"."
157
 
158
- #: contact_form.php:606
159
  msgid "Settings saved."
160
  msgstr "Nastavenie uložené."
161
 
162
- #: contact_form.php:608
163
  msgid "Settings are not saved."
164
  msgstr "Nastavenie sa neuloží."
165
 
166
- #: contact_form.php:646
167
  msgid "All plugin settings were restored."
168
  msgstr ""
169
 
170
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
171
  msgid "Settings"
172
  msgstr "Nastavenia"
173
 
174
- #: contact_form.php:660
175
  #, fuzzy
176
  msgid "Additional settings"
177
  msgstr "Ďalšie nastavenia"
178
 
179
- #: contact_form.php:661
180
  msgid "Appearance"
181
  msgstr ""
182
 
183
- #: contact_form.php:662 contact_form.php:2223
184
  msgid "FAQ"
185
  msgstr "Často kladené otázky"
186
 
187
- #: contact_form.php:663
188
  msgid "Go PRO"
189
  msgstr "Zakúpiť PRO"
190
 
191
- #: contact_form.php:666 contact_form.php:668
192
  msgid "Notice:"
193
  msgstr "Oznam:"
194
 
195
- #: contact_form.php:666
196
  msgid ""
197
  "The plugin's settings have been changed. In order to save them please don't "
198
  "forget to click the 'Save Changes' button."
@@ -200,7 +200,7 @@ msgstr ""
200
  "Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo "
201
  "\"Uložiť zmeny\"."
202
 
203
- #: contact_form.php:679
204
  msgid ""
205
  "If you want to create multiple contact forms, please install the Contact "
206
  "Form Multi plugin."
@@ -208,7 +208,7 @@ msgstr ""
208
  "Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact "
209
  "Form Multi "
210
 
211
- #: contact_form.php:686
212
  #, fuzzy
213
  msgid ""
214
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -217,13 +217,13 @@ msgstr ""
217
  "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
218
  "skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
219
 
220
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
221
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
222
- #: contact_form.php:1152 contact_form.php:1154
223
  msgid "or"
224
  msgstr "alebo"
225
 
226
- #: contact_form.php:687
227
  #, fuzzy
228
  msgid ""
229
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -232,11 +232,11 @@ msgstr ""
232
  "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
233
  "použiť shortcode"
234
 
235
- #: contact_form.php:687 contact_form.php:690
236
  msgid "They work the same way."
237
  msgstr "Fungujú rovnakým spôsobom."
238
 
239
- #: contact_form.php:689 contact_form.php:1501
240
  msgid ""
241
  "If you would like to add the Contact Form to your website, just copy and "
242
  "paste this shortcode to your post or page or widget:"
@@ -244,7 +244,7 @@ msgstr ""
244
  "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
245
  "skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
246
 
247
- #: contact_form.php:690
248
  msgid ""
249
  "If have any problems with the standard shortcode [contact_form], you should "
250
  "use the shortcode"
@@ -252,7 +252,7 @@ msgstr ""
252
  "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
253
  "použiť shortcode"
254
 
255
- #: contact_form.php:694
256
  msgid ""
257
  "If you leave the fields empty, the messages will be sent to the email "
258
  "address specified during registration."
@@ -260,16 +260,16 @@ msgstr ""
260
  "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú "
261
  "pri registrácii."
262
 
263
- #: contact_form.php:697
264
  msgid "The user's email address:"
265
  msgstr "Užívateľova e-mailová adresa:"
266
 
267
- #: contact_form.php:701
268
  #, fuzzy
269
  msgid "Select a username"
270
  msgstr "Vytvorte užívateľské meno"
271
 
272
- #: contact_form.php:714
273
  msgid ""
274
  "Enter a username of the person who should get the messages from the contact "
275
  "form."
@@ -277,280 +277,280 @@ msgstr ""
277
  "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného "
278
  "formulára."
279
 
280
- #: contact_form.php:718
281
  msgid "Use this email address:"
282
  msgstr "Použíte tento email::"
283
 
284
- #: contact_form.php:722
285
  msgid "Enter the email address you want the messages forwarded to."
286
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
287
 
288
- #: contact_form.php:731
289
  msgid "Add department selectbox to the contact form:"
290
  msgstr "Pridať oddelenie výberového oddielu do formulára:"
291
 
292
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
293
  msgid "If you upgrade to Pro version all your settings will be saved."
294
  msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
295
 
296
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
297
- #: contact_form.php:1207 contact_form.php:1391
298
  #, fuzzy
299
  msgid "Unlock premium options by upgrading to PRO version."
300
  msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
301
 
302
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
303
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
304
  msgid "Learn More"
305
  msgstr "Zistiť viac"
306
 
307
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
308
- #: contact_form.php:1211 contact_form.php:1395
309
  msgid "Go"
310
  msgstr "Ísť"
311
 
312
- #: contact_form.php:757
313
  msgid "Save emails to the database"
314
  msgstr "Uložiť emaily do databázy"
315
 
316
- #: contact_form.php:762
317
  msgid "Using"
318
  msgstr "Používa"
319
 
320
- #: contact_form.php:765 contact_form.php:769
321
  #, fuzzy
322
  msgid "Using Contact Form to DB by BestWebSoft"
323
  msgstr "Použiť Contact Forrm do DB poháňaný"
324
 
325
- #: contact_form.php:765
326
  msgid "Activate"
327
  msgstr "Aktivovať"
328
 
329
- #: contact_form.php:769
330
  msgid "Download"
331
  msgstr "Stiahnuť"
332
 
333
- #: contact_form.php:779
334
  msgid "What to use?"
335
  msgstr "Čo používať?"
336
 
337
- #: contact_form.php:784
338
  msgid "Wp-mail"
339
  msgstr "Wp-mail"
340
 
341
- #: contact_form.php:786
342
  msgid "You can use the wp_mail function for mailing"
343
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
344
 
345
- #: contact_form.php:789
346
  msgid "Mail"
347
  msgstr "Email"
348
 
349
- #: contact_form.php:791
350
  msgid "To send mail you can use the php mail function"
351
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
352
 
353
- #: contact_form.php:796
354
  msgid "'FROM' field"
355
  msgstr ""
356
 
357
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
358
- #: contact_form.php:2000 contact_form.php:2036
359
  msgid "Name"
360
  msgstr "Meno"
361
 
362
- #: contact_form.php:805
363
  msgid "User name"
364
  msgstr "Používateľské meno"
365
 
366
- #: contact_form.php:807
367
  msgid ""
368
  "The name of the user who fills the form will be used in the field 'From'."
369
  msgstr "Meno, zobrazené ako odosielateľ emailu."
370
 
371
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
372
  msgid "Email"
373
  msgstr "Email"
374
 
375
- #: contact_form.php:820
376
  msgid "User email"
377
  msgstr "Používateľský email"
378
 
379
- #: contact_form.php:822
380
  msgid ""
381
  "The email address of the user who fills the form will be used in the field "
382
  "'From'."
383
  msgstr ""
384
  "Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
385
 
386
- #: contact_form.php:826
387
  msgid ""
388
  "If this option is changed, email messages may be moved to the spam folder or "
389
  "email delivery failures may occur."
390
  msgstr ""
391
 
392
- #: contact_form.php:832
393
  msgid "Required symbol"
394
  msgstr "Vyžadovaný znak"
395
 
396
- #: contact_form.php:842
397
  msgid "Fields"
398
  msgstr "Polia"
399
 
400
- #: contact_form.php:843
401
  msgid "Used"
402
  msgstr "Použité"
403
 
404
- #: contact_form.php:844
405
  msgid "Required"
406
  msgstr "Vyžadované"
407
 
408
- #: contact_form.php:845
409
  msgid "Visible"
410
  msgstr "Viditeľné"
411
 
412
- #: contact_form.php:846
413
  msgid "Disabled for editing"
414
  msgstr "Nedá sa upraviť"
415
 
416
- #: contact_form.php:847
417
  msgid "Field's default value"
418
  msgstr "Základná hodnota pola"
419
 
420
- #: contact_form.php:852
421
  #, fuzzy
422
  msgid "Department selectbox"
423
  msgstr "Poloha výberového oddielu"
424
 
425
- #: contact_form.php:867
426
  msgid "Use User's name as a default value if the user is logged in."
427
  msgstr ""
428
 
429
- #: contact_form.php:868 contact_form.php:896
430
  msgid ""
431
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
432
  "in users."
433
  msgstr ""
434
 
435
- #: contact_form.php:872
436
  msgid "Location selectbox"
437
  msgstr "Poloha výberového oddielu"
438
 
439
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
440
- #: contact_form.php:2040
441
  msgid "Address"
442
  msgstr "Adresa"
443
 
444
- #: contact_form.php:888
445
  msgid "Email Address"
446
  msgstr "Emailová adresa"
447
 
448
- #: contact_form.php:895
449
  msgid "Use User's email as a default value if the user is logged in."
450
  msgstr ""
451
 
452
- #: contact_form.php:900
453
  msgid "Phone number"
454
  msgstr "Telefónne číslo"
455
 
456
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
457
- #: contact_form.php:2049
458
  msgid "Subject"
459
  msgstr "Predmet"
460
 
461
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
462
- #: contact_form.php:2051
463
  msgid "Message"
464
  msgstr "Správa"
465
 
466
- #: contact_form.php:940
467
  msgid "Attachment block"
468
  msgstr "Blok príloh"
469
 
470
- #: contact_form.php:942
471
  msgid "Users can attach the following file formats"
472
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
473
 
474
- #: contact_form.php:955
475
  msgid "Add to the form"
476
  msgstr "Pridať do formulára"
477
 
478
- #: contact_form.php:960
479
  msgid "Tips below the Attachment"
480
  msgstr "Rady zobrazené pod prílohami"
481
 
482
- #: contact_form.php:969
483
  msgid "'Send me a copy' block"
484
  msgstr "Zobraziť blok 'Zaslať kópiu'"
485
 
486
- #: contact_form.php:982
487
  msgid "Activate captcha"
488
  msgstr "Aktivovať captcha"
489
 
490
- #: contact_form.php:986
491
  msgid "Download captcha"
492
  msgstr "Stiahnuť captcha"
493
 
494
- #: contact_form.php:994
495
  msgid "Agreement checkbox"
496
  msgstr "Označenie súhlasu"
497
 
498
- #: contact_form.php:994
499
  msgid "Required checkbox for submitting the form"
500
  msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
501
 
502
- #: contact_form.php:995
503
  msgid "Optional checkbox"
504
  msgstr "Voliteľné zaškrtávacie políčko"
505
 
506
- #: contact_form.php:995
507
  msgid "Optional checkbox, the results of which will be displayed in email"
508
  msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
509
 
510
- #: contact_form.php:1013
511
  msgid "Delete an attachment file from the server after the email is sent"
512
  msgstr "Vymazať prílohy zo servera po odoslaní emailu"
513
 
514
- #: contact_form.php:1019
515
  msgid "Email in HTML format sending"
516
  msgstr "Povoliť HTML formátovanie"
517
 
518
- #: contact_form.php:1023
519
  msgid "Display additional info in the email"
520
  msgstr "Zobraziť ďalšie informácie v e-maile"
521
 
522
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
523
  msgid "Sent from (ip address)"
524
  msgstr "Odoslané z (ip adresa)"
525
 
526
- #: contact_form.php:1029
527
  msgid "Example: Sent from (IP address):\t127.0.0.1"
528
  msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
529
 
530
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
531
  msgid "Date/Time"
532
  msgstr "Datum / Čas"
533
 
534
- #: contact_form.php:1030
535
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
536
  msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
537
 
538
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
539
  msgid "Sent from (referer)"
540
  msgstr "Odoslané z"
541
 
542
- #: contact_form.php:1031
543
  msgid ""
544
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
545
  msgstr ""
546
  "Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-"
547
  "us/"
548
 
549
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
550
  msgid "Using (user agent)"
551
  msgstr "Použitie (user agent)"
552
 
553
- #: contact_form.php:1032
554
  msgid ""
555
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
556
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -558,132 +558,132 @@ msgstr ""
558
  "Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
559
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
560
 
561
- #: contact_form.php:1037
562
  msgid "Language settings for the field names in the form"
563
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
564
 
565
- #: contact_form.php:1046
566
  msgid "Add a language"
567
  msgstr "Pridať jazyk"
568
 
569
- #: contact_form.php:1050
570
  msgid "Change the names of the contact form fields and error messages"
571
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
572
 
573
- #: contact_form.php:1055 contact_form.php:1142
574
  msgid "English"
575
  msgstr "Anglicky"
576
 
577
- #: contact_form.php:1063 contact_form.php:1097
578
  msgid "click to expand/hide the list"
579
  msgstr "kliknite pre rozbalenie/schovanie zoznamu"
580
 
581
- #: contact_form.php:1072 contact_form.php:1106
582
  msgid "Tips below the Attachment block"
583
  msgstr "Zobrazenie rád pod blokom príloh"
584
 
585
- #: contact_form.php:1075 contact_form.php:1109
586
  msgid "Error message for the Name field"
587
  msgstr "Chybová správa v poli: Meno"
588
 
589
- #: contact_form.php:1076 contact_form.php:1110
590
  msgid "Error message for the Address field"
591
  msgstr "Chybová správa v poli: Adresa"
592
 
593
- #: contact_form.php:1077 contact_form.php:1111
594
  msgid "Error message for the Email field"
595
  msgstr "Chybová správa v poli: Email"
596
 
597
- #: contact_form.php:1078 contact_form.php:1112
598
  msgid "Error message for the Phone field"
599
  msgstr "Chybová správa v poli: Telefón"
600
 
601
- #: contact_form.php:1079 contact_form.php:1113
602
  msgid "Error message for the Subject field"
603
  msgstr "Chybová správa v poli: Predmet"
604
 
605
- #: contact_form.php:1080 contact_form.php:1114
606
  msgid "Error message for the Message field"
607
  msgstr "Chybová správa v poli: Správa"
608
 
609
- #: contact_form.php:1081 contact_form.php:1115
610
  msgid "Error message about the file type for the Attachment field"
611
  msgstr "Chybová správa o type súbora v poli príloh"
612
 
613
- #: contact_form.php:1082 contact_form.php:1116
614
  msgid ""
615
  "Error message while uploading a file for the Attachment field to the server"
616
  msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
617
 
618
- #: contact_form.php:1083 contact_form.php:1117
619
  msgid "Error message while moving the file for the Attachment field"
620
  msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
621
 
622
- #: contact_form.php:1084 contact_form.php:1118
623
  msgid "Error message when file size limit for the Attachment field is exceeded"
624
  msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
625
 
626
- #: contact_form.php:1085 contact_form.php:1119
627
  msgid "Error message for the Captcha field"
628
  msgstr "Chybová správa v poli Captcha"
629
 
630
- #: contact_form.php:1086 contact_form.php:1120
631
  msgid "Error message for the whole form"
632
  msgstr "Chybová správa celého formulára"
633
 
634
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
635
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
636
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
637
- #: contact_form.php:2358
638
  msgid "Use shortcode"
639
  msgstr "Použite krátky kód"
640
 
641
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
642
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
643
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
644
- #: contact_form.php:2358
645
  msgid "for this language"
646
  msgstr "pre tento jazyk"
647
 
648
- #: contact_form.php:1133
649
  msgid "Use the changed names of the contact form fields in the email"
650
  msgstr "Použite zmenu názvov polí v emaile"
651
 
652
- #: contact_form.php:1139
653
  msgid "Action after email is sent"
654
  msgstr "Akcia po zaslaní mailu."
655
 
656
- #: contact_form.php:1141
657
  msgid "Display text"
658
  msgstr "Zobraziť text"
659
 
660
- #: contact_form.php:1150 contact_form.php:1160
661
  msgid "Text"
662
  msgstr "Text"
663
 
664
- #: contact_form.php:1171
665
  msgid "Redirect to the page"
666
  msgstr "Presmerovať na stránku"
667
 
668
- #: contact_form.php:1172
669
  msgid "Url"
670
  msgstr "Url"
671
 
672
- #: contact_form.php:1176
673
  msgid "The $_SERVER variable that is used to build a URL of the form"
674
  msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
675
 
676
- #: contact_form.php:1181
677
  msgid ""
678
  "If you are not sure whether to change this setting or not, please do not do "
679
  "that."
680
  msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
681
 
682
- #: contact_form.php:1191
683
  msgid "Auto Response"
684
  msgstr ""
685
 
686
- #: contact_form.php:1195
687
  #, php-format
688
  msgid ""
689
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -691,174 +691,174 @@ msgid ""
691
  "name."
692
  msgstr ""
693
 
694
- #: contact_form.php:1220 contact_form.php:1402
695
  msgid "Save Changes"
696
  msgstr "Uložiť zmeny"
697
 
698
- #: contact_form.php:1233
699
  msgid "Errors output"
700
  msgstr "Chybový výstup"
701
 
702
- #: contact_form.php:1236
703
  msgid "Display error messages"
704
  msgstr "Zobrazí chybové správy"
705
 
706
- #: contact_form.php:1237
707
  msgid "Color of the input field errors."
708
  msgstr "Farba textu chybových polí."
709
 
710
- #: contact_form.php:1238
711
  msgid "Display error messages & color of the input field errors"
712
  msgstr "Zobrazí chybové správy a ich farbu"
713
 
714
- #: contact_form.php:1243
715
  msgid "Add placeholder to the input blocks"
716
  msgstr "Pridať zástupný znak do blokov"
717
 
718
- #: contact_form.php:1249
719
  msgid "Add tooltips"
720
  msgstr "Pridať popisky"
721
 
722
- #: contact_form.php:1263
723
  msgid "Email address"
724
  msgstr "Emailová adresa"
725
 
726
- #: contact_form.php:1268
727
  msgid "Phone Number"
728
  msgstr "Tel. číslo"
729
 
730
- #: contact_form.php:1282
731
  msgid "Attachment"
732
  msgstr "Príloha"
733
 
734
- #: contact_form.php:1292
735
  msgid "Style options"
736
  msgstr "Nastavenie štýlu"
737
 
738
- #: contact_form.php:1295
739
  msgid "Text color"
740
  msgstr "Farba textu"
741
 
742
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
743
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
744
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
745
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
746
  msgid "Default"
747
  msgstr "Základná"
748
 
749
- #: contact_form.php:1300
750
  msgid "Label text color"
751
  msgstr "Označenie farby textu"
752
 
753
- #: contact_form.php:1305
754
  msgid "Placeholder color"
755
  msgstr "Farba zástupného znaku"
756
 
757
- #: contact_form.php:1310
758
  msgid "Errors color"
759
  msgstr "Farba chýb"
760
 
761
- #: contact_form.php:1315
762
  msgid "Error text color"
763
  msgstr "Farba textu"
764
 
765
- #: contact_form.php:1320
766
  msgid "Background color of the input field errors"
767
  msgstr "Farba pozadia polí chýb"
768
 
769
- #: contact_form.php:1325
770
  msgid "Border color of the input field errors"
771
  msgstr "Farba ohraničenia polí chýb"
772
 
773
- #: contact_form.php:1330
774
  msgid "Placeholder color of the input field errors"
775
  msgstr "Farba zástupného znaku polí chýb"
776
 
777
- #: contact_form.php:1335
778
  msgid "Input fields"
779
  msgstr "Vložiť polia"
780
 
781
- #: contact_form.php:1340
782
  msgid "Input fields background color"
783
  msgstr "Farba pozadia polí"
784
 
785
- #: contact_form.php:1345
786
  msgid "Text fields color"
787
  msgstr "Farba textových polí"
788
 
789
- #: contact_form.php:1349
790
  msgid "Border width in px, numbers only"
791
  msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
792
 
793
- #: contact_form.php:1354 contact_form.php:1378
794
  msgid "Border color"
795
  msgstr "Farba ohraničenia"
796
 
797
- #: contact_form.php:1359
798
  msgid "Submit button"
799
  msgstr "Porvrdzovacie tlačidlo"
800
 
801
- #: contact_form.php:1363
802
  msgid "Width in px, numbers only"
803
  msgstr "Šírka v px, vkladajte iba číselné hodnoty"
804
 
805
- #: contact_form.php:1368
806
  msgid "Button color"
807
  msgstr "Farba tlačidla"
808
 
809
- #: contact_form.php:1373
810
  msgid "Button text color"
811
  msgstr "Farba textu v tlačidle"
812
 
813
- #: contact_form.php:1406
814
  msgid "Contact Form Pro | Preview"
815
  msgstr "Kontaktný formulár Pro | Zobrazenie"
816
 
817
- #: contact_form.php:1408
818
  msgid "Show with errors"
819
  msgstr "Zobraziť s chybami"
820
 
821
- #: contact_form.php:1417 contact_form.php:1419
822
  msgid "Please enter your full name..."
823
  msgstr "Prosím, zadajte vaše celé meno..."
824
 
825
- #: contact_form.php:1430 contact_form.php:1432
826
  msgid "Please enter your address..."
827
  msgstr "Prosím, zadajte vašu emailovú adresu..."
828
 
829
- #: contact_form.php:1441 contact_form.php:1443
830
  msgid "Please enter your email address..."
831
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
832
 
833
- #: contact_form.php:1452 contact_form.php:1454
834
  msgid "Please enter your phone number..."
835
  msgstr "Prosím, zadajte vaše telefónne číslo..."
836
 
837
- #: contact_form.php:1463 contact_form.php:1465
838
  msgid "Please enter subject..."
839
  msgstr "Prosím, zadajte predmet..."
840
 
841
- #: contact_form.php:1473 contact_form.php:1475
842
  msgid "Please enter your message..."
843
  msgstr "Prosím, zadajte vašu správu..."
844
 
845
- #: contact_form.php:1586
846
  msgid "Sorry, email message could not be delivered."
847
  msgstr "Prepáčte, správa nemohla byť doručená."
848
 
849
- #: contact_form.php:1994
850
  msgid "Contact from"
851
  msgstr "Kontaktný formulár"
852
 
853
- #: contact_form.php:2016 contact_form.php:2046
854
  msgid "Phone"
855
  msgstr "Telefón"
856
 
857
- #: contact_form.php:2027 contact_form.php:2053
858
  msgid "Site"
859
  msgstr "Stránka"
860
 
861
- #: contact_form.php:2140
862
  msgid ""
863
  "If you can see this MIME, it means that the MIME type is not supported by "
864
  "your email client!"
@@ -866,41 +866,41 @@ msgstr ""
866
  "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-"
867
  "mailovým klientom!"
868
 
869
- #: contact_form.php:2224
870
  msgid "Support"
871
  msgstr "Podpora"
872
 
873
- #: contact_form.php:2273
874
  msgid "Are you sure that you want to delete this language data?"
875
  msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
876
 
877
- #: contact_form.php:2294
878
  #, fuzzy
879
  msgid "Add multiple forms"
880
  msgstr "Pridať do formulára"
881
 
882
- #: contact_form.php:2294
883
  msgid ""
884
  "Install Contact Form Multi plugin to create unlimited number of contact "
885
  "forms."
886
  msgstr ""
887
 
888
- #: contact_form.php:2299
889
  #, fuzzy
890
  msgid "Learn more"
891
  msgstr "Zistiť viac"
892
 
893
- #: contact_form.php:2303
894
  msgid "Close"
895
  msgstr ""
896
 
897
- #: contact_form.php:2491
898
  #, fuzzy
899
  msgid "allows to store your messages to the database."
900
  msgstr ""
901
  "<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
902
 
903
- #: contact_form.php:2492
904
  msgid "Manage messages that have been sent from your website."
905
  msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
906
 
6
  msgstr ""
7
  "Project-Id-Version: Contact form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
10
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
11
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
12
  "Language-Team: Michal Vittek, www.wp.sk <michal.vittek@wp.sk>\n"
13
  "Language: sk_SK\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: contact_form.php:35 contact_form.php:663
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktného formulára"
27
 
29
  msgid "Contact Form"
30
  msgstr "Kontaktný formulár"
31
 
32
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
33
  msgid "Name:"
34
  msgstr "Meno:"
35
 
36
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
37
  msgid "Address:"
38
  msgstr "Adresa::"
39
 
40
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
41
  msgid "Email Address:"
42
  msgstr "E-Mail:"
43
 
44
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
45
  msgid "Phone number:"
46
  msgstr "Telefónne číslo:"
47
 
48
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
49
  msgid "Subject:"
50
  msgstr "Predmet:"
51
 
52
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
53
  msgid "Message:"
54
  msgstr "Správa:"
55
 
56
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
57
  msgid "Attachment:"
58
  msgstr "Príloha"
59
 
60
+ #: contact_form.php:136
61
  #, fuzzy
62
  msgid ""
63
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
68
  "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max veľksoť "
69
  "súbora: 2MB"
70
 
71
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
72
  msgid "Send me a copy"
73
  msgstr "Zaslať mi kópiu"
74
 
75
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
76
  msgid "Submit"
77
  msgstr "Odoslať"
78
 
79
+ #: contact_form.php:139
80
  msgid "Your name is required."
81
  msgstr "Vaše meno je vyžadované."
82
 
83
+ #: contact_form.php:140
84
  msgid "Address is required."
85
  msgstr "Adresa je vyžadovaná."
86
 
87
+ #: contact_form.php:141
88
  msgid "A valid email address is required."
89
  msgstr "Platný E-mail je vyžadovaný."
90
 
91
+ #: contact_form.php:142
92
  msgid "Phone number is required."
93
  msgstr "Telefónne číslo je vyžadované."
94
 
95
+ #: contact_form.php:143
96
  msgid "Subject is required."
97
  msgstr "Predmet je vyžadovaný."
98
 
99
+ #: contact_form.php:144
100
  msgid "Message text is required."
101
  msgstr "Správa je vyžadovaná."
102
 
103
+ #: contact_form.php:145
104
  msgid "File format is not valid."
105
  msgstr "Nesprávny typ súboru."
106
 
107
+ #: contact_form.php:146
108
  msgid "File upload error."
109
  msgstr "Nahrávanie súboru zlyhalo."
110
 
111
+ #: contact_form.php:147
112
  msgid "The file could not be uploaded."
113
  msgstr "Súbor nemôže byť nahraný."
114
 
115
+ #: contact_form.php:148
116
  msgid "This file is too large."
117
  msgstr "Súbor je príliš veľký."
118
 
119
+ #: contact_form.php:149
120
  msgid "Please fill out the CAPTCHA."
121
  msgstr "Prosím opíšte CAPTCHA text."
122
 
123
+ #: contact_form.php:150
124
  msgid "Please make corrections below and try again."
125
  msgstr "Prosím opravte chyby a skúste to opäť."
126
 
127
+ #: contact_form.php:152
128
  msgid "Thank you for contacting us."
129
  msgstr "Ďakujeme za správu."
130
 
131
+ #: contact_form.php:552
132
  msgid ""
133
  "Email 'FROM' field option was changed, which may cause email messages being "
134
  "moved to the spam folder or email delivery failures."
135
  msgstr ""
136
 
137
+ #: contact_form.php:562
138
  msgid ""
139
  "If the 'Redirect to page' option is selected then the URL field should be in "
140
  "the following format"
142
  "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo "
143
  "mať nasledujúci formát"
144
 
145
+ #: contact_form.php:571
146
  msgid "Such user does not exist."
147
  msgstr "Taký užívateľ neexistuje."
148
 
149
+ #: contact_form.php:581
150
  msgid ""
151
  "Please enter a valid email address in the 'Use this email address' field."
152
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Použiť tento email\"."
153
 
154
+ #: contact_form.php:589
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\"."
157
 
158
+ #: contact_form.php:612
159
  msgid "Settings saved."
160
  msgstr "Nastavenie uložené."
161
 
162
+ #: contact_form.php:614
163
  msgid "Settings are not saved."
164
  msgstr "Nastavenie sa neuloží."
165
 
166
+ #: contact_form.php:652
167
  msgid "All plugin settings were restored."
168
  msgstr ""
169
 
170
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
171
  msgid "Settings"
172
  msgstr "Nastavenia"
173
 
174
+ #: contact_form.php:666
175
  #, fuzzy
176
  msgid "Additional settings"
177
  msgstr "Ďalšie nastavenia"
178
 
179
+ #: contact_form.php:667
180
  msgid "Appearance"
181
  msgstr ""
182
 
183
+ #: contact_form.php:668 contact_form.php:2229
184
  msgid "FAQ"
185
  msgstr "Často kladené otázky"
186
 
187
+ #: contact_form.php:669
188
  msgid "Go PRO"
189
  msgstr "Zakúpiť PRO"
190
 
191
+ #: contact_form.php:672 contact_form.php:674
192
  msgid "Notice:"
193
  msgstr "Oznam:"
194
 
195
+ #: contact_form.php:672
196
  msgid ""
197
  "The plugin's settings have been changed. In order to save them please don't "
198
  "forget to click the 'Save Changes' button."
200
  "Zmenili ste nastavenia modulu. Pre uloženie zmien, kliknite na tlačidlo "
201
  "\"Uložiť zmeny\"."
202
 
203
+ #: contact_form.php:685
204
  msgid ""
205
  "If you want to create multiple contact forms, please install the Contact "
206
  "Form Multi plugin."
208
  "Ak si želáte vytvoriť viac formulárov, prosím nainštalujte si modul Contact "
209
  "Form Multi "
210
 
211
+ #: contact_form.php:692
212
  #, fuzzy
213
  msgid ""
214
  "If you would like to add Contact Form to your website, just copy and paste "
217
  "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
218
  "skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
219
 
220
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
221
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
222
+ #: contact_form.php:1158 contact_form.php:1160
223
  msgid "or"
224
  msgstr "alebo"
225
 
226
+ #: contact_form.php:693
227
  #, fuzzy
228
  msgid ""
229
  "If you have any problems with the standard shortcode [contact_form], you "
232
  "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
233
  "použiť shortcode"
234
 
235
+ #: contact_form.php:693 contact_form.php:696
236
  msgid "They work the same way."
237
  msgstr "Fungujú rovnakým spôsobom."
238
 
239
+ #: contact_form.php:695 contact_form.php:1507
240
  msgid ""
241
  "If you would like to add the Contact Form to your website, just copy and "
242
  "paste this shortcode to your post or page or widget:"
244
  "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí "
245
  "skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
246
 
247
+ #: contact_form.php:696
248
  msgid ""
249
  "If have any problems with the standard shortcode [contact_form], you should "
250
  "use the shortcode"
252
  "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste "
253
  "použiť shortcode"
254
 
255
+ #: contact_form.php:700
256
  msgid ""
257
  "If you leave the fields empty, the messages will be sent to the email "
258
  "address specified during registration."
260
  "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú "
261
  "pri registrácii."
262
 
263
+ #: contact_form.php:703
264
  msgid "The user's email address:"
265
  msgstr "Užívateľova e-mailová adresa:"
266
 
267
+ #: contact_form.php:707
268
  #, fuzzy
269
  msgid "Select a username"
270
  msgstr "Vytvorte užívateľské meno"
271
 
272
+ #: contact_form.php:720
273
  msgid ""
274
  "Enter a username of the person who should get the messages from the contact "
275
  "form."
277
  "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného "
278
  "formulára."
279
 
280
+ #: contact_form.php:724
281
  msgid "Use this email address:"
282
  msgstr "Použíte tento email::"
283
 
284
+ #: contact_form.php:728
285
  msgid "Enter the email address you want the messages forwarded to."
286
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
287
 
288
+ #: contact_form.php:737
289
  msgid "Add department selectbox to the contact form:"
290
  msgstr "Pridať oddelenie výberového oddielu do formulára:"
291
 
292
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
293
  msgid "If you upgrade to Pro version all your settings will be saved."
294
  msgstr "Ak si zakúpite PRO verziu, vaše nastavenia sa uložia."
295
 
296
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
297
+ #: contact_form.php:1213 contact_form.php:1397
298
  #, fuzzy
299
  msgid "Unlock premium options by upgrading to PRO version."
300
  msgstr "Odblokujte prémiové nastavenia kúpením PRO verzie modulu."
301
 
302
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
303
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
304
  msgid "Learn More"
305
  msgstr "Zistiť viac"
306
 
307
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
308
+ #: contact_form.php:1217 contact_form.php:1401
309
  msgid "Go"
310
  msgstr "Ísť"
311
 
312
+ #: contact_form.php:763
313
  msgid "Save emails to the database"
314
  msgstr "Uložiť emaily do databázy"
315
 
316
+ #: contact_form.php:768
317
  msgid "Using"
318
  msgstr "Používa"
319
 
320
+ #: contact_form.php:771 contact_form.php:775
321
  #, fuzzy
322
  msgid "Using Contact Form to DB by BestWebSoft"
323
  msgstr "Použiť Contact Forrm do DB poháňaný"
324
 
325
+ #: contact_form.php:771
326
  msgid "Activate"
327
  msgstr "Aktivovať"
328
 
329
+ #: contact_form.php:775
330
  msgid "Download"
331
  msgstr "Stiahnuť"
332
 
333
+ #: contact_form.php:785
334
  msgid "What to use?"
335
  msgstr "Čo používať?"
336
 
337
+ #: contact_form.php:790
338
  msgid "Wp-mail"
339
  msgstr "Wp-mail"
340
 
341
+ #: contact_form.php:792
342
  msgid "You can use the wp_mail function for mailing"
343
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
344
 
345
+ #: contact_form.php:795
346
  msgid "Mail"
347
  msgstr "Email"
348
 
349
+ #: contact_form.php:797
350
  msgid "To send mail you can use the php mail function"
351
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
352
 
353
+ #: contact_form.php:802
354
  msgid "'FROM' field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
358
+ #: contact_form.php:2006 contact_form.php:2042
359
  msgid "Name"
360
  msgstr "Meno"
361
 
362
+ #: contact_form.php:811
363
  msgid "User name"
364
  msgstr "Používateľské meno"
365
 
366
+ #: contact_form.php:813
367
  msgid ""
368
  "The name of the user who fills the form will be used in the field 'From'."
369
  msgstr "Meno, zobrazené ako odosielateľ emailu."
370
 
371
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
372
  msgid "Email"
373
  msgstr "Email"
374
 
375
+ #: contact_form.php:826
376
  msgid "User email"
377
  msgstr "Používateľský email"
378
 
379
+ #: contact_form.php:828
380
  msgid ""
381
  "The email address of the user who fills the form will be used in the field "
382
  "'From'."
383
  msgstr ""
384
  "Emailová adresa používateľa, ktorý vyplní formulár bude použitá v poli \"Od\""
385
 
386
+ #: contact_form.php:832
387
  msgid ""
388
  "If this option is changed, email messages may be moved to the spam folder or "
389
  "email delivery failures may occur."
390
  msgstr ""
391
 
392
+ #: contact_form.php:838
393
  msgid "Required symbol"
394
  msgstr "Vyžadovaný znak"
395
 
396
+ #: contact_form.php:848
397
  msgid "Fields"
398
  msgstr "Polia"
399
 
400
+ #: contact_form.php:849
401
  msgid "Used"
402
  msgstr "Použité"
403
 
404
+ #: contact_form.php:850
405
  msgid "Required"
406
  msgstr "Vyžadované"
407
 
408
+ #: contact_form.php:851
409
  msgid "Visible"
410
  msgstr "Viditeľné"
411
 
412
+ #: contact_form.php:852
413
  msgid "Disabled for editing"
414
  msgstr "Nedá sa upraviť"
415
 
416
+ #: contact_form.php:853
417
  msgid "Field's default value"
418
  msgstr "Základná hodnota pola"
419
 
420
+ #: contact_form.php:858
421
  #, fuzzy
422
  msgid "Department selectbox"
423
  msgstr "Poloha výberového oddielu"
424
 
425
+ #: contact_form.php:873
426
  msgid "Use User's name as a default value if the user is logged in."
427
  msgstr ""
428
 
429
+ #: contact_form.php:874 contact_form.php:902
430
  msgid ""
431
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
432
  "in users."
433
  msgstr ""
434
 
435
+ #: contact_form.php:878
436
  msgid "Location selectbox"
437
  msgstr "Poloha výberového oddielu"
438
 
439
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
440
+ #: contact_form.php:2046
441
  msgid "Address"
442
  msgstr "Adresa"
443
 
444
+ #: contact_form.php:894
445
  msgid "Email Address"
446
  msgstr "Emailová adresa"
447
 
448
+ #: contact_form.php:901
449
  msgid "Use User's email as a default value if the user is logged in."
450
  msgstr ""
451
 
452
+ #: contact_form.php:906
453
  msgid "Phone number"
454
  msgstr "Telefónne číslo"
455
 
456
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
457
+ #: contact_form.php:2055
458
  msgid "Subject"
459
  msgstr "Predmet"
460
 
461
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
462
+ #: contact_form.php:2057
463
  msgid "Message"
464
  msgstr "Správa"
465
 
466
+ #: contact_form.php:946
467
  msgid "Attachment block"
468
  msgstr "Blok príloh"
469
 
470
+ #: contact_form.php:948
471
  msgid "Users can attach the following file formats"
472
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
473
 
474
+ #: contact_form.php:961
475
  msgid "Add to the form"
476
  msgstr "Pridať do formulára"
477
 
478
+ #: contact_form.php:966
479
  msgid "Tips below the Attachment"
480
  msgstr "Rady zobrazené pod prílohami"
481
 
482
+ #: contact_form.php:975
483
  msgid "'Send me a copy' block"
484
  msgstr "Zobraziť blok 'Zaslať kópiu'"
485
 
486
+ #: contact_form.php:988
487
  msgid "Activate captcha"
488
  msgstr "Aktivovať captcha"
489
 
490
+ #: contact_form.php:992
491
  msgid "Download captcha"
492
  msgstr "Stiahnuť captcha"
493
 
494
+ #: contact_form.php:1000
495
  msgid "Agreement checkbox"
496
  msgstr "Označenie súhlasu"
497
 
498
+ #: contact_form.php:1000
499
  msgid "Required checkbox for submitting the form"
500
  msgstr "Vyžaduje označenie súhlasu pri odoslaní formulára"
501
 
502
+ #: contact_form.php:1001
503
  msgid "Optional checkbox"
504
  msgstr "Voliteľné zaškrtávacie políčko"
505
 
506
+ #: contact_form.php:1001
507
  msgid "Optional checkbox, the results of which will be displayed in email"
508
  msgstr "Voliteľné zaškrtávacie políčko, jeho výsledok bude zobrazený v emaile"
509
 
510
+ #: contact_form.php:1019
511
  msgid "Delete an attachment file from the server after the email is sent"
512
  msgstr "Vymazať prílohy zo servera po odoslaní emailu"
513
 
514
+ #: contact_form.php:1025
515
  msgid "Email in HTML format sending"
516
  msgstr "Povoliť HTML formátovanie"
517
 
518
+ #: contact_form.php:1029
519
  msgid "Display additional info in the email"
520
  msgstr "Zobraziť ďalšie informácie v e-maile"
521
 
522
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
523
  msgid "Sent from (ip address)"
524
  msgstr "Odoslané z (ip adresa)"
525
 
526
+ #: contact_form.php:1035
527
  msgid "Example: Sent from (IP address):\t127.0.0.1"
528
  msgstr "Príklad: Odoslané z (IP addresa):\t127.0.0.1"
529
 
530
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
531
  msgid "Date/Time"
532
  msgstr "Datum / Čas"
533
 
534
+ #: contact_form.php:1036
535
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
536
  msgstr "Príklad: Dátum/Čas:\tAugust 19, 2013 8:50 pm"
537
 
538
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
539
  msgid "Sent from (referer)"
540
  msgstr "Odoslané z"
541
 
542
+ #: contact_form.php:1037
543
  msgid ""
544
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
545
  msgstr ""
546
  "Príklad: Odoslané pomocou (odkaz):\thttp://bestwebsoft.com/contacts/contact-"
547
  "us/"
548
 
549
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
550
  msgid "Using (user agent)"
551
  msgstr "Použitie (user agent)"
552
 
553
+ #: contact_form.php:1038
554
  msgid ""
555
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
556
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
558
  "Príklad: Prehliadač (používateľ):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
559
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
560
 
561
+ #: contact_form.php:1043
562
  msgid "Language settings for the field names in the form"
563
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
564
 
565
+ #: contact_form.php:1052
566
  msgid "Add a language"
567
  msgstr "Pridať jazyk"
568
 
569
+ #: contact_form.php:1056
570
  msgid "Change the names of the contact form fields and error messages"
571
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
572
 
573
+ #: contact_form.php:1061 contact_form.php:1148
574
  msgid "English"
575
  msgstr "Anglicky"
576
 
577
+ #: contact_form.php:1069 contact_form.php:1103
578
  msgid "click to expand/hide the list"
579
  msgstr "kliknite pre rozbalenie/schovanie zoznamu"
580
 
581
+ #: contact_form.php:1078 contact_form.php:1112
582
  msgid "Tips below the Attachment block"
583
  msgstr "Zobrazenie rád pod blokom príloh"
584
 
585
+ #: contact_form.php:1081 contact_form.php:1115
586
  msgid "Error message for the Name field"
587
  msgstr "Chybová správa v poli: Meno"
588
 
589
+ #: contact_form.php:1082 contact_form.php:1116
590
  msgid "Error message for the Address field"
591
  msgstr "Chybová správa v poli: Adresa"
592
 
593
+ #: contact_form.php:1083 contact_form.php:1117
594
  msgid "Error message for the Email field"
595
  msgstr "Chybová správa v poli: Email"
596
 
597
+ #: contact_form.php:1084 contact_form.php:1118
598
  msgid "Error message for the Phone field"
599
  msgstr "Chybová správa v poli: Telefón"
600
 
601
+ #: contact_form.php:1085 contact_form.php:1119
602
  msgid "Error message for the Subject field"
603
  msgstr "Chybová správa v poli: Predmet"
604
 
605
+ #: contact_form.php:1086 contact_form.php:1120
606
  msgid "Error message for the Message field"
607
  msgstr "Chybová správa v poli: Správa"
608
 
609
+ #: contact_form.php:1087 contact_form.php:1121
610
  msgid "Error message about the file type for the Attachment field"
611
  msgstr "Chybová správa o type súbora v poli príloh"
612
 
613
+ #: contact_form.php:1088 contact_form.php:1122
614
  msgid ""
615
  "Error message while uploading a file for the Attachment field to the server"
616
  msgstr "Chybová správa pri neúspešnom nahraní súbora na server"
617
 
618
+ #: contact_form.php:1089 contact_form.php:1123
619
  msgid "Error message while moving the file for the Attachment field"
620
  msgstr "Chybová správa pri neúspešnom presune súbora do pola prílohy"
621
 
622
+ #: contact_form.php:1090 contact_form.php:1124
623
  msgid "Error message when file size limit for the Attachment field is exceeded"
624
  msgstr "Chybová správa pri prekročení maximálnej veľkosti súboru"
625
 
626
+ #: contact_form.php:1091 contact_form.php:1125
627
  msgid "Error message for the Captcha field"
628
  msgstr "Chybová správa v poli Captcha"
629
 
630
+ #: contact_form.php:1092 contact_form.php:1126
631
  msgid "Error message for the whole form"
632
  msgstr "Chybová správa celého formulára"
633
 
634
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
635
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
636
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
637
+ #: contact_form.php:2364
638
  msgid "Use shortcode"
639
  msgstr "Použite krátky kód"
640
 
641
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
642
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
643
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
644
+ #: contact_form.php:2364
645
  msgid "for this language"
646
  msgstr "pre tento jazyk"
647
 
648
+ #: contact_form.php:1139
649
  msgid "Use the changed names of the contact form fields in the email"
650
  msgstr "Použite zmenu názvov polí v emaile"
651
 
652
+ #: contact_form.php:1145
653
  msgid "Action after email is sent"
654
  msgstr "Akcia po zaslaní mailu."
655
 
656
+ #: contact_form.php:1147
657
  msgid "Display text"
658
  msgstr "Zobraziť text"
659
 
660
+ #: contact_form.php:1156 contact_form.php:1166
661
  msgid "Text"
662
  msgstr "Text"
663
 
664
+ #: contact_form.php:1177
665
  msgid "Redirect to the page"
666
  msgstr "Presmerovať na stránku"
667
 
668
+ #: contact_form.php:1178
669
  msgid "Url"
670
  msgstr "Url"
671
 
672
+ #: contact_form.php:1182
673
  msgid "The $_SERVER variable that is used to build a URL of the form"
674
  msgstr "$_SERVER je premenná použitá na stavbu URL adresy formulára"
675
 
676
+ #: contact_form.php:1187
677
  msgid ""
678
  "If you are not sure whether to change this setting or not, please do not do "
679
  "that."
680
  msgstr "Ak si nie ste istý, nemeňte toto nastavenie."
681
 
682
+ #: contact_form.php:1197
683
  msgid "Auto Response"
684
  msgstr ""
685
 
686
+ #: contact_form.php:1201
687
  #, php-format
688
  msgid ""
689
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
691
  "name."
692
  msgstr ""
693
 
694
+ #: contact_form.php:1226 contact_form.php:1408
695
  msgid "Save Changes"
696
  msgstr "Uložiť zmeny"
697
 
698
+ #: contact_form.php:1239
699
  msgid "Errors output"
700
  msgstr "Chybový výstup"
701
 
702
+ #: contact_form.php:1242
703
  msgid "Display error messages"
704
  msgstr "Zobrazí chybové správy"
705
 
706
+ #: contact_form.php:1243
707
  msgid "Color of the input field errors."
708
  msgstr "Farba textu chybových polí."
709
 
710
+ #: contact_form.php:1244
711
  msgid "Display error messages & color of the input field errors"
712
  msgstr "Zobrazí chybové správy a ich farbu"
713
 
714
+ #: contact_form.php:1249
715
  msgid "Add placeholder to the input blocks"
716
  msgstr "Pridať zástupný znak do blokov"
717
 
718
+ #: contact_form.php:1255
719
  msgid "Add tooltips"
720
  msgstr "Pridať popisky"
721
 
722
+ #: contact_form.php:1269
723
  msgid "Email address"
724
  msgstr "Emailová adresa"
725
 
726
+ #: contact_form.php:1274
727
  msgid "Phone Number"
728
  msgstr "Tel. číslo"
729
 
730
+ #: contact_form.php:1288
731
  msgid "Attachment"
732
  msgstr "Príloha"
733
 
734
+ #: contact_form.php:1298
735
  msgid "Style options"
736
  msgstr "Nastavenie štýlu"
737
 
738
+ #: contact_form.php:1301
739
  msgid "Text color"
740
  msgstr "Farba textu"
741
 
742
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
743
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
744
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
745
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
746
  msgid "Default"
747
  msgstr "Základná"
748
 
749
+ #: contact_form.php:1306
750
  msgid "Label text color"
751
  msgstr "Označenie farby textu"
752
 
753
+ #: contact_form.php:1311
754
  msgid "Placeholder color"
755
  msgstr "Farba zástupného znaku"
756
 
757
+ #: contact_form.php:1316
758
  msgid "Errors color"
759
  msgstr "Farba chýb"
760
 
761
+ #: contact_form.php:1321
762
  msgid "Error text color"
763
  msgstr "Farba textu"
764
 
765
+ #: contact_form.php:1326
766
  msgid "Background color of the input field errors"
767
  msgstr "Farba pozadia polí chýb"
768
 
769
+ #: contact_form.php:1331
770
  msgid "Border color of the input field errors"
771
  msgstr "Farba ohraničenia polí chýb"
772
 
773
+ #: contact_form.php:1336
774
  msgid "Placeholder color of the input field errors"
775
  msgstr "Farba zástupného znaku polí chýb"
776
 
777
+ #: contact_form.php:1341
778
  msgid "Input fields"
779
  msgstr "Vložiť polia"
780
 
781
+ #: contact_form.php:1346
782
  msgid "Input fields background color"
783
  msgstr "Farba pozadia polí"
784
 
785
+ #: contact_form.php:1351
786
  msgid "Text fields color"
787
  msgstr "Farba textových polí"
788
 
789
+ #: contact_form.php:1355
790
  msgid "Border width in px, numbers only"
791
  msgstr "Šírka orámovania v px, vkladajte iba číselné hodnoty"
792
 
793
+ #: contact_form.php:1360 contact_form.php:1384
794
  msgid "Border color"
795
  msgstr "Farba ohraničenia"
796
 
797
+ #: contact_form.php:1365
798
  msgid "Submit button"
799
  msgstr "Porvrdzovacie tlačidlo"
800
 
801
+ #: contact_form.php:1369
802
  msgid "Width in px, numbers only"
803
  msgstr "Šírka v px, vkladajte iba číselné hodnoty"
804
 
805
+ #: contact_form.php:1374
806
  msgid "Button color"
807
  msgstr "Farba tlačidla"
808
 
809
+ #: contact_form.php:1379
810
  msgid "Button text color"
811
  msgstr "Farba textu v tlačidle"
812
 
813
+ #: contact_form.php:1412
814
  msgid "Contact Form Pro | Preview"
815
  msgstr "Kontaktný formulár Pro | Zobrazenie"
816
 
817
+ #: contact_form.php:1414
818
  msgid "Show with errors"
819
  msgstr "Zobraziť s chybami"
820
 
821
+ #: contact_form.php:1423 contact_form.php:1425
822
  msgid "Please enter your full name..."
823
  msgstr "Prosím, zadajte vaše celé meno..."
824
 
825
+ #: contact_form.php:1436 contact_form.php:1438
826
  msgid "Please enter your address..."
827
  msgstr "Prosím, zadajte vašu emailovú adresu..."
828
 
829
+ #: contact_form.php:1447 contact_form.php:1449
830
  msgid "Please enter your email address..."
831
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
832
 
833
+ #: contact_form.php:1458 contact_form.php:1460
834
  msgid "Please enter your phone number..."
835
  msgstr "Prosím, zadajte vaše telefónne číslo..."
836
 
837
+ #: contact_form.php:1469 contact_form.php:1471
838
  msgid "Please enter subject..."
839
  msgstr "Prosím, zadajte predmet..."
840
 
841
+ #: contact_form.php:1479 contact_form.php:1481
842
  msgid "Please enter your message..."
843
  msgstr "Prosím, zadajte vašu správu..."
844
 
845
+ #: contact_form.php:1592
846
  msgid "Sorry, email message could not be delivered."
847
  msgstr "Prepáčte, správa nemohla byť doručená."
848
 
849
+ #: contact_form.php:2000
850
  msgid "Contact from"
851
  msgstr "Kontaktný formulár"
852
 
853
+ #: contact_form.php:2022 contact_form.php:2052
854
  msgid "Phone"
855
  msgstr "Telefón"
856
 
857
+ #: contact_form.php:2033 contact_form.php:2059
858
  msgid "Site"
859
  msgstr "Stránka"
860
 
861
+ #: contact_form.php:2146
862
  msgid ""
863
  "If you can see this MIME, it means that the MIME type is not supported by "
864
  "your email client!"
866
  "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-"
867
  "mailovým klientom!"
868
 
869
+ #: contact_form.php:2230
870
  msgid "Support"
871
  msgstr "Podpora"
872
 
873
+ #: contact_form.php:2279
874
  msgid "Are you sure that you want to delete this language data?"
875
  msgstr "Naozaj chcete vymazať tieto jazykové dáta?"
876
 
877
+ #: contact_form.php:2300
878
  #, fuzzy
879
  msgid "Add multiple forms"
880
  msgstr "Pridať do formulára"
881
 
882
+ #: contact_form.php:2300
883
  msgid ""
884
  "Install Contact Form Multi plugin to create unlimited number of contact "
885
  "forms."
886
  msgstr ""
887
 
888
+ #: contact_form.php:2305
889
  #, fuzzy
890
  msgid "Learn more"
891
  msgstr "Zistiť viac"
892
 
893
+ #: contact_form.php:2309
894
  msgid "Close"
895
  msgstr ""
896
 
897
+ #: contact_form.php:2497
898
  #, fuzzy
899
  msgid "allows to store your messages to the database."
900
  msgstr ""
901
  "<strong>Contact Form to DB</strong> vám dovolí ukladať spravy do databázy."
902
 
903
+ #: contact_form.php:2498
904
  msgid "Manage messages that have been sent from your website."
905
  msgstr "Spravujte správy, ktoré boli odoslané z vašej stránky"
906
 
languages/{contact_form-sv_SE.mo → contact-form-plugin-sv_SE.mo} RENAMED
Binary file
languages/{contact_form-sv_SE.po → contact-form-plugin-sv_SE.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest "
9
  "<joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:35 contact_form.php:657
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
@@ -25,35 +25,35 @@ msgstr "Kontaktformulärinställningar"
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
29
  msgid "Name:"
30
  msgstr "Namn:"
31
 
32
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
33
  msgid "Address:"
34
  msgstr "Adress:"
35
 
36
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
37
  msgid "Email Address:"
38
  msgstr "E-postadress:"
39
 
40
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
45
  msgid "Subject:"
46
  msgstr "Ämne:"
47
 
48
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
49
  msgid "Message:"
50
  msgstr "Meddelande:"
51
 
52
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
53
  msgid "Attachment:"
54
  msgstr "Bifogad fil:"
55
 
56
- #: contact_form.php:130
57
  #, fuzzy
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,73 +63,73 @@ msgstr ""
63
  "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
64
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "Skicka mig en kopia"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "Skicka"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "Ditt namn krävs."
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Adress krävs."
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "En giltig e-postadress krävs."
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "Telefonnummer krävs."
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "Ämne krävs."
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "Meddelande krävs."
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Bilageformaten är inte giltigt."
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Filuppladdningsfel."
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "Filen kunde inte laddas upp."
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Filen är för stor."
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Var god fyll i CAPTCHA."
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Var god gör korrigeringar nedan och försök igen."
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Tack för att du kontaktade oss."
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
@@ -137,12 +137,12 @@ msgstr ""
137
  "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med "
138
  "följande format"
139
 
140
- #: contact_form.php:565
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Användaren finns inte. Inställningarna sparades inte."
144
 
145
- #: contact_form.php:575
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
@@ -150,64 +150,64 @@ msgstr ""
150
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
151
  "sparades inte."
152
 
153
- #: contact_form.php:583
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
158
  "sparades inte."
159
 
160
- #: contact_form.php:606
161
  msgid "Settings saved."
162
  msgstr "Inställningar sparades."
163
 
164
- #: contact_form.php:608
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Inställningar sparades."
168
 
169
- #: contact_form.php:646
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
174
  msgid "Settings"
175
  msgstr "Inställningar"
176
 
177
- #: contact_form.php:660
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Ytterligare alternativ"
181
 
182
- #: contact_form.php:661
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
- #: contact_form.php:662 contact_form.php:2223
187
  msgid "FAQ"
188
  msgstr "FAQ"
189
 
190
- #: contact_form.php:663
191
  msgid "Go PRO"
192
  msgstr ""
193
 
194
- #: contact_form.php:666 contact_form.php:668
195
  msgid "Notice:"
196
  msgstr ""
197
 
198
- #: contact_form.php:666
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
202
  msgstr ""
203
 
204
- #: contact_form.php:679
205
  msgid ""
206
  "If you want to create multiple contact forms, please install the Contact "
207
  "Form Multi plugin."
208
  msgstr ""
209
 
210
- #: contact_form.php:686
211
  #, fuzzy
212
  msgid ""
213
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -216,23 +216,23 @@ msgstr ""
216
  "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
217
  "kortkod och klistra in den på rätt inlägg, sida eller widget:"
218
 
219
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
220
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
221
- #: contact_form.php:1152 contact_form.php:1154
222
  msgid "or"
223
  msgstr ""
224
 
225
- #: contact_form.php:687
226
  msgid ""
227
  "If you have any problems with the standard shortcode [contact_form], you "
228
  "should use the shortcode"
229
  msgstr ""
230
 
231
- #: contact_form.php:687 contact_form.php:690
232
  msgid "They work the same way."
233
  msgstr ""
234
 
235
- #: contact_form.php:689 contact_form.php:1501
236
  msgid ""
237
  "If you would like to add the Contact Form to your website, just copy and "
238
  "paste this shortcode to your post or page or widget:"
@@ -240,13 +240,13 @@ msgstr ""
240
  "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
241
  "kortkod och klistra in den på rätt inlägg, sida eller widget:"
242
 
243
- #: contact_form.php:690
244
  msgid ""
245
  "If have any problems with the standard shortcode [contact_form], you should "
246
  "use the shortcode"
247
  msgstr ""
248
 
249
- #: contact_form.php:694
250
  msgid ""
251
  "If you leave the fields empty, the messages will be sent to the email "
252
  "address specified during registration."
@@ -254,16 +254,16 @@ msgstr ""
254
  "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-"
255
  "postadressen som angavs under registreringen."
256
 
257
- #: contact_form.php:697
258
  msgid "The user's email address:"
259
  msgstr "Användarens e-postadress:"
260
 
261
- #: contact_form.php:701
262
  #, fuzzy
263
  msgid "Select a username"
264
  msgstr "Skapa ett användarnamn"
265
 
266
- #: contact_form.php:714
267
  msgid ""
268
  "Enter a username of the person who should get the messages from the contact "
269
  "form."
@@ -271,94 +271,94 @@ msgstr ""
271
  "Ange ett användarnamn på den användare som ska få meddelanden från "
272
  "kontaktformuläret."
273
 
274
- #: contact_form.php:718
275
  msgid "Use this email address:"
276
  msgstr "Använd den här e-postadressen:"
277
 
278
- #: contact_form.php:722
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
281
 
282
- #: contact_form.php:731
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr ""
285
 
286
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr ""
289
 
290
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
291
- #: contact_form.php:1207 contact_form.php:1391
292
  msgid "Unlock premium options by upgrading to PRO version."
293
  msgstr ""
294
 
295
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
296
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
297
  msgid "Learn More"
298
  msgstr ""
299
 
300
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
301
- #: contact_form.php:1211 contact_form.php:1395
302
  msgid "Go"
303
  msgstr ""
304
 
305
- #: contact_form.php:757
306
  msgid "Save emails to the database"
307
  msgstr ""
308
 
309
- #: contact_form.php:762
310
  msgid "Using"
311
  msgstr ""
312
 
313
- #: contact_form.php:765 contact_form.php:769
314
  #, fuzzy
315
  msgid "Using Contact Form to DB by BestWebSoft"
316
  msgstr "Kontaktformulär Pro"
317
 
318
- #: contact_form.php:765
319
  #, fuzzy
320
  msgid "Activate"
321
  msgstr "Aktivera captcha"
322
 
323
- #: contact_form.php:769
324
  msgid "Download"
325
  msgstr "Hämta"
326
 
327
- #: contact_form.php:779
328
  msgid "What to use?"
329
  msgstr "Vad ska användas?"
330
 
331
- #: contact_form.php:784
332
  msgid "Wp-mail"
333
  msgstr "Wp-mail"
334
 
335
- #: contact_form.php:786
336
  msgid "You can use the wp_mail function for mailing"
337
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
338
 
339
- #: contact_form.php:789
340
  msgid "Mail"
341
  msgstr "E-post"
342
 
343
- #: contact_form.php:791
344
  msgid "To send mail you can use the php mail function"
345
  msgstr "Du kan använda php-funktionen för att skicka e-post"
346
 
347
- #: contact_form.php:796
348
  msgid "'FROM' field"
349
  msgstr ""
350
 
351
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
352
- #: contact_form.php:2000 contact_form.php:2036
353
  msgid "Name"
354
  msgstr "Namn"
355
 
356
- #: contact_form.php:805
357
  #, fuzzy
358
  msgid "User name"
359
  msgstr "Användarens e-post"
360
 
361
- #: contact_form.php:807
362
  #, fuzzy
363
  msgid ""
364
  "The name of the user who fills the form will be used in the field 'From'."
@@ -366,15 +366,15 @@ msgstr ""
366
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
367
  "'Från'-fältet."
368
 
369
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
370
  msgid "Email"
371
  msgstr "E-post"
372
 
373
- #: contact_form.php:820
374
  msgid "User email"
375
  msgstr "Användarens e-post"
376
 
377
- #: contact_form.php:822
378
  msgid ""
379
  "The email address of the user who fills the form will be used in the field "
380
  "'From'."
@@ -382,310 +382,310 @@ msgstr ""
382
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
383
  "'Från'-fältet."
384
 
385
- #: contact_form.php:826
386
  msgid ""
387
  "If this option is changed, email messages may be moved to the spam folder or "
388
  "email delivery failures may occur."
389
  msgstr ""
390
 
391
- #: contact_form.php:832
392
  #, fuzzy
393
  msgid "Required symbol"
394
  msgstr "Obligatoriska fält"
395
 
396
- #: contact_form.php:842
397
  msgid "Fields"
398
  msgstr ""
399
 
400
- #: contact_form.php:843
401
  msgid "Used"
402
  msgstr ""
403
 
404
- #: contact_form.php:844
405
  #, fuzzy
406
  msgid "Required"
407
  msgstr "Obligatoriska fält"
408
 
409
- #: contact_form.php:845
410
  msgid "Visible"
411
  msgstr ""
412
 
413
- #: contact_form.php:846
414
  msgid "Disabled for editing"
415
  msgstr ""
416
 
417
- #: contact_form.php:847
418
  msgid "Field's default value"
419
  msgstr ""
420
 
421
- #: contact_form.php:852
422
  msgid "Department selectbox"
423
  msgstr ""
424
 
425
- #: contact_form.php:867
426
  msgid "Use User's name as a default value if the user is logged in."
427
  msgstr ""
428
 
429
- #: contact_form.php:868 contact_form.php:896
430
  msgid ""
431
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
432
  "in users."
433
  msgstr ""
434
 
435
- #: contact_form.php:872
436
  msgid "Location selectbox"
437
  msgstr ""
438
 
439
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
440
- #: contact_form.php:2040
441
  msgid "Address"
442
  msgstr "Adress"
443
 
444
- #: contact_form.php:888
445
  msgid "Email Address"
446
  msgstr "E-postadress"
447
 
448
- #: contact_form.php:895
449
  msgid "Use User's email as a default value if the user is logged in."
450
  msgstr ""
451
 
452
- #: contact_form.php:900
453
  #, fuzzy
454
  msgid "Phone number"
455
  msgstr "Telefonnummer:"
456
 
457
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
458
- #: contact_form.php:2049
459
  msgid "Subject"
460
  msgstr "Ämne"
461
 
462
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
463
- #: contact_form.php:2051
464
  msgid "Message"
465
  msgstr "Meddelande"
466
 
467
- #: contact_form.php:940
468
  msgid "Attachment block"
469
  msgstr "Bilageblock"
470
 
471
- #: contact_form.php:942
472
  msgid "Users can attach the following file formats"
473
  msgstr "Användare kan bifoga filer av följande format"
474
 
475
- #: contact_form.php:955
476
  msgid "Add to the form"
477
  msgstr ""
478
 
479
- #: contact_form.php:960
480
  #, fuzzy
481
  msgid "Tips below the Attachment"
482
  msgstr "Visa förklaringar under bilageblocket"
483
 
484
- #: contact_form.php:969
485
  #, fuzzy
486
  msgid "'Send me a copy' block"
487
  msgstr "Skicka mig en kopia-block"
488
 
489
- #: contact_form.php:982
490
  msgid "Activate captcha"
491
  msgstr "Aktivera captcha"
492
 
493
- #: contact_form.php:986
494
  msgid "Download captcha"
495
  msgstr "Hämta captcha"
496
 
497
- #: contact_form.php:994
498
  msgid "Agreement checkbox"
499
  msgstr ""
500
 
501
- #: contact_form.php:994
502
  msgid "Required checkbox for submitting the form"
503
  msgstr ""
504
 
505
- #: contact_form.php:995
506
  msgid "Optional checkbox"
507
  msgstr ""
508
 
509
- #: contact_form.php:995
510
  msgid "Optional checkbox, the results of which will be displayed in email"
511
  msgstr ""
512
 
513
- #: contact_form.php:1013
514
  msgid "Delete an attachment file from the server after the email is sent"
515
  msgstr ""
516
 
517
- #: contact_form.php:1019
518
  msgid "Email in HTML format sending"
519
  msgstr ""
520
 
521
- #: contact_form.php:1023
522
  msgid "Display additional info in the email"
523
  msgstr "Visa ytterligare information i meddelandet"
524
 
525
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
526
  msgid "Sent from (ip address)"
527
  msgstr "Skickat från (ip-adress)"
528
 
529
- #: contact_form.php:1029
530
  #, fuzzy
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Skickat från (ip-adress)"
533
 
534
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
535
  msgid "Date/Time"
536
  msgstr "Datum/Tid"
537
 
538
- #: contact_form.php:1030
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr ""
541
 
542
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
543
  msgid "Sent from (referer)"
544
  msgstr "Skickat från (referer)"
545
 
546
- #: contact_form.php:1031
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr ""
550
 
551
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
552
  msgid "Using (user agent)"
553
  msgstr "Använder (user agent)"
554
 
555
- #: contact_form.php:1032
556
  msgid ""
557
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
558
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
559
  msgstr ""
560
 
561
- #: contact_form.php:1037
562
  msgid "Language settings for the field names in the form"
563
  msgstr "Språkinställningar för etikettnamn in formuläret"
564
 
565
- #: contact_form.php:1046
566
  msgid "Add a language"
567
  msgstr "Lägg till ett språk"
568
 
569
- #: contact_form.php:1050
570
  msgid "Change the names of the contact form fields and error messages"
571
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
572
 
573
- #: contact_form.php:1055 contact_form.php:1142
574
  msgid "English"
575
  msgstr "Engelska"
576
 
577
- #: contact_form.php:1063 contact_form.php:1097
578
  msgid "click to expand/hide the list"
579
  msgstr ""
580
 
581
- #: contact_form.php:1072 contact_form.php:1106
582
  #, fuzzy
583
  msgid "Tips below the Attachment block"
584
  msgstr "Visa förklaringar under bilageblocket"
585
 
586
- #: contact_form.php:1075 contact_form.php:1109
587
  msgid "Error message for the Name field"
588
  msgstr "Felmeddelande för namnfältet"
589
 
590
- #: contact_form.php:1076 contact_form.php:1110
591
  msgid "Error message for the Address field"
592
  msgstr "Felmeddelande för adressfältet"
593
 
594
- #: contact_form.php:1077 contact_form.php:1111
595
  msgid "Error message for the Email field"
596
  msgstr "Felmeddelande för e-postadressfältet"
597
 
598
- #: contact_form.php:1078 contact_form.php:1112
599
  msgid "Error message for the Phone field"
600
  msgstr "Felmeddelande för telefonfältet"
601
 
602
- #: contact_form.php:1079 contact_form.php:1113
603
  msgid "Error message for the Subject field"
604
  msgstr "Felmeddelande for ämnesfältet"
605
 
606
- #: contact_form.php:1080 contact_form.php:1114
607
  msgid "Error message for the Message field"
608
  msgstr "Felmeddelande för meddelandefältet"
609
 
610
- #: contact_form.php:1081 contact_form.php:1115
611
  msgid "Error message about the file type for the Attachment field"
612
  msgstr "Felmeddelande för filformat i bilagefältet"
613
 
614
- #: contact_form.php:1082 contact_form.php:1116
615
  msgid ""
616
  "Error message while uploading a file for the Attachment field to the server"
617
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
618
 
619
- #: contact_form.php:1083 contact_form.php:1117
620
  msgid "Error message while moving the file for the Attachment field"
621
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
622
 
623
- #: contact_form.php:1084 contact_form.php:1118
624
  msgid "Error message when file size limit for the Attachment field is exceeded"
625
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
626
 
627
- #: contact_form.php:1085 contact_form.php:1119
628
  msgid "Error message for the Captcha field"
629
  msgstr "Felmeddelande för CAPTCHA"
630
 
631
- #: contact_form.php:1086 contact_form.php:1120
632
  msgid "Error message for the whole form"
633
  msgstr "Felmeddelande för formuläret"
634
 
635
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
636
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
637
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
638
- #: contact_form.php:2358
639
  msgid "Use shortcode"
640
  msgstr "Använd kortkod"
641
 
642
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
643
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
644
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
645
- #: contact_form.php:2358
646
  msgid "for this language"
647
  msgstr "för detta språk"
648
 
649
- #: contact_form.php:1133
650
  #, fuzzy
651
  msgid "Use the changed names of the contact form fields in the email"
652
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
653
 
654
- #: contact_form.php:1139
655
  msgid "Action after email is sent"
656
  msgstr "Åtgärd efter meddelande skickats"
657
 
658
- #: contact_form.php:1141
659
  msgid "Display text"
660
  msgstr "Visa text"
661
 
662
- #: contact_form.php:1150 contact_form.php:1160
663
  msgid "Text"
664
  msgstr "Text"
665
 
666
- #: contact_form.php:1171
667
  msgid "Redirect to the page"
668
  msgstr "Omdirigera till sida"
669
 
670
- #: contact_form.php:1172
671
  msgid "Url"
672
  msgstr "Url"
673
 
674
- #: contact_form.php:1176
675
  msgid "The $_SERVER variable that is used to build a URL of the form"
676
  msgstr ""
677
 
678
- #: contact_form.php:1181
679
  msgid ""
680
  "If you are not sure whether to change this setting or not, please do not do "
681
  "that."
682
  msgstr ""
683
 
684
- #: contact_form.php:1191
685
  msgid "Auto Response"
686
  msgstr ""
687
 
688
- #: contact_form.php:1195
689
  #, php-format
690
  msgid ""
691
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -693,213 +693,213 @@ msgid ""
693
  "name."
694
  msgstr ""
695
 
696
- #: contact_form.php:1220 contact_form.php:1402
697
  msgid "Save Changes"
698
  msgstr "Spara ändringar"
699
 
700
- #: contact_form.php:1233
701
  msgid "Errors output"
702
  msgstr "Felutmatning"
703
 
704
- #: contact_form.php:1236
705
  msgid "Display error messages"
706
  msgstr "Visa felmeddelanden"
707
 
708
- #: contact_form.php:1237
709
  msgid "Color of the input field errors."
710
  msgstr "Färg på inmatningfältsfel."
711
 
712
- #: contact_form.php:1238
713
  msgid "Display error messages & color of the input field errors"
714
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
715
 
716
- #: contact_form.php:1243
717
  msgid "Add placeholder to the input blocks"
718
  msgstr "Lägg till platshållare på inmatningsblocken"
719
 
720
- #: contact_form.php:1249
721
  msgid "Add tooltips"
722
  msgstr "Visa verktygstips"
723
 
724
- #: contact_form.php:1263
725
  msgid "Email address"
726
  msgstr "E-postadress"
727
 
728
- #: contact_form.php:1268
729
  msgid "Phone Number"
730
  msgstr "Telefonnummer"
731
 
732
- #: contact_form.php:1282
733
  msgid "Attachment"
734
  msgstr "Bifoga fil"
735
 
736
- #: contact_form.php:1292
737
  msgid "Style options"
738
  msgstr "Stilalternativ"
739
 
740
- #: contact_form.php:1295
741
  msgid "Text color"
742
  msgstr "Textfärg"
743
 
744
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
745
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
746
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
747
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
748
  msgid "Default"
749
  msgstr "Standard"
750
 
751
- #: contact_form.php:1300
752
  msgid "Label text color"
753
  msgstr "Etikett-textfärg"
754
 
755
- #: contact_form.php:1305
756
  msgid "Placeholder color"
757
  msgstr "Platshållarfärg"
758
 
759
- #: contact_form.php:1310
760
  msgid "Errors color"
761
  msgstr "Felfärg"
762
 
763
- #: contact_form.php:1315
764
  msgid "Error text color"
765
  msgstr "Feltextfärg"
766
 
767
- #: contact_form.php:1320
768
  msgid "Background color of the input field errors"
769
  msgstr "Bakgrundsfärg på inmatningfältsfel"
770
 
771
- #: contact_form.php:1325
772
  msgid "Border color of the input field errors"
773
  msgstr "Ramfärg på inmatningfältsfel"
774
 
775
- #: contact_form.php:1330
776
  msgid "Placeholder color of the input field errors"
777
  msgstr "Platshållarfärg för inmatningfältsfel"
778
 
779
- #: contact_form.php:1335
780
  msgid "Input fields"
781
  msgstr "Inmatningsfält"
782
 
783
- #: contact_form.php:1340
784
  msgid "Input fields background color"
785
  msgstr "Inmatningfältsbakgrundsfärg"
786
 
787
- #: contact_form.php:1345
788
  msgid "Text fields color"
789
  msgstr "Textfältfärg"
790
 
791
- #: contact_form.php:1349
792
  msgid "Border width in px, numbers only"
793
  msgstr "Rambredd i px, endast siffror"
794
 
795
- #: contact_form.php:1354 contact_form.php:1378
796
  msgid "Border color"
797
  msgstr "Ramfärg"
798
 
799
- #: contact_form.php:1359
800
  msgid "Submit button"
801
  msgstr "Skicka-knapp"
802
 
803
- #: contact_form.php:1363
804
  msgid "Width in px, numbers only"
805
  msgstr "Bredd i px, endast siffror"
806
 
807
- #: contact_form.php:1368
808
  msgid "Button color"
809
  msgstr "Knappfärg"
810
 
811
- #: contact_form.php:1373
812
  msgid "Button text color"
813
  msgstr "Knapptextfärg"
814
 
815
- #: contact_form.php:1406
816
  msgid "Contact Form Pro | Preview"
817
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
818
 
819
- #: contact_form.php:1408
820
  msgid "Show with errors"
821
  msgstr "Visa med fel"
822
 
823
- #: contact_form.php:1417 contact_form.php:1419
824
  msgid "Please enter your full name..."
825
  msgstr "Var god ange ditt fullständiga namn…"
826
 
827
- #: contact_form.php:1430 contact_form.php:1432
828
  msgid "Please enter your address..."
829
  msgstr "Var god ange din adress…"
830
 
831
- #: contact_form.php:1441 contact_form.php:1443
832
  msgid "Please enter your email address..."
833
  msgstr "Var god ange din e-postadress…"
834
 
835
- #: contact_form.php:1452 contact_form.php:1454
836
  msgid "Please enter your phone number..."
837
  msgstr "Var god ange ditt telefonnummer…"
838
 
839
- #: contact_form.php:1463 contact_form.php:1465
840
  msgid "Please enter subject..."
841
  msgstr "Var god ange ämne…"
842
 
843
- #: contact_form.php:1473 contact_form.php:1475
844
  msgid "Please enter your message..."
845
  msgstr "Var god ange ditt meddelande…"
846
 
847
- #: contact_form.php:1586
848
  msgid "Sorry, email message could not be delivered."
849
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
850
 
851
- #: contact_form.php:1994
852
  msgid "Contact from"
853
  msgstr "Kontaktformulär"
854
 
855
- #: contact_form.php:2016 contact_form.php:2046
856
  msgid "Phone"
857
  msgstr "Telefon"
858
 
859
- #: contact_form.php:2027 contact_form.php:2053
860
  msgid "Site"
861
  msgstr "Sajt"
862
 
863
- #: contact_form.php:2140
864
  msgid ""
865
  "If you can see this MIME, it means that the MIME type is not supported by "
866
  "your email client!"
867
  msgstr ""
868
  "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
869
 
870
- #: contact_form.php:2224
871
  msgid "Support"
872
  msgstr "Support"
873
 
874
- #: contact_form.php:2273
875
  msgid "Are you sure that you want to delete this language data?"
876
  msgstr "Är du säker på att du vill ta bort språkdatan?"
877
 
878
- #: contact_form.php:2294
879
  #, fuzzy
880
  msgid "Add multiple forms"
881
  msgstr "Visa verktygstips"
882
 
883
- #: contact_form.php:2294
884
  msgid ""
885
  "Install Contact Form Multi plugin to create unlimited number of contact "
886
  "forms."
887
  msgstr ""
888
 
889
- #: contact_form.php:2299
890
  #, fuzzy
891
  msgid "Learn more"
892
  msgstr "Läs mer"
893
 
894
- #: contact_form.php:2303
895
  msgid "Close"
896
  msgstr ""
897
 
898
- #: contact_form.php:2491
899
  msgid "allows to store your messages to the database."
900
  msgstr ""
901
 
902
- #: contact_form.php:2492
903
  msgid "Manage messages that have been sent from your website."
904
  msgstr ""
905
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 17:00+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 17:00+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest "
9
  "<joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:35 contact_form.php:663
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontaktformulär"
27
 
28
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
29
  msgid "Name:"
30
  msgstr "Namn:"
31
 
32
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
33
  msgid "Address:"
34
  msgstr "Adress:"
35
 
36
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
37
  msgid "Email Address:"
38
  msgstr "E-postadress:"
39
 
40
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
45
  msgid "Subject:"
46
  msgstr "Ämne:"
47
 
48
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
49
  msgid "Message:"
50
  msgstr "Meddelande:"
51
 
52
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
53
  msgid "Attachment:"
54
  msgstr "Bifogad fil:"
55
 
56
+ #: contact_form.php:136
57
  #, fuzzy
58
  msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, "
64
  "PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "Skicka mig en kopia"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "Skicka"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "Ditt namn krävs."
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "Adress krävs."
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "En giltig e-postadress krävs."
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "Telefonnummer krävs."
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "Ämne krävs."
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "Meddelande krävs."
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "Bilageformaten är inte giltigt."
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "Filuppladdningsfel."
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "Filen kunde inte laddas upp."
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "Filen är för stor."
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Var god fyll i CAPTCHA."
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "Var god gör korrigeringar nedan och försök igen."
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "Tack för att du kontaktade oss."
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med "
138
  "följande format"
139
 
140
+ #: contact_form.php:571
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Användaren finns inte. Inställningarna sparades inte."
144
 
145
+ #: contact_form.php:581
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
150
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
151
  "sparades inte."
152
 
153
+ #: contact_form.php:589
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna "
158
  "sparades inte."
159
 
160
+ #: contact_form.php:612
161
  msgid "Settings saved."
162
  msgstr "Inställningar sparades."
163
 
164
+ #: contact_form.php:614
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Inställningar sparades."
168
 
169
+ #: contact_form.php:652
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
174
  msgid "Settings"
175
  msgstr "Inställningar"
176
 
177
+ #: contact_form.php:666
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Ytterligare alternativ"
181
 
182
+ #: contact_form.php:667
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
+ #: contact_form.php:668 contact_form.php:2229
187
  msgid "FAQ"
188
  msgstr "FAQ"
189
 
190
+ #: contact_form.php:669
191
  msgid "Go PRO"
192
  msgstr ""
193
 
194
+ #: contact_form.php:672 contact_form.php:674
195
  msgid "Notice:"
196
  msgstr ""
197
 
198
+ #: contact_form.php:672
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
202
  msgstr ""
203
 
204
+ #: contact_form.php:685
205
  msgid ""
206
  "If you want to create multiple contact forms, please install the Contact "
207
  "Form Multi plugin."
208
  msgstr ""
209
 
210
+ #: contact_form.php:692
211
  #, fuzzy
212
  msgid ""
213
  "If you would like to add Contact Form to your website, just copy and paste "
216
  "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
217
  "kortkod och klistra in den på rätt inlägg, sida eller widget:"
218
 
219
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
220
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
221
+ #: contact_form.php:1158 contact_form.php:1160
222
  msgid "or"
223
  msgstr ""
224
 
225
+ #: contact_form.php:693
226
  msgid ""
227
  "If you have any problems with the standard shortcode [contact_form], you "
228
  "should use the shortcode"
229
  msgstr ""
230
 
231
+ #: contact_form.php:693 contact_form.php:696
232
  msgid "They work the same way."
233
  msgstr ""
234
 
235
+ #: contact_form.php:695 contact_form.php:1507
236
  msgid ""
237
  "If you would like to add the Contact Form to your website, just copy and "
238
  "paste this shortcode to your post or page or widget:"
240
  "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande "
241
  "kortkod och klistra in den på rätt inlägg, sida eller widget:"
242
 
243
+ #: contact_form.php:696
244
  msgid ""
245
  "If have any problems with the standard shortcode [contact_form], you should "
246
  "use the shortcode"
247
  msgstr ""
248
 
249
+ #: contact_form.php:700
250
  msgid ""
251
  "If you leave the fields empty, the messages will be sent to the email "
252
  "address specified during registration."
254
  "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-"
255
  "postadressen som angavs under registreringen."
256
 
257
+ #: contact_form.php:703
258
  msgid "The user's email address:"
259
  msgstr "Användarens e-postadress:"
260
 
261
+ #: contact_form.php:707
262
  #, fuzzy
263
  msgid "Select a username"
264
  msgstr "Skapa ett användarnamn"
265
 
266
+ #: contact_form.php:720
267
  msgid ""
268
  "Enter a username of the person who should get the messages from the contact "
269
  "form."
271
  "Ange ett användarnamn på den användare som ska få meddelanden från "
272
  "kontaktformuläret."
273
 
274
+ #: contact_form.php:724
275
  msgid "Use this email address:"
276
  msgstr "Använd den här e-postadressen:"
277
 
278
+ #: contact_form.php:728
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
281
 
282
+ #: contact_form.php:737
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr ""
285
 
286
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr ""
289
 
290
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
291
+ #: contact_form.php:1213 contact_form.php:1397
292
  msgid "Unlock premium options by upgrading to PRO version."
293
  msgstr ""
294
 
295
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
296
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
297
  msgid "Learn More"
298
  msgstr ""
299
 
300
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
301
+ #: contact_form.php:1217 contact_form.php:1401
302
  msgid "Go"
303
  msgstr ""
304
 
305
+ #: contact_form.php:763
306
  msgid "Save emails to the database"
307
  msgstr ""
308
 
309
+ #: contact_form.php:768
310
  msgid "Using"
311
  msgstr ""
312
 
313
+ #: contact_form.php:771 contact_form.php:775
314
  #, fuzzy
315
  msgid "Using Contact Form to DB by BestWebSoft"
316
  msgstr "Kontaktformulär Pro"
317
 
318
+ #: contact_form.php:771
319
  #, fuzzy
320
  msgid "Activate"
321
  msgstr "Aktivera captcha"
322
 
323
+ #: contact_form.php:775
324
  msgid "Download"
325
  msgstr "Hämta"
326
 
327
+ #: contact_form.php:785
328
  msgid "What to use?"
329
  msgstr "Vad ska användas?"
330
 
331
+ #: contact_form.php:790
332
  msgid "Wp-mail"
333
  msgstr "Wp-mail"
334
 
335
+ #: contact_form.php:792
336
  msgid "You can use the wp_mail function for mailing"
337
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
338
 
339
+ #: contact_form.php:795
340
  msgid "Mail"
341
  msgstr "E-post"
342
 
343
+ #: contact_form.php:797
344
  msgid "To send mail you can use the php mail function"
345
  msgstr "Du kan använda php-funktionen för att skicka e-post"
346
 
347
+ #: contact_form.php:802
348
  msgid "'FROM' field"
349
  msgstr ""
350
 
351
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
352
+ #: contact_form.php:2006 contact_form.php:2042
353
  msgid "Name"
354
  msgstr "Namn"
355
 
356
+ #: contact_form.php:811
357
  #, fuzzy
358
  msgid "User name"
359
  msgstr "Användarens e-post"
360
 
361
+ #: contact_form.php:813
362
  #, fuzzy
363
  msgid ""
364
  "The name of the user who fills the form will be used in the field 'From'."
366
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
367
  "'Från'-fältet."
368
 
369
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
370
  msgid "Email"
371
  msgstr "E-post"
372
 
373
+ #: contact_form.php:826
374
  msgid "User email"
375
  msgstr "Användarens e-post"
376
 
377
+ #: contact_form.php:828
378
  msgid ""
379
  "The email address of the user who fills the form will be used in the field "
380
  "'From'."
382
  "E-postadressen för användaren som fyller i formuläret kommer att användas i "
383
  "'Från'-fältet."
384
 
385
+ #: contact_form.php:832
386
  msgid ""
387
  "If this option is changed, email messages may be moved to the spam folder or "
388
  "email delivery failures may occur."
389
  msgstr ""
390
 
391
+ #: contact_form.php:838
392
  #, fuzzy
393
  msgid "Required symbol"
394
  msgstr "Obligatoriska fält"
395
 
396
+ #: contact_form.php:848
397
  msgid "Fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:849
401
  msgid "Used"
402
  msgstr ""
403
 
404
+ #: contact_form.php:850
405
  #, fuzzy
406
  msgid "Required"
407
  msgstr "Obligatoriska fält"
408
 
409
+ #: contact_form.php:851
410
  msgid "Visible"
411
  msgstr ""
412
 
413
+ #: contact_form.php:852
414
  msgid "Disabled for editing"
415
  msgstr ""
416
 
417
+ #: contact_form.php:853
418
  msgid "Field's default value"
419
  msgstr ""
420
 
421
+ #: contact_form.php:858
422
  msgid "Department selectbox"
423
  msgstr ""
424
 
425
+ #: contact_form.php:873
426
  msgid "Use User's name as a default value if the user is logged in."
427
  msgstr ""
428
 
429
+ #: contact_form.php:874 contact_form.php:902
430
  msgid ""
431
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
432
  "in users."
433
  msgstr ""
434
 
435
+ #: contact_form.php:878
436
  msgid "Location selectbox"
437
  msgstr ""
438
 
439
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
440
+ #: contact_form.php:2046
441
  msgid "Address"
442
  msgstr "Adress"
443
 
444
+ #: contact_form.php:894
445
  msgid "Email Address"
446
  msgstr "E-postadress"
447
 
448
+ #: contact_form.php:901
449
  msgid "Use User's email as a default value if the user is logged in."
450
  msgstr ""
451
 
452
+ #: contact_form.php:906
453
  #, fuzzy
454
  msgid "Phone number"
455
  msgstr "Telefonnummer:"
456
 
457
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
458
+ #: contact_form.php:2055
459
  msgid "Subject"
460
  msgstr "Ämne"
461
 
462
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
463
+ #: contact_form.php:2057
464
  msgid "Message"
465
  msgstr "Meddelande"
466
 
467
+ #: contact_form.php:946
468
  msgid "Attachment block"
469
  msgstr "Bilageblock"
470
 
471
+ #: contact_form.php:948
472
  msgid "Users can attach the following file formats"
473
  msgstr "Användare kan bifoga filer av följande format"
474
 
475
+ #: contact_form.php:961
476
  msgid "Add to the form"
477
  msgstr ""
478
 
479
+ #: contact_form.php:966
480
  #, fuzzy
481
  msgid "Tips below the Attachment"
482
  msgstr "Visa förklaringar under bilageblocket"
483
 
484
+ #: contact_form.php:975
485
  #, fuzzy
486
  msgid "'Send me a copy' block"
487
  msgstr "Skicka mig en kopia-block"
488
 
489
+ #: contact_form.php:988
490
  msgid "Activate captcha"
491
  msgstr "Aktivera captcha"
492
 
493
+ #: contact_form.php:992
494
  msgid "Download captcha"
495
  msgstr "Hämta captcha"
496
 
497
+ #: contact_form.php:1000
498
  msgid "Agreement checkbox"
499
  msgstr ""
500
 
501
+ #: contact_form.php:1000
502
  msgid "Required checkbox for submitting the form"
503
  msgstr ""
504
 
505
+ #: contact_form.php:1001
506
  msgid "Optional checkbox"
507
  msgstr ""
508
 
509
+ #: contact_form.php:1001
510
  msgid "Optional checkbox, the results of which will be displayed in email"
511
  msgstr ""
512
 
513
+ #: contact_form.php:1019
514
  msgid "Delete an attachment file from the server after the email is sent"
515
  msgstr ""
516
 
517
+ #: contact_form.php:1025
518
  msgid "Email in HTML format sending"
519
  msgstr ""
520
 
521
+ #: contact_form.php:1029
522
  msgid "Display additional info in the email"
523
  msgstr "Visa ytterligare information i meddelandet"
524
 
525
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
526
  msgid "Sent from (ip address)"
527
  msgstr "Skickat från (ip-adress)"
528
 
529
+ #: contact_form.php:1035
530
  #, fuzzy
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Skickat från (ip-adress)"
533
 
534
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
535
  msgid "Date/Time"
536
  msgstr "Datum/Tid"
537
 
538
+ #: contact_form.php:1036
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr ""
541
 
542
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
543
  msgid "Sent from (referer)"
544
  msgstr "Skickat från (referer)"
545
 
546
+ #: contact_form.php:1037
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr ""
550
 
551
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
552
  msgid "Using (user agent)"
553
  msgstr "Använder (user agent)"
554
 
555
+ #: contact_form.php:1038
556
  msgid ""
557
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
558
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
559
  msgstr ""
560
 
561
+ #: contact_form.php:1043
562
  msgid "Language settings for the field names in the form"
563
  msgstr "Språkinställningar för etikettnamn in formuläret"
564
 
565
+ #: contact_form.php:1052
566
  msgid "Add a language"
567
  msgstr "Lägg till ett språk"
568
 
569
+ #: contact_form.php:1056
570
  msgid "Change the names of the contact form fields and error messages"
571
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
572
 
573
+ #: contact_form.php:1061 contact_form.php:1148
574
  msgid "English"
575
  msgstr "Engelska"
576
 
577
+ #: contact_form.php:1069 contact_form.php:1103
578
  msgid "click to expand/hide the list"
579
  msgstr ""
580
 
581
+ #: contact_form.php:1078 contact_form.php:1112
582
  #, fuzzy
583
  msgid "Tips below the Attachment block"
584
  msgstr "Visa förklaringar under bilageblocket"
585
 
586
+ #: contact_form.php:1081 contact_form.php:1115
587
  msgid "Error message for the Name field"
588
  msgstr "Felmeddelande för namnfältet"
589
 
590
+ #: contact_form.php:1082 contact_form.php:1116
591
  msgid "Error message for the Address field"
592
  msgstr "Felmeddelande för adressfältet"
593
 
594
+ #: contact_form.php:1083 contact_form.php:1117
595
  msgid "Error message for the Email field"
596
  msgstr "Felmeddelande för e-postadressfältet"
597
 
598
+ #: contact_form.php:1084 contact_form.php:1118
599
  msgid "Error message for the Phone field"
600
  msgstr "Felmeddelande för telefonfältet"
601
 
602
+ #: contact_form.php:1085 contact_form.php:1119
603
  msgid "Error message for the Subject field"
604
  msgstr "Felmeddelande for ämnesfältet"
605
 
606
+ #: contact_form.php:1086 contact_form.php:1120
607
  msgid "Error message for the Message field"
608
  msgstr "Felmeddelande för meddelandefältet"
609
 
610
+ #: contact_form.php:1087 contact_form.php:1121
611
  msgid "Error message about the file type for the Attachment field"
612
  msgstr "Felmeddelande för filformat i bilagefältet"
613
 
614
+ #: contact_form.php:1088 contact_form.php:1122
615
  msgid ""
616
  "Error message while uploading a file for the Attachment field to the server"
617
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
618
 
619
+ #: contact_form.php:1089 contact_form.php:1123
620
  msgid "Error message while moving the file for the Attachment field"
621
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
622
 
623
+ #: contact_form.php:1090 contact_form.php:1124
624
  msgid "Error message when file size limit for the Attachment field is exceeded"
625
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
626
 
627
+ #: contact_form.php:1091 contact_form.php:1125
628
  msgid "Error message for the Captcha field"
629
  msgstr "Felmeddelande för CAPTCHA"
630
 
631
+ #: contact_form.php:1092 contact_form.php:1126
632
  msgid "Error message for the whole form"
633
  msgstr "Felmeddelande för formuläret"
634
 
635
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
636
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
637
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
638
+ #: contact_form.php:2364
639
  msgid "Use shortcode"
640
  msgstr "Använd kortkod"
641
 
642
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
643
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
644
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
645
+ #: contact_form.php:2364
646
  msgid "for this language"
647
  msgstr "för detta språk"
648
 
649
+ #: contact_form.php:1139
650
  #, fuzzy
651
  msgid "Use the changed names of the contact form fields in the email"
652
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
653
 
654
+ #: contact_form.php:1145
655
  msgid "Action after email is sent"
656
  msgstr "Åtgärd efter meddelande skickats"
657
 
658
+ #: contact_form.php:1147
659
  msgid "Display text"
660
  msgstr "Visa text"
661
 
662
+ #: contact_form.php:1156 contact_form.php:1166
663
  msgid "Text"
664
  msgstr "Text"
665
 
666
+ #: contact_form.php:1177
667
  msgid "Redirect to the page"
668
  msgstr "Omdirigera till sida"
669
 
670
+ #: contact_form.php:1178
671
  msgid "Url"
672
  msgstr "Url"
673
 
674
+ #: contact_form.php:1182
675
  msgid "The $_SERVER variable that is used to build a URL of the form"
676
  msgstr ""
677
 
678
+ #: contact_form.php:1187
679
  msgid ""
680
  "If you are not sure whether to change this setting or not, please do not do "
681
  "that."
682
  msgstr ""
683
 
684
+ #: contact_form.php:1197
685
  msgid "Auto Response"
686
  msgstr ""
687
 
688
+ #: contact_form.php:1201
689
  #, php-format
690
  msgid ""
691
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
693
  "name."
694
  msgstr ""
695
 
696
+ #: contact_form.php:1226 contact_form.php:1408
697
  msgid "Save Changes"
698
  msgstr "Spara ändringar"
699
 
700
+ #: contact_form.php:1239
701
  msgid "Errors output"
702
  msgstr "Felutmatning"
703
 
704
+ #: contact_form.php:1242
705
  msgid "Display error messages"
706
  msgstr "Visa felmeddelanden"
707
 
708
+ #: contact_form.php:1243
709
  msgid "Color of the input field errors."
710
  msgstr "Färg på inmatningfältsfel."
711
 
712
+ #: contact_form.php:1244
713
  msgid "Display error messages & color of the input field errors"
714
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
715
 
716
+ #: contact_form.php:1249
717
  msgid "Add placeholder to the input blocks"
718
  msgstr "Lägg till platshållare på inmatningsblocken"
719
 
720
+ #: contact_form.php:1255
721
  msgid "Add tooltips"
722
  msgstr "Visa verktygstips"
723
 
724
+ #: contact_form.php:1269
725
  msgid "Email address"
726
  msgstr "E-postadress"
727
 
728
+ #: contact_form.php:1274
729
  msgid "Phone Number"
730
  msgstr "Telefonnummer"
731
 
732
+ #: contact_form.php:1288
733
  msgid "Attachment"
734
  msgstr "Bifoga fil"
735
 
736
+ #: contact_form.php:1298
737
  msgid "Style options"
738
  msgstr "Stilalternativ"
739
 
740
+ #: contact_form.php:1301
741
  msgid "Text color"
742
  msgstr "Textfärg"
743
 
744
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
745
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
746
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
747
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
748
  msgid "Default"
749
  msgstr "Standard"
750
 
751
+ #: contact_form.php:1306
752
  msgid "Label text color"
753
  msgstr "Etikett-textfärg"
754
 
755
+ #: contact_form.php:1311
756
  msgid "Placeholder color"
757
  msgstr "Platshållarfärg"
758
 
759
+ #: contact_form.php:1316
760
  msgid "Errors color"
761
  msgstr "Felfärg"
762
 
763
+ #: contact_form.php:1321
764
  msgid "Error text color"
765
  msgstr "Feltextfärg"
766
 
767
+ #: contact_form.php:1326
768
  msgid "Background color of the input field errors"
769
  msgstr "Bakgrundsfärg på inmatningfältsfel"
770
 
771
+ #: contact_form.php:1331
772
  msgid "Border color of the input field errors"
773
  msgstr "Ramfärg på inmatningfältsfel"
774
 
775
+ #: contact_form.php:1336
776
  msgid "Placeholder color of the input field errors"
777
  msgstr "Platshållarfärg för inmatningfältsfel"
778
 
779
+ #: contact_form.php:1341
780
  msgid "Input fields"
781
  msgstr "Inmatningsfält"
782
 
783
+ #: contact_form.php:1346
784
  msgid "Input fields background color"
785
  msgstr "Inmatningfältsbakgrundsfärg"
786
 
787
+ #: contact_form.php:1351
788
  msgid "Text fields color"
789
  msgstr "Textfältfärg"
790
 
791
+ #: contact_form.php:1355
792
  msgid "Border width in px, numbers only"
793
  msgstr "Rambredd i px, endast siffror"
794
 
795
+ #: contact_form.php:1360 contact_form.php:1384
796
  msgid "Border color"
797
  msgstr "Ramfärg"
798
 
799
+ #: contact_form.php:1365
800
  msgid "Submit button"
801
  msgstr "Skicka-knapp"
802
 
803
+ #: contact_form.php:1369
804
  msgid "Width in px, numbers only"
805
  msgstr "Bredd i px, endast siffror"
806
 
807
+ #: contact_form.php:1374
808
  msgid "Button color"
809
  msgstr "Knappfärg"
810
 
811
+ #: contact_form.php:1379
812
  msgid "Button text color"
813
  msgstr "Knapptextfärg"
814
 
815
+ #: contact_form.php:1412
816
  msgid "Contact Form Pro | Preview"
817
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
818
 
819
+ #: contact_form.php:1414
820
  msgid "Show with errors"
821
  msgstr "Visa med fel"
822
 
823
+ #: contact_form.php:1423 contact_form.php:1425
824
  msgid "Please enter your full name..."
825
  msgstr "Var god ange ditt fullständiga namn…"
826
 
827
+ #: contact_form.php:1436 contact_form.php:1438
828
  msgid "Please enter your address..."
829
  msgstr "Var god ange din adress…"
830
 
831
+ #: contact_form.php:1447 contact_form.php:1449
832
  msgid "Please enter your email address..."
833
  msgstr "Var god ange din e-postadress…"
834
 
835
+ #: contact_form.php:1458 contact_form.php:1460
836
  msgid "Please enter your phone number..."
837
  msgstr "Var god ange ditt telefonnummer…"
838
 
839
+ #: contact_form.php:1469 contact_form.php:1471
840
  msgid "Please enter subject..."
841
  msgstr "Var god ange ämne…"
842
 
843
+ #: contact_form.php:1479 contact_form.php:1481
844
  msgid "Please enter your message..."
845
  msgstr "Var god ange ditt meddelande…"
846
 
847
+ #: contact_form.php:1592
848
  msgid "Sorry, email message could not be delivered."
849
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
850
 
851
+ #: contact_form.php:2000
852
  msgid "Contact from"
853
  msgstr "Kontaktformulär"
854
 
855
+ #: contact_form.php:2022 contact_form.php:2052
856
  msgid "Phone"
857
  msgstr "Telefon"
858
 
859
+ #: contact_form.php:2033 contact_form.php:2059
860
  msgid "Site"
861
  msgstr "Sajt"
862
 
863
+ #: contact_form.php:2146
864
  msgid ""
865
  "If you can see this MIME, it means that the MIME type is not supported by "
866
  "your email client!"
867
  msgstr ""
868
  "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
869
 
870
+ #: contact_form.php:2230
871
  msgid "Support"
872
  msgstr "Support"
873
 
874
+ #: contact_form.php:2279
875
  msgid "Are you sure that you want to delete this language data?"
876
  msgstr "Är du säker på att du vill ta bort språkdatan?"
877
 
878
+ #: contact_form.php:2300
879
  #, fuzzy
880
  msgid "Add multiple forms"
881
  msgstr "Visa verktygstips"
882
 
883
+ #: contact_form.php:2300
884
  msgid ""
885
  "Install Contact Form Multi plugin to create unlimited number of contact "
886
  "forms."
887
  msgstr ""
888
 
889
+ #: contact_form.php:2305
890
  #, fuzzy
891
  msgid "Learn more"
892
  msgstr "Läs mer"
893
 
894
+ #: contact_form.php:2309
895
  msgid "Close"
896
  msgstr ""
897
 
898
+ #: contact_form.php:2497
899
  msgid "allows to store your messages to the database."
900
  msgstr ""
901
 
902
+ #: contact_form.php:2498
903
  msgid "Manage messages that have been sent from your website."
904
  msgstr ""
905
 
languages/{contact_form-tr.mo → contact-form-plugin-tr.mo} RENAMED
Binary file
languages/{contact_form-tr.po → contact-form-plugin-tr.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:14+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: ca_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "İletişim Formu Ayarları"
22
 
@@ -24,35 +24,35 @@ msgstr "İletişim Formu Ayarları"
24
  msgid "Contact Form"
25
  msgstr "İletişim Formu"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "İsim:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "Adres:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "E-posta Adresi:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "Telefon Numarası:"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "Başlık:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "Mesaj:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "Eklenecek Dosya:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,85 +63,85 @@ msgstr ""
63
  "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En "
64
  "büyük dosya boyutu: 2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "Bana bir kopyasını gönder"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "Gönder"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "İsminizi yazmanız gerekiyor."
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Adresinizi yazmanız gerekiyor."
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "Telefon numaranızı yazmanız gerekiyor."
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "Başlık kısmını doldurmanız gerekiyor."
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Dosya uzantısı uygun değil."
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Dosya yükleme hatası."
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "Dosya yüklenemedi."
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Dosyanın boyutu çok büyük."
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Lütfen CAPTCHA kısmını doldurun."
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "İletişime geçtiğiniz için teşekkürler."
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
136
  msgstr ""
137
  "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
138
 
139
- #: contact_form.php:565
140
  #, fuzzy
141
  msgid "Such user does not exist."
142
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
143
 
144
- #: contact_form.php:575
145
  #, fuzzy
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
@@ -149,52 +149,52 @@ msgstr ""
149
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
150
  "kaydedilmedi."
151
 
152
- #: contact_form.php:583
153
  #, fuzzy
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr ""
156
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
157
  "kaydedilmedi."
158
 
159
- #: contact_form.php:606
160
  msgid "Settings saved."
161
  msgstr "Ayarlar kaydedildi."
162
 
163
- #: contact_form.php:608
164
  #, fuzzy
165
  msgid "Settings are not saved."
166
  msgstr "Ayarlar kaydedildi."
167
 
168
- #: contact_form.php:646
169
  msgid "All plugin settings were restored."
170
  msgstr ""
171
 
172
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
173
  msgid "Settings"
174
  msgstr "Ayarlar"
175
 
176
- #: contact_form.php:660
177
  #, fuzzy
178
  msgid "Additional settings"
179
  msgstr "Ek seçenekler"
180
 
181
- #: contact_form.php:661
182
  msgid "Appearance"
183
  msgstr ""
184
 
185
- #: contact_form.php:662 contact_form.php:2223
186
  msgid "FAQ"
187
  msgstr "SSS"
188
 
189
- #: contact_form.php:663
190
  msgid "Go PRO"
191
  msgstr ""
192
 
193
- #: contact_form.php:666 contact_form.php:668
194
  msgid "Notice:"
195
  msgstr "Bilgi Notu:"
196
 
197
- #: contact_form.php:666
198
  msgid ""
199
  "The plugin's settings have been changed. In order to save them please don't "
200
  "forget to click the 'Save Changes' button."
@@ -202,13 +202,13 @@ msgstr ""
202
  "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için "
203
  "'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
204
 
205
- #: contact_form.php:679
206
  msgid ""
207
  "If you want to create multiple contact forms, please install the Contact "
208
  "Form Multi plugin."
209
  msgstr ""
210
 
211
- #: contact_form.php:686
212
  #, fuzzy
213
  msgid ""
214
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -217,13 +217,13 @@ msgstr ""
217
  "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
218
  "sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
219
 
220
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
221
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
222
- #: contact_form.php:1152 contact_form.php:1154
223
  msgid "or"
224
  msgstr "ya da"
225
 
226
- #: contact_form.php:687
227
  #, fuzzy
228
  msgid ""
229
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -232,11 +232,11 @@ msgstr ""
232
  "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
233
  "şunlardan birini kullanmalısınız"
234
 
235
- #: contact_form.php:687 contact_form.php:690
236
  msgid "They work the same way."
237
  msgstr "Aynı şekilde çalışırlar."
238
 
239
- #: contact_form.php:689 contact_form.php:1501
240
  msgid ""
241
  "If you would like to add the Contact Form to your website, just copy and "
242
  "paste this shortcode to your post or page or widget:"
@@ -244,7 +244,7 @@ msgstr ""
244
  "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
245
  "sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
246
 
247
- #: contact_form.php:690
248
  msgid ""
249
  "If have any problems with the standard shortcode [contact_form], you should "
250
  "use the shortcode"
@@ -252,7 +252,7 @@ msgstr ""
252
  "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
253
  "şunlardan birini kullanmalısınız"
254
 
255
- #: contact_form.php:694
256
  msgid ""
257
  "If you leave the fields empty, the messages will be sent to the email "
258
  "address specified during registration."
@@ -260,16 +260,16 @@ msgstr ""
260
  "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt "
261
  "sırasında girilen e-posta adresine gönderilecek."
262
 
263
- #: contact_form.php:697
264
  msgid "The user's email address:"
265
  msgstr "Kullanıcının e-posta adresine:"
266
 
267
- #: contact_form.php:701
268
  #, fuzzy
269
  msgid "Select a username"
270
  msgstr "Kullanıcı oluştur"
271
 
272
- #: contact_form.php:714
273
  msgid ""
274
  "Enter a username of the person who should get the messages from the contact "
275
  "form."
@@ -277,277 +277,277 @@ msgstr ""
277
  "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını "
278
  "girin."
279
 
280
- #: contact_form.php:718
281
  msgid "Use this email address:"
282
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
283
 
284
- #: contact_form.php:722
285
  msgid "Enter the email address you want the messages forwarded to."
286
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
287
 
288
- #: contact_form.php:731
289
  msgid "Add department selectbox to the contact form:"
290
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
291
 
292
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
293
  msgid "If you upgrade to Pro version all your settings will be saved."
294
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
295
 
296
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
297
- #: contact_form.php:1207 contact_form.php:1391
298
  msgid "Unlock premium options by upgrading to PRO version."
299
  msgstr ""
300
 
301
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
302
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
303
  msgid "Learn More"
304
  msgstr ""
305
 
306
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
307
- #: contact_form.php:1211 contact_form.php:1395
308
  msgid "Go"
309
  msgstr ""
310
 
311
- #: contact_form.php:757
312
  msgid "Save emails to the database"
313
  msgstr "E-postaları veritabanına kaydet"
314
 
315
- #: contact_form.php:762
316
  msgid "Using"
317
  msgstr ""
318
 
319
- #: contact_form.php:765 contact_form.php:769
320
  #, fuzzy
321
  msgid "Using Contact Form to DB by BestWebSoft"
322
  msgstr "Contact Form to DB eklentisi ile,"
323
 
324
- #: contact_form.php:765
325
  #, fuzzy
326
  msgid "Activate"
327
  msgstr "CAPTCHA'yı etkinleştir"
328
 
329
- #: contact_form.php:769
330
  msgid "Download"
331
  msgstr "Descarregar"
332
 
333
- #: contact_form.php:779
334
  msgid "What to use?"
335
  msgstr "Hangi yöntem?"
336
 
337
- #: contact_form.php:784
338
  msgid "Wp-mail"
339
  msgstr "Wp-Mail"
340
 
341
- #: contact_form.php:786
342
  msgid "You can use the wp_mail function for mailing"
343
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
344
 
345
- #: contact_form.php:789
346
  msgid "Mail"
347
  msgstr "Mail"
348
 
349
- #: contact_form.php:791
350
  msgid "To send mail you can use the php mail function"
351
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
352
 
353
- #: contact_form.php:796
354
  msgid "'FROM' field"
355
  msgstr ""
356
 
357
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
358
- #: contact_form.php:2000 contact_form.php:2036
359
  msgid "Name"
360
  msgstr "İsim"
361
 
362
- #: contact_form.php:805
363
  msgid "User name"
364
  msgstr "Kullanıcı adı"
365
 
366
- #: contact_form.php:807
367
  msgid ""
368
  "The name of the user who fills the form will be used in the field 'From'."
369
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
370
 
371
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
372
  msgid "Email"
373
  msgstr "E-Posta Adresi"
374
 
375
- #: contact_form.php:820
376
  msgid "User email"
377
  msgstr "Kullanıcı e-postası"
378
 
379
- #: contact_form.php:822
380
  msgid ""
381
  "The email address of the user who fills the form will be used in the field "
382
  "'From'."
383
  msgstr ""
384
  "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
385
 
386
- #: contact_form.php:826
387
  msgid ""
388
  "If this option is changed, email messages may be moved to the spam folder or "
389
  "email delivery failures may occur."
390
  msgstr ""
391
 
392
- #: contact_form.php:832
393
  msgid "Required symbol"
394
  msgstr "Zorunlu işareti"
395
 
396
- #: contact_form.php:842
397
  msgid "Fields"
398
  msgstr "Alanlar"
399
 
400
- #: contact_form.php:843
401
  msgid "Used"
402
  msgstr "Kullanılsın mı?"
403
 
404
- #: contact_form.php:844
405
  msgid "Required"
406
  msgstr "Zorunlu"
407
 
408
- #: contact_form.php:845
409
  msgid "Visible"
410
  msgstr "Görünür"
411
 
412
- #: contact_form.php:846
413
  msgid "Disabled for editing"
414
  msgstr "Düzenlemeye kapatılmış"
415
 
416
- #: contact_form.php:847
417
  msgid "Field's default value"
418
  msgstr "Alanın varsayılan değeri"
419
 
420
- #: contact_form.php:852
421
  msgid "Department selectbox"
422
  msgstr ""
423
 
424
- #: contact_form.php:867
425
  msgid "Use User's name as a default value if the user is logged in."
426
  msgstr ""
427
 
428
- #: contact_form.php:868 contact_form.php:896
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:872
435
  msgid "Location selectbox"
436
  msgstr ""
437
 
438
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
439
- #: contact_form.php:2040
440
  msgid "Address"
441
  msgstr "Adres:"
442
 
443
- #: contact_form.php:888
444
  msgid "Email Address"
445
  msgstr "E-posta Adresi"
446
 
447
- #: contact_form.php:895
448
  msgid "Use User's email as a default value if the user is logged in."
449
  msgstr ""
450
 
451
- #: contact_form.php:900
452
  msgid "Phone number"
453
  msgstr "Telefon numarası"
454
 
455
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
456
- #: contact_form.php:2049
457
  msgid "Subject"
458
  msgstr "Başlık"
459
 
460
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
461
- #: contact_form.php:2051
462
  msgid "Message"
463
  msgstr "Mesaj"
464
 
465
- #: contact_form.php:940
466
  msgid "Attachment block"
467
  msgstr "Dosya Yükleme"
468
 
469
- #: contact_form.php:942
470
  msgid "Users can attach the following file formats"
471
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
472
 
473
- #: contact_form.php:955
474
  msgid "Add to the form"
475
  msgstr "Forma ekle"
476
 
477
- #: contact_form.php:960
478
  msgid "Tips below the Attachment"
479
  msgstr "Dosya yükleme alanı altında açıklama"
480
 
481
- #: contact_form.php:969
482
  msgid "'Send me a copy' block"
483
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
484
 
485
- #: contact_form.php:982
486
  msgid "Activate captcha"
487
  msgstr "CAPTCHA'yı etkinleştir"
488
 
489
- #: contact_form.php:986
490
  msgid "Download captcha"
491
  msgstr "CAPTCHA'yı yükle"
492
 
493
- #: contact_form.php:994
494
  msgid "Agreement checkbox"
495
  msgstr "Onay kutusu"
496
 
497
- #: contact_form.php:994
498
  msgid "Required checkbox for submitting the form"
499
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
500
 
501
- #: contact_form.php:995
502
  msgid "Optional checkbox"
503
  msgstr "İsteğe bağlı onay kutusu"
504
 
505
- #: contact_form.php:995
506
  msgid "Optional checkbox, the results of which will be displayed in email"
507
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
508
 
509
- #: contact_form.php:1013
510
  msgid "Delete an attachment file from the server after the email is sent"
511
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
512
 
513
- #: contact_form.php:1019
514
  msgid "Email in HTML format sending"
515
  msgstr "E-postayı HTML formatında gönder"
516
 
517
- #: contact_form.php:1023
518
  msgid "Display additional info in the email"
519
  msgstr "E-postanın içerisinde ek bilgiler göster"
520
 
521
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
522
  msgid "Sent from (ip address)"
523
  msgstr "Gönderilen (IP Adresi)"
524
 
525
- #: contact_form.php:1029
526
  msgid "Example: Sent from (IP address):\t127.0.0.1"
527
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
528
 
529
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
530
  msgid "Date/Time"
531
  msgstr "Tarih/Zaman"
532
 
533
- #: contact_form.php:1030
534
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
535
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
536
 
537
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
538
  msgid "Sent from (referer)"
539
  msgstr "Gönderilen (referer)"
540
 
541
- #: contact_form.php:1031
542
  msgid ""
543
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
544
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
545
 
546
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
547
  msgid "Using (user agent)"
548
  msgstr "Şununla: "
549
 
550
- #: contact_form.php:1032
551
  msgid ""
552
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
553
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -555,137 +555,137 @@ msgstr ""
555
  "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) "
556
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
557
 
558
- #: contact_form.php:1037
559
  msgid "Language settings for the field names in the form"
560
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
561
 
562
- #: contact_form.php:1046
563
  msgid "Add a language"
564
  msgstr "Bir dil ekle"
565
 
566
- #: contact_form.php:1050
567
  msgid "Change the names of the contact form fields and error messages"
568
  msgstr ""
569
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
570
  "mesajlarını değiştir"
571
 
572
- #: contact_form.php:1055 contact_form.php:1142
573
  msgid "English"
574
  msgstr "İngilizce"
575
 
576
- #: contact_form.php:1063 contact_form.php:1097
577
  msgid "click to expand/hide the list"
578
  msgstr ""
579
 
580
- #: contact_form.php:1072 contact_form.php:1106
581
  msgid "Tips below the Attachment block"
582
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
583
 
584
- #: contact_form.php:1075 contact_form.php:1109
585
  msgid "Error message for the Name field"
586
  msgstr "'İsim' alanı için hata mesajı"
587
 
588
- #: contact_form.php:1076 contact_form.php:1110
589
  msgid "Error message for the Address field"
590
  msgstr "'Adres' alanı için hata mesajı"
591
 
592
- #: contact_form.php:1077 contact_form.php:1111
593
  msgid "Error message for the Email field"
594
  msgstr "'E-posta adresş' alanı için hata mesajı"
595
 
596
- #: contact_form.php:1078 contact_form.php:1112
597
  msgid "Error message for the Phone field"
598
  msgstr "'Telefon numarası' alanı için hata mesajı"
599
 
600
- #: contact_form.php:1079 contact_form.php:1113
601
  msgid "Error message for the Subject field"
602
  msgstr "'Başlık' alanı için hata mesajı"
603
 
604
- #: contact_form.php:1080 contact_form.php:1114
605
  msgid "Error message for the Message field"
606
  msgstr "'Mesaj' alanı için hata mesajı"
607
 
608
- #: contact_form.php:1081 contact_form.php:1115
609
  msgid "Error message about the file type for the Attachment field"
610
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
611
 
612
- #: contact_form.php:1082 contact_form.php:1116
613
  msgid ""
614
  "Error message while uploading a file for the Attachment field to the server"
615
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
616
 
617
- #: contact_form.php:1083 contact_form.php:1117
618
  msgid "Error message while moving the file for the Attachment field"
619
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
620
 
621
- #: contact_form.php:1084 contact_form.php:1118
622
  msgid "Error message when file size limit for the Attachment field is exceeded"
623
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
624
 
625
- #: contact_form.php:1085 contact_form.php:1119
626
  msgid "Error message for the Captcha field"
627
  msgstr "CAPTCHA alanı için hata mesajı"
628
 
629
- #: contact_form.php:1086 contact_form.php:1120
630
  msgid "Error message for the whole form"
631
  msgstr "Formun geneli için hata mesajı"
632
 
633
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
634
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
635
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
636
- #: contact_form.php:2358
637
  msgid "Use shortcode"
638
  msgstr "Kısa kodu kullan"
639
 
640
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
641
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
642
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
643
- #: contact_form.php:2358
644
  msgid "for this language"
645
  msgstr "bu dil için"
646
 
647
- #: contact_form.php:1133
648
  #, fuzzy
649
  msgid "Use the changed names of the contact form fields in the email"
650
  msgstr ""
651
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
652
  "mesajlarını değiştir"
653
 
654
- #: contact_form.php:1139
655
  msgid "Action after email is sent"
656
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
657
 
658
- #: contact_form.php:1141
659
  msgid "Display text"
660
  msgstr "Metin göster"
661
 
662
- #: contact_form.php:1150 contact_form.php:1160
663
  msgid "Text"
664
  msgstr "Metin"
665
 
666
- #: contact_form.php:1171
667
  msgid "Redirect to the page"
668
  msgstr "Sayfaya yönlendir"
669
 
670
- #: contact_form.php:1172
671
  msgid "Url"
672
  msgstr "URL"
673
 
674
- #: contact_form.php:1176
675
  msgid "The $_SERVER variable that is used to build a URL of the form"
676
  msgstr ""
677
 
678
- #: contact_form.php:1181
679
  msgid ""
680
  "If you are not sure whether to change this setting or not, please do not do "
681
  "that."
682
  msgstr ""
683
 
684
- #: contact_form.php:1191
685
  msgid "Auto Response"
686
  msgstr ""
687
 
688
- #: contact_form.php:1195
689
  #, php-format
690
  msgid ""
691
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -693,175 +693,175 @@ msgid ""
693
  "name."
694
  msgstr ""
695
 
696
- #: contact_form.php:1220 contact_form.php:1402
697
  msgid "Save Changes"
698
  msgstr "Değişiklikleri Kaydet"
699
 
700
- #: contact_form.php:1233
701
  msgid "Errors output"
702
  msgstr "Hata çıktısı"
703
 
704
- #: contact_form.php:1236
705
  msgid "Display error messages"
706
  msgstr "Hata mesajlarını göster"
707
 
708
- #: contact_form.php:1237
709
  msgid "Color of the input field errors."
710
  msgstr "Giriş alanlarının hata rengi"
711
 
712
- #: contact_form.php:1238
713
  msgid "Display error messages & color of the input field errors"
714
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
715
 
716
- #: contact_form.php:1243
717
  msgid "Add placeholder to the input blocks"
718
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
719
 
720
- #: contact_form.php:1249
721
  msgid "Add tooltips"
722
  msgstr "Şunları ekle:"
723
 
724
- #: contact_form.php:1263
725
  msgid "Email address"
726
  msgstr "E-posta adresi"
727
 
728
- #: contact_form.php:1268
729
  msgid "Phone Number"
730
  msgstr "Telefon Numarası"
731
 
732
- #: contact_form.php:1282
733
  msgid "Attachment"
734
  msgstr "Dosya Yükleme"
735
 
736
- #: contact_form.php:1292
737
  msgid "Style options"
738
  msgstr "Tasarım ayarları"
739
 
740
- #: contact_form.php:1295
741
  msgid "Text color"
742
  msgstr "Metin rengi"
743
 
744
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
745
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
746
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
747
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
748
  msgid "Default"
749
  msgstr "Varsayılan"
750
 
751
- #: contact_form.php:1300
752
  msgid "Label text color"
753
  msgstr "Etiket metninin rengi"
754
 
755
- #: contact_form.php:1305
756
  msgid "Placeholder color"
757
  msgstr "Bilgilendirme notu rengi"
758
 
759
- #: contact_form.php:1310
760
  msgid "Errors color"
761
  msgstr "Hataların renkleri"
762
 
763
- #: contact_form.php:1315
764
  msgid "Error text color"
765
  msgstr "Hata metni rengi"
766
 
767
- #: contact_form.php:1320
768
  msgid "Background color of the input field errors"
769
  msgstr "giriş alanı hataları için arka plan rengi"
770
 
771
- #: contact_form.php:1325
772
  msgid "Border color of the input field errors"
773
  msgstr "Giriş alanı hataları için border rengi"
774
 
775
- #: contact_form.php:1330
776
  msgid "Placeholder color of the input field errors"
777
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
778
 
779
- #: contact_form.php:1335
780
  msgid "Input fields"
781
  msgstr "Giriş alanları"
782
 
783
- #: contact_form.php:1340
784
  msgid "Input fields background color"
785
  msgstr "Giriş alanları arka plan rengi"
786
 
787
- #: contact_form.php:1345
788
  msgid "Text fields color"
789
  msgstr "Metin alanlarının rengi"
790
 
791
- #: contact_form.php:1349
792
  msgid "Border width in px, numbers only"
793
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
794
 
795
- #: contact_form.php:1354 contact_form.php:1378
796
  msgid "Border color"
797
  msgstr "Border rengi"
798
 
799
- #: contact_form.php:1359
800
  msgid "Submit button"
801
  msgstr "Gönderme butonu"
802
 
803
  # #: contact_form.php:928
804
- #: contact_form.php:1363
805
  msgid "Width in px, numbers only"
806
  msgstr "Piksel cinsinden genişlik, sadece sayı"
807
 
808
- #: contact_form.php:1368
809
  msgid "Button color"
810
  msgstr "Buton rengi"
811
 
812
- #: contact_form.php:1373
813
  msgid "Button text color"
814
  msgstr "Buton yazı rengi"
815
 
816
- #: contact_form.php:1406
817
  msgid "Contact Form Pro | Preview"
818
  msgstr "İletişim Formu PRO | Ön İzleme"
819
 
820
- #: contact_form.php:1408
821
  msgid "Show with errors"
822
  msgstr "Hatalarla göster"
823
 
824
- #: contact_form.php:1417 contact_form.php:1419
825
  msgid "Please enter your full name..."
826
  msgstr "Lütfen tam adınızı yazın"
827
 
828
- #: contact_form.php:1430 contact_form.php:1432
829
  msgid "Please enter your address..."
830
  msgstr "Lütfen adresinizi yazın"
831
 
832
- #: contact_form.php:1441 contact_form.php:1443
833
  msgid "Please enter your email address..."
834
  msgstr "Lütfen e-posta adresinizi yazın"
835
 
836
- #: contact_form.php:1452 contact_form.php:1454
837
  msgid "Please enter your phone number..."
838
  msgstr "Lütfen telefon numaranızı yazın"
839
 
840
- #: contact_form.php:1463 contact_form.php:1465
841
  msgid "Please enter subject..."
842
  msgstr "Lütfen başlık yazın"
843
 
844
- #: contact_form.php:1473 contact_form.php:1475
845
  msgid "Please enter your message..."
846
  msgstr "Lütfen mesajınızı yazın"
847
 
848
- #: contact_form.php:1586
849
  msgid "Sorry, email message could not be delivered."
850
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
851
 
852
- #: contact_form.php:1994
853
  msgid "Contact from"
854
  msgstr "İletişim Formu"
855
 
856
- #: contact_form.php:2016 contact_form.php:2046
857
  msgid "Phone"
858
  msgstr "Telefon"
859
 
860
- #: contact_form.php:2027 contact_form.php:2053
861
  msgid "Site"
862
  msgstr "Website"
863
 
864
- #: contact_form.php:2140
865
  msgid ""
866
  "If you can see this MIME, it means that the MIME type is not supported by "
867
  "your email client!"
@@ -869,40 +869,40 @@ msgstr ""
869
  "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği "
870
  "anlamına gelir!"
871
 
872
- #: contact_form.php:2224
873
  msgid "Support"
874
  msgstr "Destek"
875
 
876
- #: contact_form.php:2273
877
  msgid "Are you sure that you want to delete this language data?"
878
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
879
 
880
- #: contact_form.php:2294
881
  #, fuzzy
882
  msgid "Add multiple forms"
883
  msgstr "Forma ekle"
884
 
885
- #: contact_form.php:2294
886
  msgid ""
887
  "Install Contact Form Multi plugin to create unlimited number of contact "
888
  "forms."
889
  msgstr ""
890
 
891
- #: contact_form.php:2299
892
  #, fuzzy
893
  msgid "Learn more"
894
  msgstr "Llegir més"
895
 
896
- #: contact_form.php:2303
897
  msgid "Close"
898
  msgstr ""
899
 
900
- #: contact_form.php:2491
901
  #, fuzzy
902
  msgid "allows to store your messages to the database."
903
  msgstr "E-postaları veritabanına kaydet"
904
 
905
- #: contact_form.php:2492
906
  msgid "Manage messages that have been sent from your website."
907
  msgstr ""
908
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 17:00+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 17:00+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "İletişim Formu Ayarları"
22
 
24
  msgid "Contact Form"
25
  msgstr "İletişim Formu"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "İsim:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "Adres:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "E-posta Adresi:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "Telefon Numarası:"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "Başlık:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "Mesaj:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "Eklenecek Dosya:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. En "
64
  "büyük dosya boyutu: 2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "Bana bir kopyasını gönder"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "Gönder"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "İsminizi yazmanız gerekiyor."
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "Adresinizi yazmanız gerekiyor."
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "Geçerli bir e-posta adresi yazmanız gerekiyor."
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "Telefon numaranızı yazmanız gerekiyor."
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "Başlık kısmını doldurmanız gerekiyor."
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "Mesaj kısmını doldurmanız gerekiyor."
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "Dosya uzantısı uygun değil."
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "Dosya yükleme hatası."
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "Dosya yüklenemedi."
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "Dosyanın boyutu çok büyük."
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Lütfen CAPTCHA kısmını doldurun."
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve yeniden deneyin."
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "İletişime geçtiğiniz için teşekkürler."
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
136
  msgstr ""
137
  "Eğer 'Sayfaya Yönlendir' seçeneği seçilmişse, URL alanı şu formatta olmalı:"
138
 
139
+ #: contact_form.php:571
140
  #, fuzzy
141
  msgid "Such user does not exist."
142
  msgstr "Böyle bir kullanıcı adı bulunamadı. Ayarlar kaydedilmedi."
143
 
144
+ #: contact_form.php:581
145
  #, fuzzy
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
149
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
150
  "kaydedilmedi."
151
 
152
+ #: contact_form.php:589
153
  #, fuzzy
154
  msgid "Please enter a valid email address in the 'FROM' field."
155
  msgstr ""
156
  "Lütfen 'GÖNDERİCİ' alanına geçerli bir e-posta adresi girin. Ayarlar "
157
  "kaydedilmedi."
158
 
159
+ #: contact_form.php:612
160
  msgid "Settings saved."
161
  msgstr "Ayarlar kaydedildi."
162
 
163
+ #: contact_form.php:614
164
  #, fuzzy
165
  msgid "Settings are not saved."
166
  msgstr "Ayarlar kaydedildi."
167
 
168
+ #: contact_form.php:652
169
  msgid "All plugin settings were restored."
170
  msgstr ""
171
 
172
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
173
  msgid "Settings"
174
  msgstr "Ayarlar"
175
 
176
+ #: contact_form.php:666
177
  #, fuzzy
178
  msgid "Additional settings"
179
  msgstr "Ek seçenekler"
180
 
181
+ #: contact_form.php:667
182
  msgid "Appearance"
183
  msgstr ""
184
 
185
+ #: contact_form.php:668 contact_form.php:2229
186
  msgid "FAQ"
187
  msgstr "SSS"
188
 
189
+ #: contact_form.php:669
190
  msgid "Go PRO"
191
  msgstr ""
192
 
193
+ #: contact_form.php:672 contact_form.php:674
194
  msgid "Notice:"
195
  msgstr "Bilgi Notu:"
196
 
197
+ #: contact_form.php:672
198
  msgid ""
199
  "The plugin's settings have been changed. In order to save them please don't "
200
  "forget to click the 'Save Changes' button."
202
  "Eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için "
203
  "'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
204
 
205
+ #: contact_form.php:685
206
  msgid ""
207
  "If you want to create multiple contact forms, please install the Contact "
208
  "Form Multi plugin."
209
  msgstr ""
210
 
211
+ #: contact_form.php:692
212
  #, fuzzy
213
  msgid ""
214
  "If you would like to add Contact Form to your website, just copy and paste "
217
  "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
218
  "sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
219
 
220
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
221
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
222
+ #: contact_form.php:1158 contact_form.php:1160
223
  msgid "or"
224
  msgstr "ya da"
225
 
226
+ #: contact_form.php:693
227
  #, fuzzy
228
  msgid ""
229
  "If you have any problems with the standard shortcode [contact_form], you "
232
  "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
233
  "şunlardan birini kullanmalısınız"
234
 
235
+ #: contact_form.php:693 contact_form.php:696
236
  msgid "They work the same way."
237
  msgstr "Aynı şekilde çalışırlar."
238
 
239
+ #: contact_form.php:695 contact_form.php:1507
240
  msgid ""
241
  "If you would like to add the Contact Form to your website, just copy and "
242
  "paste this shortcode to your post or page or widget:"
244
  "Eğer sitenize iletişim formu eklemek istiyorsanız, şu kısa kodu yazınıza, "
245
  "sayfanıza ya da bileşen alanınıza eklemeniz yeterli."
246
 
247
+ #: contact_form.php:696
248
  msgid ""
249
  "If have any problems with the standard shortcode [contact_form], you should "
250
  "use the shortcode"
252
  "Eğer standart [contact_form] kısa koduyla ilgili bir sorun yaşarsanız, "
253
  "şunlardan birini kullanmalısınız"
254
 
255
+ #: contact_form.php:700
256
  msgid ""
257
  "If you leave the fields empty, the messages will be sent to the email "
258
  "address specified during registration."
260
  "Eğer aşağıdaki alanları boş bırakırsanız, kullanıcının mesajı kayıt "
261
  "sırasında girilen e-posta adresine gönderilecek."
262
 
263
+ #: contact_form.php:703
264
  msgid "The user's email address:"
265
  msgstr "Kullanıcının e-posta adresine:"
266
 
267
+ #: contact_form.php:707
268
  #, fuzzy
269
  msgid "Select a username"
270
  msgstr "Kullanıcı oluştur"
271
 
272
+ #: contact_form.php:720
273
  msgid ""
274
  "Enter a username of the person who should get the messages from the contact "
275
  "form."
277
  "İletişim Formu ile gönderilen mesajı almasını istediğiniz kullanıcının adını "
278
  "girin."
279
 
280
+ #: contact_form.php:724
281
  msgid "Use this email address:"
282
  msgstr "Mesaj bu e-posta adresine gönderilsin:"
283
 
284
+ #: contact_form.php:728
285
  msgid "Enter the email address you want the messages forwarded to."
286
  msgstr "Mesajın gönderilmesini istediğiniz e-posta adresini girin."
287
 
288
+ #: contact_form.php:737
289
  msgid "Add department selectbox to the contact form:"
290
  msgstr "İletişim Formu'na departman seçenekleri ekleyin"
291
 
292
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
293
  msgid "If you upgrade to Pro version all your settings will be saved."
294
  msgstr "Ücretli sürümü satın alırsanız tüm değişiklikler kaydedilecek."
295
 
296
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
297
+ #: contact_form.php:1213 contact_form.php:1397
298
  msgid "Unlock premium options by upgrading to PRO version."
299
  msgstr ""
300
 
301
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
302
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
303
  msgid "Learn More"
304
  msgstr ""
305
 
306
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
307
+ #: contact_form.php:1217 contact_form.php:1401
308
  msgid "Go"
309
  msgstr ""
310
 
311
+ #: contact_form.php:763
312
  msgid "Save emails to the database"
313
  msgstr "E-postaları veritabanına kaydet"
314
 
315
+ #: contact_form.php:768
316
  msgid "Using"
317
  msgstr ""
318
 
319
+ #: contact_form.php:771 contact_form.php:775
320
  #, fuzzy
321
  msgid "Using Contact Form to DB by BestWebSoft"
322
  msgstr "Contact Form to DB eklentisi ile,"
323
 
324
+ #: contact_form.php:771
325
  #, fuzzy
326
  msgid "Activate"
327
  msgstr "CAPTCHA'yı etkinleştir"
328
 
329
+ #: contact_form.php:775
330
  msgid "Download"
331
  msgstr "Descarregar"
332
 
333
+ #: contact_form.php:785
334
  msgid "What to use?"
335
  msgstr "Hangi yöntem?"
336
 
337
+ #: contact_form.php:790
338
  msgid "Wp-mail"
339
  msgstr "Wp-Mail"
340
 
341
+ #: contact_form.php:792
342
  msgid "You can use the wp_mail function for mailing"
343
  msgstr "E-postanın gönderimi için wp_mail fonksiyonunu kullanabilirsiniz."
344
 
345
+ #: contact_form.php:795
346
  msgid "Mail"
347
  msgstr "Mail"
348
 
349
+ #: contact_form.php:797
350
  msgid "To send mail you can use the php mail function"
351
  msgstr "E-postanın gönderimi için PHP Mail fonksiyonunu kullanabilirsiniz."
352
 
353
+ #: contact_form.php:802
354
  msgid "'FROM' field"
355
  msgstr ""
356
 
357
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
358
+ #: contact_form.php:2006 contact_form.php:2042
359
  msgid "Name"
360
  msgstr "İsim"
361
 
362
+ #: contact_form.php:811
363
  msgid "User name"
364
  msgstr "Kullanıcı adı"
365
 
366
+ #: contact_form.php:813
367
  msgid ""
368
  "The name of the user who fills the form will be used in the field 'From'."
369
  msgstr "'Gönderici' alanında formu dolduran ziyaretçinin adı kullanılacak."
370
 
371
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
372
  msgid "Email"
373
  msgstr "E-Posta Adresi"
374
 
375
+ #: contact_form.php:826
376
  msgid "User email"
377
  msgstr "Kullanıcı e-postası"
378
 
379
+ #: contact_form.php:828
380
  msgid ""
381
  "The email address of the user who fills the form will be used in the field "
382
  "'From'."
383
  msgstr ""
384
  "'Gönderici' alanında formu dolduran kullanıcının e-posta adresi gösterilecek."
385
 
386
+ #: contact_form.php:832
387
  msgid ""
388
  "If this option is changed, email messages may be moved to the spam folder or "
389
  "email delivery failures may occur."
390
  msgstr ""
391
 
392
+ #: contact_form.php:838
393
  msgid "Required symbol"
394
  msgstr "Zorunlu işareti"
395
 
396
+ #: contact_form.php:848
397
  msgid "Fields"
398
  msgstr "Alanlar"
399
 
400
+ #: contact_form.php:849
401
  msgid "Used"
402
  msgstr "Kullanılsın mı?"
403
 
404
+ #: contact_form.php:850
405
  msgid "Required"
406
  msgstr "Zorunlu"
407
 
408
+ #: contact_form.php:851
409
  msgid "Visible"
410
  msgstr "Görünür"
411
 
412
+ #: contact_form.php:852
413
  msgid "Disabled for editing"
414
  msgstr "Düzenlemeye kapatılmış"
415
 
416
+ #: contact_form.php:853
417
  msgid "Field's default value"
418
  msgstr "Alanın varsayılan değeri"
419
 
420
+ #: contact_form.php:858
421
  msgid "Department selectbox"
422
  msgstr ""
423
 
424
+ #: contact_form.php:873
425
  msgid "Use User's name as a default value if the user is logged in."
426
  msgstr ""
427
 
428
+ #: contact_form.php:874 contact_form.php:902
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:878
435
  msgid "Location selectbox"
436
  msgstr ""
437
 
438
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
439
+ #: contact_form.php:2046
440
  msgid "Address"
441
  msgstr "Adres:"
442
 
443
+ #: contact_form.php:894
444
  msgid "Email Address"
445
  msgstr "E-posta Adresi"
446
 
447
+ #: contact_form.php:901
448
  msgid "Use User's email as a default value if the user is logged in."
449
  msgstr ""
450
 
451
+ #: contact_form.php:906
452
  msgid "Phone number"
453
  msgstr "Telefon numarası"
454
 
455
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
456
+ #: contact_form.php:2055
457
  msgid "Subject"
458
  msgstr "Başlık"
459
 
460
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
461
+ #: contact_form.php:2057
462
  msgid "Message"
463
  msgstr "Mesaj"
464
 
465
+ #: contact_form.php:946
466
  msgid "Attachment block"
467
  msgstr "Dosya Yükleme"
468
 
469
+ #: contact_form.php:948
470
  msgid "Users can attach the following file formats"
471
  msgstr "Kullanıcılar şu uzantılardaki dosyaları yükleyebilirler"
472
 
473
+ #: contact_form.php:961
474
  msgid "Add to the form"
475
  msgstr "Forma ekle"
476
 
477
+ #: contact_form.php:966
478
  msgid "Tips below the Attachment"
479
  msgstr "Dosya yükleme alanı altında açıklama"
480
 
481
+ #: contact_form.php:975
482
  msgid "'Send me a copy' block"
483
  msgstr "'Mesajın bir kopyasını e-posta adresime gönder' seçeneği"
484
 
485
+ #: contact_form.php:988
486
  msgid "Activate captcha"
487
  msgstr "CAPTCHA'yı etkinleştir"
488
 
489
+ #: contact_form.php:992
490
  msgid "Download captcha"
491
  msgstr "CAPTCHA'yı yükle"
492
 
493
+ #: contact_form.php:1000
494
  msgid "Agreement checkbox"
495
  msgstr "Onay kutusu"
496
 
497
+ #: contact_form.php:1000
498
  msgid "Required checkbox for submitting the form"
499
  msgstr "Formu göndermek için işaretlenmesi gereken onay kutusu"
500
 
501
+ #: contact_form.php:1001
502
  msgid "Optional checkbox"
503
  msgstr "İsteğe bağlı onay kutusu"
504
 
505
+ #: contact_form.php:1001
506
  msgid "Optional checkbox, the results of which will be displayed in email"
507
  msgstr "E-posta'da gösterilecek, isteğe bağlı onay kutusu"
508
 
509
+ #: contact_form.php:1019
510
  msgid "Delete an attachment file from the server after the email is sent"
511
  msgstr "E-posta gönderildikten sonra eklenen dosyayı sunucudan sil"
512
 
513
+ #: contact_form.php:1025
514
  msgid "Email in HTML format sending"
515
  msgstr "E-postayı HTML formatında gönder"
516
 
517
+ #: contact_form.php:1029
518
  msgid "Display additional info in the email"
519
  msgstr "E-postanın içerisinde ek bilgiler göster"
520
 
521
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
522
  msgid "Sent from (ip address)"
523
  msgstr "Gönderilen (IP Adresi)"
524
 
525
+ #: contact_form.php:1035
526
  msgid "Example: Sent from (IP address):\t127.0.0.1"
527
  msgstr "Örnek: Şu IP adresinden gönderildi:\t127.0.0.1"
528
 
529
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
530
  msgid "Date/Time"
531
  msgstr "Tarih/Zaman"
532
 
533
+ #: contact_form.php:1036
534
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
535
  msgstr "Örnek: Tarih/Saat:\t19 Ağustos, 2013 - 8:50 ÖS"
536
 
537
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
538
  msgid "Sent from (referer)"
539
  msgstr "Gönderilen (referer)"
540
 
541
+ #: contact_form.php:1037
542
  msgid ""
543
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
544
  msgstr "Örnek: Gönderici:\thttp://bestwebsoft.com/contacts/contact-us/"
545
 
546
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
547
  msgid "Using (user agent)"
548
  msgstr "Şununla: "
549
 
550
+ #: contact_form.php:1038
551
  msgid ""
552
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
553
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
555
  "Örnek: Şunu kullanarak:\tMozilla/5.0 (Windows NT 6.2; WOW64) "
556
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
557
 
558
+ #: contact_form.php:1043
559
  msgid "Language settings for the field names in the form"
560
  msgstr "Formdaki alan adları için dil ayarları 8aşağıdaki iki seçenek için)"
561
 
562
+ #: contact_form.php:1052
563
  msgid "Add a language"
564
  msgstr "Bir dil ekle"
565
 
566
+ #: contact_form.php:1056
567
  msgid "Change the names of the contact form fields and error messages"
568
  msgstr ""
569
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
570
  "mesajlarını değiştir"
571
 
572
+ #: contact_form.php:1061 contact_form.php:1148
573
  msgid "English"
574
  msgstr "İngilizce"
575
 
576
+ #: contact_form.php:1069 contact_form.php:1103
577
  msgid "click to expand/hide the list"
578
  msgstr ""
579
 
580
+ #: contact_form.php:1078 contact_form.php:1112
581
  msgid "Tips below the Attachment block"
582
  msgstr "Dosya yükleme alanı altında gösterilecek açıklamalar"
583
 
584
+ #: contact_form.php:1081 contact_form.php:1115
585
  msgid "Error message for the Name field"
586
  msgstr "'İsim' alanı için hata mesajı"
587
 
588
+ #: contact_form.php:1082 contact_form.php:1116
589
  msgid "Error message for the Address field"
590
  msgstr "'Adres' alanı için hata mesajı"
591
 
592
+ #: contact_form.php:1083 contact_form.php:1117
593
  msgid "Error message for the Email field"
594
  msgstr "'E-posta adresş' alanı için hata mesajı"
595
 
596
+ #: contact_form.php:1084 contact_form.php:1118
597
  msgid "Error message for the Phone field"
598
  msgstr "'Telefon numarası' alanı için hata mesajı"
599
 
600
+ #: contact_form.php:1085 contact_form.php:1119
601
  msgid "Error message for the Subject field"
602
  msgstr "'Başlık' alanı için hata mesajı"
603
 
604
+ #: contact_form.php:1086 contact_form.php:1120
605
  msgid "Error message for the Message field"
606
  msgstr "'Mesaj' alanı için hata mesajı"
607
 
608
+ #: contact_form.php:1087 contact_form.php:1121
609
  msgid "Error message about the file type for the Attachment field"
610
  msgstr "Yüklenen dosyanın uzantısıyla ilgili hata mesajı"
611
 
612
+ #: contact_form.php:1088 contact_form.php:1122
613
  msgid ""
614
  "Error message while uploading a file for the Attachment field to the server"
615
  msgstr "Dosya yüklenirken oluşan hata için hata mesajı"
616
 
617
+ #: contact_form.php:1089 contact_form.php:1123
618
  msgid "Error message while moving the file for the Attachment field"
619
  msgstr "Yüklenecek dosya seçilirken oluşan hata için hata mesajı"
620
 
621
+ #: contact_form.php:1090 contact_form.php:1124
622
  msgid "Error message when file size limit for the Attachment field is exceeded"
623
  msgstr "En fazla dosya yükleme boyutu sınırı açıldığında oluşan hata mesajı"
624
 
625
+ #: contact_form.php:1091 contact_form.php:1125
626
  msgid "Error message for the Captcha field"
627
  msgstr "CAPTCHA alanı için hata mesajı"
628
 
629
+ #: contact_form.php:1092 contact_form.php:1126
630
  msgid "Error message for the whole form"
631
  msgstr "Formun geneli için hata mesajı"
632
 
633
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
634
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
635
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
636
+ #: contact_form.php:2364
637
  msgid "Use shortcode"
638
  msgstr "Kısa kodu kullan"
639
 
640
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
641
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
642
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
643
+ #: contact_form.php:2364
644
  msgid "for this language"
645
  msgstr "bu dil için"
646
 
647
+ #: contact_form.php:1139
648
  #, fuzzy
649
  msgid "Use the changed names of the contact form fields in the email"
650
  msgstr ""
651
  "Yukarıdan eklenen dile göre İletişim Formu alanlarının isimlerini ve hata "
652
  "mesajlarını değiştir"
653
 
654
+ #: contact_form.php:1145
655
  msgid "Action after email is sent"
656
  msgstr "E-posta gönderildikten sonra ne yapılsın?"
657
 
658
+ #: contact_form.php:1147
659
  msgid "Display text"
660
  msgstr "Metin göster"
661
 
662
+ #: contact_form.php:1156 contact_form.php:1166
663
  msgid "Text"
664
  msgstr "Metin"
665
 
666
+ #: contact_form.php:1177
667
  msgid "Redirect to the page"
668
  msgstr "Sayfaya yönlendir"
669
 
670
+ #: contact_form.php:1178
671
  msgid "Url"
672
  msgstr "URL"
673
 
674
+ #: contact_form.php:1182
675
  msgid "The $_SERVER variable that is used to build a URL of the form"
676
  msgstr ""
677
 
678
+ #: contact_form.php:1187
679
  msgid ""
680
  "If you are not sure whether to change this setting or not, please do not do "
681
  "that."
682
  msgstr ""
683
 
684
+ #: contact_form.php:1197
685
  msgid "Auto Response"
686
  msgstr ""
687
 
688
+ #: contact_form.php:1201
689
  #, php-format
690
  msgid ""
691
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
693
  "name."
694
  msgstr ""
695
 
696
+ #: contact_form.php:1226 contact_form.php:1408
697
  msgid "Save Changes"
698
  msgstr "Değişiklikleri Kaydet"
699
 
700
+ #: contact_form.php:1239
701
  msgid "Errors output"
702
  msgstr "Hata çıktısı"
703
 
704
+ #: contact_form.php:1242
705
  msgid "Display error messages"
706
  msgstr "Hata mesajlarını göster"
707
 
708
+ #: contact_form.php:1243
709
  msgid "Color of the input field errors."
710
  msgstr "Giriş alanlarının hata rengi"
711
 
712
+ #: contact_form.php:1244
713
  msgid "Display error messages & color of the input field errors"
714
  msgstr "Hata mesajlarını ve giriş alanı hata rengini göster"
715
 
716
+ #: contact_form.php:1249
717
  msgid "Add placeholder to the input blocks"
718
  msgstr "Giriş alanlarına bilgilendirme notu ekle"
719
 
720
+ #: contact_form.php:1255
721
  msgid "Add tooltips"
722
  msgstr "Şunları ekle:"
723
 
724
+ #: contact_form.php:1269
725
  msgid "Email address"
726
  msgstr "E-posta adresi"
727
 
728
+ #: contact_form.php:1274
729
  msgid "Phone Number"
730
  msgstr "Telefon Numarası"
731
 
732
+ #: contact_form.php:1288
733
  msgid "Attachment"
734
  msgstr "Dosya Yükleme"
735
 
736
+ #: contact_form.php:1298
737
  msgid "Style options"
738
  msgstr "Tasarım ayarları"
739
 
740
+ #: contact_form.php:1301
741
  msgid "Text color"
742
  msgstr "Metin rengi"
743
 
744
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
745
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
746
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
747
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
748
  msgid "Default"
749
  msgstr "Varsayılan"
750
 
751
+ #: contact_form.php:1306
752
  msgid "Label text color"
753
  msgstr "Etiket metninin rengi"
754
 
755
+ #: contact_form.php:1311
756
  msgid "Placeholder color"
757
  msgstr "Bilgilendirme notu rengi"
758
 
759
+ #: contact_form.php:1316
760
  msgid "Errors color"
761
  msgstr "Hataların renkleri"
762
 
763
+ #: contact_form.php:1321
764
  msgid "Error text color"
765
  msgstr "Hata metni rengi"
766
 
767
+ #: contact_form.php:1326
768
  msgid "Background color of the input field errors"
769
  msgstr "giriş alanı hataları için arka plan rengi"
770
 
771
+ #: contact_form.php:1331
772
  msgid "Border color of the input field errors"
773
  msgstr "Giriş alanı hataları için border rengi"
774
 
775
+ #: contact_form.php:1336
776
  msgid "Placeholder color of the input field errors"
777
  msgstr "Giriş alanı hataları için bilgilendirme notu rengi"
778
 
779
+ #: contact_form.php:1341
780
  msgid "Input fields"
781
  msgstr "Giriş alanları"
782
 
783
+ #: contact_form.php:1346
784
  msgid "Input fields background color"
785
  msgstr "Giriş alanları arka plan rengi"
786
 
787
+ #: contact_form.php:1351
788
  msgid "Text fields color"
789
  msgstr "Metin alanlarının rengi"
790
 
791
+ #: contact_form.php:1355
792
  msgid "Border width in px, numbers only"
793
  msgstr "Bırder genişliği, piksel cinsinden, sadece sayı"
794
 
795
+ #: contact_form.php:1360 contact_form.php:1384
796
  msgid "Border color"
797
  msgstr "Border rengi"
798
 
799
+ #: contact_form.php:1365
800
  msgid "Submit button"
801
  msgstr "Gönderme butonu"
802
 
803
  # #: contact_form.php:928
804
+ #: contact_form.php:1369
805
  msgid "Width in px, numbers only"
806
  msgstr "Piksel cinsinden genişlik, sadece sayı"
807
 
808
+ #: contact_form.php:1374
809
  msgid "Button color"
810
  msgstr "Buton rengi"
811
 
812
+ #: contact_form.php:1379
813
  msgid "Button text color"
814
  msgstr "Buton yazı rengi"
815
 
816
+ #: contact_form.php:1412
817
  msgid "Contact Form Pro | Preview"
818
  msgstr "İletişim Formu PRO | Ön İzleme"
819
 
820
+ #: contact_form.php:1414
821
  msgid "Show with errors"
822
  msgstr "Hatalarla göster"
823
 
824
+ #: contact_form.php:1423 contact_form.php:1425
825
  msgid "Please enter your full name..."
826
  msgstr "Lütfen tam adınızı yazın"
827
 
828
+ #: contact_form.php:1436 contact_form.php:1438
829
  msgid "Please enter your address..."
830
  msgstr "Lütfen adresinizi yazın"
831
 
832
+ #: contact_form.php:1447 contact_form.php:1449
833
  msgid "Please enter your email address..."
834
  msgstr "Lütfen e-posta adresinizi yazın"
835
 
836
+ #: contact_form.php:1458 contact_form.php:1460
837
  msgid "Please enter your phone number..."
838
  msgstr "Lütfen telefon numaranızı yazın"
839
 
840
+ #: contact_form.php:1469 contact_form.php:1471
841
  msgid "Please enter subject..."
842
  msgstr "Lütfen başlık yazın"
843
 
844
+ #: contact_form.php:1479 contact_form.php:1481
845
  msgid "Please enter your message..."
846
  msgstr "Lütfen mesajınızı yazın"
847
 
848
+ #: contact_form.php:1592
849
  msgid "Sorry, email message could not be delivered."
850
  msgstr "Üzgünüz, e-posta mesajınız gönderilemedi."
851
 
852
+ #: contact_form.php:2000
853
  msgid "Contact from"
854
  msgstr "İletişim Formu"
855
 
856
+ #: contact_form.php:2022 contact_form.php:2052
857
  msgid "Phone"
858
  msgstr "Telefon"
859
 
860
+ #: contact_form.php:2033 contact_form.php:2059
861
  msgid "Site"
862
  msgstr "Website"
863
 
864
+ #: contact_form.php:2146
865
  msgid ""
866
  "If you can see this MIME, it means that the MIME type is not supported by "
867
  "your email client!"
869
  "Eğer bu MIME'ı görüyorsanız, bu e-posta sunucunuzun MIME'ı desteklemediği "
870
  "anlamına gelir!"
871
 
872
+ #: contact_form.php:2230
873
  msgid "Support"
874
  msgstr "Destek"
875
 
876
+ #: contact_form.php:2279
877
  msgid "Are you sure that you want to delete this language data?"
878
  msgstr "Bu dile ait verileri silmek istediğinize emin misiniz?"
879
 
880
+ #: contact_form.php:2300
881
  #, fuzzy
882
  msgid "Add multiple forms"
883
  msgstr "Forma ekle"
884
 
885
+ #: contact_form.php:2300
886
  msgid ""
887
  "Install Contact Form Multi plugin to create unlimited number of contact "
888
  "forms."
889
  msgstr ""
890
 
891
+ #: contact_form.php:2305
892
  #, fuzzy
893
  msgid "Learn more"
894
  msgstr "Llegir més"
895
 
896
+ #: contact_form.php:2309
897
  msgid "Close"
898
  msgstr ""
899
 
900
+ #: contact_form.php:2497
901
  #, fuzzy
902
  msgid "allows to store your messages to the database."
903
  msgstr "E-postaları veritabanına kaydet"
904
 
905
+ #: contact_form.php:2498
906
  msgid "Manage messages that have been sent from your website."
907
  msgstr ""
908
 
languages/{contact_form-uk.mo → contact-form-plugin-uk.mo} RENAMED
Binary file
languages/{contact_form-uk.po → contact-form-plugin-uk.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:23+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  # @ contact_form
21
- #: contact_form.php:35 contact_form.php:657
22
  msgid "Contact Form Settings"
23
  msgstr "Налаштування Contact Form"
24
 
@@ -28,42 +28,42 @@ msgid "Contact Form"
28
  msgstr "Contact Form"
29
 
30
  # @ contact_form
31
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
32
  msgid "Name:"
33
  msgstr "Ім'я:"
34
 
35
  # @ contact_form
36
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
37
  msgid "Address:"
38
  msgstr "Адреса:"
39
 
40
  # @ contact_form
41
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
42
  msgid "Email Address:"
43
  msgstr "Емейл:"
44
 
45
  # @ contact_form
46
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
47
  msgid "Phone number:"
48
  msgstr "Номер телефону:"
49
 
50
  # @ contact_form
51
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
52
  msgid "Subject:"
53
  msgstr "Тема:"
54
 
55
  # @ contact_form
56
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
57
  msgid "Message:"
58
  msgstr "Повідомлення:"
59
 
60
  # @ contact_form
61
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
62
  msgid "Attachment:"
63
  msgstr "Вкладений файл:"
64
 
65
  # @ contact_form
66
- #: contact_form.php:130
67
  msgid ""
68
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
69
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
@@ -74,81 +74,81 @@ msgstr ""
74
  "Максимальний розмір: 2MB"
75
 
76
  # @ contact_form
77
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
78
  msgid "Send me a copy"
79
  msgstr "Надіслати мені копію"
80
 
81
  # @ contact_form
82
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
83
  msgid "Submit"
84
  msgstr "Підтвердити"
85
 
86
  # @ contact_form
87
- #: contact_form.php:133
88
  msgid "Your name is required."
89
  msgstr "Необхідно вказати своє ім'я."
90
 
91
  # @ contact_form
92
- #: contact_form.php:134
93
  msgid "Address is required."
94
  msgstr "Необхідно вказати свою адресу"
95
 
96
  # @ contact_form
97
- #: contact_form.php:135
98
  msgid "A valid email address is required."
99
  msgstr "Необхідно вказати коректний емейл."
100
 
101
  # @ contact_form
102
- #: contact_form.php:136
103
  msgid "Phone number is required."
104
  msgstr "Необхідно вказати номер телефону."
105
 
106
  # @ contact_form
107
- #: contact_form.php:137
108
  msgid "Subject is required."
109
  msgstr "Необхідно вказати тему."
110
 
111
  # @ contact_form
112
- #: contact_form.php:138
113
  msgid "Message text is required."
114
  msgstr "Повідомлення не може бути порожнім."
115
 
116
  # @ contact_form
117
- #: contact_form.php:139
118
  msgid "File format is not valid."
119
  msgstr "Некоректний формат файлу."
120
 
121
  # @ contact_form
122
- #: contact_form.php:140
123
  msgid "File upload error."
124
  msgstr "Помилка завантаження файлу."
125
 
126
  # @ contact_form
127
- #: contact_form.php:141
128
  msgid "The file could not be uploaded."
129
  msgstr "Неможна завантажити файл."
130
 
131
  # @ contact_form
132
- #: contact_form.php:142
133
  msgid "This file is too large."
134
  msgstr "Файл занадто великий."
135
 
136
  # @ contact_form
137
- #: contact_form.php:143
138
  msgid "Please fill out the CAPTCHA."
139
  msgstr "Будь ласка, введіть CAPTCHA."
140
 
141
  # @ contact_form
142
- #: contact_form.php:144
143
  msgid "Please make corrections below and try again."
144
  msgstr "Будь ласка, внесіть поправки у виділені поля і спробуйте знову."
145
 
146
  # @ contact_form
147
- #: contact_form.php:146
148
  msgid "Thank you for contacting us."
149
  msgstr "Дякуємо, що зв'язалися з нами."
150
 
151
- #: contact_form.php:546
152
  msgid ""
153
  "Email 'FROM' field option was changed, which may cause email messages being "
154
  "moved to the spam folder or email delivery failures."
@@ -157,7 +157,7 @@ msgstr ""
157
  "листи не будуть доставлені або потраплять до папки Спам."
158
 
159
  # @ contact_form
160
- #: contact_form.php:556
161
  msgid ""
162
  "If the 'Redirect to page' option is selected then the URL field should be in "
163
  "the following format"
@@ -166,67 +166,67 @@ msgstr ""
166
  "бути заповнене в наступному форматі"
167
 
168
  # @ contact_form
169
- #: contact_form.php:565
170
  msgid "Such user does not exist."
171
  msgstr "Такого користувача не існує."
172
 
173
  # @ contact_form
174
- #: contact_form.php:575
175
  msgid ""
176
  "Please enter a valid email address in the 'Use this email address' field."
177
  msgstr ""
178
  "Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
179
 
180
  # @ contact_form
181
- #: contact_form.php:583
182
  msgid "Please enter a valid email address in the 'FROM' field."
183
  msgstr "Будь ласка, введіть коректну ел.адресу у полі \"Відправник\"."
184
 
185
  # @ contact_form
186
- #: contact_form.php:606
187
  msgid "Settings saved."
188
  msgstr "Налаштування збережено."
189
 
190
  # @ contact_form
191
- #: contact_form.php:608
192
  msgid "Settings are not saved."
193
  msgstr "Налаштування не збережено."
194
 
195
- #: contact_form.php:646
196
  msgid "All plugin settings were restored."
197
  msgstr "Всі налаштування плагіну було скинуто до стандартних."
198
 
199
  # @ contact_form
200
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
201
  msgid "Settings"
202
  msgstr "Налаштування"
203
 
204
  # @ contact_form
205
- #: contact_form.php:660
206
  msgid "Additional settings"
207
  msgstr "Додаткові налаштування"
208
 
209
- #: contact_form.php:661
210
  msgid "Appearance"
211
  msgstr "Відображення"
212
 
213
  # @ contact_form
214
- #: contact_form.php:662 contact_form.php:2223
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
  # @ contact_form
219
- #: contact_form.php:663
220
  msgid "Go PRO"
221
  msgstr "Перейти на Pro версію"
222
 
223
  # @ contact_form
224
- #: contact_form.php:666 contact_form.php:668
225
  msgid "Notice:"
226
  msgstr "Зауважте:"
227
 
228
  # @ contact_form
229
- #: contact_form.php:666
230
  msgid ""
231
  "The plugin's settings have been changed. In order to save them please don't "
232
  "forget to click the 'Save Changes' button."
@@ -235,7 +235,7 @@ msgstr ""
235
  "\"Зберегти зміни\"."
236
 
237
  # @ contact_form
238
- #: contact_form.php:679
239
  msgid ""
240
  "If you want to create multiple contact forms, please install the Contact "
241
  "Form Multi plugin."
@@ -244,7 +244,7 @@ msgstr ""
244
  "встановіть плагін Contact Form Multi."
245
 
246
  # @ contact_form
247
- #: contact_form.php:686
248
  msgid ""
249
  "If you would like to add Contact Form to your website, just copy and paste "
250
  "this shortcode to your post or page or widget:"
@@ -253,14 +253,14 @@ msgstr ""
253
  "вставте цей шорткод у вашу пост, сторінку чи віджет:"
254
 
255
  # @ contact_form
256
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
257
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
258
- #: contact_form.php:1152 contact_form.php:1154
259
  msgid "or"
260
  msgstr "чи"
261
 
262
  # @ contact_form
263
- #: contact_form.php:687
264
  msgid ""
265
  "If you have any problems with the standard shortcode [contact_form], you "
266
  "should use the shortcode"
@@ -269,12 +269,12 @@ msgstr ""
269
  "можете використати шорткод"
270
 
271
  # @ contact_form
272
- #: contact_form.php:687 contact_form.php:690
273
  msgid "They work the same way."
274
  msgstr "Вони працюють однаково."
275
 
276
  # @ contact_form
277
- #: contact_form.php:689 contact_form.php:1501
278
  msgid ""
279
  "If you would like to add the Contact Form to your website, just copy and "
280
  "paste this shortcode to your post or page or widget:"
@@ -283,7 +283,7 @@ msgstr ""
283
  "вставте цей шорткод у вашу пост, сторінку чи віджет:"
284
 
285
  # @ contact_form
286
- #: contact_form.php:690
287
  msgid ""
288
  "If have any problems with the standard shortcode [contact_form], you should "
289
  "use the shortcode"
@@ -292,7 +292,7 @@ msgstr ""
292
  "можете використати шорткод"
293
 
294
  # @ contact_form
295
- #: contact_form.php:694
296
  msgid ""
297
  "If you leave the fields empty, the messages will be sent to the email "
298
  "address specified during registration."
@@ -301,17 +301,17 @@ msgstr ""
301
  "вказаний під час реєстрації."
302
 
303
  # @ contact_form
304
- #: contact_form.php:697
305
  msgid "The user's email address:"
306
  msgstr "Емейл користувача:"
307
 
308
  # @ contact_form
309
- #: contact_form.php:701
310
  msgid "Select a username"
311
  msgstr "Виберіть ім'я користувача"
312
 
313
  # @ contact_form
314
- #: contact_form.php:714
315
  msgid ""
316
  "Enter a username of the person who should get the messages from the contact "
317
  "form."
@@ -319,112 +319,112 @@ msgstr ""
319
  "Введіть ім'я користувача, що має отримати повідомлення з контактної форми."
320
 
321
  # @ contact_form
322
- #: contact_form.php:718
323
  msgid "Use this email address:"
324
  msgstr "Використовувати цей емейл:"
325
 
326
  # @ contact_form
327
- #: contact_form.php:722
328
  msgid "Enter the email address you want the messages forwarded to."
329
  msgstr "Вкажіть емейл, на який ви бажаєте отримувати повідомлення."
330
 
331
  # @ contact_form
332
- #: contact_form.php:731
333
  msgid "Add department selectbox to the contact form:"
334
  msgstr "Додати поле для вибору департаменту до контактної форми:"
335
 
336
  # @ contact_form
337
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
338
  msgid "If you upgrade to Pro version all your settings will be saved."
339
  msgstr "Якщо ви перейдете на Pro версію, всі налаштування будуть збережені."
340
 
341
  # @ contact_form
342
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
343
- #: contact_form.php:1207 contact_form.php:1391
344
  msgid "Unlock premium options by upgrading to PRO version."
345
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
346
 
347
  # @ contact_form
348
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
349
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
350
  msgid "Learn More"
351
  msgstr "Дізнатись більше"
352
 
353
  # @ contact_form
354
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
355
- #: contact_form.php:1211 contact_form.php:1395
356
  msgid "Go"
357
  msgstr "Перейти"
358
 
359
  # @ contact_form
360
- #: contact_form.php:757
361
  msgid "Save emails to the database"
362
  msgstr "Зберігати емейли у базі даних"
363
 
364
  # @ contact_form
365
- #: contact_form.php:762
366
  msgid "Using"
367
  msgstr "Використовуючи"
368
 
369
  # @ contact_form
370
- #: contact_form.php:765 contact_form.php:769
371
  msgid "Using Contact Form to DB by BestWebSoft"
372
  msgstr "Використовуючи Contact Form to DB by BestWebSoft"
373
 
374
  # @ contact_form
375
- #: contact_form.php:765
376
  msgid "Activate"
377
  msgstr "Активувати"
378
 
379
  # @ contact_form
380
- #: contact_form.php:769
381
  msgid "Download"
382
  msgstr "Завантажити"
383
 
384
  # @ contact_form
385
- #: contact_form.php:779
386
  msgid "What to use?"
387
  msgstr "Що використовувати?"
388
 
389
  # @ contact_form
390
- #: contact_form.php:784
391
  msgid "Wp-mail"
392
  msgstr "Wp-mail"
393
 
394
  # @ contact_form
395
- #: contact_form.php:786
396
  msgid "You can use the wp_mail function for mailing"
397
  msgstr ""
398
  "Для відправлення повідомлень ви можете використовувати функцію WordPress "
399
  "wp_mail"
400
 
401
  # @ contact_form
402
- #: contact_form.php:789
403
  msgid "Mail"
404
  msgstr "Пошта"
405
 
406
  # @ contact_form
407
- #: contact_form.php:791
408
  msgid "To send mail you can use the php mail function"
409
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
410
 
411
- #: contact_form.php:796
412
  msgid "'FROM' field"
413
  msgstr "Поле 'Від'"
414
 
415
  # @ contact_form
416
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
417
- #: contact_form.php:2000 contact_form.php:2036
418
  msgid "Name"
419
  msgstr "Ім'я"
420
 
421
  # @ contact_form
422
- #: contact_form.php:805
423
  msgid "User name"
424
  msgstr "Ім’я користувача"
425
 
426
  # @ contact_form
427
- #: contact_form.php:807
428
  msgid ""
429
  "The name of the user who fills the form will be used in the field 'From'."
430
  msgstr ""
@@ -432,17 +432,17 @@ msgstr ""
432
  "\"."
433
 
434
  # @ contact_form
435
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
436
  msgid "Email"
437
  msgstr "Емейл"
438
 
439
  # @ contact_form
440
- #: contact_form.php:820
441
  msgid "User email"
442
  msgstr "Емейл користувача"
443
 
444
  # @ contact_form
445
- #: contact_form.php:822
446
  msgid ""
447
  "The email address of the user who fills the form will be used in the field "
448
  "'From'."
@@ -450,7 +450,7 @@ msgstr ""
450
  "Емейл користувача, який заповнює форму, буде використано у полі \"Відправник"
451
  "\"."
452
 
453
- #: contact_form.php:826
454
  msgid ""
455
  "If this option is changed, email messages may be moved to the spam folder or "
456
  "email delivery failures may occur."
@@ -459,52 +459,52 @@ msgstr ""
459
  "доставлені або потраплять до папки Спам."
460
 
461
  # @ contact_form
462
- #: contact_form.php:832
463
  msgid "Required symbol"
464
  msgstr "Обов'язковий символ"
465
 
466
  # @ contact_form
467
- #: contact_form.php:842
468
  msgid "Fields"
469
  msgstr "Поля"
470
 
471
  # @ contact_form
472
- #: contact_form.php:843
473
  msgid "Used"
474
  msgstr "Що використовуються"
475
 
476
  # @ contact_form
477
- #: contact_form.php:844
478
  msgid "Required"
479
  msgstr "Обов’язковий"
480
 
481
  # @ contact_form
482
- #: contact_form.php:845
483
  msgid "Visible"
484
  msgstr "Видимі"
485
 
486
  # @ contact_form
487
- #: contact_form.php:846
488
  msgid "Disabled for editing"
489
  msgstr "Заборонено для редагування"
490
 
491
  # @ contact_form
492
- #: contact_form.php:847
493
  msgid "Field's default value"
494
  msgstr "Стандартне значення поля"
495
 
496
  # @ contact_form
497
- #: contact_form.php:852
498
  msgid "Department selectbox"
499
  msgstr "Список відділень"
500
 
501
- #: contact_form.php:867
502
  msgid "Use User's name as a default value if the user is logged in."
503
  msgstr ""
504
  "Після входу на сайт використовувати ім'я користувача, як значення за "
505
  "замовчуванням."
506
 
507
- #: contact_form.php:868 contact_form.php:896
508
  msgid ""
509
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
510
  "in users."
@@ -513,141 +513,141 @@ msgstr ""
513
  "тільки для авторизованих користувачів."
514
 
515
  # @ contact_form
516
- #: contact_form.php:872
517
  msgid "Location selectbox"
518
  msgstr "Список розміщень"
519
 
520
  # @ contact_form
521
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
522
- #: contact_form.php:2040
523
  msgid "Address"
524
  msgstr "Адреса"
525
 
526
  # @ contact_form
527
- #: contact_form.php:888
528
  msgid "Email Address"
529
  msgstr "Емейл"
530
 
531
- #: contact_form.php:895
532
  msgid "Use User's email as a default value if the user is logged in."
533
  msgstr ""
534
  "Після входу на сайт, використовувати емейл користувача, як значення за "
535
  "замовчуванням."
536
 
537
  # @ contact_form
538
- #: contact_form.php:900
539
  msgid "Phone number"
540
  msgstr "Номер телефону"
541
 
542
  # @ contact_form
543
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
544
- #: contact_form.php:2049
545
  msgid "Subject"
546
  msgstr "Тема"
547
 
548
  # @ contact_form
549
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
550
- #: contact_form.php:2051
551
  msgid "Message"
552
  msgstr "Повідомлення"
553
 
554
  # @ contact_form
555
- #: contact_form.php:940
556
  msgid "Attachment block"
557
  msgstr "Блок для прикріплення файлів"
558
 
559
  # @ contact_form
560
- #: contact_form.php:942
561
  msgid "Users can attach the following file formats"
562
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
563
 
564
  # @ contact_form
565
- #: contact_form.php:955
566
  msgid "Add to the form"
567
  msgstr "Додати до форми"
568
 
569
  # @ contact_form
570
- #: contact_form.php:960
571
  msgid "Tips below the Attachment"
572
  msgstr "Показувати підказки під блоком прикріплених файлів"
573
 
574
  # @ contact_form
575
- #: contact_form.php:969
576
  msgid "'Send me a copy' block"
577
  msgstr "Показати блок 'Надіслати мені копію'"
578
 
579
  # @ contact_form
580
- #: contact_form.php:982
581
  msgid "Activate captcha"
582
  msgstr "Активувати captcha"
583
 
584
  # @ contact_form
585
- #: contact_form.php:986
586
  msgid "Download captcha"
587
  msgstr "Завантажити captcha"
588
 
589
  # @ contact_form
590
- #: contact_form.php:994
591
  msgid "Agreement checkbox"
592
  msgstr "Чекбокс для погодження"
593
 
594
  # @ contact_form
595
- #: contact_form.php:994
596
  msgid "Required checkbox for submitting the form"
597
  msgstr "Необхідний чекбокс для відправки форми"
598
 
599
  # @ contact_form
600
- #: contact_form.php:995
601
  msgid "Optional checkbox"
602
  msgstr "Необов’язковий чекбокс"
603
 
604
  # @ contact_form
605
- #: contact_form.php:995
606
  msgid "Optional checkbox, the results of which will be displayed in email"
607
  msgstr "Необов’язковий чекбокс, результати якого буде відображено в емейлі"
608
 
609
  # @ contact_form
610
- #: contact_form.php:1013
611
  msgid "Delete an attachment file from the server after the email is sent"
612
  msgstr "Видаляти прикріплений файл з серверу після того, як емейл відправлено"
613
 
614
  # @ contact_form
615
- #: contact_form.php:1019
616
  msgid "Email in HTML format sending"
617
  msgstr "Відправка емейлу в форматі HTML"
618
 
619
  # @ contact_form
620
- #: contact_form.php:1023
621
  msgid "Display additional info in the email"
622
  msgstr "Відображати додаткову інформацію у емейлі"
623
 
624
  # @ contact_form
625
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
626
  msgid "Sent from (ip address)"
627
  msgstr "Надіслано від (ip адреса)"
628
 
629
  # @ contact_form
630
- #: contact_form.php:1029
631
  msgid "Example: Sent from (IP address):\t127.0.0.1"
632
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
633
 
634
  # @ contact_form
635
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
636
  msgid "Date/Time"
637
  msgstr "Дата/Час"
638
 
639
  # @ contact_form
640
- #: contact_form.php:1030
641
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
642
  msgstr "Приклад: Дата/Час:\tСерпень 19, 2013 8:50 pm"
643
 
644
  # @ contact_form
645
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
646
  msgid "Sent from (referer)"
647
  msgstr "Надіслано від (referer)"
648
 
649
  # @ contact_form
650
- #: contact_form.php:1031
651
  msgid ""
652
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
653
  msgstr ""
@@ -655,12 +655,12 @@ msgstr ""
655
  "us/"
656
 
657
  # @ contact_form
658
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
659
  msgid "Using (user agent)"
660
  msgstr "Використовується (user agent)"
661
 
662
  # @ contact_form
663
- #: contact_form.php:1032
664
  msgid ""
665
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
666
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -669,72 +669,72 @@ msgstr ""
669
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
670
 
671
  # @ contact_form
672
- #: contact_form.php:1037
673
  msgid "Language settings for the field names in the form"
674
  msgstr "Налаштування мови для назв полів форми"
675
 
676
  # @ contact_form
677
- #: contact_form.php:1046
678
  msgid "Add a language"
679
  msgstr "Додати мову"
680
 
681
  # @ contact_form
682
- #: contact_form.php:1050
683
  msgid "Change the names of the contact form fields and error messages"
684
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
685
 
686
  # @ contact_form
687
- #: contact_form.php:1055 contact_form.php:1142
688
  msgid "English"
689
  msgstr "Англійська"
690
 
691
  # @ contact_form
692
- #: contact_form.php:1063 contact_form.php:1097
693
  msgid "click to expand/hide the list"
694
  msgstr "натиснути, щоб розгорнути/згорнути список"
695
 
696
  # @ contact_form
697
- #: contact_form.php:1072 contact_form.php:1106
698
  msgid "Tips below the Attachment block"
699
  msgstr "Підказки під блоком прикріплення файлів"
700
 
701
  # @ contact_form
702
- #: contact_form.php:1075 contact_form.php:1109
703
  msgid "Error message for the Name field"
704
  msgstr "Повідомлення про помилку для поля Ім'я"
705
 
706
  # @ contact_form
707
- #: contact_form.php:1076 contact_form.php:1110
708
  msgid "Error message for the Address field"
709
  msgstr "Повідомлення про помилку для поля Адреса"
710
 
711
  # @ contact_form
712
- #: contact_form.php:1077 contact_form.php:1111
713
  msgid "Error message for the Email field"
714
  msgstr "Повідомлення про помилку для поля Емейл"
715
 
716
  # @ contact_form
717
- #: contact_form.php:1078 contact_form.php:1112
718
  msgid "Error message for the Phone field"
719
  msgstr "Повідомлення про помилку для поля Номер телефону"
720
 
721
  # @ contact_form
722
- #: contact_form.php:1079 contact_form.php:1113
723
  msgid "Error message for the Subject field"
724
  msgstr "Повідомлення про помилку для поля Тема"
725
 
726
  # @ contact_form
727
- #: contact_form.php:1080 contact_form.php:1114
728
  msgid "Error message for the Message field"
729
  msgstr "Повідомлення про помилку для поля Повідомлення"
730
 
731
  # @ contact_form
732
- #: contact_form.php:1081 contact_form.php:1115
733
  msgid "Error message about the file type for the Attachment field"
734
  msgstr "Повідомлення про помилку для поля Прикріплені файли"
735
 
736
  # @ contact_form
737
- #: contact_form.php:1082 contact_form.php:1116
738
  msgid ""
739
  "Error message while uploading a file for the Attachment field to the server"
740
  msgstr ""
@@ -742,81 +742,81 @@ msgstr ""
742
  "Прикріплені файли"
743
 
744
  # @ contact_form
745
- #: contact_form.php:1083 contact_form.php:1117
746
  msgid "Error message while moving the file for the Attachment field"
747
  msgstr ""
748
  "Повідомлення про помилку під час переміщення файлу для поля Прикріплені файли"
749
 
750
  # @ contact_form
751
- #: contact_form.php:1084 contact_form.php:1118
752
  msgid "Error message when file size limit for the Attachment field is exceeded"
753
  msgstr ""
754
  "Повідомлення про помилку для поля Прикріплені файли, коли розмір файлу "
755
  "перевищує допустимий"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1085 contact_form.php:1119
759
  msgid "Error message for the Captcha field"
760
  msgstr "Повідомлення про помилку для поля Captcha"
761
 
762
  # @ contact_form
763
- #: contact_form.php:1086 contact_form.php:1120
764
  msgid "Error message for the whole form"
765
  msgstr "Повідомлення про помилку для всієї форми"
766
 
767
  # @ contact_form
768
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
769
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
770
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
771
- #: contact_form.php:2358
772
  msgid "Use shortcode"
773
  msgstr "Використовувати шорткод"
774
 
775
  # @ contact_form
776
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
777
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
778
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
779
- #: contact_form.php:2358
780
  msgid "for this language"
781
  msgstr "для цієї мови"
782
 
783
  # @ contact_form
784
- #: contact_form.php:1133
785
  msgid "Use the changed names of the contact form fields in the email"
786
  msgstr "Використовувати змінені назви полів контактної форми в емейлі"
787
 
788
  # @ contact_form
789
- #: contact_form.php:1139
790
  msgid "Action after email is sent"
791
  msgstr "Дія після відправлення емейлу"
792
 
793
  # @ contact_form
794
- #: contact_form.php:1141
795
  msgid "Display text"
796
  msgstr "Показати текст"
797
 
798
  # @ contact_form
799
- #: contact_form.php:1150 contact_form.php:1160
800
  msgid "Text"
801
  msgstr "Текст"
802
 
803
  # @ contact_form
804
- #: contact_form.php:1171
805
  msgid "Redirect to the page"
806
  msgstr "Перенаправлення на сторінку"
807
 
808
  # @ contact_form
809
- #: contact_form.php:1172
810
  msgid "Url"
811
  msgstr "Url"
812
 
813
  # @ contact_form
814
- #: contact_form.php:1176
815
  msgid "The $_SERVER variable that is used to build a URL of the form"
816
  msgstr "Змінна $_SERVER, що використовується для створення URL форми"
817
 
818
  # @ contact_form
819
- #: contact_form.php:1181
820
  msgid ""
821
  "If you are not sure whether to change this setting or not, please do not do "
822
  "that."
@@ -825,12 +825,12 @@ msgstr ""
825
  "змінюйте."
826
 
827
  # @ contact_form
828
- #: contact_form.php:1191
829
  msgid "Auto Response"
830
  msgstr "Автовідповідь"
831
 
832
  # @ contact_form
833
- #: contact_form.php:1195
834
  #, php-format
835
  msgid ""
836
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -842,217 +842,217 @@ msgstr ""
842
  "відображення назви блогу."
843
 
844
  # @ default
845
- #: contact_form.php:1220 contact_form.php:1402
846
  msgid "Save Changes"
847
  msgstr "Зберегти зміни"
848
 
849
  # @ contact_form
850
- #: contact_form.php:1233
851
  msgid "Errors output"
852
  msgstr "Відображення помилок"
853
 
854
  # @ contact_form
855
- #: contact_form.php:1236
856
  msgid "Display error messages"
857
  msgstr "Відображати повідомлення про помилки"
858
 
859
  # @ contact_form
860
- #: contact_form.php:1237
861
  msgid "Color of the input field errors."
862
  msgstr "Колір для помилок у полях введення."
863
 
864
  # @ contact_form
865
- #: contact_form.php:1238
866
  msgid "Display error messages & color of the input field errors"
867
  msgstr ""
868
  "Відображення повідомлень про помилку і колір для полів з помилками у полях "
869
  "введення"
870
 
871
  # @ contact_form
872
- #: contact_form.php:1243
873
  msgid "Add placeholder to the input blocks"
874
  msgstr "Додати текст заміщення для блоків введення"
875
 
876
  # @ contact_form
877
- #: contact_form.php:1249
878
  msgid "Add tooltips"
879
  msgstr "Додати підказки"
880
 
881
  # @ contact_form
882
- #: contact_form.php:1263
883
  msgid "Email address"
884
  msgstr "Емейл"
885
 
886
  # @ contact_form
887
- #: contact_form.php:1268
888
  msgid "Phone Number"
889
  msgstr "Номер телефону"
890
 
891
  # @ contact_form
892
- #: contact_form.php:1282
893
  msgid "Attachment"
894
  msgstr "Вкладений файл"
895
 
896
  # @ contact_form
897
- #: contact_form.php:1292
898
  msgid "Style options"
899
  msgstr "Опції стилю"
900
 
901
  # @ contact_form
902
- #: contact_form.php:1295
903
  msgid "Text color"
904
  msgstr "Колір тексту"
905
 
906
  # @ contact_form
907
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
908
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
909
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
910
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
911
  msgid "Default"
912
  msgstr "Стандартно"
913
 
914
  # @ contact_form
915
- #: contact_form.php:1300
916
  msgid "Label text color"
917
  msgstr "Колір написів"
918
 
919
  # @ contact_form
920
- #: contact_form.php:1305
921
  msgid "Placeholder color"
922
  msgstr "Колір тексту заміщення"
923
 
924
  # @ contact_form
925
- #: contact_form.php:1310
926
  msgid "Errors color"
927
  msgstr "Колір помилок"
928
 
929
  # @ contact_form
930
- #: contact_form.php:1315
931
  msgid "Error text color"
932
  msgstr "Колір тексту помилок"
933
 
934
  # @ contact_form
935
- #: contact_form.php:1320
936
  msgid "Background color of the input field errors"
937
  msgstr "Колір заднього фону для полів введення з помилками"
938
 
939
  # @ contact_form
940
- #: contact_form.php:1325
941
  msgid "Border color of the input field errors"
942
  msgstr "Колір рамки для полів введення з помилками"
943
 
944
  # @ contact_form
945
- #: contact_form.php:1330
946
  msgid "Placeholder color of the input field errors"
947
  msgstr "Колір тексту заміщення для полів введення з помилками"
948
 
949
  # @ contact_form
950
- #: contact_form.php:1335
951
  msgid "Input fields"
952
  msgstr "Поля введення тексту"
953
 
954
  # @ contact_form
955
- #: contact_form.php:1340
956
  msgid "Input fields background color"
957
  msgstr "Колір фону полів введення"
958
 
959
  # @ contact_form
960
- #: contact_form.php:1345
961
  msgid "Text fields color"
962
  msgstr "Колір текстових полів"
963
 
964
  # @ contact_form
965
- #: contact_form.php:1349
966
  msgid "Border width in px, numbers only"
967
  msgstr "Ширина рамки в пікселях, тільки числа"
968
 
969
  # @ contact_form
970
- #: contact_form.php:1354 contact_form.php:1378
971
  msgid "Border color"
972
  msgstr "Колір рамки"
973
 
974
  # @ contact_form
975
- #: contact_form.php:1359
976
  msgid "Submit button"
977
  msgstr "Кнопка підтвердження"
978
 
979
  # @ contact_form
980
- #: contact_form.php:1363
981
  msgid "Width in px, numbers only"
982
  msgstr "Ширина в точках, тільки числа"
983
 
984
  # @ contact_form
985
- #: contact_form.php:1368
986
  msgid "Button color"
987
  msgstr "Колір кнопок"
988
 
989
  # @ contact_form
990
- #: contact_form.php:1373
991
  msgid "Button text color"
992
  msgstr "Колір тексту кнопок"
993
 
994
  # @ contact_form
995
- #: contact_form.php:1406
996
  msgid "Contact Form Pro | Preview"
997
  msgstr "Contact Form Pro | Прев’ю"
998
 
999
  # @ contact_form
1000
- #: contact_form.php:1408
1001
  msgid "Show with errors"
1002
  msgstr "Показувати з помилками"
1003
 
1004
  # @ contact_form
1005
- #: contact_form.php:1417 contact_form.php:1419
1006
  msgid "Please enter your full name..."
1007
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
1008
 
1009
  # @ contact_form
1010
- #: contact_form.php:1430 contact_form.php:1432
1011
  msgid "Please enter your address..."
1012
  msgstr "Будь ласка, вкажіть свою адресу..."
1013
 
1014
  # @ contact_form
1015
- #: contact_form.php:1441 contact_form.php:1443
1016
  msgid "Please enter your email address..."
1017
  msgstr "Будь ласка, введіть свій емейл:"
1018
 
1019
  # @ contact_form
1020
- #: contact_form.php:1452 contact_form.php:1454
1021
  msgid "Please enter your phone number..."
1022
  msgstr "Будь ласка, вкажіть свій номер телефону..."
1023
 
1024
  # @ contact_form
1025
- #: contact_form.php:1463 contact_form.php:1465
1026
  msgid "Please enter subject..."
1027
  msgstr "Будь ласка, вкажіть тему..."
1028
 
1029
  # @ contact_form
1030
- #: contact_form.php:1473 contact_form.php:1475
1031
  msgid "Please enter your message..."
1032
  msgstr "Будь ласка, напишіть своє повідомлення..."
1033
 
1034
  # @ contact_form
1035
- #: contact_form.php:1586
1036
  msgid "Sorry, email message could not be delivered."
1037
  msgstr "Вибачте, ваш емейл не може бути доставлений."
1038
 
1039
  # @ contact_form
1040
- #: contact_form.php:1994
1041
  msgid "Contact from"
1042
  msgstr "Контакт із"
1043
 
1044
  # @ contact_form
1045
- #: contact_form.php:2016 contact_form.php:2046
1046
  msgid "Phone"
1047
  msgstr "Телефон"
1048
 
1049
  # @ contact_form
1050
- #: contact_form.php:2027 contact_form.php:2053
1051
  msgid "Site"
1052
  msgstr "Сайт"
1053
 
1054
  # @ contact_form
1055
- #: contact_form.php:2140
1056
  msgid ""
1057
  "If you can see this MIME, it means that the MIME type is not supported by "
1058
  "your email client!"
@@ -1061,21 +1061,21 @@ msgstr ""
1061
  "поштовим клієнтом!"
1062
 
1063
  # @ contact_form
1064
- #: contact_form.php:2224
1065
  msgid "Support"
1066
  msgstr "Підтримка"
1067
 
1068
  # @ contact_form
1069
- #: contact_form.php:2273
1070
  msgid "Are you sure that you want to delete this language data?"
1071
  msgstr "Ви справді хочете видалити дані для цієї мови?"
1072
 
1073
  # @ contact_form
1074
- #: contact_form.php:2294
1075
  msgid "Add multiple forms"
1076
  msgstr "Додати декілька форм"
1077
 
1078
- #: contact_form.php:2294
1079
  msgid ""
1080
  "Install Contact Form Multi plugin to create unlimited number of contact "
1081
  "forms."
@@ -1084,20 +1084,20 @@ msgstr ""
1084
  "необмежену кількість контактних форм."
1085
 
1086
  # @ contact_form
1087
- #: contact_form.php:2299
1088
  msgid "Learn more"
1089
  msgstr "Дізнатись більше"
1090
 
1091
- #: contact_form.php:2303
1092
  msgid "Close"
1093
  msgstr "Закрити"
1094
 
1095
  # @ contact_form
1096
- #: contact_form.php:2491
1097
  msgid "allows to store your messages to the database."
1098
  msgstr "дозволяє зберігати ваші повідомлення у базі даних."
1099
 
1100
  # @ contact_form
1101
- #: contact_form.php:2492
1102
  msgid "Manage messages that have been sent from your website."
1103
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: The BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  # @ contact_form
21
+ #: contact_form.php:35 contact_form.php:663
22
  msgid "Contact Form Settings"
23
  msgstr "Налаштування Contact Form"
24
 
28
  msgstr "Contact Form"
29
 
30
  # @ contact_form
31
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
32
  msgid "Name:"
33
  msgstr "Ім'я:"
34
 
35
  # @ contact_form
36
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
37
  msgid "Address:"
38
  msgstr "Адреса:"
39
 
40
  # @ contact_form
41
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
42
  msgid "Email Address:"
43
  msgstr "Емейл:"
44
 
45
  # @ contact_form
46
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
47
  msgid "Phone number:"
48
  msgstr "Номер телефону:"
49
 
50
  # @ contact_form
51
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
52
  msgid "Subject:"
53
  msgstr "Тема:"
54
 
55
  # @ contact_form
56
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
57
  msgid "Message:"
58
  msgstr "Повідомлення:"
59
 
60
  # @ contact_form
61
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
62
  msgid "Attachment:"
63
  msgstr "Вкладений файл:"
64
 
65
  # @ contact_form
66
+ #: contact_form.php:136
67
  msgid ""
68
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
69
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
74
  "Максимальний розмір: 2MB"
75
 
76
  # @ contact_form
77
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
78
  msgid "Send me a copy"
79
  msgstr "Надіслати мені копію"
80
 
81
  # @ contact_form
82
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
83
  msgid "Submit"
84
  msgstr "Підтвердити"
85
 
86
  # @ contact_form
87
+ #: contact_form.php:139
88
  msgid "Your name is required."
89
  msgstr "Необхідно вказати своє ім'я."
90
 
91
  # @ contact_form
92
+ #: contact_form.php:140
93
  msgid "Address is required."
94
  msgstr "Необхідно вказати свою адресу"
95
 
96
  # @ contact_form
97
+ #: contact_form.php:141
98
  msgid "A valid email address is required."
99
  msgstr "Необхідно вказати коректний емейл."
100
 
101
  # @ contact_form
102
+ #: contact_form.php:142
103
  msgid "Phone number is required."
104
  msgstr "Необхідно вказати номер телефону."
105
 
106
  # @ contact_form
107
+ #: contact_form.php:143
108
  msgid "Subject is required."
109
  msgstr "Необхідно вказати тему."
110
 
111
  # @ contact_form
112
+ #: contact_form.php:144
113
  msgid "Message text is required."
114
  msgstr "Повідомлення не може бути порожнім."
115
 
116
  # @ contact_form
117
+ #: contact_form.php:145
118
  msgid "File format is not valid."
119
  msgstr "Некоректний формат файлу."
120
 
121
  # @ contact_form
122
+ #: contact_form.php:146
123
  msgid "File upload error."
124
  msgstr "Помилка завантаження файлу."
125
 
126
  # @ contact_form
127
+ #: contact_form.php:147
128
  msgid "The file could not be uploaded."
129
  msgstr "Неможна завантажити файл."
130
 
131
  # @ contact_form
132
+ #: contact_form.php:148
133
  msgid "This file is too large."
134
  msgstr "Файл занадто великий."
135
 
136
  # @ contact_form
137
+ #: contact_form.php:149
138
  msgid "Please fill out the CAPTCHA."
139
  msgstr "Будь ласка, введіть CAPTCHA."
140
 
141
  # @ contact_form
142
+ #: contact_form.php:150
143
  msgid "Please make corrections below and try again."
144
  msgstr "Будь ласка, внесіть поправки у виділені поля і спробуйте знову."
145
 
146
  # @ contact_form
147
+ #: contact_form.php:152
148
  msgid "Thank you for contacting us."
149
  msgstr "Дякуємо, що зв'язалися з нами."
150
 
151
+ #: contact_form.php:552
152
  msgid ""
153
  "Email 'FROM' field option was changed, which may cause email messages being "
154
  "moved to the spam folder or email delivery failures."
157
  "листи не будуть доставлені або потраплять до папки Спам."
158
 
159
  # @ contact_form
160
+ #: contact_form.php:562
161
  msgid ""
162
  "If the 'Redirect to page' option is selected then the URL field should be in "
163
  "the following format"
166
  "бути заповнене в наступному форматі"
167
 
168
  # @ contact_form
169
+ #: contact_form.php:571
170
  msgid "Such user does not exist."
171
  msgstr "Такого користувача не існує."
172
 
173
  # @ contact_form
174
+ #: contact_form.php:581
175
  msgid ""
176
  "Please enter a valid email address in the 'Use this email address' field."
177
  msgstr ""
178
  "Будь ласка, введіть коректний емейл у поле 'Використовувати цей емейл'."
179
 
180
  # @ contact_form
181
+ #: contact_form.php:589
182
  msgid "Please enter a valid email address in the 'FROM' field."
183
  msgstr "Будь ласка, введіть коректну ел.адресу у полі \"Відправник\"."
184
 
185
  # @ contact_form
186
+ #: contact_form.php:612
187
  msgid "Settings saved."
188
  msgstr "Налаштування збережено."
189
 
190
  # @ contact_form
191
+ #: contact_form.php:614
192
  msgid "Settings are not saved."
193
  msgstr "Налаштування не збережено."
194
 
195
+ #: contact_form.php:652
196
  msgid "All plugin settings were restored."
197
  msgstr "Всі налаштування плагіну було скинуто до стандартних."
198
 
199
  # @ contact_form
200
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
201
  msgid "Settings"
202
  msgstr "Налаштування"
203
 
204
  # @ contact_form
205
+ #: contact_form.php:666
206
  msgid "Additional settings"
207
  msgstr "Додаткові налаштування"
208
 
209
+ #: contact_form.php:667
210
  msgid "Appearance"
211
  msgstr "Відображення"
212
 
213
  # @ contact_form
214
+ #: contact_form.php:668 contact_form.php:2229
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
  # @ contact_form
219
+ #: contact_form.php:669
220
  msgid "Go PRO"
221
  msgstr "Перейти на Pro версію"
222
 
223
  # @ contact_form
224
+ #: contact_form.php:672 contact_form.php:674
225
  msgid "Notice:"
226
  msgstr "Зауважте:"
227
 
228
  # @ contact_form
229
+ #: contact_form.php:672
230
  msgid ""
231
  "The plugin's settings have been changed. In order to save them please don't "
232
  "forget to click the 'Save Changes' button."
235
  "\"Зберегти зміни\"."
236
 
237
  # @ contact_form
238
+ #: contact_form.php:685
239
  msgid ""
240
  "If you want to create multiple contact forms, please install the Contact "
241
  "Form Multi plugin."
244
  "встановіть плагін Contact Form Multi."
245
 
246
  # @ contact_form
247
+ #: contact_form.php:692
248
  msgid ""
249
  "If you would like to add Contact Form to your website, just copy and paste "
250
  "this shortcode to your post or page or widget:"
253
  "вставте цей шорткод у вашу пост, сторінку чи віджет:"
254
 
255
  # @ contact_form
256
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
257
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
258
+ #: contact_form.php:1158 contact_form.php:1160
259
  msgid "or"
260
  msgstr "чи"
261
 
262
  # @ contact_form
263
+ #: contact_form.php:693
264
  msgid ""
265
  "If you have any problems with the standard shortcode [contact_form], you "
266
  "should use the shortcode"
269
  "можете використати шорткод"
270
 
271
  # @ contact_form
272
+ #: contact_form.php:693 contact_form.php:696
273
  msgid "They work the same way."
274
  msgstr "Вони працюють однаково."
275
 
276
  # @ contact_form
277
+ #: contact_form.php:695 contact_form.php:1507
278
  msgid ""
279
  "If you would like to add the Contact Form to your website, just copy and "
280
  "paste this shortcode to your post or page or widget:"
283
  "вставте цей шорткод у вашу пост, сторінку чи віджет:"
284
 
285
  # @ contact_form
286
+ #: contact_form.php:696
287
  msgid ""
288
  "If have any problems with the standard shortcode [contact_form], you should "
289
  "use the shortcode"
292
  "можете використати шорткод"
293
 
294
  # @ contact_form
295
+ #: contact_form.php:700
296
  msgid ""
297
  "If you leave the fields empty, the messages will be sent to the email "
298
  "address specified during registration."
301
  "вказаний під час реєстрації."
302
 
303
  # @ contact_form
304
+ #: contact_form.php:703
305
  msgid "The user's email address:"
306
  msgstr "Емейл користувача:"
307
 
308
  # @ contact_form
309
+ #: contact_form.php:707
310
  msgid "Select a username"
311
  msgstr "Виберіть ім'я користувача"
312
 
313
  # @ contact_form
314
+ #: contact_form.php:720
315
  msgid ""
316
  "Enter a username of the person who should get the messages from the contact "
317
  "form."
319
  "Введіть ім'я користувача, що має отримати повідомлення з контактної форми."
320
 
321
  # @ contact_form
322
+ #: contact_form.php:724
323
  msgid "Use this email address:"
324
  msgstr "Використовувати цей емейл:"
325
 
326
  # @ contact_form
327
+ #: contact_form.php:728
328
  msgid "Enter the email address you want the messages forwarded to."
329
  msgstr "Вкажіть емейл, на який ви бажаєте отримувати повідомлення."
330
 
331
  # @ contact_form
332
+ #: contact_form.php:737
333
  msgid "Add department selectbox to the contact form:"
334
  msgstr "Додати поле для вибору департаменту до контактної форми:"
335
 
336
  # @ contact_form
337
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
338
  msgid "If you upgrade to Pro version all your settings will be saved."
339
  msgstr "Якщо ви перейдете на Pro версію, всі налаштування будуть збережені."
340
 
341
  # @ contact_form
342
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
343
+ #: contact_form.php:1213 contact_form.php:1397
344
  msgid "Unlock premium options by upgrading to PRO version."
345
  msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
346
 
347
  # @ contact_form
348
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
349
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
350
  msgid "Learn More"
351
  msgstr "Дізнатись більше"
352
 
353
  # @ contact_form
354
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
355
+ #: contact_form.php:1217 contact_form.php:1401
356
  msgid "Go"
357
  msgstr "Перейти"
358
 
359
  # @ contact_form
360
+ #: contact_form.php:763
361
  msgid "Save emails to the database"
362
  msgstr "Зберігати емейли у базі даних"
363
 
364
  # @ contact_form
365
+ #: contact_form.php:768
366
  msgid "Using"
367
  msgstr "Використовуючи"
368
 
369
  # @ contact_form
370
+ #: contact_form.php:771 contact_form.php:775
371
  msgid "Using Contact Form to DB by BestWebSoft"
372
  msgstr "Використовуючи Contact Form to DB by BestWebSoft"
373
 
374
  # @ contact_form
375
+ #: contact_form.php:771
376
  msgid "Activate"
377
  msgstr "Активувати"
378
 
379
  # @ contact_form
380
+ #: contact_form.php:775
381
  msgid "Download"
382
  msgstr "Завантажити"
383
 
384
  # @ contact_form
385
+ #: contact_form.php:785
386
  msgid "What to use?"
387
  msgstr "Що використовувати?"
388
 
389
  # @ contact_form
390
+ #: contact_form.php:790
391
  msgid "Wp-mail"
392
  msgstr "Wp-mail"
393
 
394
  # @ contact_form
395
+ #: contact_form.php:792
396
  msgid "You can use the wp_mail function for mailing"
397
  msgstr ""
398
  "Для відправлення повідомлень ви можете використовувати функцію WordPress "
399
  "wp_mail"
400
 
401
  # @ contact_form
402
+ #: contact_form.php:795
403
  msgid "Mail"
404
  msgstr "Пошта"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:797
408
  msgid "To send mail you can use the php mail function"
409
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
410
 
411
+ #: contact_form.php:802
412
  msgid "'FROM' field"
413
  msgstr "Поле 'Від'"
414
 
415
  # @ contact_form
416
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
417
+ #: contact_form.php:2006 contact_form.php:2042
418
  msgid "Name"
419
  msgstr "Ім'я"
420
 
421
  # @ contact_form
422
+ #: contact_form.php:811
423
  msgid "User name"
424
  msgstr "Ім’я користувача"
425
 
426
  # @ contact_form
427
+ #: contact_form.php:813
428
  msgid ""
429
  "The name of the user who fills the form will be used in the field 'From'."
430
  msgstr ""
432
  "\"."
433
 
434
  # @ contact_form
435
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
436
  msgid "Email"
437
  msgstr "Емейл"
438
 
439
  # @ contact_form
440
+ #: contact_form.php:826
441
  msgid "User email"
442
  msgstr "Емейл користувача"
443
 
444
  # @ contact_form
445
+ #: contact_form.php:828
446
  msgid ""
447
  "The email address of the user who fills the form will be used in the field "
448
  "'From'."
450
  "Емейл користувача, який заповнює форму, буде використано у полі \"Відправник"
451
  "\"."
452
 
453
+ #: contact_form.php:832
454
  msgid ""
455
  "If this option is changed, email messages may be moved to the spam folder or "
456
  "email delivery failures may occur."
459
  "доставлені або потраплять до папки Спам."
460
 
461
  # @ contact_form
462
+ #: contact_form.php:838
463
  msgid "Required symbol"
464
  msgstr "Обов'язковий символ"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:848
468
  msgid "Fields"
469
  msgstr "Поля"
470
 
471
  # @ contact_form
472
+ #: contact_form.php:849
473
  msgid "Used"
474
  msgstr "Що використовуються"
475
 
476
  # @ contact_form
477
+ #: contact_form.php:850
478
  msgid "Required"
479
  msgstr "Обов’язковий"
480
 
481
  # @ contact_form
482
+ #: contact_form.php:851
483
  msgid "Visible"
484
  msgstr "Видимі"
485
 
486
  # @ contact_form
487
+ #: contact_form.php:852
488
  msgid "Disabled for editing"
489
  msgstr "Заборонено для редагування"
490
 
491
  # @ contact_form
492
+ #: contact_form.php:853
493
  msgid "Field's default value"
494
  msgstr "Стандартне значення поля"
495
 
496
  # @ contact_form
497
+ #: contact_form.php:858
498
  msgid "Department selectbox"
499
  msgstr "Список відділень"
500
 
501
+ #: contact_form.php:873
502
  msgid "Use User's name as a default value if the user is logged in."
503
  msgstr ""
504
  "Після входу на сайт використовувати ім'я користувача, як значення за "
505
  "замовчуванням."
506
 
507
+ #: contact_form.php:874 contact_form.php:902
508
  msgid ""
509
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
510
  "in users."
513
  "тільки для авторизованих користувачів."
514
 
515
  # @ contact_form
516
+ #: contact_form.php:878
517
  msgid "Location selectbox"
518
  msgstr "Список розміщень"
519
 
520
  # @ contact_form
521
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
522
+ #: contact_form.php:2046
523
  msgid "Address"
524
  msgstr "Адреса"
525
 
526
  # @ contact_form
527
+ #: contact_form.php:894
528
  msgid "Email Address"
529
  msgstr "Емейл"
530
 
531
+ #: contact_form.php:901
532
  msgid "Use User's email as a default value if the user is logged in."
533
  msgstr ""
534
  "Після входу на сайт, використовувати емейл користувача, як значення за "
535
  "замовчуванням."
536
 
537
  # @ contact_form
538
+ #: contact_form.php:906
539
  msgid "Phone number"
540
  msgstr "Номер телефону"
541
 
542
  # @ contact_form
543
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
544
+ #: contact_form.php:2055
545
  msgid "Subject"
546
  msgstr "Тема"
547
 
548
  # @ contact_form
549
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
550
+ #: contact_form.php:2057
551
  msgid "Message"
552
  msgstr "Повідомлення"
553
 
554
  # @ contact_form
555
+ #: contact_form.php:946
556
  msgid "Attachment block"
557
  msgstr "Блок для прикріплення файлів"
558
 
559
  # @ contact_form
560
+ #: contact_form.php:948
561
  msgid "Users can attach the following file formats"
562
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
563
 
564
  # @ contact_form
565
+ #: contact_form.php:961
566
  msgid "Add to the form"
567
  msgstr "Додати до форми"
568
 
569
  # @ contact_form
570
+ #: contact_form.php:966
571
  msgid "Tips below the Attachment"
572
  msgstr "Показувати підказки під блоком прикріплених файлів"
573
 
574
  # @ contact_form
575
+ #: contact_form.php:975
576
  msgid "'Send me a copy' block"
577
  msgstr "Показати блок 'Надіслати мені копію'"
578
 
579
  # @ contact_form
580
+ #: contact_form.php:988
581
  msgid "Activate captcha"
582
  msgstr "Активувати captcha"
583
 
584
  # @ contact_form
585
+ #: contact_form.php:992
586
  msgid "Download captcha"
587
  msgstr "Завантажити captcha"
588
 
589
  # @ contact_form
590
+ #: contact_form.php:1000
591
  msgid "Agreement checkbox"
592
  msgstr "Чекбокс для погодження"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:1000
596
  msgid "Required checkbox for submitting the form"
597
  msgstr "Необхідний чекбокс для відправки форми"
598
 
599
  # @ contact_form
600
+ #: contact_form.php:1001
601
  msgid "Optional checkbox"
602
  msgstr "Необов’язковий чекбокс"
603
 
604
  # @ contact_form
605
+ #: contact_form.php:1001
606
  msgid "Optional checkbox, the results of which will be displayed in email"
607
  msgstr "Необов’язковий чекбокс, результати якого буде відображено в емейлі"
608
 
609
  # @ contact_form
610
+ #: contact_form.php:1019
611
  msgid "Delete an attachment file from the server after the email is sent"
612
  msgstr "Видаляти прикріплений файл з серверу після того, як емейл відправлено"
613
 
614
  # @ contact_form
615
+ #: contact_form.php:1025
616
  msgid "Email in HTML format sending"
617
  msgstr "Відправка емейлу в форматі HTML"
618
 
619
  # @ contact_form
620
+ #: contact_form.php:1029
621
  msgid "Display additional info in the email"
622
  msgstr "Відображати додаткову інформацію у емейлі"
623
 
624
  # @ contact_form
625
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
626
  msgid "Sent from (ip address)"
627
  msgstr "Надіслано від (ip адреса)"
628
 
629
  # @ contact_form
630
+ #: contact_form.php:1035
631
  msgid "Example: Sent from (IP address):\t127.0.0.1"
632
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
633
 
634
  # @ contact_form
635
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
636
  msgid "Date/Time"
637
  msgstr "Дата/Час"
638
 
639
  # @ contact_form
640
+ #: contact_form.php:1036
641
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
642
  msgstr "Приклад: Дата/Час:\tСерпень 19, 2013 8:50 pm"
643
 
644
  # @ contact_form
645
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
646
  msgid "Sent from (referer)"
647
  msgstr "Надіслано від (referer)"
648
 
649
  # @ contact_form
650
+ #: contact_form.php:1037
651
  msgid ""
652
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
653
  msgstr ""
655
  "us/"
656
 
657
  # @ contact_form
658
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
659
  msgid "Using (user agent)"
660
  msgstr "Використовується (user agent)"
661
 
662
  # @ contact_form
663
+ #: contact_form.php:1038
664
  msgid ""
665
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
666
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
669
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
670
 
671
  # @ contact_form
672
+ #: contact_form.php:1043
673
  msgid "Language settings for the field names in the form"
674
  msgstr "Налаштування мови для назв полів форми"
675
 
676
  # @ contact_form
677
+ #: contact_form.php:1052
678
  msgid "Add a language"
679
  msgstr "Додати мову"
680
 
681
  # @ contact_form
682
+ #: contact_form.php:1056
683
  msgid "Change the names of the contact form fields and error messages"
684
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
685
 
686
  # @ contact_form
687
+ #: contact_form.php:1061 contact_form.php:1148
688
  msgid "English"
689
  msgstr "Англійська"
690
 
691
  # @ contact_form
692
+ #: contact_form.php:1069 contact_form.php:1103
693
  msgid "click to expand/hide the list"
694
  msgstr "натиснути, щоб розгорнути/згорнути список"
695
 
696
  # @ contact_form
697
+ #: contact_form.php:1078 contact_form.php:1112
698
  msgid "Tips below the Attachment block"
699
  msgstr "Підказки під блоком прикріплення файлів"
700
 
701
  # @ contact_form
702
+ #: contact_form.php:1081 contact_form.php:1115
703
  msgid "Error message for the Name field"
704
  msgstr "Повідомлення про помилку для поля Ім'я"
705
 
706
  # @ contact_form
707
+ #: contact_form.php:1082 contact_form.php:1116
708
  msgid "Error message for the Address field"
709
  msgstr "Повідомлення про помилку для поля Адреса"
710
 
711
  # @ contact_form
712
+ #: contact_form.php:1083 contact_form.php:1117
713
  msgid "Error message for the Email field"
714
  msgstr "Повідомлення про помилку для поля Емейл"
715
 
716
  # @ contact_form
717
+ #: contact_form.php:1084 contact_form.php:1118
718
  msgid "Error message for the Phone field"
719
  msgstr "Повідомлення про помилку для поля Номер телефону"
720
 
721
  # @ contact_form
722
+ #: contact_form.php:1085 contact_form.php:1119
723
  msgid "Error message for the Subject field"
724
  msgstr "Повідомлення про помилку для поля Тема"
725
 
726
  # @ contact_form
727
+ #: contact_form.php:1086 contact_form.php:1120
728
  msgid "Error message for the Message field"
729
  msgstr "Повідомлення про помилку для поля Повідомлення"
730
 
731
  # @ contact_form
732
+ #: contact_form.php:1087 contact_form.php:1121
733
  msgid "Error message about the file type for the Attachment field"
734
  msgstr "Повідомлення про помилку для поля Прикріплені файли"
735
 
736
  # @ contact_form
737
+ #: contact_form.php:1088 contact_form.php:1122
738
  msgid ""
739
  "Error message while uploading a file for the Attachment field to the server"
740
  msgstr ""
742
  "Прикріплені файли"
743
 
744
  # @ contact_form
745
+ #: contact_form.php:1089 contact_form.php:1123
746
  msgid "Error message while moving the file for the Attachment field"
747
  msgstr ""
748
  "Повідомлення про помилку під час переміщення файлу для поля Прикріплені файли"
749
 
750
  # @ contact_form
751
+ #: contact_form.php:1090 contact_form.php:1124
752
  msgid "Error message when file size limit for the Attachment field is exceeded"
753
  msgstr ""
754
  "Повідомлення про помилку для поля Прикріплені файли, коли розмір файлу "
755
  "перевищує допустимий"
756
 
757
  # @ contact_form
758
+ #: contact_form.php:1091 contact_form.php:1125
759
  msgid "Error message for the Captcha field"
760
  msgstr "Повідомлення про помилку для поля Captcha"
761
 
762
  # @ contact_form
763
+ #: contact_form.php:1092 contact_form.php:1126
764
  msgid "Error message for the whole form"
765
  msgstr "Повідомлення про помилку для всієї форми"
766
 
767
  # @ contact_form
768
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
769
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
770
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
771
+ #: contact_form.php:2364
772
  msgid "Use shortcode"
773
  msgstr "Використовувати шорткод"
774
 
775
  # @ contact_form
776
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
777
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
778
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
779
+ #: contact_form.php:2364
780
  msgid "for this language"
781
  msgstr "для цієї мови"
782
 
783
  # @ contact_form
784
+ #: contact_form.php:1139
785
  msgid "Use the changed names of the contact form fields in the email"
786
  msgstr "Використовувати змінені назви полів контактної форми в емейлі"
787
 
788
  # @ contact_form
789
+ #: contact_form.php:1145
790
  msgid "Action after email is sent"
791
  msgstr "Дія після відправлення емейлу"
792
 
793
  # @ contact_form
794
+ #: contact_form.php:1147
795
  msgid "Display text"
796
  msgstr "Показати текст"
797
 
798
  # @ contact_form
799
+ #: contact_form.php:1156 contact_form.php:1166
800
  msgid "Text"
801
  msgstr "Текст"
802
 
803
  # @ contact_form
804
+ #: contact_form.php:1177
805
  msgid "Redirect to the page"
806
  msgstr "Перенаправлення на сторінку"
807
 
808
  # @ contact_form
809
+ #: contact_form.php:1178
810
  msgid "Url"
811
  msgstr "Url"
812
 
813
  # @ contact_form
814
+ #: contact_form.php:1182
815
  msgid "The $_SERVER variable that is used to build a URL of the form"
816
  msgstr "Змінна $_SERVER, що використовується для створення URL форми"
817
 
818
  # @ contact_form
819
+ #: contact_form.php:1187
820
  msgid ""
821
  "If you are not sure whether to change this setting or not, please do not do "
822
  "that."
825
  "змінюйте."
826
 
827
  # @ contact_form
828
+ #: contact_form.php:1197
829
  msgid "Auto Response"
830
  msgstr "Автовідповідь"
831
 
832
  # @ contact_form
833
+ #: contact_form.php:1201
834
  #, php-format
835
  msgid ""
836
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
842
  "відображення назви блогу."
843
 
844
  # @ default
845
+ #: contact_form.php:1226 contact_form.php:1408
846
  msgid "Save Changes"
847
  msgstr "Зберегти зміни"
848
 
849
  # @ contact_form
850
+ #: contact_form.php:1239
851
  msgid "Errors output"
852
  msgstr "Відображення помилок"
853
 
854
  # @ contact_form
855
+ #: contact_form.php:1242
856
  msgid "Display error messages"
857
  msgstr "Відображати повідомлення про помилки"
858
 
859
  # @ contact_form
860
+ #: contact_form.php:1243
861
  msgid "Color of the input field errors."
862
  msgstr "Колір для помилок у полях введення."
863
 
864
  # @ contact_form
865
+ #: contact_form.php:1244
866
  msgid "Display error messages & color of the input field errors"
867
  msgstr ""
868
  "Відображення повідомлень про помилку і колір для полів з помилками у полях "
869
  "введення"
870
 
871
  # @ contact_form
872
+ #: contact_form.php:1249
873
  msgid "Add placeholder to the input blocks"
874
  msgstr "Додати текст заміщення для блоків введення"
875
 
876
  # @ contact_form
877
+ #: contact_form.php:1255
878
  msgid "Add tooltips"
879
  msgstr "Додати підказки"
880
 
881
  # @ contact_form
882
+ #: contact_form.php:1269
883
  msgid "Email address"
884
  msgstr "Емейл"
885
 
886
  # @ contact_form
887
+ #: contact_form.php:1274
888
  msgid "Phone Number"
889
  msgstr "Номер телефону"
890
 
891
  # @ contact_form
892
+ #: contact_form.php:1288
893
  msgid "Attachment"
894
  msgstr "Вкладений файл"
895
 
896
  # @ contact_form
897
+ #: contact_form.php:1298
898
  msgid "Style options"
899
  msgstr "Опції стилю"
900
 
901
  # @ contact_form
902
+ #: contact_form.php:1301
903
  msgid "Text color"
904
  msgstr "Колір тексту"
905
 
906
  # @ contact_form
907
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
908
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
909
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
910
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
911
  msgid "Default"
912
  msgstr "Стандартно"
913
 
914
  # @ contact_form
915
+ #: contact_form.php:1306
916
  msgid "Label text color"
917
  msgstr "Колір написів"
918
 
919
  # @ contact_form
920
+ #: contact_form.php:1311
921
  msgid "Placeholder color"
922
  msgstr "Колір тексту заміщення"
923
 
924
  # @ contact_form
925
+ #: contact_form.php:1316
926
  msgid "Errors color"
927
  msgstr "Колір помилок"
928
 
929
  # @ contact_form
930
+ #: contact_form.php:1321
931
  msgid "Error text color"
932
  msgstr "Колір тексту помилок"
933
 
934
  # @ contact_form
935
+ #: contact_form.php:1326
936
  msgid "Background color of the input field errors"
937
  msgstr "Колір заднього фону для полів введення з помилками"
938
 
939
  # @ contact_form
940
+ #: contact_form.php:1331
941
  msgid "Border color of the input field errors"
942
  msgstr "Колір рамки для полів введення з помилками"
943
 
944
  # @ contact_form
945
+ #: contact_form.php:1336
946
  msgid "Placeholder color of the input field errors"
947
  msgstr "Колір тексту заміщення для полів введення з помилками"
948
 
949
  # @ contact_form
950
+ #: contact_form.php:1341
951
  msgid "Input fields"
952
  msgstr "Поля введення тексту"
953
 
954
  # @ contact_form
955
+ #: contact_form.php:1346
956
  msgid "Input fields background color"
957
  msgstr "Колір фону полів введення"
958
 
959
  # @ contact_form
960
+ #: contact_form.php:1351
961
  msgid "Text fields color"
962
  msgstr "Колір текстових полів"
963
 
964
  # @ contact_form
965
+ #: contact_form.php:1355
966
  msgid "Border width in px, numbers only"
967
  msgstr "Ширина рамки в пікселях, тільки числа"
968
 
969
  # @ contact_form
970
+ #: contact_form.php:1360 contact_form.php:1384
971
  msgid "Border color"
972
  msgstr "Колір рамки"
973
 
974
  # @ contact_form
975
+ #: contact_form.php:1365
976
  msgid "Submit button"
977
  msgstr "Кнопка підтвердження"
978
 
979
  # @ contact_form
980
+ #: contact_form.php:1369
981
  msgid "Width in px, numbers only"
982
  msgstr "Ширина в точках, тільки числа"
983
 
984
  # @ contact_form
985
+ #: contact_form.php:1374
986
  msgid "Button color"
987
  msgstr "Колір кнопок"
988
 
989
  # @ contact_form
990
+ #: contact_form.php:1379
991
  msgid "Button text color"
992
  msgstr "Колір тексту кнопок"
993
 
994
  # @ contact_form
995
+ #: contact_form.php:1412
996
  msgid "Contact Form Pro | Preview"
997
  msgstr "Contact Form Pro | Прев’ю"
998
 
999
  # @ contact_form
1000
+ #: contact_form.php:1414
1001
  msgid "Show with errors"
1002
  msgstr "Показувати з помилками"
1003
 
1004
  # @ contact_form
1005
+ #: contact_form.php:1423 contact_form.php:1425
1006
  msgid "Please enter your full name..."
1007
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
1008
 
1009
  # @ contact_form
1010
+ #: contact_form.php:1436 contact_form.php:1438
1011
  msgid "Please enter your address..."
1012
  msgstr "Будь ласка, вкажіть свою адресу..."
1013
 
1014
  # @ contact_form
1015
+ #: contact_form.php:1447 contact_form.php:1449
1016
  msgid "Please enter your email address..."
1017
  msgstr "Будь ласка, введіть свій емейл:"
1018
 
1019
  # @ contact_form
1020
+ #: contact_form.php:1458 contact_form.php:1460
1021
  msgid "Please enter your phone number..."
1022
  msgstr "Будь ласка, вкажіть свій номер телефону..."
1023
 
1024
  # @ contact_form
1025
+ #: contact_form.php:1469 contact_form.php:1471
1026
  msgid "Please enter subject..."
1027
  msgstr "Будь ласка, вкажіть тему..."
1028
 
1029
  # @ contact_form
1030
+ #: contact_form.php:1479 contact_form.php:1481
1031
  msgid "Please enter your message..."
1032
  msgstr "Будь ласка, напишіть своє повідомлення..."
1033
 
1034
  # @ contact_form
1035
+ #: contact_form.php:1592
1036
  msgid "Sorry, email message could not be delivered."
1037
  msgstr "Вибачте, ваш емейл не може бути доставлений."
1038
 
1039
  # @ contact_form
1040
+ #: contact_form.php:2000
1041
  msgid "Contact from"
1042
  msgstr "Контакт із"
1043
 
1044
  # @ contact_form
1045
+ #: contact_form.php:2022 contact_form.php:2052
1046
  msgid "Phone"
1047
  msgstr "Телефон"
1048
 
1049
  # @ contact_form
1050
+ #: contact_form.php:2033 contact_form.php:2059
1051
  msgid "Site"
1052
  msgstr "Сайт"
1053
 
1054
  # @ contact_form
1055
+ #: contact_form.php:2146
1056
  msgid ""
1057
  "If you can see this MIME, it means that the MIME type is not supported by "
1058
  "your email client!"
1061
  "поштовим клієнтом!"
1062
 
1063
  # @ contact_form
1064
+ #: contact_form.php:2230
1065
  msgid "Support"
1066
  msgstr "Підтримка"
1067
 
1068
  # @ contact_form
1069
+ #: contact_form.php:2279
1070
  msgid "Are you sure that you want to delete this language data?"
1071
  msgstr "Ви справді хочете видалити дані для цієї мови?"
1072
 
1073
  # @ contact_form
1074
+ #: contact_form.php:2300
1075
  msgid "Add multiple forms"
1076
  msgstr "Додати декілька форм"
1077
 
1078
+ #: contact_form.php:2300
1079
  msgid ""
1080
  "Install Contact Form Multi plugin to create unlimited number of contact "
1081
  "forms."
1084
  "необмежену кількість контактних форм."
1085
 
1086
  # @ contact_form
1087
+ #: contact_form.php:2305
1088
  msgid "Learn more"
1089
  msgstr "Дізнатись більше"
1090
 
1091
+ #: contact_form.php:2309
1092
  msgid "Close"
1093
  msgstr "Закрити"
1094
 
1095
  # @ contact_form
1096
+ #: contact_form.php:2497
1097
  msgid "allows to store your messages to the database."
1098
  msgstr "дозволяє зберігати ваші повідомлення у базі даних."
1099
 
1100
  # @ contact_form
1101
+ #: contact_form.php:2498
1102
  msgid "Manage messages that have been sent from your website."
1103
  msgstr "Контролювати повідомлення, які було відправлено з Вашого сайту. "
languages/{contact_form-vi.mo → contact-form-plugin-vi.mo} RENAMED
Binary file
languages/{contact_form-vi.po → contact-form-plugin-vi.po} RENAMED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-05 09:14+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:15+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
9
  "Language: vi\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35 contact_form.php:657
20
  msgid "Contact Form Settings"
21
  msgstr "Cài đặt hình thức liên lạc"
22
 
@@ -24,35 +24,35 @@ msgstr "Cài đặt hình thức liên lạc"
24
  msgid "Contact Form"
25
  msgstr "Mẫu liên hệ"
26
 
27
- #: contact_form.php:123 contact_form.php:1065 contact_form.php:1099
28
  msgid "Name:"
29
  msgstr "Tên:"
30
 
31
- #: contact_form.php:124 contact_form.php:1066 contact_form.php:1100
32
  msgid "Address:"
33
  msgstr "Địa chỉ:"
34
 
35
- #: contact_form.php:125 contact_form.php:1067 contact_form.php:1101
36
  msgid "Email Address:"
37
  msgstr "Địa chỉ email:"
38
 
39
- #: contact_form.php:126 contact_form.php:1068 contact_form.php:1102
40
  msgid "Phone number:"
41
  msgstr "Số điện thoại:"
42
 
43
- #: contact_form.php:127 contact_form.php:1069 contact_form.php:1103
44
  msgid "Subject:"
45
  msgstr "Tiêu đề:"
46
 
47
- #: contact_form.php:128 contact_form.php:1070 contact_form.php:1104
48
  msgid "Message:"
49
  msgstr "Thông báo:"
50
 
51
- #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
52
  msgid "Attachment:"
53
  msgstr "File đính kèm:"
54
 
55
- #: contact_form.php:130
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
@@ -63,73 +63,73 @@ msgstr ""
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích "
64
  "thước: 2MB"
65
 
66
- #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
67
  msgid "Send me a copy"
68
  msgstr "Gửi cho tôi một bản sao"
69
 
70
- #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
71
  msgid "Submit"
72
  msgstr "Gửi"
73
 
74
- #: contact_form.php:133
75
  msgid "Your name is required."
76
  msgstr "Tên của bạn là cần thiết."
77
 
78
- #: contact_form.php:134
79
  msgid "Address is required."
80
  msgstr "Địa chỉ được yêu cầu."
81
 
82
- #: contact_form.php:135
83
  msgid "A valid email address is required."
84
  msgstr "Một địa chỉ email hợp lệ là bắt buộc."
85
 
86
- #: contact_form.php:136
87
  msgid "Phone number is required."
88
  msgstr "Số điện thoại được yêu cầu."
89
 
90
- #: contact_form.php:137
91
  msgid "Subject is required."
92
  msgstr "Chủ đề là bắt buộc."
93
 
94
- #: contact_form.php:138
95
  msgid "Message text is required."
96
  msgstr "Tin nhắn văn bản được yêu cầu."
97
 
98
- #: contact_form.php:139
99
  msgid "File format is not valid."
100
  msgstr "Định dạng tập tin là không hợp lệ."
101
 
102
- #: contact_form.php:140
103
  msgid "File upload error."
104
  msgstr "Lỗi tải lên tệp."
105
 
106
- #: contact_form.php:141
107
  msgid "The file could not be uploaded."
108
  msgstr "Không thể tải các tập tin."
109
 
110
- #: contact_form.php:142
111
  msgid "This file is too large."
112
  msgstr "Tập tin này là quá lớn."
113
 
114
- #: contact_form.php:143
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Xin vui lòng điền CAPTCHA."
117
 
118
- #: contact_form.php:144
119
  msgid "Please make corrections below and try again."
120
  msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
121
 
122
- #: contact_form.php:146
123
  msgid "Thank you for contacting us."
124
  msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
125
 
126
- #: contact_form.php:546
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
- #: contact_form.php:556
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
@@ -137,12 +137,12 @@ msgstr ""
137
  "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định "
138
  "dạng sau"
139
 
140
- #: contact_form.php:565
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
144
 
145
- #: contact_form.php:575
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
@@ -150,52 +150,52 @@ msgstr ""
150
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
151
  "lưu."
152
 
153
- #: contact_form.php:583
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
158
  "lưu."
159
 
160
- #: contact_form.php:606
161
  msgid "Settings saved."
162
  msgstr "Cài đặt đã lưu."
163
 
164
- #: contact_form.php:608
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Cài đặt đã lưu."
168
 
169
- #: contact_form.php:646
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
- #: contact_form.php:659 contact_form.php:2208 contact_form.php:2222
174
  msgid "Settings"
175
  msgstr "Cài đặt"
176
 
177
- #: contact_form.php:660
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Tùy chọn bổ sung"
181
 
182
- #: contact_form.php:661
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
- #: contact_form.php:662 contact_form.php:2223
187
  msgid "FAQ"
188
  msgstr "CÂU HỎI THƯỜNG GẶP"
189
 
190
- #: contact_form.php:663
191
  msgid "Go PRO"
192
  msgstr ""
193
 
194
- #: contact_form.php:666 contact_form.php:668
195
  msgid "Notice:"
196
  msgstr "Thông báo:"
197
 
198
- #: contact_form.php:666
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp "
204
  "vào nút 'Lưu thay đổi'."
205
 
206
- #: contact_form.php:679
207
  msgid ""
208
  "If you want to create multiple contact forms, please install the Contact "
209
  "Form Multi plugin."
210
  msgstr ""
211
 
212
- #: contact_form.php:686
213
  #, fuzzy
214
  msgid ""
215
  "If you would like to add Contact Form to your website, just copy and paste "
@@ -218,13 +218,13 @@ msgstr ""
218
  "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao "
219
  "chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
220
 
221
- #: contact_form.php:686 contact_form.php:687 contact_form.php:689
222
- #: contact_form.php:690 contact_form.php:1089 contact_form.php:1091
223
- #: contact_form.php:1152 contact_form.php:1154
224
  msgid "or"
225
  msgstr "hoặc"
226
 
227
- #: contact_form.php:687
228
  #, fuzzy
229
  msgid ""
230
  "If you have any problems with the standard shortcode [contact_form], you "
@@ -233,11 +233,11 @@ msgstr ""
233
  "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
234
  "dụng shortcode"
235
 
236
- #: contact_form.php:687 contact_form.php:690
237
  msgid "They work the same way."
238
  msgstr "Họ làm việc cùng một cách."
239
 
240
- #: contact_form.php:689 contact_form.php:1501
241
  msgid ""
242
  "If you would like to add the Contact Form to your website, just copy and "
243
  "paste this shortcode to your post or page or widget:"
@@ -245,7 +245,7 @@ msgstr ""
245
  "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao "
246
  "chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
247
 
248
- #: contact_form.php:690
249
  msgid ""
250
  "If have any problems with the standard shortcode [contact_form], you should "
251
  "use the shortcode"
@@ -253,7 +253,7 @@ msgstr ""
253
  "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
254
  "dụng shortcode"
255
 
256
- #: contact_form.php:694
257
  msgid ""
258
  "If you leave the fields empty, the messages will be sent to the email "
259
  "address specified during registration."
@@ -261,16 +261,16 @@ msgstr ""
261
  "Nếu bạn để các lĩnh vực trống, các tin nhắn sẽ được gửi đến địa chỉ email "
262
  "được chỉ định trong quá trình đăng ký."
263
 
264
- #: contact_form.php:697
265
  msgid "The user's email address:"
266
  msgstr "Các địa chỉ email của người dùng:"
267
 
268
- #: contact_form.php:701
269
  #, fuzzy
270
  msgid "Select a username"
271
  msgstr "Tạo một tên người dùng"
272
 
273
- #: contact_form.php:714
274
  msgid ""
275
  "Enter a username of the person who should get the messages from the contact "
276
  "form."
@@ -278,109 +278,109 @@ msgstr ""
278
  "Nhập tên người dùng của người sẽ nhận được các tin nhắn từ hình thức liên "
279
  "lạc."
280
 
281
- #: contact_form.php:718
282
  msgid "Use this email address:"
283
  msgstr "Sử dụng địa chỉ email này:"
284
 
285
- #: contact_form.php:722
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
288
 
289
- #: contact_form.php:731
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
292
 
293
- #: contact_form.php:739 contact_form.php:1200 contact_form.php:1384
294
  msgid "If you upgrade to Pro version all your settings will be saved."
295
  msgstr ""
296
  "Nếu bạn nâng cấp lên phiên bản Pro, tất cả các thiết lập của bạn sẽ được lưu."
297
 
298
- #: contact_form.php:746 contact_form.php:929 contact_form.php:1001
299
- #: contact_form.php:1207 contact_form.php:1391
300
  msgid "Unlock premium options by upgrading to PRO version."
301
  msgstr ""
302
 
303
- #: contact_form.php:747 contact_form.php:930 contact_form.php:1002
304
- #: contact_form.php:1208 contact_form.php:1392 contact_form.php:2495
305
  msgid "Learn More"
306
  msgstr ""
307
 
308
- #: contact_form.php:750 contact_form.php:933 contact_form.php:1005
309
- #: contact_form.php:1211 contact_form.php:1395
310
  msgid "Go"
311
  msgstr ""
312
 
313
- #: contact_form.php:757
314
  msgid "Save emails to the database"
315
  msgstr "Lưu email vào cơ sở dữ liệu"
316
 
317
- #: contact_form.php:762
318
  msgid "Using"
319
  msgstr ""
320
 
321
- #: contact_form.php:765 contact_form.php:769
322
  #, fuzzy
323
  msgid "Using Contact Form to DB by BestWebSoft"
324
  msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
325
 
326
- #: contact_form.php:765
327
  #, fuzzy
328
  msgid "Activate"
329
  msgstr "Kích hoạt captcha"
330
 
331
- #: contact_form.php:769
332
  #, fuzzy
333
  msgid "Download"
334
  msgstr "Tải về captcha"
335
 
336
- #: contact_form.php:779
337
  msgid "What to use?"
338
  msgstr "Những gì để sử dụng?"
339
 
340
- #: contact_form.php:784
341
  msgid "Wp-mail"
342
  msgstr "WP-thư"
343
 
344
- #: contact_form.php:786
345
  msgid "You can use the wp_mail function for mailing"
346
  msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
347
 
348
- #: contact_form.php:789
349
  msgid "Mail"
350
  msgstr "Thư"
351
 
352
- #: contact_form.php:791
353
  msgid "To send mail you can use the php mail function"
354
  msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
355
 
356
- #: contact_form.php:796
357
  msgid "'FROM' field"
358
  msgstr ""
359
 
360
- #: contact_form.php:798 contact_form.php:860 contact_form.php:1253
361
- #: contact_form.php:2000 contact_form.php:2036
362
  msgid "Name"
363
  msgstr "Tên"
364
 
365
- #: contact_form.php:805
366
  msgid "User name"
367
  msgstr "Tên người dùng"
368
 
369
- #: contact_form.php:807
370
  msgid ""
371
  "The name of the user who fills the form will be used in the field 'From'."
372
  msgstr ""
373
  "Tên người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
374
 
375
- #: contact_form.php:813 contact_form.php:2011 contact_form.php:2043
376
  msgid "Email"
377
  msgstr "Thư điện tử"
378
 
379
- #: contact_form.php:820
380
  msgid "User email"
381
  msgstr "Người dùng thư điện tử"
382
 
383
- #: contact_form.php:822
384
  msgid ""
385
  "The email address of the user who fills the form will be used in the field "
386
  "'From'."
@@ -388,171 +388,171 @@ msgstr ""
388
  "Địa chỉ email của người dùng đã điền vào các hình thức sẽ được sử dụng trong "
389
  "trường 'Từ'."
390
 
391
- #: contact_form.php:826
392
  msgid ""
393
  "If this option is changed, email messages may be moved to the spam folder or "
394
  "email delivery failures may occur."
395
  msgstr ""
396
 
397
- #: contact_form.php:832
398
  msgid "Required symbol"
399
  msgstr "Biểu tượng yêu cầu"
400
 
401
- #: contact_form.php:842
402
  msgid "Fields"
403
  msgstr "Lĩnh vực"
404
 
405
- #: contact_form.php:843
406
  msgid "Used"
407
  msgstr "Sử dụng"
408
 
409
- #: contact_form.php:844
410
  msgid "Required"
411
  msgstr "Yêu cầu"
412
 
413
- #: contact_form.php:845
414
  msgid "Visible"
415
  msgstr "Có thể nhìn thấy"
416
 
417
- #: contact_form.php:846
418
  msgid "Disabled for editing"
419
  msgstr "Khuyết tật để chỉnh sửa"
420
 
421
- #: contact_form.php:847
422
  msgid "Field's default value"
423
  msgstr "Giá trị mặc định của trường"
424
 
425
- #: contact_form.php:852
426
  msgid "Department selectbox"
427
  msgstr ""
428
 
429
- #: contact_form.php:867
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
432
 
433
- #: contact_form.php:868 contact_form.php:896
434
  msgid ""
435
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
436
  "in users."
437
  msgstr ""
438
 
439
- #: contact_form.php:872
440
  msgid "Location selectbox"
441
  msgstr ""
442
 
443
- #: contact_form.php:880 contact_form.php:1258 contact_form.php:2006
444
- #: contact_form.php:2040
445
  msgid "Address"
446
  msgstr "Địa chỉ"
447
 
448
- #: contact_form.php:888
449
  msgid "Email Address"
450
  msgstr "Địa chỉ email"
451
 
452
- #: contact_form.php:895
453
  msgid "Use User's email as a default value if the user is logged in."
454
  msgstr ""
455
 
456
- #: contact_form.php:900
457
  msgid "Phone number"
458
  msgstr "Số điện thoại"
459
 
460
- #: contact_form.php:908 contact_form.php:1273 contact_form.php:2021
461
- #: contact_form.php:2049
462
  msgid "Subject"
463
  msgstr "Chủ đề"
464
 
465
- #: contact_form.php:916 contact_form.php:1277 contact_form.php:2024
466
- #: contact_form.php:2051
467
  msgid "Message"
468
  msgstr "Tin nhắn"
469
 
470
- #: contact_form.php:940
471
  msgid "Attachment block"
472
  msgstr "Tập tin đính kèm khối"
473
 
474
- #: contact_form.php:942
475
  msgid "Users can attach the following file formats"
476
  msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
477
 
478
- #: contact_form.php:955
479
  msgid "Add to the form"
480
  msgstr "Thêm vào các hình thức"
481
 
482
- #: contact_form.php:960
483
  msgid "Tips below the Attachment"
484
  msgstr "Mẹo bên dưới phần đính kèm"
485
 
486
- #: contact_form.php:969
487
  msgid "'Send me a copy' block"
488
  msgstr "'Gửi tôi một bản sao' khối"
489
 
490
- #: contact_form.php:982
491
  msgid "Activate captcha"
492
  msgstr "Kích hoạt captcha"
493
 
494
- #: contact_form.php:986
495
  msgid "Download captcha"
496
  msgstr "Tải về captcha"
497
 
498
- #: contact_form.php:994
499
  msgid "Agreement checkbox"
500
  msgstr "Thỏa thuận hộp kiểm"
501
 
502
- #: contact_form.php:994
503
  msgid "Required checkbox for submitting the form"
504
  msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
505
 
506
- #: contact_form.php:995
507
  msgid "Optional checkbox"
508
  msgstr "Tùy chọn hộp kiểm"
509
 
510
- #: contact_form.php:995
511
  msgid "Optional checkbox, the results of which will be displayed in email"
512
  msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
513
 
514
- #: contact_form.php:1013
515
  msgid "Delete an attachment file from the server after the email is sent"
516
  msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
517
 
518
- #: contact_form.php:1019
519
  msgid "Email in HTML format sending"
520
  msgstr "Gửi email cho HTML định dạng gửi"
521
 
522
- #: contact_form.php:1023
523
  msgid "Display additional info in the email"
524
  msgstr "Hiển thị thông tin bổ sung trong email"
525
 
526
- #: contact_form.php:1029 contact_form.php:1967 contact_form.php:1969
527
  msgid "Sent from (ip address)"
528
  msgstr "Gửi từ (địa chỉ ip)"
529
 
530
- #: contact_form.php:1029
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
533
 
534
- #: contact_form.php:1030 contact_form.php:1973 contact_form.php:1975
535
  msgid "Date/Time"
536
  msgstr "Ngày/thời gian"
537
 
538
- #: contact_form.php:1030
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
541
 
542
- #: contact_form.php:1031 contact_form.php:1979 contact_form.php:1981
543
  msgid "Sent from (referer)"
544
  msgstr "Gửi từ (referer)"
545
 
546
- #: contact_form.php:1031
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
550
 
551
- #: contact_form.php:1032 contact_form.php:1985 contact_form.php:1987
552
  msgid "Using (user agent)"
553
  msgstr "Sử dụng (người sử dụng đại lý)"
554
 
555
- #: contact_form.php:1032
556
  msgid ""
557
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
558
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -560,137 +560,137 @@ msgstr ""
560
  "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
561
  "AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
562
 
563
- #: contact_form.php:1037
564
  msgid "Language settings for the field names in the form"
565
  msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
566
 
567
- #: contact_form.php:1046
568
  msgid "Add a language"
569
  msgstr "Thêm một ngôn ngữ"
570
 
571
- #: contact_form.php:1050
572
  msgid "Change the names of the contact form fields and error messages"
573
  msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
574
 
575
- #: contact_form.php:1055 contact_form.php:1142
576
  msgid "English"
577
  msgstr "Tiếng Anh"
578
 
579
- #: contact_form.php:1063 contact_form.php:1097
580
  msgid "click to expand/hide the list"
581
  msgstr ""
582
 
583
- #: contact_form.php:1072 contact_form.php:1106
584
  msgid "Tips below the Attachment block"
585
  msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
586
 
587
- #: contact_form.php:1075 contact_form.php:1109
588
  msgid "Error message for the Name field"
589
  msgstr "Thông báo lỗi cho trường tên"
590
 
591
- #: contact_form.php:1076 contact_form.php:1110
592
  msgid "Error message for the Address field"
593
  msgstr "Thông báo lỗi cho trường địa chỉ"
594
 
595
- #: contact_form.php:1077 contact_form.php:1111
596
  msgid "Error message for the Email field"
597
  msgstr "Thông báo lỗi cho trường Email"
598
 
599
- #: contact_form.php:1078 contact_form.php:1112
600
  msgid "Error message for the Phone field"
601
  msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
602
 
603
- #: contact_form.php:1079 contact_form.php:1113
604
  msgid "Error message for the Subject field"
605
  msgstr "Thông báo lỗi cho trường chủ đề"
606
 
607
- #: contact_form.php:1080 contact_form.php:1114
608
  msgid "Error message for the Message field"
609
  msgstr "Thông báo lỗi cho trường tin nhắn"
610
 
611
- #: contact_form.php:1081 contact_form.php:1115
612
  msgid "Error message about the file type for the Attachment field"
613
  msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
614
 
615
- #: contact_form.php:1082 contact_form.php:1116
616
  msgid ""
617
  "Error message while uploading a file for the Attachment field to the server"
618
  msgstr ""
619
  "Thông báo lỗi trong khi tải lên một tập tin cho trường đính kèm vào hệ phục "
620
  "vụ"
621
 
622
- #: contact_form.php:1083 contact_form.php:1117
623
  msgid "Error message while moving the file for the Attachment field"
624
  msgstr ""
625
  "Thông báo lỗi trong khi di chuyển tập tin đối với lĩnh vực tập tin đính kèm"
626
 
627
- #: contact_form.php:1084 contact_form.php:1118
628
  msgid "Error message when file size limit for the Attachment field is exceeded"
629
  msgstr ""
630
  "Thông báo lỗi khi vượt quá giới hạn kích thước tập tin cho trường đính kèm"
631
 
632
- #: contact_form.php:1085 contact_form.php:1119
633
  msgid "Error message for the Captcha field"
634
  msgstr "Thông báo lỗi cho lĩnh vực Captcha"
635
 
636
- #: contact_form.php:1086 contact_form.php:1120
637
  msgid "Error message for the whole form"
638
  msgstr "Thông báo lỗi cho các hình thức toàn bộ"
639
 
640
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
641
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
642
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
643
- #: contact_form.php:2358
644
  msgid "Use shortcode"
645
  msgstr "Sử dụng shortcode"
646
 
647
- #: contact_form.php:1089 contact_form.php:1091 contact_form.php:1123
648
- #: contact_form.php:1125 contact_form.php:1152 contact_form.php:1154
649
- #: contact_form.php:1162 contact_form.php:1164 contact_form.php:2356
650
- #: contact_form.php:2358
651
  msgid "for this language"
652
  msgstr "cho ngôn ngữ này"
653
 
654
- #: contact_form.php:1133
655
  #, fuzzy
656
  msgid "Use the changed names of the contact form fields in the email"
657
  msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
658
 
659
- #: contact_form.php:1139
660
  msgid "Action after email is sent"
661
  msgstr "Hành động sau khi email được gửi"
662
 
663
- #: contact_form.php:1141
664
  msgid "Display text"
665
  msgstr "Hiển thị văn bản"
666
 
667
- #: contact_form.php:1150 contact_form.php:1160
668
  msgid "Text"
669
  msgstr "Văn bản"
670
 
671
- #: contact_form.php:1171
672
  msgid "Redirect to the page"
673
  msgstr "Chuyển hướng đến trang"
674
 
675
- #: contact_form.php:1172
676
  msgid "Url"
677
  msgstr "URL"
678
 
679
- #: contact_form.php:1176
680
  msgid "The $_SERVER variable that is used to build a URL of the form"
681
  msgstr ""
682
 
683
- #: contact_form.php:1181
684
  msgid ""
685
  "If you are not sure whether to change this setting or not, please do not do "
686
  "that."
687
  msgstr ""
688
 
689
- #: contact_form.php:1191
690
  msgid "Auto Response"
691
  msgstr ""
692
 
693
- #: contact_form.php:1195
694
  #, php-format
695
  msgid ""
696
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -698,174 +698,174 @@ msgid ""
698
  "name."
699
  msgstr ""
700
 
701
- #: contact_form.php:1220 contact_form.php:1402
702
  msgid "Save Changes"
703
  msgstr "Lưu thay đổi"
704
 
705
- #: contact_form.php:1233
706
  msgid "Errors output"
707
  msgstr "Đầu ra lỗi"
708
 
709
- #: contact_form.php:1236
710
  msgid "Display error messages"
711
  msgstr "Hiển thị thông báo lỗi"
712
 
713
- #: contact_form.php:1237
714
  msgid "Color of the input field errors."
715
  msgstr "Màu sắc của trường nhập lỗi."
716
 
717
- #: contact_form.php:1238
718
  msgid "Display error messages & color of the input field errors"
719
  msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
720
 
721
- #: contact_form.php:1243
722
  msgid "Add placeholder to the input blocks"
723
  msgstr "Thêm giữ chỗ để các khối đầu vào"
724
 
725
- #: contact_form.php:1249
726
  msgid "Add tooltips"
727
  msgstr "Thêm chú giải công cụ"
728
 
729
- #: contact_form.php:1263
730
  msgid "Email address"
731
  msgstr "Địa chỉ email"
732
 
733
- #: contact_form.php:1268
734
  msgid "Phone Number"
735
  msgstr "Số điện thoại"
736
 
737
- #: contact_form.php:1282
738
  msgid "Attachment"
739
  msgstr "Tập tin đính kèm"
740
 
741
- #: contact_form.php:1292
742
  msgid "Style options"
743
  msgstr "Tùy chọn phong cách"
744
 
745
- #: contact_form.php:1295
746
  msgid "Text color"
747
  msgstr "Văn bản màu"
748
 
749
- #: contact_form.php:1298 contact_form.php:1303 contact_form.php:1313
750
- #: contact_form.php:1318 contact_form.php:1323 contact_form.php:1328
751
- #: contact_form.php:1338 contact_form.php:1343 contact_form.php:1352
752
- #: contact_form.php:1366 contact_form.php:1371 contact_form.php:1376
753
  msgid "Default"
754
  msgstr "Mặc định"
755
 
756
- #: contact_form.php:1300
757
  msgid "Label text color"
758
  msgstr "Nhãn văn bản màu"
759
 
760
- #: contact_form.php:1305
761
  msgid "Placeholder color"
762
  msgstr "Giữ chỗ màu"
763
 
764
- #: contact_form.php:1310
765
  msgid "Errors color"
766
  msgstr "Lỗi màu"
767
 
768
- #: contact_form.php:1315
769
  msgid "Error text color"
770
  msgstr "Lỗi văn bản màu"
771
 
772
- #: contact_form.php:1320
773
  msgid "Background color of the input field errors"
774
  msgstr "Màu nền của trường nhập lỗi"
775
 
776
- #: contact_form.php:1325
777
  msgid "Border color of the input field errors"
778
  msgstr "Biên giới màu sắc của trường nhập lỗi"
779
 
780
- #: contact_form.php:1330
781
  msgid "Placeholder color of the input field errors"
782
  msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
783
 
784
- #: contact_form.php:1335
785
  msgid "Input fields"
786
  msgstr "Lĩnh vực đầu vào"
787
 
788
- #: contact_form.php:1340
789
  msgid "Input fields background color"
790
  msgstr "Lĩnh vực đầu vào nền màu"
791
 
792
- #: contact_form.php:1345
793
  msgid "Text fields color"
794
  msgstr "Văn bản lĩnh vực màu"
795
 
796
- #: contact_form.php:1349
797
  msgid "Border width in px, numbers only"
798
  msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
799
 
800
- #: contact_form.php:1354 contact_form.php:1378
801
  msgid "Border color"
802
  msgstr "Biên giới màu sắc"
803
 
804
- #: contact_form.php:1359
805
  msgid "Submit button"
806
  msgstr "Gửi nút"
807
 
808
- #: contact_form.php:1363
809
  msgid "Width in px, numbers only"
810
  msgstr "Chiều rộng trong px, chỉ có số điện thoại"
811
 
812
- #: contact_form.php:1368
813
  msgid "Button color"
814
  msgstr "Nút màu"
815
 
816
- #: contact_form.php:1373
817
  msgid "Button text color"
818
  msgstr "Nút màu chữ"
819
 
820
- #: contact_form.php:1406
821
  msgid "Contact Form Pro | Preview"
822
  msgstr "Liên hệ tạo thành Pro | Xem trước"
823
 
824
- #: contact_form.php:1408
825
  msgid "Show with errors"
826
  msgstr "Hiển thị lỗi"
827
 
828
- #: contact_form.php:1417 contact_form.php:1419
829
  msgid "Please enter your full name..."
830
  msgstr "Vui lòng nhập tên đầy đủ của bạn..."
831
 
832
- #: contact_form.php:1430 contact_form.php:1432
833
  msgid "Please enter your address..."
834
  msgstr "Vui lòng nhập địa chỉ của bạn..."
835
 
836
- #: contact_form.php:1441 contact_form.php:1443
837
  msgid "Please enter your email address..."
838
  msgstr "Vui lòng nhập địa chỉ email của bạn..."
839
 
840
- #: contact_form.php:1452 contact_form.php:1454
841
  msgid "Please enter your phone number..."
842
  msgstr "Vui lòng nhập số điện thoại của bạn..."
843
 
844
- #: contact_form.php:1463 contact_form.php:1465
845
  msgid "Please enter subject..."
846
  msgstr "Vui lòng nhập Chủ đề..."
847
 
848
- #: contact_form.php:1473 contact_form.php:1475
849
  msgid "Please enter your message..."
850
  msgstr "Vui lòng nhập tin nhắn của bạn..."
851
 
852
- #: contact_form.php:1586
853
  msgid "Sorry, email message could not be delivered."
854
  msgstr "Xin lỗi, không thể gửi được thư email."
855
 
856
- #: contact_form.php:1994
857
  msgid "Contact from"
858
  msgstr "Liên hệ với từ"
859
 
860
- #: contact_form.php:2016 contact_form.php:2046
861
  msgid "Phone"
862
  msgstr "Điện thoại"
863
 
864
- #: contact_form.php:2027 contact_form.php:2053
865
  msgid "Site"
866
  msgstr "Trang web"
867
 
868
- #: contact_form.php:2140
869
  msgid ""
870
  "If you can see this MIME, it means that the MIME type is not supported by "
871
  "your email client!"
@@ -873,39 +873,39 @@ msgstr ""
873
  "Nếu bạn có thể thấy MIME này, nó có nghĩa là rằng loại MIME không được hỗ "
874
  "trợ bởi ứng dụng email của bạn!"
875
 
876
- #: contact_form.php:2224
877
  msgid "Support"
878
  msgstr "Hỗ trợ"
879
 
880
- #: contact_form.php:2273
881
  msgid "Are you sure that you want to delete this language data?"
882
  msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
883
 
884
- #: contact_form.php:2294
885
  #, fuzzy
886
  msgid "Add multiple forms"
887
  msgstr "Thêm vào các hình thức"
888
 
889
- #: contact_form.php:2294
890
  msgid ""
891
  "Install Contact Form Multi plugin to create unlimited number of contact "
892
  "forms."
893
  msgstr ""
894
 
895
- #: contact_form.php:2299
896
  msgid "Learn more"
897
  msgstr ""
898
 
899
- #: contact_form.php:2303
900
  msgid "Close"
901
  msgstr ""
902
 
903
- #: contact_form.php:2491
904
  #, fuzzy
905
  msgid "allows to store your messages to the database."
906
  msgstr "Lưu email vào cơ sở dữ liệu"
907
 
908
- #: contact_form.php:2492
909
  msgid "Manage messages that have been sent from your website."
910
  msgstr ""
911
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-14 16:58+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Localization blog | http://bizover.net <contact@bizover.net>\n"
9
  "Language: vi\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:35 contact_form.php:663
20
  msgid "Contact Form Settings"
21
  msgstr "Cài đặt hình thức liên lạc"
22
 
24
  msgid "Contact Form"
25
  msgstr "Mẫu liên hệ"
26
 
27
+ #: contact_form.php:129 contact_form.php:1071 contact_form.php:1105
28
  msgid "Name:"
29
  msgstr "Tên:"
30
 
31
+ #: contact_form.php:130 contact_form.php:1072 contact_form.php:1106
32
  msgid "Address:"
33
  msgstr "Địa chỉ:"
34
 
35
+ #: contact_form.php:131 contact_form.php:1073 contact_form.php:1107
36
  msgid "Email Address:"
37
  msgstr "Địa chỉ email:"
38
 
39
+ #: contact_form.php:132 contact_form.php:1074 contact_form.php:1108
40
  msgid "Phone number:"
41
  msgstr "Số điện thoại:"
42
 
43
+ #: contact_form.php:133 contact_form.php:1075 contact_form.php:1109
44
  msgid "Subject:"
45
  msgstr "Tiêu đề:"
46
 
47
+ #: contact_form.php:134 contact_form.php:1076 contact_form.php:1110
48
  msgid "Message:"
49
  msgstr "Thông báo:"
50
 
51
+ #: contact_form.php:135 contact_form.php:1077 contact_form.php:1111
52
  msgid "Attachment:"
53
  msgstr "File đính kèm:"
54
 
55
+ #: contact_form.php:136
56
  #, fuzzy
57
  msgid ""
58
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
63
  "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, vùng tối đa kích "
64
  "thước: 2MB"
65
 
66
+ #: contact_form.php:137 contact_form.php:1079 contact_form.php:1113
67
  msgid "Send me a copy"
68
  msgstr "Gửi cho tôi một bản sao"
69
 
70
+ #: contact_form.php:138 contact_form.php:1080 contact_form.php:1114
71
  msgid "Submit"
72
  msgstr "Gửi"
73
 
74
+ #: contact_form.php:139
75
  msgid "Your name is required."
76
  msgstr "Tên của bạn là cần thiết."
77
 
78
+ #: contact_form.php:140
79
  msgid "Address is required."
80
  msgstr "Địa chỉ được yêu cầu."
81
 
82
+ #: contact_form.php:141
83
  msgid "A valid email address is required."
84
  msgstr "Một địa chỉ email hợp lệ là bắt buộc."
85
 
86
+ #: contact_form.php:142
87
  msgid "Phone number is required."
88
  msgstr "Số điện thoại được yêu cầu."
89
 
90
+ #: contact_form.php:143
91
  msgid "Subject is required."
92
  msgstr "Chủ đề là bắt buộc."
93
 
94
+ #: contact_form.php:144
95
  msgid "Message text is required."
96
  msgstr "Tin nhắn văn bản được yêu cầu."
97
 
98
+ #: contact_form.php:145
99
  msgid "File format is not valid."
100
  msgstr "Định dạng tập tin là không hợp lệ."
101
 
102
+ #: contact_form.php:146
103
  msgid "File upload error."
104
  msgstr "Lỗi tải lên tệp."
105
 
106
+ #: contact_form.php:147
107
  msgid "The file could not be uploaded."
108
  msgstr "Không thể tải các tập tin."
109
 
110
+ #: contact_form.php:148
111
  msgid "This file is too large."
112
  msgstr "Tập tin này là quá lớn."
113
 
114
+ #: contact_form.php:149
115
  msgid "Please fill out the CAPTCHA."
116
  msgstr "Xin vui lòng điền CAPTCHA."
117
 
118
+ #: contact_form.php:150
119
  msgid "Please make corrections below and try again."
120
  msgstr "Xin vui lòng làm cho chỉnh dưới đây và thử lại."
121
 
122
+ #: contact_form.php:152
123
  msgid "Thank you for contacting us."
124
  msgstr "Cảm ơn bạn đã liên hệ với chúng tôi."
125
 
126
+ #: contact_form.php:552
127
  msgid ""
128
  "Email 'FROM' field option was changed, which may cause email messages being "
129
  "moved to the spam folder or email delivery failures."
130
  msgstr ""
131
 
132
+ #: contact_form.php:562
133
  msgid ""
134
  "If the 'Redirect to page' option is selected then the URL field should be in "
135
  "the following format"
137
  "Nếu tùy chọn 'Chuyển hướng đến trang' được chọn thì trường URL nên ở định "
138
  "dạng sau"
139
 
140
+ #: contact_form.php:571
141
  #, fuzzy
142
  msgid "Such user does not exist."
143
  msgstr "Người dùng như vậy không tồn tại. Cài đặt không được lưu."
144
 
145
+ #: contact_form.php:581
146
  #, fuzzy
147
  msgid ""
148
  "Please enter a valid email address in the 'Use this email address' field."
150
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
151
  "lưu."
152
 
153
+ #: contact_form.php:589
154
  #, fuzzy
155
  msgid "Please enter a valid email address in the 'FROM' field."
156
  msgstr ""
157
  "Vui lòng nhập một địa chỉ email hợp lệ trong trường 'Từ'. Cài đặt không được "
158
  "lưu."
159
 
160
+ #: contact_form.php:612
161
  msgid "Settings saved."
162
  msgstr "Cài đặt đã lưu."
163
 
164
+ #: contact_form.php:614
165
  #, fuzzy
166
  msgid "Settings are not saved."
167
  msgstr "Cài đặt đã lưu."
168
 
169
+ #: contact_form.php:652
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
+ #: contact_form.php:665 contact_form.php:2214 contact_form.php:2228
174
  msgid "Settings"
175
  msgstr "Cài đặt"
176
 
177
+ #: contact_form.php:666
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Tùy chọn bổ sung"
181
 
182
+ #: contact_form.php:667
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
+ #: contact_form.php:668 contact_form.php:2229
187
  msgid "FAQ"
188
  msgstr "CÂU HỎI THƯỜNG GẶP"
189
 
190
+ #: contact_form.php:669
191
  msgid "Go PRO"
192
  msgstr ""
193
 
194
+ #: contact_form.php:672 contact_form.php:674
195
  msgid "Notice:"
196
  msgstr "Thông báo:"
197
 
198
+ #: contact_form.php:672
199
  msgid ""
200
  "The plugin's settings have been changed. In order to save them please don't "
201
  "forget to click the 'Save Changes' button."
203
  "Cài đặt của plugin đã được thay đổi. Để tiết kiệm họ xin đừng quên để nhấp "
204
  "vào nút 'Lưu thay đổi'."
205
 
206
+ #: contact_form.php:685
207
  msgid ""
208
  "If you want to create multiple contact forms, please install the Contact "
209
  "Form Multi plugin."
210
  msgstr ""
211
 
212
+ #: contact_form.php:692
213
  #, fuzzy
214
  msgid ""
215
  "If you would like to add Contact Form to your website, just copy and paste "
218
  "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao "
219
  "chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
220
 
221
+ #: contact_form.php:692 contact_form.php:693 contact_form.php:695
222
+ #: contact_form.php:696 contact_form.php:1095 contact_form.php:1097
223
+ #: contact_form.php:1158 contact_form.php:1160
224
  msgid "or"
225
  msgstr "hoặc"
226
 
227
+ #: contact_form.php:693
228
  #, fuzzy
229
  msgid ""
230
  "If you have any problems with the standard shortcode [contact_form], you "
233
  "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
234
  "dụng shortcode"
235
 
236
+ #: contact_form.php:693 contact_form.php:696
237
  msgid "They work the same way."
238
  msgstr "Họ làm việc cùng một cách."
239
 
240
+ #: contact_form.php:695 contact_form.php:1507
241
  msgid ""
242
  "If you would like to add the Contact Form to your website, just copy and "
243
  "paste this shortcode to your post or page or widget:"
245
  "Nếu bạn muốn thêm các hình thức liên lạc để trang web của bạn, chỉ cần sao "
246
  "chép và dán này shortcode để đăng bài hay trang hoặc phụ tùng của bạn:"
247
 
248
+ #: contact_form.php:696
249
  msgid ""
250
  "If have any problems with the standard shortcode [contact_form], you should "
251
  "use the shortcode"
253
  "Nếu có bất kỳ vấn đề với tiêu chuẩn shortcode [contact_form], bạn nên sử "
254
  "dụng shortcode"
255
 
256
+ #: contact_form.php:700
257
  msgid ""
258
  "If you leave the fields empty, the messages will be sent to the email "
259
  "address specified during registration."
261
  "Nếu bạn để các lĩnh vực trống, các tin nhắn sẽ được gửi đến địa chỉ email "
262
  "được chỉ định trong quá trình đăng ký."
263
 
264
+ #: contact_form.php:703
265
  msgid "The user's email address:"
266
  msgstr "Các địa chỉ email của người dùng:"
267
 
268
+ #: contact_form.php:707
269
  #, fuzzy
270
  msgid "Select a username"
271
  msgstr "Tạo một tên người dùng"
272
 
273
+ #: contact_form.php:720
274
  msgid ""
275
  "Enter a username of the person who should get the messages from the contact "
276
  "form."
278
  "Nhập tên người dùng của người sẽ nhận được các tin nhắn từ hình thức liên "
279
  "lạc."
280
 
281
+ #: contact_form.php:724
282
  msgid "Use this email address:"
283
  msgstr "Sử dụng địa chỉ email này:"
284
 
285
+ #: contact_form.php:728
286
  msgid "Enter the email address you want the messages forwarded to."
287
  msgstr "Nhập địa chỉ email mà bạn muốn các thư được chuyển tiếp đến."
288
 
289
+ #: contact_form.php:737
290
  msgid "Add department selectbox to the contact form:"
291
  msgstr "Địa chỉ sở selectbox để hình thức liên lạc:"
292
 
293
+ #: contact_form.php:745 contact_form.php:1206 contact_form.php:1390
294
  msgid "If you upgrade to Pro version all your settings will be saved."
295
  msgstr ""
296
  "Nếu bạn nâng cấp lên phiên bản Pro, tất cả các thiết lập của bạn sẽ được lưu."
297
 
298
+ #: contact_form.php:752 contact_form.php:935 contact_form.php:1007
299
+ #: contact_form.php:1213 contact_form.php:1397
300
  msgid "Unlock premium options by upgrading to PRO version."
301
  msgstr ""
302
 
303
+ #: contact_form.php:753 contact_form.php:936 contact_form.php:1008
304
+ #: contact_form.php:1214 contact_form.php:1398 contact_form.php:2501
305
  msgid "Learn More"
306
  msgstr ""
307
 
308
+ #: contact_form.php:756 contact_form.php:939 contact_form.php:1011
309
+ #: contact_form.php:1217 contact_form.php:1401
310
  msgid "Go"
311
  msgstr ""
312
 
313
+ #: contact_form.php:763
314
  msgid "Save emails to the database"
315
  msgstr "Lưu email vào cơ sở dữ liệu"
316
 
317
+ #: contact_form.php:768
318
  msgid "Using"
319
  msgstr ""
320
 
321
+ #: contact_form.php:771 contact_form.php:775
322
  #, fuzzy
323
  msgid "Using Contact Form to DB by BestWebSoft"
324
  msgstr "Bằng cách sử dụng mẫu liên hệ để DB được tài trợ bởi"
325
 
326
+ #: contact_form.php:771
327
  #, fuzzy
328
  msgid "Activate"
329
  msgstr "Kích hoạt captcha"
330
 
331
+ #: contact_form.php:775
332
  #, fuzzy
333
  msgid "Download"
334
  msgstr "Tải về captcha"
335
 
336
+ #: contact_form.php:785
337
  msgid "What to use?"
338
  msgstr "Những gì để sử dụng?"
339
 
340
+ #: contact_form.php:790
341
  msgid "Wp-mail"
342
  msgstr "WP-thư"
343
 
344
+ #: contact_form.php:792
345
  msgid "You can use the wp_mail function for mailing"
346
  msgstr "Bạn có thể sử dụng các chức năng wp_mail để gửi thư"
347
 
348
+ #: contact_form.php:795
349
  msgid "Mail"
350
  msgstr "Thư"
351
 
352
+ #: contact_form.php:797
353
  msgid "To send mail you can use the php mail function"
354
  msgstr "Để gửi thư, bạn có thể sử dụng chức năng php thư"
355
 
356
+ #: contact_form.php:802
357
  msgid "'FROM' field"
358
  msgstr ""
359
 
360
+ #: contact_form.php:804 contact_form.php:866 contact_form.php:1259
361
+ #: contact_form.php:2006 contact_form.php:2042
362
  msgid "Name"
363
  msgstr "Tên"
364
 
365
+ #: contact_form.php:811
366
  msgid "User name"
367
  msgstr "Tên người dùng"
368
 
369
+ #: contact_form.php:813
370
  msgid ""
371
  "The name of the user who fills the form will be used in the field 'From'."
372
  msgstr ""
373
  "Tên người dùng đã điền vào các hình thức sẽ được sử dụng trong trường 'Từ'."
374
 
375
+ #: contact_form.php:819 contact_form.php:2017 contact_form.php:2049
376
  msgid "Email"
377
  msgstr "Thư điện tử"
378
 
379
+ #: contact_form.php:826
380
  msgid "User email"
381
  msgstr "Người dùng thư điện tử"
382
 
383
+ #: contact_form.php:828
384
  msgid ""
385
  "The email address of the user who fills the form will be used in the field "
386
  "'From'."
388
  "Địa chỉ email của người dùng đã điền vào các hình thức sẽ được sử dụng trong "
389
  "trường 'Từ'."
390
 
391
+ #: contact_form.php:832
392
  msgid ""
393
  "If this option is changed, email messages may be moved to the spam folder or "
394
  "email delivery failures may occur."
395
  msgstr ""
396
 
397
+ #: contact_form.php:838
398
  msgid "Required symbol"
399
  msgstr "Biểu tượng yêu cầu"
400
 
401
+ #: contact_form.php:848
402
  msgid "Fields"
403
  msgstr "Lĩnh vực"
404
 
405
+ #: contact_form.php:849
406
  msgid "Used"
407
  msgstr "Sử dụng"
408
 
409
+ #: contact_form.php:850
410
  msgid "Required"
411
  msgstr "Yêu cầu"
412
 
413
+ #: contact_form.php:851
414
  msgid "Visible"
415
  msgstr "Có thể nhìn thấy"
416
 
417
+ #: contact_form.php:852
418
  msgid "Disabled for editing"
419
  msgstr "Khuyết tật để chỉnh sửa"
420
 
421
+ #: contact_form.php:853
422
  msgid "Field's default value"
423
  msgstr "Giá trị mặc định của trường"
424
 
425
+ #: contact_form.php:858
426
  msgid "Department selectbox"
427
  msgstr ""
428
 
429
+ #: contact_form.php:873
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
432
 
433
+ #: contact_form.php:874 contact_form.php:902
434
  msgid ""
435
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
436
  "in users."
437
  msgstr ""
438
 
439
+ #: contact_form.php:878
440
  msgid "Location selectbox"
441
  msgstr ""
442
 
443
+ #: contact_form.php:886 contact_form.php:1264 contact_form.php:2012
444
+ #: contact_form.php:2046
445
  msgid "Address"
446
  msgstr "Địa chỉ"
447
 
448
+ #: contact_form.php:894
449
  msgid "Email Address"
450
  msgstr "Địa chỉ email"
451
 
452
+ #: contact_form.php:901
453
  msgid "Use User's email as a default value if the user is logged in."
454
  msgstr ""
455
 
456
+ #: contact_form.php:906
457
  msgid "Phone number"
458
  msgstr "Số điện thoại"
459
 
460
+ #: contact_form.php:914 contact_form.php:1279 contact_form.php:2027
461
+ #: contact_form.php:2055
462
  msgid "Subject"
463
  msgstr "Chủ đề"
464
 
465
+ #: contact_form.php:922 contact_form.php:1283 contact_form.php:2030
466
+ #: contact_form.php:2057
467
  msgid "Message"
468
  msgstr "Tin nhắn"
469
 
470
+ #: contact_form.php:946
471
  msgid "Attachment block"
472
  msgstr "Tập tin đính kèm khối"
473
 
474
+ #: contact_form.php:948
475
  msgid "Users can attach the following file formats"
476
  msgstr "Người dùng có thể đính kèm các định dạng tệp sau"
477
 
478
+ #: contact_form.php:961
479
  msgid "Add to the form"
480
  msgstr "Thêm vào các hình thức"
481
 
482
+ #: contact_form.php:966
483
  msgid "Tips below the Attachment"
484
  msgstr "Mẹo bên dưới phần đính kèm"
485
 
486
+ #: contact_form.php:975
487
  msgid "'Send me a copy' block"
488
  msgstr "'Gửi tôi một bản sao' khối"
489
 
490
+ #: contact_form.php:988
491
  msgid "Activate captcha"
492
  msgstr "Kích hoạt captcha"
493
 
494
+ #: contact_form.php:992
495
  msgid "Download captcha"
496
  msgstr "Tải về captcha"
497
 
498
+ #: contact_form.php:1000
499
  msgid "Agreement checkbox"
500
  msgstr "Thỏa thuận hộp kiểm"
501
 
502
+ #: contact_form.php:1000
503
  msgid "Required checkbox for submitting the form"
504
  msgstr "Các hộp kiểm yêu cầu để gửi biểu mẫu"
505
 
506
+ #: contact_form.php:1001
507
  msgid "Optional checkbox"
508
  msgstr "Tùy chọn hộp kiểm"
509
 
510
+ #: contact_form.php:1001
511
  msgid "Optional checkbox, the results of which will be displayed in email"
512
  msgstr "Tùy chọn hộp kiểm, kết quả trong đó sẽ được hiển thị trong email"
513
 
514
+ #: contact_form.php:1019
515
  msgid "Delete an attachment file from the server after the email is sent"
516
  msgstr "Xóa một tập tin đính kèm từ hệ phục vụ sau khi các email được gửi"
517
 
518
+ #: contact_form.php:1025
519
  msgid "Email in HTML format sending"
520
  msgstr "Gửi email cho HTML định dạng gửi"
521
 
522
+ #: contact_form.php:1029
523
  msgid "Display additional info in the email"
524
  msgstr "Hiển thị thông tin bổ sung trong email"
525
 
526
+ #: contact_form.php:1035 contact_form.php:1973 contact_form.php:1975
527
  msgid "Sent from (ip address)"
528
  msgstr "Gửi từ (địa chỉ ip)"
529
 
530
+ #: contact_form.php:1035
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Ví dụ: Gửi từ (địa chỉ IP):\t127.0.0.1"
533
 
534
+ #: contact_form.php:1036 contact_form.php:1979 contact_form.php:1981
535
  msgid "Date/Time"
536
  msgstr "Ngày/thời gian"
537
 
538
+ #: contact_form.php:1036
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr "Ví dụ: Ngày/thời gian:\tngày 19 tháng 8 năm 2013 8:50 pm"
541
 
542
+ #: contact_form.php:1037 contact_form.php:1985 contact_form.php:1987
543
  msgid "Sent from (referer)"
544
  msgstr "Gửi từ (referer)"
545
 
546
+ #: contact_form.php:1037
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr "Ví dụ: Gửi từ (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
550
 
551
+ #: contact_form.php:1038 contact_form.php:1991 contact_form.php:1993
552
  msgid "Using (user agent)"
553
  msgstr "Sử dụng (người sử dụng đại lý)"
554
 
555
+ #: contact_form.php:1038
556
  msgid ""
557
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
558
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
560
  "Ví dụ: Sử dụng (người sử dụng đại lý):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
561
  "AppleWebKit/537.36 (KHTML, như Gecko) Chrome/28.0.1500.95 Safari/537.36"
562
 
563
+ #: contact_form.php:1043
564
  msgid "Language settings for the field names in the form"
565
  msgstr "Cài đặt ngôn ngữ cho tên trường trong các hình thức"
566
 
567
+ #: contact_form.php:1052
568
  msgid "Add a language"
569
  msgstr "Thêm một ngôn ngữ"
570
 
571
+ #: contact_form.php:1056
572
  msgid "Change the names of the contact form fields and error messages"
573
  msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
574
 
575
+ #: contact_form.php:1061 contact_form.php:1148
576
  msgid "English"
577
  msgstr "Tiếng Anh"
578
 
579
+ #: contact_form.php:1069 contact_form.php:1103
580
  msgid "click to expand/hide the list"
581
  msgstr ""
582
 
583
+ #: contact_form.php:1078 contact_form.php:1112
584
  msgid "Tips below the Attachment block"
585
  msgstr "Lời khuyên dưới đây khối tập tin đính kèm"
586
 
587
+ #: contact_form.php:1081 contact_form.php:1115
588
  msgid "Error message for the Name field"
589
  msgstr "Thông báo lỗi cho trường tên"
590
 
591
+ #: contact_form.php:1082 contact_form.php:1116
592
  msgid "Error message for the Address field"
593
  msgstr "Thông báo lỗi cho trường địa chỉ"
594
 
595
+ #: contact_form.php:1083 contact_form.php:1117
596
  msgid "Error message for the Email field"
597
  msgstr "Thông báo lỗi cho trường Email"
598
 
599
+ #: contact_form.php:1084 contact_form.php:1118
600
  msgid "Error message for the Phone field"
601
  msgstr "Thông báo lỗi cho lĩnh vực điện thoại"
602
 
603
+ #: contact_form.php:1085 contact_form.php:1119
604
  msgid "Error message for the Subject field"
605
  msgstr "Thông báo lỗi cho trường chủ đề"
606
 
607
+ #: contact_form.php:1086 contact_form.php:1120
608
  msgid "Error message for the Message field"
609
  msgstr "Thông báo lỗi cho trường tin nhắn"
610
 
611
+ #: contact_form.php:1087 contact_form.php:1121
612
  msgid "Error message about the file type for the Attachment field"
613
  msgstr "Thông báo lỗi về các loại tập tin cho trường đính kèm"
614
 
615
+ #: contact_form.php:1088 contact_form.php:1122
616
  msgid ""
617
  "Error message while uploading a file for the Attachment field to the server"
618
  msgstr ""
619
  "Thông báo lỗi trong khi tải lên một tập tin cho trường đính kèm vào hệ phục "
620
  "vụ"
621
 
622
+ #: contact_form.php:1089 contact_form.php:1123
623
  msgid "Error message while moving the file for the Attachment field"
624
  msgstr ""
625
  "Thông báo lỗi trong khi di chuyển tập tin đối với lĩnh vực tập tin đính kèm"
626
 
627
+ #: contact_form.php:1090 contact_form.php:1124
628
  msgid "Error message when file size limit for the Attachment field is exceeded"
629
  msgstr ""
630
  "Thông báo lỗi khi vượt quá giới hạn kích thước tập tin cho trường đính kèm"
631
 
632
+ #: contact_form.php:1091 contact_form.php:1125
633
  msgid "Error message for the Captcha field"
634
  msgstr "Thông báo lỗi cho lĩnh vực Captcha"
635
 
636
+ #: contact_form.php:1092 contact_form.php:1126
637
  msgid "Error message for the whole form"
638
  msgstr "Thông báo lỗi cho các hình thức toàn bộ"
639
 
640
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
641
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
642
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
643
+ #: contact_form.php:2364
644
  msgid "Use shortcode"
645
  msgstr "Sử dụng shortcode"
646
 
647
+ #: contact_form.php:1095 contact_form.php:1097 contact_form.php:1129
648
+ #: contact_form.php:1131 contact_form.php:1158 contact_form.php:1160
649
+ #: contact_form.php:1168 contact_form.php:1170 contact_form.php:2362
650
+ #: contact_form.php:2364
651
  msgid "for this language"
652
  msgstr "cho ngôn ngữ này"
653
 
654
+ #: contact_form.php:1139
655
  #, fuzzy
656
  msgid "Use the changed names of the contact form fields in the email"
657
  msgstr "Thay đổi tên của các lĩnh vực hình thức liên lạc và thông báo lỗi"
658
 
659
+ #: contact_form.php:1145
660
  msgid "Action after email is sent"
661
  msgstr "Hành động sau khi email được gửi"
662
 
663
+ #: contact_form.php:1147
664
  msgid "Display text"
665
  msgstr "Hiển thị văn bản"
666
 
667
+ #: contact_form.php:1156 contact_form.php:1166
668
  msgid "Text"
669
  msgstr "Văn bản"
670
 
671
+ #: contact_form.php:1177
672
  msgid "Redirect to the page"
673
  msgstr "Chuyển hướng đến trang"
674
 
675
+ #: contact_form.php:1178
676
  msgid "Url"
677
  msgstr "URL"
678
 
679
+ #: contact_form.php:1182
680
  msgid "The $_SERVER variable that is used to build a URL of the form"
681
  msgstr ""
682
 
683
+ #: contact_form.php:1187
684
  msgid ""
685
  "If you are not sure whether to change this setting or not, please do not do "
686
  "that."
687
  msgstr ""
688
 
689
+ #: contact_form.php:1197
690
  msgid "Auto Response"
691
  msgstr ""
692
 
693
+ #: contact_form.php:1201
694
  #, php-format
695
  msgid ""
696
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
698
  "name."
699
  msgstr ""
700
 
701
+ #: contact_form.php:1226 contact_form.php:1408
702
  msgid "Save Changes"
703
  msgstr "Lưu thay đổi"
704
 
705
+ #: contact_form.php:1239
706
  msgid "Errors output"
707
  msgstr "Đầu ra lỗi"
708
 
709
+ #: contact_form.php:1242
710
  msgid "Display error messages"
711
  msgstr "Hiển thị thông báo lỗi"
712
 
713
+ #: contact_form.php:1243
714
  msgid "Color of the input field errors."
715
  msgstr "Màu sắc của trường nhập lỗi."
716
 
717
+ #: contact_form.php:1244
718
  msgid "Display error messages & color of the input field errors"
719
  msgstr "Hiển thị thông báo lỗi và màu sắc của trường nhập lỗi"
720
 
721
+ #: contact_form.php:1249
722
  msgid "Add placeholder to the input blocks"
723
  msgstr "Thêm giữ chỗ để các khối đầu vào"
724
 
725
+ #: contact_form.php:1255
726
  msgid "Add tooltips"
727
  msgstr "Thêm chú giải công cụ"
728
 
729
+ #: contact_form.php:1269
730
  msgid "Email address"
731
  msgstr "Địa chỉ email"
732
 
733
+ #: contact_form.php:1274
734
  msgid "Phone Number"
735
  msgstr "Số điện thoại"
736
 
737
+ #: contact_form.php:1288
738
  msgid "Attachment"
739
  msgstr "Tập tin đính kèm"
740
 
741
+ #: contact_form.php:1298
742
  msgid "Style options"
743
  msgstr "Tùy chọn phong cách"
744
 
745
+ #: contact_form.php:1301
746
  msgid "Text color"
747
  msgstr "Văn bản màu"
748
 
749
+ #: contact_form.php:1304 contact_form.php:1309 contact_form.php:1319
750
+ #: contact_form.php:1324 contact_form.php:1329 contact_form.php:1334
751
+ #: contact_form.php:1344 contact_form.php:1349 contact_form.php:1358
752
+ #: contact_form.php:1372 contact_form.php:1377 contact_form.php:1382
753
  msgid "Default"
754
  msgstr "Mặc định"
755
 
756
+ #: contact_form.php:1306
757
  msgid "Label text color"
758
  msgstr "Nhãn văn bản màu"
759
 
760
+ #: contact_form.php:1311
761
  msgid "Placeholder color"
762
  msgstr "Giữ chỗ màu"
763
 
764
+ #: contact_form.php:1316
765
  msgid "Errors color"
766
  msgstr "Lỗi màu"
767
 
768
+ #: contact_form.php:1321
769
  msgid "Error text color"
770
  msgstr "Lỗi văn bản màu"
771
 
772
+ #: contact_form.php:1326
773
  msgid "Background color of the input field errors"
774
  msgstr "Màu nền của trường nhập lỗi"
775
 
776
+ #: contact_form.php:1331
777
  msgid "Border color of the input field errors"
778
  msgstr "Biên giới màu sắc của trường nhập lỗi"
779
 
780
+ #: contact_form.php:1336
781
  msgid "Placeholder color of the input field errors"
782
  msgstr "Giữ chỗ màu sắc của trường nhập lỗi"
783
 
784
+ #: contact_form.php:1341
785
  msgid "Input fields"
786
  msgstr "Lĩnh vực đầu vào"
787
 
788
+ #: contact_form.php:1346
789
  msgid "Input fields background color"
790
  msgstr "Lĩnh vực đầu vào nền màu"
791
 
792
+ #: contact_form.php:1351
793
  msgid "Text fields color"
794
  msgstr "Văn bản lĩnh vực màu"
795
 
796
+ #: contact_form.php:1355
797
  msgid "Border width in px, numbers only"
798
  msgstr "Chiều rộng biên giới ở px, chỉ có số điện thoại"
799
 
800
+ #: contact_form.php:1360 contact_form.php:1384
801
  msgid "Border color"
802
  msgstr "Biên giới màu sắc"
803
 
804
+ #: contact_form.php:1365
805
  msgid "Submit button"
806
  msgstr "Gửi nút"
807
 
808
+ #: contact_form.php:1369
809
  msgid "Width in px, numbers only"
810
  msgstr "Chiều rộng trong px, chỉ có số điện thoại"
811
 
812
+ #: contact_form.php:1374
813
  msgid "Button color"
814
  msgstr "Nút màu"
815
 
816
+ #: contact_form.php:1379
817
  msgid "Button text color"
818
  msgstr "Nút màu chữ"
819
 
820
+ #: contact_form.php:1412
821
  msgid "Contact Form Pro | Preview"
822
  msgstr "Liên hệ tạo thành Pro | Xem trước"
823
 
824
+ #: contact_form.php:1414
825
  msgid "Show with errors"
826
  msgstr "Hiển thị lỗi"
827
 
828
+ #: contact_form.php:1423 contact_form.php:1425
829
  msgid "Please enter your full name..."
830
  msgstr "Vui lòng nhập tên đầy đủ của bạn..."
831
 
832
+ #: contact_form.php:1436 contact_form.php:1438
833
  msgid "Please enter your address..."
834
  msgstr "Vui lòng nhập địa chỉ của bạn..."
835
 
836
+ #: contact_form.php:1447 contact_form.php:1449
837
  msgid "Please enter your email address..."
838
  msgstr "Vui lòng nhập địa chỉ email của bạn..."
839
 
840
+ #: contact_form.php:1458 contact_form.php:1460
841
  msgid "Please enter your phone number..."
842
  msgstr "Vui lòng nhập số điện thoại của bạn..."
843
 
844
+ #: contact_form.php:1469 contact_form.php:1471
845
  msgid "Please enter subject..."
846
  msgstr "Vui lòng nhập Chủ đề..."
847
 
848
+ #: contact_form.php:1479 contact_form.php:1481
849
  msgid "Please enter your message..."
850
  msgstr "Vui lòng nhập tin nhắn của bạn..."
851
 
852
+ #: contact_form.php:1592
853
  msgid "Sorry, email message could not be delivered."
854
  msgstr "Xin lỗi, không thể gửi được thư email."
855
 
856
+ #: contact_form.php:2000
857
  msgid "Contact from"
858
  msgstr "Liên hệ với từ"
859
 
860
+ #: contact_form.php:2022 contact_form.php:2052
861
  msgid "Phone"
862
  msgstr "Điện thoại"
863
 
864
+ #: contact_form.php:2033 contact_form.php:2059
865
  msgid "Site"
866
  msgstr "Trang web"
867
 
868
+ #: contact_form.php:2146
869
  msgid ""
870
  "If you can see this MIME, it means that the MIME type is not supported by "
871
  "your email client!"
873
  "Nếu bạn có thể thấy MIME này, nó có nghĩa là rằng loại MIME không được hỗ "
874
  "trợ bởi ứng dụng email của bạn!"
875
 
876
+ #: contact_form.php:2230
877
  msgid "Support"
878
  msgstr "Hỗ trợ"
879
 
880
+ #: contact_form.php:2279
881
  msgid "Are you sure that you want to delete this language data?"
882
  msgstr "Bạn có chắc rằng bạn muốn xóa dữ liệu ngôn ngữ này không?"
883
 
884
+ #: contact_form.php:2300
885
  #, fuzzy
886
  msgid "Add multiple forms"
887
  msgstr "Thêm vào các hình thức"
888
 
889
+ #: contact_form.php:2300
890
  msgid ""
891
  "Install Contact Form Multi plugin to create unlimited number of contact "
892
  "forms."
893
  msgstr ""
894
 
895
+ #: contact_form.php:2305
896
  msgid "Learn more"
897
  msgstr ""
898
 
899
+ #: contact_form.php:2309
900
  msgid "Close"
901
  msgstr ""
902
 
903
+ #: contact_form.php:2497
904
  #, fuzzy
905
  msgid "allows to store your messages to the database."
906
  msgstr "Lưu email vào cơ sở dữ liệu"
907
 
908
+ #: contact_form.php:2498
909
  msgid "Manage messages that have been sent from your website."
910
  msgstr ""
911
 
languages/{contact_form-zh_CN.mo → contact-form-plugin-zh_CN.mo} RENAMED
Binary file
languages/{contact_form-zh_CN.po → contact-form-plugin-zh_CN.po} RENAMED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2015-08-05 09:15+0300\n"
6
- "PO-Revision-Date: 2015-08-05 09:15+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2015-08-05 09:15+0300\n"
6
+ "PO-Revision-Date: 2015-09-14 16:58+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: kplam <kplam@qq.com>\n"
9
  "Language: zh_CN\n"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: http://bestwebsoft.com/donate/
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
- Tested up to: 4.2.4
7
- Stable tag: 3.93
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -142,6 +142,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
142
 
143
  == Changelog ==
144
 
 
 
 
 
145
  = V3.93 - 05.08.2015 =
146
  * New : Ability to restore settings to defaults.
147
  * Bugfix : We fixed syntax error.
@@ -558,6 +562,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
558
 
559
  == Upgrade Notice ==
560
 
 
 
 
561
  = V3.93 =
562
  Ability to restore settings to defaults. We fixed syntax error. We updated all functionality for wordpress 4.2.4.
563
 
3
  Donate link: http://bestwebsoft.com/donate/
4
  Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
5
  Requires at least: 3.1
6
+ Tested up to: 4.3
7
+ Stable tag: 3.94
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
142
 
143
  == Changelog ==
144
 
145
+ = V3.94 - 15.09.2015 =
146
+ * Update : We updated all functionality for wordpress 4.3.
147
+ * Update : Text Domain was changed.
148
+
149
  = V3.93 - 05.08.2015 =
150
  * New : Ability to restore settings to defaults.
151
  * Bugfix : We fixed syntax error.
562
 
563
  == Upgrade Notice ==
564
 
565
+ = V3.94 =
566
+ We updated all functionality for wordpress 4.3. Text Domain was changed.
567
+
568
  = V3.93 =
569
  Ability to restore settings to defaults. We fixed syntax error. We updated all functionality for wordpress 4.2.4.
570