Contact Form by BestWebSoft - Version 3.93

Version Description

  • 05.08.2015 =
  • New : Ability to restore settings to defaults.
  • Bugfix : We fixed syntax error.
  • Update : We updated all functionality for wordpress 4.2.4.
Download this release

Release Info

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

Code changes from version 3.92 to 3.93

Files changed (43) hide show
  1. bws_menu/bws_menu.php +7 -3
  2. bws_menu/css/general_style.css +0 -1
  3. bws_menu/icons/job-board.png +0 -0
  4. contact_form.php +527 -507
  5. css/style.css +1 -1
  6. js/script.js +0 -0
  7. languages/contact_form-af_ZA.mo +0 -0
  8. languages/contact_form-af_ZA.po +325 -339
  9. languages/contact_form-ca.mo +0 -0
  10. languages/contact_form-ca.po +313 -336
  11. languages/contact_form-de_DE.mo +0 -0
  12. languages/contact_form-de_DE.po +329 -340
  13. languages/contact_form-el.mo +0 -0
  14. languages/contact_form-el.po +391 -355
  15. languages/contact_form-es_ES.mo +0 -0
  16. languages/contact_form-es_ES.po +364 -353
  17. languages/contact_form-et.mo +0 -0
  18. languages/contact_form-et.po +317 -336
  19. languages/contact_form-fr_FR.mo +0 -0
  20. languages/contact_form-fr_FR.po +377 -357
  21. languages/contact_form-ja.mo +0 -0
  22. languages/contact_form-ja.po +322 -337
  23. languages/contact_form-nb_NO.mo +0 -0
  24. languages/contact_form-nb_NO.po +325 -341
  25. languages/contact_form-pt_BR.mo +0 -0
  26. languages/contact_form-pt_BR.po +336 -341
  27. languages/contact_form-ru_RU.mo +0 -0
  28. languages/contact_form-ru_RU.po +356 -354
  29. languages/contact_form-sk_SK.mo +0 -0
  30. languages/contact_form-sk_SK.po +318 -336
  31. languages/contact_form-sv_SE.mo +0 -0
  32. languages/contact_form-sv_SE.po +306 -334
  33. languages/contact_form-tr.mo +0 -0
  34. languages/contact_form-tr.po +319 -337
  35. languages/contact_form-uk.mo +0 -0
  36. languages/contact_form-uk.po +365 -357
  37. languages/contact_form-vi.mo +0 -0
  38. languages/contact_form-vi.po +326 -340
  39. languages/contact_form-zh_CN.mo +0 -0
  40. languages/contact_form-zh_CN.po +283 -326
  41. readme.txt +11 -13
  42. screenshot-1.png +0 -0
  43. screenshot-2.png +0 -0
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.6.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -438,7 +438,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,
440
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
441
- 'settings' => 'admin.php?page=visitors-online.php'
 
 
 
442
  )
443
  );
444
 
@@ -967,6 +970,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
967
  function bws_get_banner_array() {
968
  global $bstwbsftwppdtplgns_banner_array;
969
  $bstwbsftwppdtplgns_banner_array = array(
 
970
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
971
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
972
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
@@ -990,7 +994,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
990
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
991
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
992
  array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
993
- array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
994
  );
995
  }
996
  }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.6.6
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
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,
440
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
441
+ 'settings' => 'admin.php?page=visitors-online.php',
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
 
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' ),
976
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
994
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
995
  array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
996
  array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
997
+ array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' )
998
  );
999
  }
1000
  }
bws_menu/css/general_style.css CHANGED
@@ -69,7 +69,6 @@ td.bws_pro_version_tooltip {
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");
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");
bws_menu/icons/job-board.png CHANGED
File without changes
contact_form.php CHANGED
@@ -4,7 +4,7 @@ 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.92
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -53,7 +53,7 @@ if ( ! function_exists ( 'cntctfrm_init' ) ) {
53
  $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
54
  }
55
  /* Function check if plugin is compatible with current WP version */
56
- bws_wp_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info, "3.1" );
57
 
58
  if ( ! is_admin() )
59
  cntctfrm_check_and_send();
@@ -148,7 +148,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
148
  'cntctfrm_delete_attached_file' => '0',
149
  'cntctfrm_html_email' => 1,
150
  'cntctfrm_site_name_parameter' => 'SERVER_NAME',
151
- 'cntctfrm_change_label_in_email' => 0,
152
  );
153
 
154
  /* Check contact-form-multi plugin */
@@ -609,6 +609,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
609
  }
610
  }
611
 
 
612
  /* Display form on the setting page */
613
  $lang_codes = array(
614
  'ab' => 'Abkhazian', 'aa' => 'Afar', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani',
@@ -638,6 +639,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
638
  'yi' => 'Yiddish', 'yo' => 'Yoruba',
639
  'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'
640
  );
 
 
 
 
 
 
641
 
642
  /* GO PRO */
643
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
@@ -655,555 +662,567 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
655
  <a class="nav-tab" href="http://bestwebsoft.com/products/contact-form/faq" target="_blank"><?php _e( 'FAQ', 'contact_form' ); ?></a>
656
  <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>
657
  </h2>
658
- <div class="updated fade" <?php if ( ! isset( $_POST['cntctfrm_form_submit'] ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
659
  <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>
660
  <?php if ( ! empty( $notice ) ) { ?>
661
  <div class="error"><p><strong><?php _e( 'Notice:', 'contact_form' ); ?></strong> <?php echo $notice; ?></p></div>
662
  <?php } ?>
663
  <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
664
  <?php if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
665
- /* main 'settings' or 'additional' settings page */
666
- if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
667
- <h2 class="nav-tab-wrapper">
668
- <li class="nav-tab nav-tab-active">NEW_FORM</li>
669
- <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>
670
- </h2>
671
- <?php }
672
- $form_action = ( ! isset( $_GET['action'] ) ) ? 'admin.php?page=contact_form.php' : 'admin.php?page=contact_form.php&amp;action=' . $_GET['action']; ?>
673
- <form id="cntctfrm_settings_form" method="post" action="<?php echo $form_action ?>">
674
- <span style="margin-bottom:15px;">
675
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
676
- <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]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[contact_form lang=en]</span><br />
677
- <?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]</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>
678
- <?php } else { ?>
679
- <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 />
680
- <?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>
681
- <?php } ?>
682
- </span>
683
- <div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
684
- <p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact_form' ); ?></p>
685
- <table class="form-table" style="width:auto;">
686
- <tr valign="top">
687
- <th scope="row"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
688
- <td colspan="2">
689
- <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" '; ?>/>
690
- <select name="cntctfrm_user_email">
691
- <option disabled><?php _e( "Select a username", 'contact_form' ); ?></option>
692
- <?php foreach ( $userslogin as $key => $value ) {
693
- if ( isset( $value->data ) ) {
694
- if ( $value->data->user_email != '' ) { ?>
695
- <option value="<?php echo $value->data->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->data->user_login ) echo 'selected="selected" '; ?>><?php echo $value->data->user_login; ?></option>
696
- <?php }
697
- } else {
698
- if ( $value->user_email != '' ) { ?>
699
- <option value="<?php echo $value->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->user_login ) echo 'selected="selected" '; ?>><?php echo $value->user_login; ?></option>
700
- <?php }
701
- }
702
- } ?>
703
- </select>
704
- <span class="cntctfrm_info"><?php _e( "Enter a username of the person who should get the messages from the contact form.", 'contact_form' ); ?></span>
705
- </td>
706
- </tr>
707
- <tr valign="top">
708
- <th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?></th>
709
- <td colspan="2">
710
- <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" '; ?>/>
711
- <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="250" />
712
- <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
713
- </td>
714
- </tr>
715
- </table>
716
- <div class="bws_pro_version_bloc">
717
- <div class="bws_pro_version_table_bloc">
718
- <div class="bws_table_bg"></div>
719
- <table class="form-table bws_pro_version">
720
- <tr valign="top">
721
- <th scope="row"><?php _e( "Add department selectbox to the contact form:", 'contact_form' ); ?></th>
722
- <td colspan="2">
723
- <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
724
- <div class="cntctfrmpr_department_table"><img style="width:100%;" src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
725
- </td>
726
- </tr>
727
- <tr valign="top">
728
- <th scope="row" colspan="2">
729
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
730
- </th>
731
- </tr>
732
- </table>
733
- </div>
734
- <div class="bws_pro_version_tooltip">
735
- <div class="bws_info">
736
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
737
- <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>
 
 
 
 
 
 
 
 
738
  </div>
739
- <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">
740
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
741
- </a>
742
- <div class="clear"></div>
743
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744
  </div>
745
- <table class="form-table" style="width:auto;">
746
- <tr valign="top">
747
- <th scope="row"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
748
- <td colspan="2">
749
- <?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 ) ) {
750
- 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' ) ) { ?>
751
- <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"'; ?> />
752
- <span class="bws_info"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB by BestWebSoft</a>)</span>
753
- <?php } else { ?>
754
- <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"'; ?> />
755
- <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>
756
- <?php }
757
- } else { ?>
758
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
759
- <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>
760
- <?php } ?>
761
- </td>
762
- </tr>
763
- </table>
764
- </div>
765
- <!-- end of main 'settings' div -->
766
- <div <?php if ( ! isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
767
- <table class="form-table" style="width:auto;">
768
- <tr>
769
- <th scope="row"><?php _e( 'What to use?', 'contact_form' ); ?></th>
770
- <td colspan="2">
771
- <fieldset>
772
- <label>
773
- <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
774
- <?php _e( 'Wp-mail', 'contact_form' ); ?>
775
- </label>
776
- <label><span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span></label><br />
777
- <label>
778
- <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
779
- <?php _e( 'Mail', 'contact_form' ); ?>
780
- </label>
781
- <label><span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span></label>
782
- </fieldset>
783
- </td>
784
- </tr>
785
- <tr valign="top">
786
- <th scope="row"><?php _e( "'FROM' field", 'contact_form' ); ?></th>
787
- <td style="vertical-align: top;width: 210px;">
788
- <div><?php _e( "Name", 'contact_form' ); ?></div>
789
- <div>
790
- <label>
791
- <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" '; ?> />
792
- <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" />
793
- </label><br/>
794
  <div>
795
- <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>
796
- <div class="cntctfrm_help_box">
797
- <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>
 
 
 
 
 
 
798
  </div>
799
  </div>
800
- </div>
801
- </td>
802
- <td>
803
- <div><?php _e( "Email", 'contact_form' ); ?></div>
804
- <div>
805
  <div>
806
- <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" '; ?>/>
807
- <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" />
 
 
 
 
 
 
 
 
 
 
 
808
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
809
  <div>
810
- <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>
 
 
 
811
  <div class="cntctfrm_help_box">
812
- <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>
813
  </div>
814
  </div>
815
  <div>
816
- <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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
817
  </div>
818
- </div>
819
- </td>
820
- </tr>
821
- <tr valign="top">
822
- <th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
823
- <td colspan="2">
824
- <input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>" maxlength="100" />
825
- </td>
826
- </tr>
827
- </table>
828
- <br />
829
- <table class="cntctfrm_settings_table" style="width:auto;">
830
- <thead>
831
- <tr valign="top">
832
- <th scope="row" style="width: 210px;"><?php _e( "Fields", 'contact_form' ); ?></th>
833
- <th><?php _e( "Used", 'contact_form' ); ?></th>
834
- <th><?php _e( "Required", 'contact_form' ); ?></th>
835
- <th><?php _e( "Visible", 'contact_form' ); ?></th>
836
- <th><?php _e( "Disabled for editing", 'contact_form' ); ?></th>
837
- <th scope="row" ><?php _e( "Field's default value", 'contact_form' ); ?></th>
838
- </tr>
839
- </thead>
840
- <tbody>
841
- <tr valign="top">
842
- <td><?php _e( "Name", 'contact_form' ); ?></td>
843
- <td><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/></td>
844
- <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>
845
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_name" value="1" checked="checked" /></td>
846
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_name" value="1" /></td>
847
- <td class="bws_pro_version">
848
- <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_name" value="1" />
849
- <?php _e( "Use User's name as a default value if the user is logged in.", 'contact_form' ); ?><br />
850
- <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
851
  </td>
852
  </tr>
853
  <tr valign="top">
854
- <td><?php _e( "Location selectbox", 'contact_form' ); ?></td>
855
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_display_selectbox" value="1" /></td>
856
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_required_selectbox" value="1" /></td>
857
- <td class="bws_pro_version"></td>
858
- <td class="bws_pro_version"></td>
859
- <td class="bws_pro_version"><input disabled="disabled" type="file" name="cntctfrmpr_default_location"></td>
860
  </tr>
861
  <tr valign="top">
862
- <td><?php _e( "Address", 'contact_form' ); ?></td>
863
- <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>
864
- <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>
865
- <td></td>
866
- <td></td>
867
- <td></td>
868
  </tr>
869
  <tr valign="top">
870
- <td><?php _e( "Email Address", 'contact_form' ); ?></td>
871
- <td></td>
872
- <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>
873
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_visible_email" value="1" checked="checked" /></td>
874
- <td class="bws_pro_version"><input disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_email" value="1" /></td>
875
- <td class="bws_pro_version">
876
- <input disabled="disabled" type="checkbox" name="cntctfrmpr_default_email" value="1" />
877
- <?php _e( "Use User's email as a default value if the user is logged in.", 'contact_form' ); ?><br />
878
- <span class="cntctfrm_info">(<?php _e( "'Visible' and 'Disabled for editing' options will be applied only to logged-in users.", 'contact_form' ); ?>)</span>
 
 
879
  </td>
880
  </tr>
881
  <tr valign="top">
882
- <td><?php _e( "Phone number", 'contact_form' ); ?></td>
883
- <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>
884
- <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>
885
- <td></td>
886
- <td></td>
887
- <td></td>
 
 
 
 
 
888
  </tr>
889
  <tr valign="top">
890
- <td><?php _e( "Subject", 'contact_form' ); ?></td>
891
- <td></td>
892
- <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>
893
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_subject" value="1" checked="checked" /></td>
894
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
895
- <td class="bws_pro_version"><input class="subject" disabled="disabled" type="text" name="cntctfrmpr_default_subject" value="" /></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896
  </tr>
897
  <tr valign="top">
898
- <td><?php _e( "Message", 'contact_form' ); ?></td>
899
- <td></td>
900
- <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>
901
- <td class="bws_pro_version"><input class="message" disabled="disabled" type="checkbox" name="cntctfrmpr_visible_message" value="1" checked="checked" /></td>
902
- <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
903
- <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
904
  </tr>
905
  <tr valign="top">
906
- <td></td>
907
- <td></td>
908
- <td></td>
909
- <td colspan="3" class="bws_pro_version_tooltip">
910
- <div class="bws_info">
911
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
912
- <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>
913
- </div>
914
- <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">
915
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
916
- </a>
917
  <div class="clear"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
  </td>
919
  </tr>
920
  <tr valign="top">
921
- <td>
922
- <?php _e( "Attachment block", 'contact_form' ); ?>
923
- <div class="cntctfrm_help_box">
924
- <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>
925
- </div>
 
 
926
  </td>
927
- <td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
928
- <td></td>
929
- <td></td>
930
- <td></td>
931
- <td></td>
932
  </tr>
933
- </tbody>
934
- </table>
935
- <table class="form-table" style="width:auto;">
936
- <tr valign="top">
937
- <th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
938
- <td style="width:750px;" colspan="3">
939
- <div>
940
- <label>
941
- <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" '; ?>/>
942
- <?php _e( "Tips below the Attachment", 'contact_form' ); ?>
943
- </label>
944
- <div class="cntctfrm_help_box">
945
- <div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
946
- </div>
947
- </div>
948
- <div>
949
- <label>
950
- <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
951
- <?php _e( "'Send me a copy' block", 'contact_form' ); ?>
952
- </label>
953
- <div class="cntctfrm_help_box">
954
- <div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
955
- </div>
956
- </div>
957
- <div style="clear: both;">
958
- <?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
959
- if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
960
- <label><input 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"'; ?> />
961
- Captcha by BestWebSoft</label>
962
- <?php } else { ?>
963
- <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"'; ?> />
964
- 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>
965
- <?php }
966
- } else { ?>
967
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
968
- 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>
969
- <?php } ?>
970
- </div>
971
- <div class="bws_pro_version_bloc">
972
- <div class="bws_pro_version_table_bloc">
973
- <div class="bws_table_bg"></div>
974
- <div class="bws_pro_version">
975
- <fieldset>
976
- <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 />
977
- <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>
978
- </fieldset>
979
- </div>
980
- </div>
981
- <div class="bws_pro_version_tooltip">
982
- <div class="bws_info">
983
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
984
- <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>
985
- </div>
986
- <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">
987
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
988
- </a>
989
- <div class="clear"></div>
990
- </div>
991
- </div>
992
- </td>
993
- </tr>
994
- <tr valign="top">
995
- <th scope="row"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
996
- <td colspan="3">
997
- <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" '; ?>/>
998
- </td>
999
- </tr>
1000
- <tr valign="top">
1001
- <th scope="row"><?php _e( "Email in HTML format sending", 'contact_form' ); ?></th>
1002
- <td colspan="2"><input type="checkbox" name="cntctfrm_html_email" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_html_email'] ) echo 'checked="checked" '; ?>/></td>
1003
- </tr>
1004
- <tr valign="top">
1005
- <th scope="row"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
1006
- <td style="width:15px;" class="cntctfrm_td_top_align">
1007
- <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" '; ?>/>
1008
- </td>
1009
- <td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'style="display:none"'; ?>>
1010
- <fieldset>
1011
- <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 />
1012
- <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 />
1013
- <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 />
1014
- <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>
1015
- </fieldset>
1016
- </td>
1017
- </tr>
1018
- <tr valign="top">
1019
- <th scope="row"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
1020
- <td colspan="2">
1021
- <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
1022
- <?php foreach ( $lang_codes as $key => $val ) {
1023
- if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
1024
- continue;
1025
- echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html( $val ) . '</option>';
1026
- } ?>
1027
- </select>
1028
- <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
1029
- </td>
1030
- </tr>
1031
- <tr valign="top">
1032
- <th scope="row"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
1033
- <td style="width:15px;" class="cntctfrm_td_top_align">
1034
- <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
1035
- </td>
1036
- <td class="cntctfrm_change_label_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo 'style="display:none"'; ?>>
1037
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
1038
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1039
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1040
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1041
- }
1042
- } ?>
1043
- <div class="clear"></div>
1044
- <div class="cntctfrm_language_tab cntctfrm_tab_en">
1045
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1046
- <div class="cntctfrm_language_tab_block">
1047
- <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 />
1048
- <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 />
1049
- <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 />
1050
- <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 />
1051
- <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 />
1052
- <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 />
1053
- <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 />
1054
- <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 />
1055
- <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 />
1056
- <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 />
1057
- <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 />
1058
- <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 />
1059
- <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 />
1060
- <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 />
1061
- <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 />
1062
- <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 />
1063
- <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 />
1064
- <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 />
1065
- <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 />
1066
- <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 />
1067
- <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 />
1068
- <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 />
1069
- </div>
1070
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1071
- <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>
1072
- <?php } else { ?>
1073
- <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>
1074
- <?php } ?>
1075
  </div>
1076
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1077
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1078
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
1079
- <div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
1080
- <div class="cntctfrm_language_tab_block">
1081
- <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 />
1082
- <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 />
1083
- <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 />
1084
- <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 />
1085
- <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 />
1086
- <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 />
1087
- <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 />
1088
- <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 />
1089
- <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 />
1090
- <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 />
1091
- <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 />
1092
- <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 />
1093
- <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 />
1094
- <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 />
1095
- <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 />
1096
- <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 />
1097
- <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 />
1098
- <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 />
1099
- <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 />
1100
- <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 />
1101
- <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 />
1102
- <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 />
1103
- </div>
1104
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1105
- <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>
1106
- <?php } else { ?>
1107
- <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>
1108
- <?php } ?>
1109
- </div>
1110
- <?php }
1111
- } ?>
1112
- </td>
1113
- </tr>
1114
- <tr valign="top">
1115
- <th scope="row"><?php _e( 'Use the changed names of the contact form fields in the email', 'contact_form' ); ?></th>
1116
- <td colspan="2">
1117
- <input type="checkbox" name="cntctfrm_change_label_in_email" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label_in_email'] == '1' ) echo 'checked="checked" '; ?>/>
1118
- </td>
1119
- </tr>
1120
- <tr valign="top">
1121
- <th scope="row"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
1122
- <td colspan="2" class="cntctfrm_action_after_send_block">
1123
- <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 />
1124
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
1125
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1126
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
1127
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
1128
- }
1129
- } ?>
1130
  <div class="clear"></div>
1131
- <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
1132
- <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 />
1133
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1134
- <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>
1135
- <?php } else { ?>
1136
- <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>
1137
- <?php } ?>
1138
- </div>
1139
- <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
1140
- foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
1141
- <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
1142
- <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 />
1143
- <?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1144
- <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>
1145
- <?php } else { ?>
1146
- <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>
1147
- <?php } ?>
1148
- </div>
1149
- <?php }
1150
- } ?>
1151
- <div id="cntctfrm_before"></div>
1152
- <br />
1153
- <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 />
1154
- <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>
1155
- </td>
1156
- </tr>
1157
- <tr valign="top">
1158
- <th scope="row"><?php _e( 'The $_SERVER variable that is used to build a URL of the form', 'contact_form' ); ?></th>
1159
- <td colspan="2">
1160
- <fieldset>
1161
- <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 />
1162
- <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 />
1163
- <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>
1164
- </fieldset>
1165
- </td>
1166
- </tr>
1167
- </table>
1168
- <div class="bws_pro_version_bloc">
1169
- <div class="bws_pro_version_table_bloc">
1170
- <div class="bws_table_bg"></div>
1171
- <table class="form-table bws_pro_version">
1172
- <tr valign="top">
1173
- <th scope="row"><?php _e( 'Auto Response', 'contact_form' ); ?></th>
1174
- <td colspan="2">
1175
- <input disabled="disabled" type="checkbox" value="1" name="cntctfrm_auto_response" checked="checked"/>
1176
- <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/>
1177
- <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>
1178
- </td>
1179
- </tr>
1180
- <tr valign="top">
1181
- <th scope="row" colspan="2">
1182
- * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact_form' ); ?>
1183
- </th>
1184
- </tr>
1185
- </table>
1186
- </div>
1187
- <div class="bws_pro_version_tooltip">
1188
- <div class="bws_info">
1189
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1190
- <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>
1191
  </div>
1192
- <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">
1193
- <?php _e( 'Go', 'contact_form' ); ?> <strong>PRO</strong>
1194
- </a>
1195
- <div class="clear"></div>
1196
  </div>
1197
  </div>
1198
- </div>
1199
- <!-- end of 'Additional' settings -->
1200
- <input type="hidden" name="cntctfrm_form_submit" value="submit" />
1201
- <p class="submit">
1202
- <input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
1203
- </p>
1204
- <?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
1205
- </form>
1206
- <?php bws_plugin_reviews_block( $cntctfrm_plugin_info['Name'], 'contact-form-plugin' );
1207
  } elseif ( 'appearance' == $_GET['action'] ) { ?>
1208
  <div id="<?php echo is_rtl() ? 'cntctfrmpr_right_table' : 'cntctfrmpr_left_table' ?>">
1209
  <div class="bws_pro_version_bloc">
@@ -1369,7 +1388,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1369
  </div>
1370
  <div class="bws_pro_version_tooltip">
1371
  <div class="bws_info">
1372
- <?php _e( 'Unlock premium options by upgrading to a PRO version.', 'contact_form' ); ?>
1373
  <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>
1374
  </div>
1375
  <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">
@@ -1490,7 +1509,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1490
  <div class="clear"></div>
1491
  <?php } elseif ( 'go_pro' == $_GET['action'] ) {
1492
  bws_go_pro_tab( $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
1493
- }?>
 
1494
  </div>
1495
  <?php }
1496
  }
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
  */
53
  $cntctfrm_plugin_info = get_plugin_data( __FILE__ );
54
  }
55
  /* Function check if plugin is compatible with current WP version */
56
+ bws_wp_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info, '3.1' );
57
 
58
  if ( ! is_admin() )
59
  cntctfrm_check_and_send();
148
  'cntctfrm_delete_attached_file' => '0',
149
  'cntctfrm_html_email' => 1,
150
  'cntctfrm_site_name_parameter' => 'SERVER_NAME',
151
+ 'cntctfrm_change_label_in_email' => 0
152
  );
153
 
154
  /* Check contact-form-multi plugin */
609
  }
610
  }
611
 
612
+
613
  /* Display form on the setting page */
614
  $lang_codes = array(
615
  'ab' => 'Abkhazian', 'aa' => 'Afar', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani',
639
  'yi' => 'Yiddish', 'yo' => 'Yoruba',
640
  'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'
641
  );
642
+ /* Add restore function */
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 */
650
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
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'] ) {
672
+ if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
673
+ bws_form_restore_default_confirm( $plugin_basename );
674
+ } else {
675
+ /* main 'settings' or 'additional' 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 != '' ) { ?>
705
+ <option value="<?php echo $value->data->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->data->user_login ) echo 'selected="selected" '; ?>><?php echo $value->data->user_login; ?></option>
706
+ <?php }
707
+ } else {
708
+ if ( $value->user_email != '' ) { ?>
709
+ <option value="<?php echo $value->user_login; ?>" <?php if ( $cntctfrm_options['cntctfrm_user_email'] == $value->user_login ) echo 'selected="selected" '; ?>><?php echo $value->user_login; ?></option>
710
+ <?php }
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>
726
+ <div class="bws_pro_version_bloc">
727
+ <div class="bws_pro_version_table_bloc">
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>
735
+ </td>
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>
773
+ </table>
774
  </div>
775
+ <!-- end of main 'settings' div -->
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>
836
+ </tr>
837
+ </table>
838
+ <br />
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>
856
+ <td class="bws_pro_version"></td>
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>
876
+ <td class="bws_pro_version"></td>
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>
884
+ <td></td>
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>
904
+ <td></td>
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>
912
+ <td class="bws_pro_version"><input class="subject" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_subject" value="1" /></td>
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>
920
+ <td class="bws_pro_version"><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrmpr_disabled_message" value="1" /></td>
921
+ <td class="bws_pro_version"><input class="message" disabled="disabled" type="text" name="cntctfrmpr_default_message" value="" /></td>
922
+ </tr>
923
+ <tr valign="top">
924
+ <td></td>
925
+ <td></td>
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>
946
+ <td></td>
947
+ <td></td>
948
+ <td></td>
949
+ <td></td>
950
+ </tr>
951
+ </tbody>
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>
964
  </div>
965
  </div>
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>
973
+ </div>
974
+ </div>
975
+ <div style="clear: both;">
976
+ <?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
977
+ if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
978
+ <label><input 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"'; ?> />
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">
990
+ <div class="bws_pro_version_table_bloc">
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>
1009
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ) {
1041
+ if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
1042
+ continue;
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>';
1059
+ }
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 }
1129
+ } ?>
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>';
1146
+ }
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>
1185
+ </table>
1186
+ <div class="bws_pro_version_bloc">
1187
+ <div class="bws_pro_version_table_bloc">
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>
 
 
 
 
1215
  </div>
1216
  </div>
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>
1224
+ <?php bws_form_restore_default_settings( $plugin_basename );
1225
+ }
1226
  } elseif ( 'appearance' == $_GET['action'] ) { ?>
1227
  <div id="<?php echo is_rtl() ? 'cntctfrmpr_right_table' : 'cntctfrmpr_left_table' ?>">
1228
  <div class="bws_pro_version_bloc">
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">
1509
  <div class="clear"></div>
1510
  <?php } elseif ( 'go_pro' == $_GET['action'] ) {
1511
  bws_go_pro_tab( $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
1512
+ }
1513
+ bws_plugin_reviews_block( $cntctfrm_plugin_info['Name'], 'contact-form-plugin' ); ?>
1514
  </div>
1515
  <?php }
1516
  }
css/style.css CHANGED
@@ -70,7 +70,7 @@
70
  }
71
  #cntctfrmpr_shortcode {
72
  width: 330px;
73
- margin-top: 30px;
74
  max-width: 330px;
75
  }
76
  #cntctfrmpr_shortcode_code {
70
  }
71
  #cntctfrmpr_shortcode {
72
  width: 330px;
73
+ margin: 30px 0;
74
  max-width: 330px;
75
  }
76
  #cntctfrmpr_shortcode_code {
js/script.js CHANGED
File without changes
languages/contact_form-af_ZA.mo CHANGED
Binary file
languages/contact_form-af_ZA.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:08+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:08+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
10
  "MIME-Version: 1.0\n"
@@ -17,8 +17,7 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:35
21
- #: contact_form.php:650
22
  msgid "Contact Form Settings"
23
  msgstr "Kontak Form Verstellings"
24
 
@@ -26,62 +25,50 @@ msgstr "Kontak Form Verstellings"
26
  msgid "Contact Form"
27
  msgstr "Kontak Form"
28
 
29
- #: contact_form.php:123
30
- #: contact_form.php:1047
31
- #: contact_form.php:1081
32
  msgid "Name:"
33
  msgstr "Naam:"
34
 
35
- #: contact_form.php:124
36
- #: contact_form.php:1048
37
- #: contact_form.php:1082
38
  msgid "Address:"
39
  msgstr "Adres:"
40
 
41
- #: contact_form.php:125
42
- #: contact_form.php:1049
43
- #: contact_form.php:1083
44
  msgid "Email Address:"
45
  msgstr "Epos Adres:"
46
 
47
- #: contact_form.php:126
48
- #: contact_form.php:1050
49
- #: contact_form.php:1084
50
  msgid "Phone number:"
51
  msgstr "Telefoon nommer:"
52
 
53
- #: contact_form.php:127
54
- #: contact_form.php:1051
55
- #: contact_form.php:1085
56
  msgid "Subject:"
57
  msgstr "Onderwerp:"
58
 
59
- #: contact_form.php:128
60
- #: contact_form.php:1052
61
- #: contact_form.php:1086
62
  msgid "Message:"
63
  msgstr "Boodskap:"
64
 
65
- #: contact_form.php:129
66
- #: contact_form.php:1053
67
- #: contact_form.php:1087
68
  msgid "Attachment:"
69
  msgstr "Aanhegsel:"
70
 
71
  #: contact_form.php:130
72
  #, fuzzy
73
- msgid "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"
74
- msgstr "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
 
 
 
 
 
 
75
 
76
- #: contact_form.php:131
77
- #: contact_form.php:1055
78
- #: contact_form.php:1089
79
  msgid "Send me a copy"
80
  msgstr "Stuur vir my 'n kopie"
81
 
82
- #: contact_form.php:132
83
- #: contact_form.php:1056
84
- #: contact_form.php:1090
85
  msgid "Submit"
86
  msgstr "Dien in"
87
 
@@ -138,12 +125,18 @@ msgid "Thank you for contacting us."
138
  msgstr "Dankie dat jy ons gekontak het."
139
 
140
  #: contact_form.php:546
141
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
 
 
142
  msgstr ""
143
 
144
  #: contact_form.php:556
145
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
- msgstr "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die volgende formaat wees"
 
 
 
 
147
 
148
  #: contact_form.php:565
149
  #, fuzzy
@@ -152,13 +145,18 @@ msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
152
 
153
  #: contact_form.php:575
154
  #, fuzzy
155
- msgid "Please enter a valid email address in the 'Use this email address' field."
156
- msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
 
 
 
157
 
158
  #: contact_form.php:583
159
  #, fuzzy
160
  msgid "Please enter a valid email address in the 'FROM' field."
161
- msgstr "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings is nie gestoor nie."
 
 
162
 
163
  #: contact_form.php:606
164
  msgid "Settings saved."
@@ -169,757 +167,745 @@ msgstr "Verstellings is gestoor."
169
  msgid "Settings are not saved."
170
  msgstr "Verstellings is gestoor."
171
 
172
- #: contact_form.php:652
173
- #: contact_form.php:2188
174
- #: contact_form.php:2202
 
 
175
  msgid "Settings"
176
  msgstr "Verstellings"
177
 
178
- #: contact_form.php:653
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Addisionele opsies"
182
 
183
- #: contact_form.php:654
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
- #: contact_form.php:655
188
- #: contact_form.php:2203
189
  msgid "FAQ"
190
  msgstr "Gereeld Gestelde Vrae (FAQ)"
191
 
192
- #: contact_form.php:656
193
  msgid "Go PRO"
194
  msgstr "Gaan PRO"
195
 
196
- #: contact_form.php:659
197
- #: contact_form.php:661
198
  msgid "Notice:"
199
  msgstr "Kennisgewing:"
200
 
201
- #: contact_form.php:659
202
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
203
- msgstr "Die plugin se verstellings het verander. Onthou om 'Save Changes' te kliek om die veranderinge te stoor."
204
-
205
- #: contact_form.php:669
206
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
207
  msgstr ""
 
 
208
 
209
- #: contact_form.php:676
210
  #: contact_form.php:679
211
- #: contact_form.php:1482
212
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
213
- msgstr "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die kortkode na u post, bladsy of widget:"
 
214
 
215
- #: contact_form.php:676
216
- #: contact_form.php:677
217
- #: contact_form.php:679
218
- #: contact_form.php:680
219
- #: contact_form.php:1071
220
- #: contact_form.php:1073
221
- #: contact_form.php:1134
222
- #: contact_form.php:1136
 
 
 
 
223
  msgid "or"
224
  msgstr "of"
225
 
226
- #: contact_form.php:677
227
- #: contact_form.php:680
228
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
229
- msgstr "As u enige probelem het met die standaard kortkode [contact_form], moet u die volgende kortkodes gebruik"
 
 
 
 
230
 
231
- #: contact_form.php:677
232
- #: contact_form.php:680
233
  msgid "They work the same way."
234
  msgstr "Hulle werk op dieselfde manier."
235
 
236
- #: contact_form.php:684
237
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
238
- msgstr "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres wat gespesifiseer was gedurende registrasie"
 
 
 
 
239
 
240
- #: contact_form.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  msgid "The user's email address:"
242
  msgstr "Die gebruiker se epos adres:"
243
 
244
- #: contact_form.php:691
245
  #, fuzzy
246
  msgid "Select a username"
247
  msgstr "Skep 'n gebruikersnaam"
248
 
249
- #: contact_form.php:704
250
- msgid "Enter a username of the person who should get the messages from the contact form."
251
- msgstr "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van die kontak vorm."
 
 
 
 
252
 
253
- #: contact_form.php:708
254
  msgid "Use this email address:"
255
  msgstr "Gebruik hierdie epos adres:"
256
 
257
- #: contact_form.php:712
258
  msgid "Enter the email address you want the messages forwarded to."
259
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
260
 
261
- #: contact_form.php:721
262
  msgid "Add department selectbox to the contact form:"
263
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
264
 
265
- #: contact_form.php:729
266
- #: contact_form.php:1182
267
- #: contact_form.php:1365
268
  msgid "If you upgrade to Pro version all your settings will be saved."
269
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
270
 
271
- #: contact_form.php:736
272
- #: contact_form.php:911
273
- #: contact_form.php:983
274
- #: contact_form.php:1189
275
- #: contact_form.php:1372
276
- msgid "Unlock premium options by upgrading to a PRO version."
277
  msgstr ""
278
 
279
- #: contact_form.php:737
280
- #: contact_form.php:912
281
- #: contact_form.php:984
282
- #: contact_form.php:1190
283
- #: contact_form.php:1373
284
- #: contact_form.php:2475
285
  msgid "Learn More"
286
  msgstr ""
287
 
288
- #: contact_form.php:740
289
- #: contact_form.php:915
290
- #: contact_form.php:987
291
- #: contact_form.php:1193
292
- #: contact_form.php:1376
293
  #, fuzzy
294
  msgid "Go"
295
  msgstr "Go!"
296
 
297
- #: contact_form.php:747
298
  msgid "Save emails to the database"
299
  msgstr "Stoor eposse na die databasis."
300
 
301
- #: contact_form.php:752
302
  msgid "Using"
303
  msgstr "In Gebruik"
304
 
305
- #: contact_form.php:755
306
- #: contact_form.php:759
307
  #, fuzzy
308
  msgid "Using Contact Form to DB by BestWebSoft"
309
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
310
 
311
- #: contact_form.php:755
312
  msgid "Activate"
313
  msgstr "Aktiveer"
314
 
315
- #: contact_form.php:759
316
  msgid "Download"
317
  msgstr "Download"
318
 
319
- #: contact_form.php:769
320
  msgid "What to use?"
321
  msgstr "Wat om te gebruik?"
322
 
323
- #: contact_form.php:774
324
  msgid "Wp-mail"
325
  msgstr "Wp-mail"
326
 
327
- #: contact_form.php:776
328
  msgid "You can use the wp_mail function for mailing"
329
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
330
 
331
- #: contact_form.php:779
332
  msgid "Mail"
333
  msgstr "Mail"
334
 
335
- #: contact_form.php:781
336
  msgid "To send mail you can use the php mail function"
337
  msgstr "Om eposse te stuur kan u die php epos funksie gebruik"
338
 
339
- #: contact_form.php:786
340
  msgid "'FROM' field"
341
  msgstr ""
342
 
343
- #: contact_form.php:788
344
- #: contact_form.php:842
345
- #: contact_form.php:1234
346
- #: contact_form.php:1980
347
- #: contact_form.php:2016
348
  msgid "Name"
349
  msgstr "Naam"
350
 
351
- #: contact_form.php:795
352
  msgid "User name"
353
  msgstr "Gebruikersnaam"
354
 
355
- #: contact_form.php:797
356
- msgid "The name of the user who fills the form will be used in the field 'From'."
357
- msgstr "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/Van' veld."
 
 
 
358
 
359
- #: contact_form.php:803
360
- #: contact_form.php:1991
361
- #: contact_form.php:2023
362
  msgid "Email"
363
  msgstr "Epos"
364
 
365
- #: contact_form.php:810
366
  msgid "User email"
367
  msgstr "Gebruiker epos"
368
 
369
- #: contact_form.php:812
370
- msgid "The email address of the user who fills the form will be used in the field 'From'."
371
- msgstr "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die 'From/van' veld."
 
 
 
 
372
 
373
- #: contact_form.php:816
374
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
 
 
375
  msgstr ""
376
 
377
- #: contact_form.php:822
378
  msgid "Required symbol"
379
  msgstr "Benodigde simbool"
380
 
381
- #: contact_form.php:832
382
  msgid "Fields"
383
  msgstr "Velde"
384
 
385
- #: contact_form.php:833
386
  msgid "Used"
387
  msgstr "Gebruik"
388
 
389
- #: contact_form.php:834
390
  msgid "Required"
391
  msgstr "Benodig"
392
 
393
- #: contact_form.php:835
394
  msgid "Visible"
395
  msgstr "Sigbaar"
396
 
397
- #: contact_form.php:836
398
  msgid "Disabled for editing"
399
  msgstr "Gedeaktiveer vir wysiging"
400
 
401
- #: contact_form.php:837
402
  msgid "Field's default value"
403
  msgstr "Veld se verstekwaarde"
404
 
405
- #: contact_form.php:849
 
 
 
 
406
  msgid "Use User's name as a default value if the user is logged in."
407
  msgstr ""
408
 
409
- #: contact_form.php:850
410
- #: contact_form.php:878
411
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
 
412
  msgstr ""
413
 
414
- #: contact_form.php:854
415
  msgid "Location selectbox"
416
  msgstr ""
417
 
418
- #: contact_form.php:862
419
- #: contact_form.php:1239
420
- #: contact_form.php:1986
421
- #: contact_form.php:2020
422
  msgid "Address"
423
  msgstr "Adres: "
424
 
425
- #: contact_form.php:870
426
  msgid "Email Address"
427
  msgstr "Epos Adres:"
428
 
429
- #: contact_form.php:877
430
  msgid "Use User's email as a default value if the user is logged in."
431
  msgstr ""
432
 
433
- #: contact_form.php:882
434
  msgid "Phone number"
435
  msgstr "Telefoon nommer:"
436
 
437
- #: contact_form.php:890
438
- #: contact_form.php:1254
439
- #: contact_form.php:2001
440
- #: contact_form.php:2029
441
  msgid "Subject"
442
  msgstr "Onderwerp"
443
 
444
- #: contact_form.php:898
445
- #: contact_form.php:1258
446
- #: contact_form.php:2004
447
- #: contact_form.php:2031
448
  msgid "Message"
449
  msgstr "Boodskap"
450
 
451
- #: contact_form.php:922
452
  msgid "Attachment block"
453
  msgstr "Aanhegsel blok"
454
 
455
- #: contact_form.php:924
456
  msgid "Users can attach the following file formats"
457
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
458
 
459
- #: contact_form.php:937
460
  msgid "Add to the form"
461
  msgstr "Voeg by die vorm by"
462
 
463
- #: contact_form.php:942
464
  msgid "Tips below the Attachment"
465
  msgstr "Wenke onder die Aanhegsel"
466
 
467
- #: contact_form.php:951
468
  msgid "'Send me a copy' block"
469
  msgstr "'Stuur vir my 'n kopie' blok"
470
 
471
- #: contact_form.php:964
472
  msgid "Activate captcha"
473
  msgstr "Aktiveer captcha"
474
 
475
- #: contact_form.php:968
476
  msgid "Download captcha"
477
  msgstr "Laai captcha af"
478
 
479
- #: contact_form.php:976
480
  msgid "Agreement checkbox"
481
  msgstr "Ooreenstemming checkbox"
482
 
483
- #: contact_form.php:976
484
  msgid "Required checkbox for submitting the form"
485
  msgstr "Benodigde checkbox om die vorm in te dien"
486
 
487
- #: contact_form.php:977
488
  msgid "Optional checkbox"
489
  msgstr "Opsie checkbox"
490
 
491
- #: contact_form.php:977
492
  msgid "Optional checkbox, the results of which will be displayed in email"
493
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
494
 
495
- #: contact_form.php:995
496
  msgid "Delete an attachment file from the server after the email is sent"
497
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
498
 
499
- #: contact_form.php:1001
500
  msgid "Email in HTML format sending"
501
  msgstr "E-Mail in HTML Format"
502
 
503
- #: contact_form.php:1005
504
  msgid "Display additional info in the email"
505
  msgstr "Toon addisionele inligting in die epos"
506
 
507
- #: contact_form.php:1011
508
- #: contact_form.php:1947
509
- #: contact_form.php:1949
510
  msgid "Sent from (ip address)"
511
  msgstr "Gestuur van (IP-Adres)"
512
 
513
- #: contact_form.php:1011
514
  msgid "Example: Sent from (IP address):\t127.0.0.1"
515
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
516
 
517
- #: contact_form.php:1012
518
- #: contact_form.php:1953
519
- #: contact_form.php:1955
520
  msgid "Date/Time"
521
  msgstr "Datum/Tyd"
522
 
523
- #: contact_form.php:1012
524
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
525
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
526
 
527
- #: contact_form.php:1013
528
- #: contact_form.php:1959
529
- #: contact_form.php:1961
530
  msgid "Sent from (referer)"
531
  msgstr "Gestuur van (referer)"
532
 
533
- #: contact_form.php:1013
534
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
535
- msgstr "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-ons/"
 
 
 
536
 
537
- #: contact_form.php:1014
538
- #: contact_form.php:1965
539
- #: contact_form.php:1967
540
  msgid "Using (user agent)"
541
  msgstr "Gebruik (user agent)"
542
 
543
- #: contact_form.php:1014
544
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
545
- msgstr "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
546
 
547
- #: contact_form.php:1019
548
  msgid "Language settings for the field names in the form"
549
  msgstr "Taal verstellings vir die naamvelde in die vorm"
550
 
551
- #: contact_form.php:1028
552
  msgid "Add a language"
553
  msgstr "Voeg 'n taal by"
554
 
555
- #: contact_form.php:1032
556
  msgid "Change the names of the contact form fields and error messages"
557
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
558
 
559
- #: contact_form.php:1037
560
- #: contact_form.php:1124
561
  msgid "English"
562
  msgstr "Engels"
563
 
564
- #: contact_form.php:1045
565
- #: contact_form.php:1079
566
  msgid "click to expand/hide the list"
567
  msgstr "Kliek om uit te brei/lys te versteek"
568
 
569
- #: contact_form.php:1054
570
- #: contact_form.php:1088
571
  msgid "Tips below the Attachment block"
572
  msgstr "Wenke onder toe Aanhegsel blok"
573
 
574
- #: contact_form.php:1057
575
- #: contact_form.php:1091
576
  msgid "Error message for the Name field"
577
  msgstr "FFoutboodskap vir die Naamveld"
578
 
579
- #: contact_form.php:1058
580
- #: contact_form.php:1092
581
  msgid "Error message for the Address field"
582
  msgstr "Foutboodskap vir die Adres veld"
583
 
584
- #: contact_form.php:1059
585
- #: contact_form.php:1093
586
  msgid "Error message for the Email field"
587
  msgstr "Foutboodskap vir die Epos veld"
588
 
589
- #: contact_form.php:1060
590
- #: contact_form.php:1094
591
  msgid "Error message for the Phone field"
592
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
593
 
594
- #: contact_form.php:1061
595
- #: contact_form.php:1095
596
  msgid "Error message for the Subject field"
597
  msgstr "Foutboodskap vir die Onderwerp veld"
598
 
599
- #: contact_form.php:1062
600
- #: contact_form.php:1096
601
  msgid "Error message for the Message field"
602
  msgstr "Foutboodskap vir die Boodskap veld"
603
 
604
- #: contact_form.php:1063
605
- #: contact_form.php:1097
606
  msgid "Error message about the file type for the Attachment field"
607
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
608
 
609
- #: contact_form.php:1064
610
- #: contact_form.php:1098
611
- msgid "Error message while uploading a file for the Attachment field to the server"
612
- msgstr "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
 
613
 
614
- #: contact_form.php:1065
615
- #: contact_form.php:1099
616
  msgid "Error message while moving the file for the Attachment field"
617
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
618
 
619
- #: contact_form.php:1066
620
- #: contact_form.php:1100
621
  msgid "Error message when file size limit for the Attachment field is exceeded"
622
- msgstr "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
 
623
 
624
- #: contact_form.php:1067
625
- #: contact_form.php:1101
626
  msgid "Error message for the Captcha field"
627
  msgstr "Foutboodskap vir die Captcha veld"
628
 
629
- #: contact_form.php:1068
630
- #: contact_form.php:1102
631
  msgid "Error message for the whole form"
632
  msgstr "Foutboodskap vir die hele vorm"
633
 
634
- #: contact_form.php:1071
635
- #: contact_form.php:1073
636
- #: contact_form.php:1105
637
- #: contact_form.php:1107
638
- #: contact_form.php:1134
639
- #: contact_form.php:1136
640
- #: contact_form.php:1144
641
- #: contact_form.php:1146
642
- #: contact_form.php:2336
643
- #: contact_form.php:2338
644
  msgid "Use shortcode"
645
  msgstr "Gebruik kortkode"
646
 
647
- #: contact_form.php:1071
648
- #: contact_form.php:1073
649
- #: contact_form.php:1105
650
- #: contact_form.php:1107
651
- #: contact_form.php:1134
652
- #: contact_form.php:1136
653
- #: contact_form.php:1144
654
- #: contact_form.php:1146
655
- #: contact_form.php:2336
656
- #: contact_form.php:2338
657
  msgid "for this language"
658
  msgstr "vir hierdie taal"
659
 
660
- #: contact_form.php:1115
661
  #, fuzzy
662
  msgid "Use the changed names of the contact form fields in the email"
663
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
664
 
665
- #: contact_form.php:1121
666
  msgid "Action after email is sent"
667
  msgstr "Aksie na epos gestuur is"
668
 
669
- #: contact_form.php:1123
670
  msgid "Display text"
671
  msgstr "Toon teks"
672
 
673
- #: contact_form.php:1132
674
- #: contact_form.php:1142
675
  msgid "Text"
676
  msgstr "teks"
677
 
678
- #: contact_form.php:1153
679
  msgid "Redirect to the page"
680
  msgstr "Herlei na die bladsy"
681
 
682
- #: contact_form.php:1154
683
  msgid "Url"
684
  msgstr "Url"
685
 
686
- #: contact_form.php:1158
687
  msgid "The $_SERVER variable that is used to build a URL of the form"
688
  msgstr ""
689
 
690
- #: contact_form.php:1163
691
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
692
  msgstr ""
693
 
694
- #: contact_form.php:1173
695
  msgid "Auto Response"
696
  msgstr ""
697
 
698
- #: contact_form.php:1177
699
  #, php-format
700
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
 
 
 
701
  msgstr ""
702
 
703
- #: contact_form.php:1202
704
- #: contact_form.php:1383
705
  msgid "Save Changes"
706
  msgstr "Stoor veranderinge"
707
 
708
- #: contact_form.php:1214
709
  msgid "Errors output"
710
  msgstr "Foutboodskap uitset"
711
 
712
- #: contact_form.php:1217
713
  msgid "Display error messages"
714
  msgstr "Toon foutboodskappe"
715
 
716
- #: contact_form.php:1218
717
  msgid "Color of the input field errors."
718
  msgstr "Kleur van die inset veld foutboodskappe"
719
 
720
- #: contact_form.php:1219
721
  msgid "Display error messages & color of the input field errors"
722
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
723
 
724
- #: contact_form.php:1224
725
  msgid "Add placeholder to the input blocks"
726
  msgstr "Voeg 'n plekhouer by die inset blokke"
727
 
728
- #: contact_form.php:1230
729
  msgid "Add tooltips"
730
  msgstr "Voeg tool-wenke"
731
 
732
- #: contact_form.php:1244
733
  msgid "Email address"
734
  msgstr "Epos Adres:"
735
 
736
- #: contact_form.php:1249
737
  msgid "Phone Number"
738
  msgstr "Telefoon Nommer:"
739
 
740
- #: contact_form.php:1263
741
  msgid "Attachment"
742
  msgstr "Aanhegsel:"
743
 
744
- #: contact_form.php:1273
745
  msgid "Style options"
746
  msgstr "Styl opsies"
747
 
748
- #: contact_form.php:1276
749
  msgid "Text color"
750
  msgstr "Teks kleur"
751
 
752
- #: contact_form.php:1279
753
- #: contact_form.php:1284
754
- #: contact_form.php:1294
755
- #: contact_form.php:1299
756
- #: contact_form.php:1304
757
- #: contact_form.php:1309
758
- #: contact_form.php:1319
759
- #: contact_form.php:1324
760
- #: contact_form.php:1333
761
- #: contact_form.php:1347
762
- #: contact_form.php:1352
763
- #: contact_form.php:1357
764
  msgid "Default"
765
  msgstr "Verstek"
766
 
767
- #: contact_form.php:1281
768
  msgid "Label text color"
769
  msgstr "Etiket teks kleur"
770
 
771
- #: contact_form.php:1286
772
  msgid "Placeholder color"
773
  msgstr "Plekhouer kleur"
774
 
775
- #: contact_form.php:1291
776
  msgid "Errors color"
777
  msgstr "Foutboodskap kleur"
778
 
779
- #: contact_form.php:1296
780
  msgid "Error text color"
781
  msgstr "Foutboodskap teks kleur"
782
 
783
- #: contact_form.php:1301
784
  msgid "Background color of the input field errors"
785
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
786
 
787
- #: contact_form.php:1306
788
  msgid "Border color of the input field errors"
789
  msgstr "Rand-kleur van die inset veld foutboodskappe"
790
 
791
- #: contact_form.php:1311
792
  msgid "Placeholder color of the input field errors"
793
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
794
 
795
- #: contact_form.php:1316
796
  msgid "Input fields"
797
  msgstr "Inset velde"
798
 
799
- #: contact_form.php:1321
800
  msgid "Input fields background color"
801
  msgstr "Inset velde agtergrond kleur"
802
 
803
- #: contact_form.php:1326
804
  msgid "Text fields color"
805
  msgstr "Teks velde kleur"
806
 
807
- #: contact_form.php:1330
808
  msgid "Border width in px, numbers only"
809
  msgstr "Rand wydte in px, nommers alleenlik"
810
 
811
- #: contact_form.php:1335
812
- #: contact_form.php:1359
813
  msgid "Border color"
814
  msgstr "Rand kleur"
815
 
816
- #: contact_form.php:1340
817
  msgid "Submit button"
818
  msgstr "Indien knoppie"
819
 
820
- #: contact_form.php:1344
821
  msgid "Width in px, numbers only"
822
  msgstr "Wydte in px, nommers alleenlik"
823
 
824
- #: contact_form.php:1349
825
  msgid "Button color"
826
  msgstr "Knoppie Kleur"
827
 
828
- #: contact_form.php:1354
829
  msgid "Button text color"
830
  msgstr "Knoppie teks kleur"
831
 
832
- #: contact_form.php:1387
833
  msgid "Contact Form Pro | Preview"
834
  msgstr "Kontak Vorm Pro | Voorskou"
835
 
836
- #: contact_form.php:1389
837
  msgid "Show with errors"
838
  msgstr "Toon met foutboodskappe"
839
 
840
- #: contact_form.php:1398
841
- #: contact_form.php:1400
842
  msgid "Please enter your full name..."
843
  msgstr "Vul asseblief u volle name in..."
844
 
845
- #: contact_form.php:1411
846
- #: contact_form.php:1413
847
  msgid "Please enter your address..."
848
  msgstr "Vul asseblief u adres in... "
849
 
850
- #: contact_form.php:1422
851
- #: contact_form.php:1424
852
  msgid "Please enter your email address..."
853
  msgstr "Vul asseblief u epos adres in..."
854
 
855
- #: contact_form.php:1433
856
- #: contact_form.php:1435
857
  msgid "Please enter your phone number..."
858
  msgstr "Vul asseblief u telefoon nommer in... "
859
 
860
- #: contact_form.php:1444
861
- #: contact_form.php:1446
862
  msgid "Please enter subject..."
863
  msgstr "Vul asseblief 'n onderwerp in... "
864
 
865
- #: contact_form.php:1454
866
- #: contact_form.php:1456
867
  msgid "Please enter your message..."
868
  msgstr "Vul asseblief jou boodskap in... "
869
 
870
- #: contact_form.php:1566
871
  msgid "Sorry, email message could not be delivered."
872
  msgstr "Verskoning, die epos kon nie gestuur word nie."
873
 
874
- #: contact_form.php:1974
875
  msgid "Contact from"
876
  msgstr "Kontak Vorm"
877
 
878
- #: contact_form.php:1996
879
- #: contact_form.php:2026
880
  msgid "Phone"
881
  msgstr "Telefoon Nommer"
882
 
883
- #: contact_form.php:2007
884
- #: contact_form.php:2033
885
  msgid "Site"
886
  msgstr "Webtuiste"
887
 
888
- #: contact_form.php:2120
889
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
890
- msgstr "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word deur u epos klient nie!"
 
 
 
 
891
 
892
- #: contact_form.php:2204
893
  msgid "Support"
894
  msgstr "Steun"
895
 
896
- #: contact_form.php:2253
897
  msgid "Are you sure that you want to delete this language data?"
898
  msgstr "Is u seker dat u die taal data wil verwyder?"
899
 
900
- #: contact_form.php:2274
901
  #, fuzzy
902
  msgid "Add multiple forms"
903
  msgstr "Voeg by die vorm by"
904
 
905
- #: contact_form.php:2274
906
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
 
 
907
  msgstr ""
908
 
909
- #: contact_form.php:2279
910
  msgid "Learn more"
911
  msgstr ""
912
 
913
- #: contact_form.php:2283
914
  msgid "Close"
915
  msgstr ""
916
 
917
- #: contact_form.php:2471
918
  #, fuzzy
919
  msgid "allows to store your messages to the database."
920
  msgstr "Stoor eposse na die databasis."
921
 
922
- #: contact_form.php:2472
923
  msgid "Manage messages that have been sent from your website."
924
  msgstr ""
925
 
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"
10
  "MIME-Version: 1.0\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:657
 
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
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, "
60
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
61
+ "size: 2MB"
62
+ msgstr ""
63
+ "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
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
 
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"
137
+ 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
145
 
146
  #: contact_form.php:575
147
  #, fuzzy
148
+ msgid ""
149
+ "Please enter a valid email address in the 'Use this email address' field."
150
+ 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."
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."
 
 
203
  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 "
217
+ "this shortcode to your post or page or widget:"
218
+ 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 "
232
+ "should use the shortcode"
233
+ 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:"
245
+ 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"
253
+ 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."
261
+ 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."
278
+ 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'."
387
+ 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"
561
+ 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 "
697
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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!"
872
+ 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
 
languages/contact_form-ca.mo CHANGED
Binary file
languages/contact_form-ca.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:09+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:12+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
10
  "MIME-Version: 1.0\n"
@@ -16,8 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35
20
- #: contact_form.php:650
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
@@ -25,62 +24,50 @@ msgstr "Opcions Contact Form"
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:123
29
- #: contact_form.php:1047
30
- #: contact_form.php:1081
31
  msgid "Name:"
32
  msgstr "Nom:"
33
 
34
- #: contact_form.php:124
35
- #: contact_form.php:1048
36
- #: contact_form.php:1082
37
  msgid "Address:"
38
  msgstr "Adreça:"
39
 
40
- #: contact_form.php:125
41
- #: contact_form.php:1049
42
- #: contact_form.php:1083
43
  msgid "Email Address:"
44
  msgstr "Adreça de correu electrònic:"
45
 
46
- #: contact_form.php:126
47
- #: contact_form.php:1050
48
- #: contact_form.php:1084
49
  msgid "Phone number:"
50
  msgstr "Nombre de telèfon"
51
 
52
- #: contact_form.php:127
53
- #: contact_form.php:1051
54
- #: contact_form.php:1085
55
  msgid "Subject:"
56
  msgstr "Asumpte:"
57
 
58
- #: contact_form.php:128
59
- #: contact_form.php:1052
60
- #: contact_form.php:1086
61
  msgid "Message:"
62
  msgstr "Missatge:"
63
 
64
- #: contact_form.php:129
65
- #: contact_form.php:1053
66
- #: contact_form.php:1087
67
  msgid "Attachment:"
68
  msgstr "Adjunt:"
69
 
70
  #: contact_form.php:130
71
  #, fuzzy
72
- msgid "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"
73
- msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
 
 
 
 
 
 
74
 
75
- #: contact_form.php:131
76
- #: contact_form.php:1055
77
- #: contact_form.php:1089
78
  msgid "Send me a copy"
79
  msgstr "Envia'm una còpia"
80
 
81
- #: contact_form.php:132
82
- #: contact_form.php:1056
83
- #: contact_form.php:1090
84
  msgid "Submit"
85
  msgstr "Enviar"
86
 
@@ -137,12 +124,18 @@ msgid "Thank you for contacting us."
137
  msgstr "Gràcies per contactar amb nosaltres"
138
 
139
  #: contact_form.php:546
140
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
 
 
141
  msgstr ""
142
 
143
  #: contact_form.php:556
144
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
145
- msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
 
 
 
 
146
 
147
  #: contact_form.php:565
148
  #, fuzzy
@@ -151,13 +144,18 @@ msgstr "Usuari inexistent. Els canvis no s'han desat."
151
 
152
  #: contact_form.php:575
153
  #, fuzzy
154
- msgid "Please enter a valid email address in the 'Use this email address' field."
155
- msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
 
 
 
156
 
157
  #: contact_form.php:583
158
  #, fuzzy
159
  msgid "Please enter a valid email address in the 'FROM' field."
160
- msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
 
 
161
 
162
  #: contact_form.php:606
163
  msgid "Settings saved."
@@ -168,766 +166,745 @@ msgstr "Configuració desada."
168
  msgid "Settings are not saved."
169
  msgstr "Configuració desada."
170
 
171
- #: contact_form.php:652
172
- #: contact_form.php:2188
173
- #: contact_form.php:2202
 
 
174
  msgid "Settings"
175
  msgstr "Configuració"
176
 
177
- #: contact_form.php:653
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Opcions addicionals"
181
 
182
- #: contact_form.php:654
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
- #: contact_form.php:655
187
- #: contact_form.php:2203
188
  msgid "FAQ"
189
  msgstr "FAQ"
190
 
191
- #: contact_form.php:656
192
  msgid "Go PRO"
193
  msgstr ""
194
 
195
- #: contact_form.php:659
196
- #: contact_form.php:661
197
  msgid "Notice:"
198
  msgstr ""
199
 
200
- #: contact_form.php:659
201
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
202
  msgstr ""
203
 
204
- #: contact_form.php:669
205
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
 
 
206
  msgstr ""
207
 
208
- #: contact_form.php:676
209
- #: contact_form.php:679
210
- #: contact_form.php:1482
211
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
212
- msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
 
 
 
213
 
214
- #: contact_form.php:676
215
- #: contact_form.php:677
216
- #: contact_form.php:679
217
- #: contact_form.php:680
218
- #: contact_form.php:1071
219
- #: contact_form.php:1073
220
- #: contact_form.php:1134
221
- #: contact_form.php:1136
222
  msgid "or"
223
  msgstr ""
224
 
225
- #: contact_form.php:677
226
- #: contact_form.php:680
227
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
 
228
  msgstr ""
229
 
230
- #: contact_form.php:677
231
- #: contact_form.php:680
232
  msgid "They work the same way."
233
  msgstr ""
234
 
235
- #: contact_form.php:684
236
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
237
- msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
 
 
 
 
238
 
239
- #: contact_form.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "The user's email address:"
241
  msgstr "Adreça de correu electrònic de l'usuari:"
242
 
243
- #: contact_form.php:691
244
  #, fuzzy
245
  msgid "Select a username"
246
  msgstr "Seleccioni un nom d'usuari"
247
 
248
- #: contact_form.php:704
249
- msgid "Enter a username of the person who should get the messages from the contact form."
 
 
250
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
251
 
252
- #: contact_form.php:708
253
  msgid "Use this email address:"
254
  msgstr "Usi aquesta adreça de correu electrònic::"
255
 
256
- #: contact_form.php:712
257
  msgid "Enter the email address you want the messages forwarded to."
258
- msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
 
259
 
260
- #: contact_form.php:721
261
  msgid "Add department selectbox to the contact form:"
262
  msgstr ""
263
 
264
- #: contact_form.php:729
265
- #: contact_form.php:1182
266
- #: contact_form.php:1365
267
  msgid "If you upgrade to Pro version all your settings will be saved."
268
  msgstr ""
269
 
270
- #: contact_form.php:736
271
- #: contact_form.php:911
272
- #: contact_form.php:983
273
- #: contact_form.php:1189
274
- #: contact_form.php:1372
275
- msgid "Unlock premium options by upgrading to a PRO version."
276
  msgstr ""
277
 
278
- #: contact_form.php:737
279
- #: contact_form.php:912
280
- #: contact_form.php:984
281
- #: contact_form.php:1190
282
- #: contact_form.php:1373
283
- #: contact_form.php:2475
284
  msgid "Learn More"
285
  msgstr ""
286
 
287
- #: contact_form.php:740
288
- #: contact_form.php:915
289
- #: contact_form.php:987
290
- #: contact_form.php:1193
291
- #: contact_form.php:1376
292
  msgid "Go"
293
  msgstr ""
294
 
295
- #: contact_form.php:747
296
  msgid "Save emails to the database"
297
  msgstr ""
298
 
299
- #: contact_form.php:752
300
  msgid "Using"
301
  msgstr ""
302
 
303
- #: contact_form.php:755
304
- #: contact_form.php:759
305
  #, fuzzy
306
  msgid "Using Contact Form to DB by BestWebSoft"
307
  msgstr "Contact Form Pro"
308
 
309
- #: contact_form.php:755
310
  #, fuzzy
311
  msgid "Activate"
312
  msgstr "Captcha activat"
313
 
314
- #: contact_form.php:759
315
  msgid "Download"
316
  msgstr "Descarregar"
317
 
318
- #: contact_form.php:769
319
  msgid "What to use?"
320
  msgstr "Què usar?"
321
 
322
- #: contact_form.php:774
323
  msgid "Wp-mail"
324
  msgstr "Wp-mail"
325
 
326
- #: contact_form.php:776
327
  msgid "You can use the wp_mail function for mailing"
328
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
329
 
330
- #: contact_form.php:779
331
  msgid "Mail"
332
  msgstr "Mail"
333
 
334
- #: contact_form.php:781
335
  msgid "To send mail you can use the php mail function"
336
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
337
 
338
- #: contact_form.php:786
339
  msgid "'FROM' field"
340
  msgstr ""
341
 
342
- #: contact_form.php:788
343
- #: contact_form.php:842
344
- #: contact_form.php:1234
345
- #: contact_form.php:1980
346
- #: contact_form.php:2016
347
  msgid "Name"
348
  msgstr "Nom"
349
 
350
- #: contact_form.php:795
351
  msgid "User name"
352
  msgstr ""
353
 
354
- #: contact_form.php:797
355
  #, fuzzy
356
- msgid "The name of the user who fills the form will be used in the field 'From'."
357
- msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
 
 
 
358
 
359
- #: contact_form.php:803
360
- #: contact_form.php:1991
361
- #: contact_form.php:2023
362
  msgid "Email"
363
  msgstr "Adreça de correu electrònic"
364
 
365
- #: contact_form.php:810
366
  msgid "User email"
367
  msgstr ""
368
 
369
- #: contact_form.php:812
370
- msgid "The email address of the user who fills the form will be used in the field 'From'."
371
- msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
 
 
 
 
372
 
373
- #: contact_form.php:816
374
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
 
 
375
  msgstr ""
376
 
377
- #: contact_form.php:822
378
  #, fuzzy
379
  msgid "Required symbol"
380
  msgstr "Camps requerits"
381
 
382
- #: contact_form.php:832
383
  msgid "Fields"
384
  msgstr ""
385
 
386
- #: contact_form.php:833
387
  msgid "Used"
388
  msgstr ""
389
 
390
- #: contact_form.php:834
391
  #, fuzzy
392
  msgid "Required"
393
  msgstr "Camps requerits"
394
 
395
- #: contact_form.php:835
396
  msgid "Visible"
397
  msgstr ""
398
 
399
- #: contact_form.php:836
400
  msgid "Disabled for editing"
401
  msgstr ""
402
 
403
- #: contact_form.php:837
404
  msgid "Field's default value"
405
  msgstr ""
406
 
407
- #: contact_form.php:849
 
 
 
 
408
  msgid "Use User's name as a default value if the user is logged in."
409
  msgstr ""
410
 
411
- #: contact_form.php:850
412
- #: contact_form.php:878
413
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
 
414
  msgstr ""
415
 
416
- #: contact_form.php:854
417
  msgid "Location selectbox"
418
  msgstr ""
419
 
420
- #: contact_form.php:862
421
- #: contact_form.php:1239
422
- #: contact_form.php:1986
423
- #: contact_form.php:2020
424
  msgid "Address"
425
  msgstr "Adreça:"
426
 
427
- #: contact_form.php:870
428
  msgid "Email Address"
429
  msgstr "Adreça de correu electrònic:"
430
 
431
- #: contact_form.php:877
432
  msgid "Use User's email as a default value if the user is logged in."
433
  msgstr ""
434
 
435
- #: contact_form.php:882
436
  #, fuzzy
437
  msgid "Phone number"
438
  msgstr "Nombre de telèfon"
439
 
440
- #: contact_form.php:890
441
- #: contact_form.php:1254
442
- #: contact_form.php:2001
443
- #: contact_form.php:2029
444
  msgid "Subject"
445
  msgstr "Assumpte"
446
 
447
- #: contact_form.php:898
448
- #: contact_form.php:1258
449
- #: contact_form.php:2004
450
- #: contact_form.php:2031
451
  msgid "Message"
452
  msgstr "MIssatge"
453
 
454
- #: contact_form.php:922
455
  msgid "Attachment block"
456
  msgstr "Adjunt blocat"
457
 
458
- #: contact_form.php:924
459
  msgid "Users can attach the following file formats"
460
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
461
 
462
- #: contact_form.php:937
463
  msgid "Add to the form"
464
  msgstr ""
465
 
466
- #: contact_form.php:942
467
  #, fuzzy
468
  msgid "Tips below the Attachment"
469
  msgstr "Consells del blocatge de l'adjunt"
470
 
471
- #: contact_form.php:951
472
  #, fuzzy
473
  msgid "'Send me a copy' block"
474
  msgstr "Envia'm una còpia"
475
 
476
- #: contact_form.php:964
477
  msgid "Activate captcha"
478
  msgstr "Captcha activat"
479
 
480
- #: contact_form.php:968
481
  msgid "Download captcha"
482
  msgstr "Descarrega captcha"
483
 
484
- #: contact_form.php:976
485
  msgid "Agreement checkbox"
486
  msgstr ""
487
 
488
- #: contact_form.php:976
489
  msgid "Required checkbox for submitting the form"
490
  msgstr ""
491
 
492
- #: contact_form.php:977
493
  msgid "Optional checkbox"
494
  msgstr ""
495
 
496
- #: contact_form.php:977
497
  msgid "Optional checkbox, the results of which will be displayed in email"
498
  msgstr ""
499
 
500
- #: contact_form.php:995
501
  msgid "Delete an attachment file from the server after the email is sent"
502
  msgstr ""
503
 
504
- #: contact_form.php:1001
505
  msgid "Email in HTML format sending"
506
  msgstr ""
507
 
508
- #: contact_form.php:1005
509
  msgid "Display additional info in the email"
510
  msgstr "Mostra informació addicional al correu electrònic,"
511
 
512
- #: contact_form.php:1011
513
- #: contact_form.php:1947
514
- #: contact_form.php:1949
515
  msgid "Sent from (ip address)"
516
  msgstr "Enviat des de (adreça IP)"
517
 
518
- #: contact_form.php:1011
519
  #, fuzzy
520
  msgid "Example: Sent from (IP address):\t127.0.0.1"
521
  msgstr "Enviat des de (adreça IP)"
522
 
523
- #: contact_form.php:1012
524
- #: contact_form.php:1953
525
- #: contact_form.php:1955
526
  msgid "Date/Time"
527
  msgstr "Data/hora"
528
 
529
- #: contact_form.php:1012
530
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
531
  msgstr ""
532
 
533
- #: contact_form.php:1013
534
- #: contact_form.php:1959
535
- #: contact_form.php:1961
536
  msgid "Sent from (referer)"
537
  msgstr "Enviat des de (referent)"
538
 
539
- #: contact_form.php:1013
540
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
541
  msgstr ""
542
 
543
- #: contact_form.php:1014
544
- #: contact_form.php:1965
545
- #: contact_form.php:1967
546
  msgid "Using (user agent)"
547
  msgstr "Usant (user agent)"
548
 
549
- #: contact_form.php:1014
550
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
551
  msgstr ""
552
 
553
- #: contact_form.php:1019
554
  msgid "Language settings for the field names in the form"
555
  msgstr "Configuració de la llengua als noms dels camps del formulari"
556
 
557
- #: contact_form.php:1028
558
  msgid "Add a language"
559
  msgstr "Afegeix lengua"
560
 
561
- #: contact_form.php:1032
562
  msgid "Change the names of the contact form fields and error messages"
563
- msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
 
 
564
 
565
- #: contact_form.php:1037
566
- #: contact_form.php:1124
567
  msgid "English"
568
  msgstr "Anglès"
569
 
570
- #: contact_form.php:1045
571
- #: contact_form.php:1079
572
  msgid "click to expand/hide the list"
573
  msgstr ""
574
 
575
- #: contact_form.php:1054
576
- #: contact_form.php:1088
577
  #, fuzzy
578
  msgid "Tips below the Attachment block"
579
  msgstr "Consells del blocatge de l'adjunt"
580
 
581
- #: contact_form.php:1057
582
- #: contact_form.php:1091
583
  msgid "Error message for the Name field"
584
  msgstr "Missatge d'error per al camp 'Nom'"
585
 
586
- #: contact_form.php:1058
587
- #: contact_form.php:1092
588
  msgid "Error message for the Address field"
589
  msgstr "Missatge d'error per al camp 'Adreça'"
590
 
591
- #: contact_form.php:1059
592
- #: contact_form.php:1093
593
  msgid "Error message for the Email field"
594
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
595
 
596
- #: contact_form.php:1060
597
- #: contact_form.php:1094
598
  msgid "Error message for the Phone field"
599
  msgstr "Missatge d'error per al camp 'Telèfon\""
600
 
601
- #: contact_form.php:1061
602
- #: contact_form.php:1095
603
  msgid "Error message for the Subject field"
604
  msgstr "Missatge d'error per al camp 'Assumpte'"
605
 
606
- #: contact_form.php:1062
607
- #: contact_form.php:1096
608
  msgid "Error message for the Message field"
609
  msgstr "Missatge d'error per al camp 'Missatge'"
610
 
611
- #: contact_form.php:1063
612
- #: contact_form.php:1097
613
  msgid "Error message about the file type for the Attachment field"
614
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
615
 
616
- #: contact_form.php:1064
617
- #: contact_form.php:1098
618
- msgid "Error message while uploading a file for the Attachment field to the server"
619
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
620
 
621
- #: contact_form.php:1065
622
- #: contact_form.php:1099
623
  msgid "Error message while moving the file for the Attachment field"
624
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
625
 
626
- #: contact_form.php:1066
627
- #: contact_form.php:1100
628
  msgid "Error message when file size limit for the Attachment field is exceeded"
629
- msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
 
630
 
631
- #: contact_form.php:1067
632
- #: contact_form.php:1101
633
  msgid "Error message for the Captcha field"
634
  msgstr "Missatge d'error al camp Captcha"
635
 
636
- #: contact_form.php:1068
637
- #: contact_form.php:1102
638
  msgid "Error message for the whole form"
639
  msgstr "Missatge d'error a tot el formulari"
640
 
641
- #: contact_form.php:1071
642
- #: contact_form.php:1073
643
- #: contact_form.php:1105
644
- #: contact_form.php:1107
645
- #: contact_form.php:1134
646
- #: contact_form.php:1136
647
- #: contact_form.php:1144
648
- #: contact_form.php:1146
649
- #: contact_form.php:2336
650
- #: contact_form.php:2338
651
  msgid "Use shortcode"
652
  msgstr "useu un codi curt"
653
 
654
- #: contact_form.php:1071
655
- #: contact_form.php:1073
656
- #: contact_form.php:1105
657
- #: contact_form.php:1107
658
- #: contact_form.php:1134
659
- #: contact_form.php:1136
660
- #: contact_form.php:1144
661
- #: contact_form.php:1146
662
- #: contact_form.php:2336
663
- #: contact_form.php:2338
664
  msgid "for this language"
665
  msgstr "Per aquesta llengua"
666
 
667
- #: contact_form.php:1115
668
  #, fuzzy
669
  msgid "Use the changed names of the contact form fields in the email"
670
- msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
 
 
671
 
672
- #: contact_form.php:1121
673
  msgid "Action after email is sent"
674
  msgstr "Accions després d'enviar un correu electrònic."
675
 
676
- #: contact_form.php:1123
677
  msgid "Display text"
678
  msgstr "Mostra el text"
679
 
680
- #: contact_form.php:1132
681
- #: contact_form.php:1142
682
  msgid "Text"
683
  msgstr "Text"
684
 
685
- #: contact_form.php:1153
686
  msgid "Redirect to the page"
687
  msgstr "Redirigir a la pàgina"
688
 
689
- #: contact_form.php:1154
690
  msgid "Url"
691
  msgstr "Url"
692
 
693
- #: contact_form.php:1158
694
  msgid "The $_SERVER variable that is used to build a URL of the form"
695
  msgstr ""
696
 
697
- #: contact_form.php:1163
698
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
699
  msgstr ""
700
 
701
- #: contact_form.php:1173
702
  msgid "Auto Response"
703
  msgstr ""
704
 
705
- #: contact_form.php:1177
706
  #, php-format
707
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
 
 
 
708
  msgstr ""
709
 
710
- #: contact_form.php:1202
711
- #: contact_form.php:1383
712
  msgid "Save Changes"
713
  msgstr "Desar els canvis"
714
 
715
- #: contact_form.php:1214
716
  msgid "Errors output"
717
  msgstr "Errors de sortida"
718
 
719
- #: contact_form.php:1217
720
  msgid "Display error messages"
721
  msgstr "Mostra els missatges d'error"
722
 
723
- #: contact_form.php:1218
724
  msgid "Color of the input field errors."
725
  msgstr "Color dels errors al camp d'entrada"
726
 
727
- #: contact_form.php:1219
728
  msgid "Display error messages & color of the input field errors"
729
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
730
 
731
- #: contact_form.php:1224
732
  msgid "Add placeholder to the input blocks"
733
  msgstr "Afegeix marcador de posició als blocs d'entrada"
734
 
735
- #: contact_form.php:1230
736
  msgid "Add tooltips"
737
  msgstr "Afegir consells sobre les eines"
738
 
739
- #: contact_form.php:1244
740
  msgid "Email address"
741
  msgstr "Adreça de correu electrònic:"
742
 
743
- #: contact_form.php:1249
744
  msgid "Phone Number"
745
  msgstr "Nombre de telèfon"
746
 
747
- #: contact_form.php:1263
748
  msgid "Attachment"
749
  msgstr "Adjunt:"
750
 
751
- #: contact_form.php:1273
752
  msgid "Style options"
753
  msgstr "Opcions d'estil"
754
 
755
- #: contact_form.php:1276
756
  msgid "Text color"
757
  msgstr "Color del text"
758
 
759
- #: contact_form.php:1279
760
- #: contact_form.php:1284
761
- #: contact_form.php:1294
762
- #: contact_form.php:1299
763
- #: contact_form.php:1304
764
- #: contact_form.php:1309
765
- #: contact_form.php:1319
766
- #: contact_form.php:1324
767
- #: contact_form.php:1333
768
- #: contact_form.php:1347
769
- #: contact_form.php:1352
770
- #: contact_form.php:1357
771
  msgid "Default"
772
  msgstr "Per defecte"
773
 
774
- #: contact_form.php:1281
775
  msgid "Label text color"
776
  msgstr "Color del text de l'etiqeta"
777
 
778
- #: contact_form.php:1286
779
  msgid "Placeholder color"
780
  msgstr "Color del marcador de posició"
781
 
782
- #: contact_form.php:1291
783
  msgid "Errors color"
784
  msgstr "Color dels errors"
785
 
786
- #: contact_form.php:1296
787
  msgid "Error text color"
788
  msgstr "Color del text d'error"
789
 
790
- #: contact_form.php:1301
791
  msgid "Background color of the input field errors"
792
  msgstr "Color de fons dels errors del camp d'entrada"
793
 
794
- #: contact_form.php:1306
795
  msgid "Border color of the input field errors"
796
  msgstr "Color de la vora dels errors del camp d'entrada"
797
 
798
- #: contact_form.php:1311
799
  msgid "Placeholder color of the input field errors"
800
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
801
 
802
- #: contact_form.php:1316
803
  msgid "Input fields"
804
  msgstr "Visualitza l'adjunt"
805
 
806
- #: contact_form.php:1321
807
  msgid "Input fields background color"
808
  msgstr "Color de fons dels camps d'entrada"
809
 
810
- #: contact_form.php:1326
811
  msgid "Text fields color"
812
  msgstr "Color dels camps de text"
813
 
814
- #: contact_form.php:1330
815
  msgid "Border width in px, numbers only"
816
  msgstr "Ample de vora en px, sols nombres"
817
 
818
- #: contact_form.php:1335
819
- #: contact_form.php:1359
820
  msgid "Border color"
821
  msgstr "Color de la vora"
822
 
823
- #: contact_form.php:1340
824
  msgid "Submit button"
825
  msgstr "Enviar"
826
 
827
  # #: contact_form.php:928
828
- #: contact_form.php:1344
829
  msgid "Width in px, numbers only"
830
  msgstr "Ample en px, sols nombres"
831
 
832
- #: contact_form.php:1349
833
  msgid "Button color"
834
  msgstr "Color del botó"
835
 
836
- #: contact_form.php:1354
837
  msgid "Button text color"
838
  msgstr "Color del text del botó"
839
 
840
- #: contact_form.php:1387
841
  msgid "Contact Form Pro | Preview"
842
  msgstr "Contact Form Pro | Vista prèvia"
843
 
844
- #: contact_form.php:1389
845
  msgid "Show with errors"
846
  msgstr "Mostra amb errors"
847
 
848
- #: contact_form.php:1398
849
- #: contact_form.php:1400
850
  msgid "Please enter your full name..."
851
  msgstr "Si us plau introduïu el nom complet"
852
 
853
- #: contact_form.php:1411
854
- #: contact_form.php:1413
855
  msgid "Please enter your address..."
856
  msgstr "Si us plau introduïu l'adreça"
857
 
858
- #: contact_form.php:1422
859
- #: contact_form.php:1424
860
  msgid "Please enter your email address..."
861
  msgstr "Si us plau introdueixi el seu e-mail"
862
 
863
- #: contact_form.php:1433
864
- #: contact_form.php:1435
865
  msgid "Please enter your phone number..."
866
  msgstr "Si us plau introduïu el nombre de telèfon"
867
 
868
- #: contact_form.php:1444
869
- #: contact_form.php:1446
870
  msgid "Please enter subject..."
871
  msgstr "Si us plau introduïu l'assumpte"
872
 
873
- #: contact_form.php:1454
874
- #: contact_form.php:1456
875
  msgid "Please enter your message..."
876
  msgstr "Si us plau introduïu el missatge"
877
 
878
- #: contact_form.php:1566
879
  msgid "Sorry, email message could not be delivered."
880
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
881
 
882
- #: contact_form.php:1974
883
  msgid "Contact from"
884
  msgstr "Contact from"
885
 
886
- #: contact_form.php:1996
887
- #: contact_form.php:2026
888
  msgid "Phone"
889
  msgstr "Telèfon"
890
 
891
- #: contact_form.php:2007
892
- #: contact_form.php:2033
893
  msgid "Site"
894
  msgstr "Lloc"
895
 
896
- #: contact_form.php:2120
897
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
898
- msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
 
 
 
 
899
 
900
- #: contact_form.php:2204
901
  msgid "Support"
902
  msgstr "Suport"
903
 
904
- #: contact_form.php:2253
905
  msgid "Are you sure that you want to delete this language data?"
906
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
907
 
908
- #: contact_form.php:2274
909
  #, fuzzy
910
  msgid "Add multiple forms"
911
  msgstr "Afegir consells sobre les eines"
912
 
913
- #: contact_form.php:2274
914
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
 
 
915
  msgstr ""
916
 
917
- #: contact_form.php:2279
918
  #, fuzzy
919
  msgid "Learn more"
920
  msgstr "Llegir més"
921
 
922
- #: contact_form.php:2283
923
  msgid "Close"
924
  msgstr ""
925
 
926
- #: contact_form.php:2471
927
  msgid "allows to store your messages to the database."
928
  msgstr ""
929
 
930
- #: contact_form.php:2472
931
  msgid "Manage messages that have been sent from your website."
932
  msgstr ""
933
 
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"
10
  "MIME-Version: 1.0\n"
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
  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, "
59
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
60
+ "size: 2MB"
61
+ msgstr ""
62
+ "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
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
 
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"
136
+ 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
144
 
145
  #: contact_form.php:575
146
  #, fuzzy
147
+ msgid ""
148
+ "Please enter a valid email address in the 'Use this email address' field."
149
+ 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."
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 "
214
+ "this shortcode to your post or page or widget:"
215
+ 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:"
239
+ 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."
253
+ 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'."
363
+ 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'."
379
+ 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 "
695
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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!"
871
+ 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
 
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:12+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:12+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
@@ -17,8 +17,7 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:35
21
- #: contact_form.php:650
22
  msgid "Contact Form Settings"
23
  msgstr "Kontakt-Form Einstellungen"
24
 
@@ -26,62 +25,50 @@ msgstr "Kontakt-Form Einstellungen"
26
  msgid "Contact Form"
27
  msgstr "Kontakt-Form"
28
 
29
- #: contact_form.php:123
30
- #: contact_form.php:1047
31
- #: contact_form.php:1081
32
  msgid "Name:"
33
  msgstr "Name:"
34
 
35
- #: contact_form.php:124
36
- #: contact_form.php:1048
37
- #: contact_form.php:1082
38
  msgid "Address:"
39
  msgstr "Adresse:"
40
 
41
- #: contact_form.php:125
42
- #: contact_form.php:1049
43
- #: contact_form.php:1083
44
  msgid "Email Address:"
45
  msgstr "E-Mail Adresse:"
46
 
47
- #: contact_form.php:126
48
- #: contact_form.php:1050
49
- #: contact_form.php:1084
50
  msgid "Phone number:"
51
  msgstr "Telefonnummer:"
52
 
53
- #: contact_form.php:127
54
- #: contact_form.php:1051
55
- #: contact_form.php:1085
56
  msgid "Subject:"
57
  msgstr "Betreff:"
58
 
59
- #: contact_form.php:128
60
- #: contact_form.php:1052
61
- #: contact_form.php:1086
62
  msgid "Message:"
63
  msgstr "Inhalt:"
64
 
65
- #: contact_form.php:129
66
- #: contact_form.php:1053
67
- #: contact_form.php:1087
68
  msgid "Attachment:"
69
  msgstr "Anhang:"
70
 
71
  #: contact_form.php:130
72
  #, fuzzy
73
- msgid "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"
74
- msgstr "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max Datei-Größe: 2MB"
 
 
 
 
 
 
75
 
76
- #: contact_form.php:131
77
- #: contact_form.php:1055
78
- #: contact_form.php:1089
79
  msgid "Send me a copy"
80
  msgstr "Kopie an mich senden"
81
 
82
- #: contact_form.php:132
83
- #: contact_form.php:1056
84
- #: contact_form.php:1090
85
  msgid "Submit"
86
  msgstr "Senden"
87
 
@@ -138,12 +125,18 @@ msgid "Thank you for contacting us."
138
  msgstr "Danke für Ihre Nachricht."
139
 
140
  #: contact_form.php:546
141
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
 
 
142
  msgstr ""
143
 
144
  #: contact_form.php:556
145
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
- msgstr "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann sollte das Feld URL in folgendem Format sein"
 
 
 
 
147
 
148
  #: contact_form.php:565
149
  #, fuzzy
@@ -152,13 +145,18 @@ msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
152
 
153
  #: contact_form.php:575
154
  #, fuzzy
155
- msgid "Please enter a valid email address in the 'Use this email address' field."
156
- msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
 
 
 
157
 
158
  #: contact_form.php:583
159
  #, fuzzy
160
  msgid "Please enter a valid email address in the 'FROM' field."
161
- msgstr "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. Einstellungen werden nicht gespeichert."
 
 
162
 
163
  #: contact_form.php:606
164
  msgid "Settings saved."
@@ -169,759 +167,750 @@ msgstr "Einstellungen gespeichert."
169
  msgid "Settings are not saved."
170
  msgstr "Einstellungen gespeichert."
171
 
172
- #: contact_form.php:652
173
- #: contact_form.php:2188
174
- #: contact_form.php:2202
 
 
175
  msgid "Settings"
176
  msgstr "Einstellungen"
177
 
178
- #: contact_form.php:653
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Weitere Optionen"
182
 
183
- #: contact_form.php:654
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
- #: contact_form.php:655
188
- #: contact_form.php:2203
189
  msgid "FAQ"
190
  msgstr "Häufig gestellte Fragen (FAQ)"
191
 
192
- #: contact_form.php:656
193
  msgid "Go PRO"
194
  msgstr "Go PRO"
195
 
196
- #: contact_form.php:659
197
- #: contact_form.php:661
198
  msgid "Notice:"
199
  msgstr "Notiz:"
200
 
201
- #: contact_form.php:659
202
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
203
- msgstr "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
204
-
205
- #: contact_form.php:669
206
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
207
  msgstr ""
 
 
208
 
209
- #: contact_form.php:676
210
  #: contact_form.php:679
211
- #: contact_form.php:1482
212
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
213
- msgstr "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
 
214
 
215
- #: contact_form.php:676
216
- #: contact_form.php:677
217
- #: contact_form.php:679
218
- #: contact_form.php:680
219
- #: contact_form.php:1071
220
- #: contact_form.php:1073
221
- #: contact_form.php:1134
222
- #: contact_form.php:1136
 
 
 
 
223
  msgid "or"
224
  msgstr "oder"
225
 
226
- #: contact_form.php:677
227
- #: contact_form.php:680
228
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
229
- msgstr "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] haben, sollten sie folgenden shortcode verwenden"
 
 
 
 
230
 
231
- #: contact_form.php:677
232
- #: contact_form.php:680
233
  msgid "They work the same way."
234
  msgstr "Sie arbeiten auf gleiche weise."
235
 
236
- #: contact_form.php:684
237
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
238
- msgstr "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der registrierung angegebenen E-Mail Adresse gesendet."
 
 
 
 
239
 
240
- #: contact_form.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  msgid "The user's email address:"
242
  msgstr "Benutzer E-Mail Adresse"
243
 
244
- #: contact_form.php:691
245
  #, fuzzy
246
  msgid "Select a username"
247
  msgstr "Benutzername erstellen"
248
 
249
- #: contact_form.php:704
250
- msgid "Enter a username of the person who should get the messages from the contact form."
251
- msgstr "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-Form erhalten soll."
 
 
 
 
252
 
253
- #: contact_form.php:708
254
  msgid "Use this email address:"
255
  msgstr "Nutzen sie diese E-Mail Adresse"
256
 
257
- #: contact_form.php:712
258
  msgid "Enter the email address you want the messages forwarded to."
259
- msgstr "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet werden soll."
 
 
260
 
261
- #: contact_form.php:721
262
  msgid "Add department selectbox to the contact form:"
263
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
264
 
265
- #: contact_form.php:729
266
- #: contact_form.php:1182
267
- #: contact_form.php:1365
268
  msgid "If you upgrade to Pro version all your settings will be saved."
269
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
270
 
271
- #: contact_form.php:736
272
- #: contact_form.php:911
273
- #: contact_form.php:983
274
- #: contact_form.php:1189
275
- #: contact_form.php:1372
276
- msgid "Unlock premium options by upgrading to a PRO version."
277
  msgstr ""
278
 
279
- #: contact_form.php:737
280
- #: contact_form.php:912
281
- #: contact_form.php:984
282
- #: contact_form.php:1190
283
- #: contact_form.php:1373
284
- #: contact_form.php:2475
285
  msgid "Learn More"
286
  msgstr ""
287
 
288
- #: contact_form.php:740
289
- #: contact_form.php:915
290
- #: contact_form.php:987
291
- #: contact_form.php:1193
292
- #: contact_form.php:1376
293
  #, fuzzy
294
  msgid "Go"
295
  msgstr "Go!"
296
 
297
- #: contact_form.php:747
298
  msgid "Save emails to the database"
299
  msgstr "Speicher E-Mails in die Datenbank"
300
 
301
- #: contact_form.php:752
302
  msgid "Using"
303
  msgstr "Verwendet"
304
 
305
- #: contact_form.php:755
306
- #: contact_form.php:759
307
  #, fuzzy
308
  msgid "Using Contact Form to DB by BestWebSoft"
309
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
310
 
311
- #: contact_form.php:755
312
  #, fuzzy
313
  msgid "Activate"
314
  msgstr "Aktiviere captcha"
315
 
316
- #: contact_form.php:759
317
  msgid "Download"
318
  msgstr "Download"
319
 
320
- #: contact_form.php:769
321
  msgid "What to use?"
322
  msgstr "Was soll verwendet werden?"
323
 
324
- #: contact_form.php:774
325
  msgid "Wp-mail"
326
  msgstr "Wp-mail"
327
 
328
- #: contact_form.php:776
329
  msgid "You can use the wp_mail function for mailing"
330
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
331
 
332
- #: contact_form.php:779
333
  msgid "Mail"
334
  msgstr "Mail"
335
 
336
- #: contact_form.php:781
337
  msgid "To send mail you can use the php mail function"
338
  msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
339
 
340
- #: contact_form.php:786
341
  msgid "'FROM' field"
342
  msgstr ""
343
 
344
- #: contact_form.php:788
345
- #: contact_form.php:842
346
- #: contact_form.php:1234
347
- #: contact_form.php:1980
348
- #: contact_form.php:2016
349
  msgid "Name"
350
  msgstr "Name"
351
 
352
- #: contact_form.php:795
353
  msgid "User name"
354
  msgstr "Benutzer Name"
355
 
356
- #: contact_form.php:797
357
- msgid "The name of the user who fills the form will be used in the field 'From'."
358
- msgstr "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
 
 
 
359
 
360
- #: contact_form.php:803
361
- #: contact_form.php:1991
362
- #: contact_form.php:2023
363
  msgid "Email"
364
  msgstr "E-Mail"
365
 
366
- #: contact_form.php:810
367
  msgid "User email"
368
  msgstr "Benutzer E-Mail"
369
 
370
- #: contact_form.php:812
371
- msgid "The email address of the user who fills the form will be used in the field 'From'."
372
- msgstr "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' verwendt."
 
 
 
 
373
 
374
- #: contact_form.php:816
375
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
 
 
376
  msgstr ""
377
 
378
- #: contact_form.php:822
379
  msgid "Required symbol"
380
  msgstr "Benötigtes Symbol"
381
 
382
- #: contact_form.php:832
383
  msgid "Fields"
384
  msgstr "Felder"
385
 
386
- #: contact_form.php:833
387
  msgid "Used"
388
  msgstr "Benutzt"
389
 
390
- #: contact_form.php:834
391
  msgid "Required"
392
  msgstr "Benötigt"
393
 
394
- #: contact_form.php:835
395
  msgid "Visible"
396
  msgstr "Sichtbar"
397
 
398
- #: contact_form.php:836
399
  msgid "Disabled for editing"
400
  msgstr "Bearbeitung ist ausgeschaltet"
401
 
402
- #: contact_form.php:837
403
  msgid "Field's default value"
404
  msgstr "Standard-Feld-Wert"
405
 
406
- #: contact_form.php:849
 
 
 
 
407
  msgid "Use User's name as a default value if the user is logged in."
408
  msgstr ""
409
 
410
- #: contact_form.php:850
411
- #: contact_form.php:878
412
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
 
413
  msgstr ""
414
 
415
- #: contact_form.php:854
416
  msgid "Location selectbox"
417
  msgstr ""
418
 
419
- #: contact_form.php:862
420
- #: contact_form.php:1239
421
- #: contact_form.php:1986
422
- #: contact_form.php:2020
423
  msgid "Address"
424
  msgstr "Adresse: "
425
 
426
- #: contact_form.php:870
427
  msgid "Email Address"
428
  msgstr "E-Mail Adresse:"
429
 
430
- #: contact_form.php:877
431
  msgid "Use User's email as a default value if the user is logged in."
432
  msgstr ""
433
 
434
- #: contact_form.php:882
435
  msgid "Phone number"
436
  msgstr "Telefonnummer:"
437
 
438
- #: contact_form.php:890
439
- #: contact_form.php:1254
440
- #: contact_form.php:2001
441
- #: contact_form.php:2029
442
  msgid "Subject"
443
  msgstr "Betreff"
444
 
445
- #: contact_form.php:898
446
- #: contact_form.php:1258
447
- #: contact_form.php:2004
448
- #: contact_form.php:2031
449
  msgid "Message"
450
  msgstr "Inhalt"
451
 
452
- #: contact_form.php:922
453
  msgid "Attachment block"
454
  msgstr "Anhang-Block"
455
 
456
- #: contact_form.php:924
457
  msgid "Users can attach the following file formats"
458
  msgstr "Benutzer können die folgenden Formate anhängen:"
459
 
460
- #: contact_form.php:937
461
  msgid "Add to the form"
462
  msgstr "Füge in die Form"
463
 
464
- #: contact_form.php:942
465
  msgid "Tips below the Attachment"
466
  msgstr "Tipps unterhalb des Anhangs"
467
 
468
- #: contact_form.php:951
469
  msgid "'Send me a copy' block"
470
  msgstr "'Kopie an mich senden' Block"
471
 
472
- #: contact_form.php:964
473
  msgid "Activate captcha"
474
  msgstr "Aktiviere captcha"
475
 
476
- #: contact_form.php:968
477
  msgid "Download captcha"
478
  msgstr "Download captcha"
479
 
480
- #: contact_form.php:976
481
  msgid "Agreement checkbox"
482
  msgstr "Agreement checkbox"
483
 
484
- #: contact_form.php:976
485
  msgid "Required checkbox for submitting the form"
486
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
487
 
488
- #: contact_form.php:977
489
  msgid "Optional checkbox"
490
  msgstr "Optionale checkbox"
491
 
492
- #: contact_form.php:977
493
  msgid "Optional checkbox, the results of which will be displayed in email"
494
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
495
 
496
- #: contact_form.php:995
497
  msgid "Delete an attachment file from the server after the email is sent"
498
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
499
 
500
- #: contact_form.php:1001
501
  msgid "Email in HTML format sending"
502
  msgstr "E-Mail im HTML Format"
503
 
504
- #: contact_form.php:1005
505
  msgid "Display additional info in the email"
506
  msgstr "Zeige weitere Informationen in der E-Mail"
507
 
508
- #: contact_form.php:1011
509
- #: contact_form.php:1947
510
- #: contact_form.php:1949
511
  msgid "Sent from (ip address)"
512
  msgstr "Gesendet von (IP-Adresse)"
513
 
514
- #: contact_form.php:1011
515
  msgid "Example: Sent from (IP address):\t127.0.0.1"
516
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
517
 
518
- #: contact_form.php:1012
519
- #: contact_form.php:1953
520
- #: contact_form.php:1955
521
  msgid "Date/Time"
522
  msgstr "Datum/Zeit"
523
 
524
- #: contact_form.php:1012
525
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
526
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
527
 
528
- #: contact_form.php:1013
529
- #: contact_form.php:1959
530
- #: contact_form.php:1961
531
  msgid "Sent from (referer)"
532
  msgstr "Gesendet von (referer)"
533
 
534
- #: contact_form.php:1013
535
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
536
- msgstr "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
 
537
 
538
- #: contact_form.php:1014
539
- #: contact_form.php:1965
540
- #: contact_form.php:1967
541
  msgid "Using (user agent)"
542
  msgstr "Verwendet (user agent)"
543
 
544
- #: contact_form.php:1014
545
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
546
- msgstr "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
547
 
548
- #: contact_form.php:1019
549
  msgid "Language settings for the field names in the form"
550
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
551
 
552
- #: contact_form.php:1028
553
  msgid "Add a language"
554
  msgstr "Hinzufügen einer Sprache"
555
 
556
- #: contact_form.php:1032
557
  msgid "Change the names of the contact form fields and error messages"
558
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
559
 
560
- #: contact_form.php:1037
561
- #: contact_form.php:1124
562
  msgid "English"
563
  msgstr "Englisch"
564
 
565
- #: contact_form.php:1045
566
- #: contact_form.php:1079
567
  msgid "click to expand/hide the list"
568
  msgstr "Klick zum erweitern/verstecken der Liste"
569
 
570
- #: contact_form.php:1054
571
- #: contact_form.php:1088
572
  msgid "Tips below the Attachment block"
573
  msgstr "Tipps unterhalb des Anhang-Blocks"
574
 
575
- #: contact_form.php:1057
576
- #: contact_form.php:1091
577
  msgid "Error message for the Name field"
578
  msgstr "Fehlermeldung für das Namensfeld"
579
 
580
- #: contact_form.php:1058
581
- #: contact_form.php:1092
582
  msgid "Error message for the Address field"
583
  msgstr "Fehlermeldung für das Adress-Feld"
584
 
585
- #: contact_form.php:1059
586
- #: contact_form.php:1093
587
  msgid "Error message for the Email field"
588
  msgstr "Fehlermeldung für das E-Mail-Feld"
589
 
590
- #: contact_form.php:1060
591
- #: contact_form.php:1094
592
  msgid "Error message for the Phone field"
593
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
594
 
595
- #: contact_form.php:1061
596
- #: contact_form.php:1095
597
  msgid "Error message for the Subject field"
598
  msgstr "Fehlermeldung für das Betreff-Feld"
599
 
600
- #: contact_form.php:1062
601
- #: contact_form.php:1096
602
  msgid "Error message for the Message field"
603
  msgstr "Fehlermeldung für das Inhalts-Feld"
604
 
605
- #: contact_form.php:1063
606
- #: contact_form.php:1097
607
  msgid "Error message about the file type for the Attachment field"
608
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
609
 
610
- #: contact_form.php:1064
611
- #: contact_form.php:1098
612
- msgid "Error message while uploading a file for the Attachment field to the server"
613
- msgstr "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-Feld"
 
 
614
 
615
- #: contact_form.php:1065
616
- #: contact_form.php:1099
617
  msgid "Error message while moving the file for the Attachment field"
618
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
619
 
620
- #: contact_form.php:1066
621
- #: contact_form.php:1100
622
  msgid "Error message when file size limit for the Attachment field is exceeded"
623
- msgstr "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten wird"
 
 
624
 
625
- #: contact_form.php:1067
626
- #: contact_form.php:1101
627
  msgid "Error message for the Captcha field"
628
  msgstr "Fehlermeldung für das Capatcha-Feld"
629
 
630
- #: contact_form.php:1068
631
- #: contact_form.php:1102
632
  msgid "Error message for the whole form"
633
  msgstr "Fehlermeldung für das ganze Formular"
634
 
635
- #: contact_form.php:1071
636
- #: contact_form.php:1073
637
- #: contact_form.php:1105
638
- #: contact_form.php:1107
639
- #: contact_form.php:1134
640
- #: contact_form.php:1136
641
- #: contact_form.php:1144
642
- #: contact_form.php:1146
643
- #: contact_form.php:2336
644
- #: contact_form.php:2338
645
  msgid "Use shortcode"
646
  msgstr "Benutze shortcode"
647
 
648
- #: contact_form.php:1071
649
- #: contact_form.php:1073
650
- #: contact_form.php:1105
651
- #: contact_form.php:1107
652
- #: contact_form.php:1134
653
- #: contact_form.php:1136
654
- #: contact_form.php:1144
655
- #: contact_form.php:1146
656
- #: contact_form.php:2336
657
- #: contact_form.php:2338
658
  msgid "for this language"
659
  msgstr "für diese Sprache"
660
 
661
- #: contact_form.php:1115
662
  #, fuzzy
663
  msgid "Use the changed names of the contact form fields in the email"
664
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
665
 
666
- #: contact_form.php:1121
667
  msgid "Action after email is sent"
668
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
669
 
670
- #: contact_form.php:1123
671
  msgid "Display text"
672
  msgstr "Zeige Text"
673
 
674
- #: contact_form.php:1132
675
- #: contact_form.php:1142
676
  msgid "Text"
677
  msgstr "Text"
678
 
679
- #: contact_form.php:1153
680
  msgid "Redirect to the page"
681
  msgstr "Umleiten zur Seite"
682
 
683
- #: contact_form.php:1154
684
  msgid "Url"
685
  msgstr "Url"
686
 
687
- #: contact_form.php:1158
688
  msgid "The $_SERVER variable that is used to build a URL of the form"
689
  msgstr ""
690
 
691
- #: contact_form.php:1163
692
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
693
  msgstr ""
694
 
695
- #: contact_form.php:1173
696
  msgid "Auto Response"
697
  msgstr ""
698
 
699
- #: contact_form.php:1177
700
  #, php-format
701
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
 
 
 
702
  msgstr ""
703
 
704
- #: contact_form.php:1202
705
- #: contact_form.php:1383
706
  msgid "Save Changes"
707
  msgstr "Speichere Änderungen"
708
 
709
- #: contact_form.php:1214
710
  msgid "Errors output"
711
  msgstr "Fehler-Ausgabe"
712
 
713
- #: contact_form.php:1217
714
  msgid "Display error messages"
715
  msgstr "Zeige Fehlermeldungen"
716
 
717
- #: contact_form.php:1218
718
  msgid "Color of the input field errors."
719
  msgstr "Farbe der Eingabe-Fehld-Fehler"
720
 
721
- #: contact_form.php:1219
722
  msgid "Display error messages & color of the input field errors"
723
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
724
 
725
- #: contact_form.php:1224
726
  msgid "Add placeholder to the input blocks"
727
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
728
 
729
- #: contact_form.php:1230
730
  msgid "Add tooltips"
731
  msgstr "Füge Tooltips hinzu"
732
 
733
- #: contact_form.php:1244
734
  msgid "Email address"
735
  msgstr "E-Mail Adresse:"
736
 
737
- #: contact_form.php:1249
738
  msgid "Phone Number"
739
  msgstr "Telefonnummer:"
740
 
741
- #: contact_form.php:1263
742
  msgid "Attachment"
743
  msgstr "Anhang:"
744
 
745
- #: contact_form.php:1273
746
  msgid "Style options"
747
  msgstr "Stil-Optionen"
748
 
749
- #: contact_form.php:1276
750
  msgid "Text color"
751
  msgstr "Text -Farbe"
752
 
753
- #: contact_form.php:1279
754
- #: contact_form.php:1284
755
- #: contact_form.php:1294
756
- #: contact_form.php:1299
757
- #: contact_form.php:1304
758
- #: contact_form.php:1309
759
- #: contact_form.php:1319
760
- #: contact_form.php:1324
761
- #: contact_form.php:1333
762
- #: contact_form.php:1347
763
- #: contact_form.php:1352
764
- #: contact_form.php:1357
765
  msgid "Default"
766
  msgstr "Standard"
767
 
768
- #: contact_form.php:1281
769
  msgid "Label text color"
770
  msgstr "Beschriftungs-Text -Farbe"
771
 
772
- #: contact_form.php:1286
773
  msgid "Placeholder color"
774
  msgstr "Platzhalter -Farbe"
775
 
776
- #: contact_form.php:1291
777
  msgid "Errors color"
778
  msgstr "Fehler -Farbe"
779
 
780
- #: contact_form.php:1296
781
  msgid "Error text color"
782
  msgstr "Fehler-Text -Farbe"
783
 
784
- #: contact_form.php:1301
785
  msgid "Background color of the input field errors"
786
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
787
 
788
- #: contact_form.php:1306
789
  msgid "Border color of the input field errors"
790
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
791
 
792
- #: contact_form.php:1311
793
  msgid "Placeholder color of the input field errors"
794
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
795
 
796
- #: contact_form.php:1316
797
  msgid "Input fields"
798
  msgstr "Eingabe-Felder"
799
 
800
- #: contact_form.php:1321
801
  msgid "Input fields background color"
802
  msgstr "Eingabefelder - Hintergrundfarbe"
803
 
804
- #: contact_form.php:1326
805
  msgid "Text fields color"
806
  msgstr "Text-Felder -Farbe"
807
 
808
- #: contact_form.php:1330
809
  msgid "Border width in px, numbers only"
810
  msgstr "Rand-Breite in px, nur Zahlen"
811
 
812
- #: contact_form.php:1335
813
- #: contact_form.php:1359
814
  msgid "Border color"
815
  msgstr "Rand -Farbe"
816
 
817
- #: contact_form.php:1340
818
  msgid "Submit button"
819
  msgstr "Sende-Schaltfläche"
820
 
821
- #: contact_form.php:1344
822
  msgid "Width in px, numbers only"
823
  msgstr "Breite in px, nur Zahlen"
824
 
825
- #: contact_form.php:1349
826
  msgid "Button color"
827
  msgstr "Schaltflächen -Farbe"
828
 
829
- #: contact_form.php:1354
830
  msgid "Button text color"
831
  msgstr "Schaltflächen-Text -Farbe"
832
 
833
- #: contact_form.php:1387
834
  msgid "Contact Form Pro | Preview"
835
  msgstr "Kontakt-Form Pro | Vorschau"
836
 
837
- #: contact_form.php:1389
838
  msgid "Show with errors"
839
  msgstr "Zeige mit Fehlern"
840
 
841
- #: contact_form.php:1398
842
- #: contact_form.php:1400
843
  msgid "Please enter your full name..."
844
  msgstr "Bitte geben sie Ihren vollen Namen ein... "
845
 
846
- #: contact_form.php:1411
847
- #: contact_form.php:1413
848
  msgid "Please enter your address..."
849
  msgstr "Bitte geben sie Ihre Adresse ein... "
850
 
851
- #: contact_form.php:1422
852
- #: contact_form.php:1424
853
  msgid "Please enter your email address..."
854
  msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
855
 
856
- #: contact_form.php:1433
857
- #: contact_form.php:1435
858
  msgid "Please enter your phone number..."
859
  msgstr "Bitte geben sie Ihre Telefonnummer ein... "
860
 
861
- #: contact_form.php:1444
862
- #: contact_form.php:1446
863
  msgid "Please enter subject..."
864
  msgstr "Bitte geben sie Ihren Betreff an... "
865
 
866
- #: contact_form.php:1454
867
- #: contact_form.php:1456
868
  msgid "Please enter your message..."
869
  msgstr "Bitte geben sie Ihre Nachricht ein... "
870
 
871
- #: contact_form.php:1566
872
  msgid "Sorry, email message could not be delivered."
873
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
874
 
875
- #: contact_form.php:1974
876
  msgid "Contact from"
877
  msgstr "Kontakt von"
878
 
879
- #: contact_form.php:1996
880
- #: contact_form.php:2026
881
  msgid "Phone"
882
  msgstr "Telefonnummer"
883
 
884
- #: contact_form.php:2007
885
- #: contact_form.php:2033
886
  msgid "Site"
887
  msgstr "Webseite"
888
 
889
- #: contact_form.php:2120
890
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
891
- msgstr "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
 
 
 
892
 
893
- #: contact_form.php:2204
894
  msgid "Support"
895
  msgstr "Support"
896
 
897
- #: contact_form.php:2253
898
  msgid "Are you sure that you want to delete this language data?"
899
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
900
 
901
- #: contact_form.php:2274
902
  #, fuzzy
903
  msgid "Add multiple forms"
904
  msgstr "Füge in die Form"
905
 
906
- #: contact_form.php:2274
907
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
 
 
908
  msgstr ""
909
 
910
- #: contact_form.php:2279
911
  #, fuzzy
912
  msgid "Learn more"
913
  msgstr "Lees verder"
914
 
915
- #: contact_form.php:2283
916
  msgid "Close"
917
  msgstr ""
918
 
919
- #: contact_form.php:2471
920
  #, fuzzy
921
  msgid "allows to store your messages to the database."
922
  msgstr "Speicher E-Mails in die Datenbank"
923
 
924
- #: contact_form.php:2472
925
  msgid "Manage messages that have been sent from your website."
926
  msgstr ""
927
 
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"
10
  "MIME-Version: 1.0\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:657
 
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
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, "
60
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
61
+ "size: 2MB"
62
+ msgstr ""
63
+ "Unterstützte Dateitypen: 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: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
 
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"
137
+ 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
145
 
146
  #: contact_form.php:575
147
  #, fuzzy
148
+ msgid ""
149
+ "Please enter a valid email address in the 'Use this email address' field."
150
+ 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."
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."
 
 
203
  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 "
217
+ "this shortcode to your post or page or widget:"
218
+ 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 "
232
+ "should use the shortcode"
233
+ 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:"
245
+ 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"
253
+ 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."
261
+ 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."
278
+ 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'."
390
+ 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"
564
+ 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 "
702
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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
 
languages/contact_form-el.mo CHANGED
Binary file
languages/contact_form-el.po CHANGED
@@ -2,25 +2,26 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:12+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:12+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
 
14
  "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:35
23
- #: contact_form.php:650
24
  msgid "Contact Form Settings"
25
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
26
 
@@ -30,71 +31,59 @@ msgid "Contact Form"
30
  msgstr "Φόρμα Επικοινωνίας"
31
 
32
  # @ contact_form
33
- #: contact_form.php:123
34
- #: contact_form.php:1047
35
- #: contact_form.php:1081
36
  msgid "Name:"
37
  msgstr "Όνομα:"
38
 
39
  # @ contact_form
40
- #: contact_form.php:124
41
- #: contact_form.php:1048
42
- #: contact_form.php:1082
43
  msgid "Address:"
44
  msgstr "Διεύθυνση:"
45
 
46
  # @ contact_form
47
- #: contact_form.php:125
48
- #: contact_form.php:1049
49
- #: contact_form.php:1083
50
  msgid "Email Address:"
51
  msgstr "Email:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:126
55
- #: contact_form.php:1050
56
- #: contact_form.php:1084
57
  msgid "Phone number:"
58
  msgstr "Αριθμός τηλεφώνου:"
59
 
60
  # @ contact_form
61
- #: contact_form.php:127
62
- #: contact_form.php:1051
63
- #: contact_form.php:1085
64
  msgid "Subject:"
65
  msgstr "Θέμα:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:128
69
- #: contact_form.php:1052
70
- #: contact_form.php:1086
71
  msgid "Message:"
72
  msgstr "Μήνυμα:"
73
 
74
  # @ contact_form
75
- #: contact_form.php:129
76
- #: contact_form.php:1053
77
- #: contact_form.php:1087
78
  msgid "Attachment:"
79
  msgstr "Συννημένο Αρχείο:"
80
 
81
  # @ contact_form
82
  #: contact_form.php:130
83
  #, fuzzy
84
- msgid "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"
85
- msgstr "Τύποι υποστηριζόμενων αρχείων: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Μέγιστο μέγεθος αρχείου: 2MB"
 
 
 
 
 
 
86
 
87
  # @ contact_form
88
- #: contact_form.php:131
89
- #: contact_form.php:1055
90
- #: contact_form.php:1089
91
  msgid "Send me a copy"
92
  msgstr "Αποστολή αντιγράφου"
93
 
94
  # @ contact_form
95
- #: contact_form.php:132
96
- #: contact_form.php:1056
97
- #: contact_form.php:1090
98
  msgid "Submit"
99
  msgstr "Αποστολή"
100
 
@@ -156,7 +145,8 @@ msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
156
  # @ contact_form
157
  #: contact_form.php:144
158
  msgid "Please make corrections below and try again."
159
- msgstr "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
 
160
 
161
  # @ contact_form
162
  #: contact_form.php:146
@@ -164,13 +154,19 @@ msgid "Thank you for contacting us."
164
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
165
 
166
  #: contact_form.php:546
167
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
 
 
168
  msgstr ""
169
 
170
  # @ contact_form
171
  #: contact_form.php:556
172
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
173
- msgstr "Αν είναι ενεργοποιημένη η επιλογή \"Ανακατεύθυνση στη σελίδα\", τότε το πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
 
 
 
 
174
 
175
  # @ contact_form
176
  #: contact_form.php:565
@@ -179,8 +175,11 @@ msgstr "Τέτοιος χρήστης δεν υπάρχει."
179
 
180
  # @ contact_form
181
  #: contact_form.php:575
182
- msgid "Please enter a valid email address in the 'Use this email address' field."
183
- msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο 'Χρησιμοποιήστε αυτήν τη διεύθυνση email'."
 
 
 
184
 
185
  # @ contact_form
186
  #: contact_form.php:583
@@ -197,930 +196,957 @@ msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
197
  msgid "Settings are not saved."
198
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
199
 
 
 
 
 
200
  # @ contact_form
201
- #: contact_form.php:652
202
- #: contact_form.php:2188
203
- #: contact_form.php:2202
204
  msgid "Settings"
205
  msgstr "Ρυθμίσεις"
206
 
207
  # @ contact_form
208
- #: contact_form.php:653
209
  #, fuzzy
210
  msgid "Additional settings"
211
  msgstr "Πρόσθετες επιλογές"
212
 
213
- #: contact_form.php:654
214
  msgid "Appearance"
215
  msgstr ""
216
 
217
  # @ contact_form
218
- #: contact_form.php:655
219
- #: contact_form.php:2203
220
  msgid "FAQ"
221
  msgstr "Συχνές Ερωτήσεις"
222
 
223
  # @ contact_form
224
- #: contact_form.php:656
225
  msgid "Go PRO"
226
  msgstr "Αναβάθμιση σε PRO"
227
 
228
  # @ contact_form
229
- #: contact_form.php:659
230
- #: contact_form.php:661
231
  msgid "Notice:"
232
  msgstr "Σημείωση:"
233
 
234
  # @ contact_form
235
- #: contact_form.php:659
236
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
237
- msgstr "Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί 'Αποθήκευση αλλαγών'."
 
 
 
 
238
 
239
  # @ contact_form
240
- #: contact_form.php:669
241
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
242
- msgstr "Αν θέλετε να δημιουργήσετε πολλαπλές μορφές επαφής, παρακαλούμε εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
 
 
 
 
243
 
244
  # @ contact_form
245
- #: contact_form.php:676
246
- #: contact_form.php:679
247
- #: contact_form.php:1482
248
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
249
- msgstr "Αν θέλετε να προσθέσετε τη Φόρμα Επικοινωνίας στην ιστοσελίδα σας, απλά αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή στο widget σας:"
 
 
 
 
250
 
251
  # @ contact_form
252
- #: contact_form.php:676
253
- #: contact_form.php:677
254
- #: contact_form.php:679
255
- #: contact_form.php:680
256
- #: contact_form.php:1071
257
- #: contact_form.php:1073
258
- #: contact_form.php:1134
259
- #: contact_form.php:1136
260
  msgid "or"
261
  msgstr "ή"
262
 
263
  # @ contact_form
264
- #: contact_form.php:677
265
- #: contact_form.php:680
266
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
267
- msgstr "Αν έχετε οποιαδήποτε προβλήματα με τον πρότυπο σύντομο κωδικό [contact_form], θα πρέπει να χρησιμοποιήσετε τον σύντομο κωδικό"
 
 
 
 
268
 
269
  # @ contact_form
270
- #: contact_form.php:677
271
- #: contact_form.php:680
272
  msgid "They work the same way."
273
  msgstr "Λειτουργούν με τον ίδιο τρόπο."
274
 
275
  # @ contact_form
276
- #: contact_form.php:684
277
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
278
- msgstr "Εάν αφήσετε τα πεδία κενά, τα μηνύματα θα σταλούν στη διεύθυνση email που καθορίσατε κατά την εγγραφή σας."
 
 
 
 
 
279
 
280
  # @ contact_form
281
- #: contact_form.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "The user's email address:"
283
  msgstr "Η διεύθυνση email του χρήστη:"
284
 
285
  # @ contact_form
286
- #: contact_form.php:691
287
  #, fuzzy
288
  msgid "Select a username"
289
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
290
 
291
  # @ contact_form
292
- #: contact_form.php:704
293
- msgid "Enter a username of the person who should get the messages from the contact form."
294
- msgstr "Εισάγετε το όνομα του προσώπου που θα λαμβάνει τα μηνύματα από τη φόρμα επικοινωνίας."
 
 
 
 
295
 
296
  # @ contact_form
297
- #: contact_form.php:708
298
  msgid "Use this email address:"
299
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
300
 
301
  # @ contact_form
302
- #: contact_form.php:712
303
  msgid "Enter the email address you want the messages forwarded to."
304
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
305
 
306
  # @ contact_form
307
- #: contact_form.php:721
308
  msgid "Add department selectbox to the contact form:"
309
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
310
 
311
  # @ contact_form
312
- #: contact_form.php:729
313
- #: contact_form.php:1182
314
- #: contact_form.php:1365
315
  msgid "If you upgrade to Pro version all your settings will be saved."
316
- msgstr "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
 
317
 
318
  # @ contact_form
319
- #: contact_form.php:736
320
- #: contact_form.php:911
321
- #: contact_form.php:983
322
- #: contact_form.php:1189
323
- #: contact_form.php:1372
324
- msgid "Unlock premium options by upgrading to a PRO version."
325
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
326
 
327
  # @ contact_form
328
- #: contact_form.php:737
329
- #: contact_form.php:912
330
- #: contact_form.php:984
331
- #: contact_form.php:1190
332
- #: contact_form.php:1373
333
- #: contact_form.php:2475
334
  msgid "Learn More"
335
  msgstr "Μάθετε περισσότερα"
336
 
337
  # @ contact_form
338
- #: contact_form.php:740
339
- #: contact_form.php:915
340
- #: contact_form.php:987
341
- #: contact_form.php:1193
342
- #: contact_form.php:1376
343
  msgid "Go"
344
  msgstr "Πηγαίνετε"
345
 
346
  # @ contact_form
347
- #: contact_form.php:747
348
  msgid "Save emails to the database"
349
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
350
 
351
  # @ contact_form
352
- #: contact_form.php:752
353
  msgid "Using"
354
  msgstr "Χρήση"
355
 
356
  # @ contact_form
357
- #: contact_form.php:755
358
- #: contact_form.php:759
359
  #, fuzzy
360
  msgid "Using Contact Form to DB by BestWebSoft"
361
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
362
 
363
  # @ contact_form
364
- #: contact_form.php:755
365
  #, fuzzy
366
  msgid "Activate"
367
  msgstr "Ενεργοποίηση captcha"
368
 
369
  # @ contact_form
370
- #: contact_form.php:759
371
  #, fuzzy
372
  msgid "Download"
373
  msgstr "Κατέβασμα captcha"
374
 
375
  # @ contact_form
376
- #: contact_form.php:769
377
  msgid "What to use?"
378
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
379
 
380
  # @ contact_form
381
- #: contact_form.php:774
382
  msgid "Wp-mail"
383
  msgstr "Wp-mail"
384
 
385
  # @ contact_form
386
- #: contact_form.php:776
387
  msgid "You can use the wp_mail function for mailing"
388
- msgstr "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
 
389
 
390
  # @ contact_form
391
- #: contact_form.php:779
392
  msgid "Mail"
393
  msgstr "Tαχυδρομείο"
394
 
395
  # @ contact_form
396
- #: contact_form.php:781
397
  msgid "To send mail you can use the php mail function"
398
- msgstr "Για να στείλετε email, μπορείτε να χρησιμοποιήσετε τη λειτουργία ταχυδρομείου PHP"
 
 
399
 
400
- #: contact_form.php:786
401
  msgid "'FROM' field"
402
  msgstr ""
403
 
404
  # @ contact_form
405
- #: contact_form.php:788
406
- #: contact_form.php:842
407
- #: contact_form.php:1234
408
- #: contact_form.php:1980
409
- #: contact_form.php:2016
410
  msgid "Name"
411
  msgstr "Όνομα"
412
 
413
  # @ contact_form
414
- #: contact_form.php:795
415
  msgid "User name"
416
  msgstr "Όνομα χρήστη"
417
 
418
  # @ contact_form
419
- #: contact_form.php:797
420
- msgid "The name of the user who fills the form will be used in the field 'From'."
421
- msgstr "Το όνομα του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο πεδίο 'Από'."
 
 
 
422
 
423
  # @ contact_form
424
- #: contact_form.php:803
425
- #: contact_form.php:1991
426
- #: contact_form.php:2023
427
  msgid "Email"
428
  msgstr "Email"
429
 
430
  # @ contact_form
431
- #: contact_form.php:810
432
  msgid "User email"
433
  msgstr "Email χρήστη"
434
 
435
  # @ contact_form
436
- #: contact_form.php:812
437
- msgid "The email address of the user who fills the form will be used in the field 'From'."
438
- msgstr "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο πεδίο 'Από'."
 
 
 
 
439
 
440
- #: contact_form.php:816
441
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
 
 
442
  msgstr ""
443
 
444
  # @ contact_form
445
- #: contact_form.php:822
446
  msgid "Required symbol"
447
  msgstr "Απαιτούμενο σύμβολο"
448
 
449
  # @ contact_form
450
- #: contact_form.php:832
451
  msgid "Fields"
452
  msgstr "Πεδία"
453
 
454
  # @ contact_form
455
- #: contact_form.php:833
456
  msgid "Used"
457
  msgstr "Χρησιμοποιείται"
458
 
459
  # @ contact_form
460
- #: contact_form.php:834
461
  msgid "Required"
462
  msgstr "Απαιτούμενο"
463
 
464
  # @ contact_form
465
- #: contact_form.php:835
466
  msgid "Visible"
467
  msgstr "Ορατό"
468
 
469
  # @ contact_form
470
- #: contact_form.php:836
471
  msgid "Disabled for editing"
472
  msgstr "Δεν επιτρέπεται η επεξεργασία"
473
 
474
  # @ contact_form
475
- #: contact_form.php:837
476
  msgid "Field's default value"
477
  msgstr "Προκαθορισμένη τιμή πεδίου"
478
 
479
- #: contact_form.php:849
 
 
 
 
 
 
480
  msgid "Use User's name as a default value if the user is logged in."
481
  msgstr ""
482
 
483
- #: contact_form.php:850
484
- #: contact_form.php:878
485
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
 
486
  msgstr ""
487
 
488
  # @ contact_form
489
- #: contact_form.php:854
490
  msgid "Location selectbox"
491
  msgstr "Τοποθεσία selectbox"
492
 
493
  # @ contact_form
494
- #: contact_form.php:862
495
- #: contact_form.php:1239
496
- #: contact_form.php:1986
497
- #: contact_form.php:2020
498
  msgid "Address"
499
  msgstr "Διεύθυνση"
500
 
501
  # @ contact_form
502
- #: contact_form.php:870
503
  msgid "Email Address"
504
  msgstr "Διεύθυνση Email"
505
 
506
- #: contact_form.php:877
507
  msgid "Use User's email as a default value if the user is logged in."
508
  msgstr ""
509
 
510
  # @ contact_form
511
- #: contact_form.php:882
512
  msgid "Phone number"
513
  msgstr "Αριθμός τηλεφώνου"
514
 
515
  # @ contact_form
516
- #: contact_form.php:890
517
- #: contact_form.php:1254
518
- #: contact_form.php:2001
519
- #: contact_form.php:2029
520
  msgid "Subject"
521
  msgstr "Θέμα"
522
 
523
  # @ contact_form
524
- #: contact_form.php:898
525
- #: contact_form.php:1258
526
- #: contact_form.php:2004
527
- #: contact_form.php:2031
528
  msgid "Message"
529
  msgstr "Μήνυμα"
530
 
531
  # @ contact_form
532
- #: contact_form.php:922
533
  msgid "Attachment block"
534
  msgstr "Συνημμένο μπλοκ"
535
 
536
  # @ contact_form
537
- #: contact_form.php:924
538
  msgid "Users can attach the following file formats"
539
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
540
 
541
  # @ contact_form
542
- #: contact_form.php:937
543
  msgid "Add to the form"
544
  msgstr "Προσθήκη στη φόρμα"
545
 
546
  # @ contact_form
547
- #: contact_form.php:942
548
  msgid "Tips below the Attachment"
549
  msgstr "Συμβουλές κάτω από το συνημμένο"
550
 
551
  # @ contact_form
552
- #: contact_form.php:951
553
  msgid "'Send me a copy' block"
554
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
555
 
556
  # @ contact_form
557
- #: contact_form.php:964
558
  msgid "Activate captcha"
559
  msgstr "Ενεργοποίηση captcha"
560
 
561
  # @ contact_form
562
- #: contact_form.php:968
563
  msgid "Download captcha"
564
  msgstr "Κατέβασμα captcha"
565
 
566
  # @ contact_form
567
- #: contact_form.php:976
568
  msgid "Agreement checkbox"
569
  msgstr "Checkbox συμφωνίας"
570
 
571
  # @ contact_form
572
- #: contact_form.php:976
573
  msgid "Required checkbox for submitting the form"
574
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
575
 
576
  # @ contact_form
577
- #: contact_form.php:977
578
  msgid "Optional checkbox"
579
  msgstr "Προαιρετικό checkbox"
580
 
581
  # @ contact_form
582
- #: contact_form.php:977
583
  msgid "Optional checkbox, the results of which will be displayed in email"
584
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
585
 
586
  # @ contact_form
587
- #: contact_form.php:995
588
  msgid "Delete an attachment file from the server after the email is sent"
589
- msgstr "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
 
590
 
591
  # @ contact_form
592
- #: contact_form.php:1001
593
  msgid "Email in HTML format sending"
594
  msgstr "Αποστολή email σε μορφή HTML "
595
 
596
  # @ contact_form
597
- #: contact_form.php:1005
598
  msgid "Display additional info in the email"
599
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
600
 
601
  # @ contact_form
602
- #: contact_form.php:1011
603
- #: contact_form.php:1947
604
- #: contact_form.php:1949
605
  msgid "Sent from (ip address)"
606
  msgstr "Εστάλη από (διεύθυνση IP)"
607
 
608
  # @ contact_form
609
- #: contact_form.php:1011
610
  msgid "Example: Sent from (IP address):\t127.0.0.1"
611
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
612
 
613
  # @ contact_form
614
- #: contact_form.php:1012
615
- #: contact_form.php:1953
616
- #: contact_form.php:1955
617
  msgid "Date/Time"
618
  msgstr "Ημερομηνία/Ώρα"
619
 
620
  # @ contact_form
621
- #: contact_form.php:1012
622
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
623
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
624
 
625
  # @ contact_form
626
- #: contact_form.php:1013
627
- #: contact_form.php:1959
628
- #: contact_form.php:1961
629
  msgid "Sent from (referer)"
630
  msgstr "Εστάλη από (παραπέμπτης)"
631
 
632
  # @ contact_form
633
- #: contact_form.php:1013
634
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
635
- msgstr "Παράδειγμα: Εστάλη από (παραπέμπτης):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
 
636
 
637
  # @ contact_form
638
- #: contact_form.php:1014
639
- #: contact_form.php:1965
640
- #: contact_form.php:1967
641
  msgid "Using (user agent)"
642
  msgstr "Χρήση (μέσο χρήστη)"
643
 
644
  # @ contact_form
645
- #: contact_form.php:1014
646
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
647
- msgstr "Παράδειγμα: Χρήση (μέσο χρήστη):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
648
 
649
  # @ contact_form
650
- #: contact_form.php:1019
651
  msgid "Language settings for the field names in the form"
652
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
653
 
654
  # @ contact_form
655
- #: contact_form.php:1028
656
  msgid "Add a language"
657
  msgstr "Προσθήκη γλώσσας"
658
 
659
  # @ contact_form
660
- #: contact_form.php:1032
661
  msgid "Change the names of the contact form fields and error messages"
662
- msgstr "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας επικοινωνίας "
 
 
663
 
664
  # @ contact_form
665
- #: contact_form.php:1037
666
- #: contact_form.php:1124
667
  msgid "English"
668
  msgstr "Αγγλικά"
669
 
670
  # @ contact_form
671
- #: contact_form.php:1045
672
- #: contact_form.php:1079
673
  msgid "click to expand/hide the list"
674
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
675
 
676
  # @ contact_form
677
- #: contact_form.php:1054
678
- #: contact_form.php:1088
679
  msgid "Tips below the Attachment block"
680
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
681
 
682
  # @ contact_form
683
- #: contact_form.php:1057
684
- #: contact_form.php:1091
685
  msgid "Error message for the Name field"
686
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
687
 
688
  # @ contact_form
689
- #: contact_form.php:1058
690
- #: contact_form.php:1092
691
  msgid "Error message for the Address field"
692
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
693
 
694
  # @ contact_form
695
- #: contact_form.php:1059
696
- #: contact_form.php:1093
697
  msgid "Error message for the Email field"
698
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
699
 
700
  # @ contact_form
701
- #: contact_form.php:1060
702
- #: contact_form.php:1094
703
  msgid "Error message for the Phone field"
704
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
705
 
706
  # @ contact_form
707
- #: contact_form.php:1061
708
- #: contact_form.php:1095
709
  msgid "Error message for the Subject field"
710
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
711
 
712
  # @ contact_form
713
- #: contact_form.php:1062
714
- #: contact_form.php:1096
715
  msgid "Error message for the Message field"
716
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
717
 
718
  # @ contact_form
719
- #: contact_form.php:1063
720
- #: contact_form.php:1097
721
  msgid "Error message about the file type for the Attachment field"
722
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
723
 
724
  # @ contact_form
725
- #: contact_form.php:1064
726
- #: contact_form.php:1098
727
- msgid "Error message while uploading a file for the Attachment field to the server"
728
- msgstr "Μήνυμα σφάλματος κατά το ανέβασμα ενός αρχείου για το πεδίο Συνημμένο στο διακομιστή"
 
 
729
 
730
  # @ contact_form
731
- #: contact_form.php:1065
732
- #: contact_form.php:1099
733
  msgid "Error message while moving the file for the Attachment field"
734
- msgstr "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
 
735
 
736
  # @ contact_form
737
- #: contact_form.php:1066
738
- #: contact_form.php:1100
739
  msgid "Error message when file size limit for the Attachment field is exceeded"
740
- msgstr "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει ξεπεραστεί"
 
 
741
 
742
  # @ contact_form
743
- #: contact_form.php:1067
744
- #: contact_form.php:1101
745
  msgid "Error message for the Captcha field"
746
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
747
 
748
  # @ contact_form
749
- #: contact_form.php:1068
750
- #: contact_form.php:1102
751
  msgid "Error message for the whole form"
752
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
753
 
754
  # @ contact_form
755
- #: contact_form.php:1071
756
- #: contact_form.php:1073
757
- #: contact_form.php:1105
758
- #: contact_form.php:1107
759
- #: contact_form.php:1134
760
- #: contact_form.php:1136
761
- #: contact_form.php:1144
762
- #: contact_form.php:1146
763
- #: contact_form.php:2336
764
- #: contact_form.php:2338
765
  msgid "Use shortcode"
766
  msgstr "Χρήση σύντομου κωδικού"
767
 
768
  # @ contact_form
769
- #: contact_form.php:1071
770
- #: contact_form.php:1073
771
- #: contact_form.php:1105
772
- #: contact_form.php:1107
773
- #: contact_form.php:1134
774
- #: contact_form.php:1136
775
- #: contact_form.php:1144
776
- #: contact_form.php:1146
777
- #: contact_form.php:2336
778
- #: contact_form.php:2338
779
  msgid "for this language"
780
  msgstr "για τη συγκεκριμένη γλώσσα"
781
 
782
  # @ contact_form
783
- #: contact_form.php:1115
784
  msgid "Use the changed names of the contact form fields in the email"
785
- msgstr "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας στο email"
 
 
786
 
787
  # @ contact_form
788
- #: contact_form.php:1121
789
  msgid "Action after email is sent"
790
  msgstr "Ενέργεια μετά την αποστολή του email"
791
 
792
  # @ contact_form
793
- #: contact_form.php:1123
794
  msgid "Display text"
795
  msgstr "Εμφάνιση κειμένου"
796
 
797
  # @ contact_form
798
- #: contact_form.php:1132
799
- #: contact_form.php:1142
800
  msgid "Text"
801
  msgstr "Κείμενο"
802
 
803
  # @ contact_form
804
- #: contact_form.php:1153
805
  msgid "Redirect to the page"
806
  msgstr "Ανακατεύθυνση στη σελίδα"
807
 
808
  # @ contact_form
809
- #: contact_form.php:1154
810
  msgid "Url"
811
  msgstr "Url"
812
 
813
  # @ contact_form
814
- #: contact_form.php:1158
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:1163
820
- msgid "If you are not sure whether to change this setting or not, please do not do that."
821
- msgstr "Εάν δεν είστε σίγουροι αν πρέπει να αλλάξετε αυτή τη ρύθμιση ή όχι, σας παρακαλούμε να μην το κάνετε."
 
 
 
 
822
 
823
  # @ contact_form
824
- #: contact_form.php:1173
825
  msgid "Auto Response"
826
  msgstr "Αυτόματη Απάντηση"
827
 
828
  # @ contact_form
829
- #: contact_form.php:1177
830
  #, php-format
831
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
832
- msgstr "Μπορείτε να χρησιμοποιήσετε το %%NAME%% για να εμφανίσετε δεδομένα από το πεδίο 'Email' και το %%MESSAGE%% για να εμφανίσετε δεδομένα από το πεδίο 'Μήνυμα', όπως επίσης και το %%SITENAME%% για να εμφανίσετε το όνομα του ιστολογίου."
 
 
 
 
 
 
 
833
 
834
  # @ default
835
- #: contact_form.php:1202
836
- #: contact_form.php:1383
837
  msgid "Save Changes"
838
  msgstr "Αποθήκευση αλλαγών"
839
 
840
  # @ contact_form
841
- #: contact_form.php:1214
842
  msgid "Errors output"
843
  msgstr "Έξοδος σφαλμάτων"
844
 
845
  # @ contact_form
846
- #: contact_form.php:1217
847
  msgid "Display error messages"
848
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
849
 
850
  # @ contact_form
851
- #: contact_form.php:1218
852
  msgid "Color of the input field errors."
853
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
854
 
855
  # @ contact_form
856
- #: contact_form.php:1219
857
  msgid "Display error messages & color of the input field errors"
858
- msgstr "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
 
859
 
860
  # @ contact_form
861
- #: contact_form.php:1224
862
  msgid "Add placeholder to the input blocks"
863
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
864
 
865
  # @ contact_form
866
- #: contact_form.php:1230
867
  msgid "Add tooltips"
868
  msgstr "Προσθήκη επεξηγήσεων"
869
 
870
  # @ contact_form
871
- #: contact_form.php:1244
872
  msgid "Email address"
873
  msgstr "Email"
874
 
875
  # @ contact_form
876
- #: contact_form.php:1249
877
  msgid "Phone Number"
878
  msgstr "Αριθμός τηλεφώνου"
879
 
880
  # @ contact_form
881
- #: contact_form.php:1263
882
  msgid "Attachment"
883
  msgstr "Συννημένο αρχείο"
884
 
885
  # @ contact_form
886
- #: contact_form.php:1273
887
  msgid "Style options"
888
  msgstr "Ρυμθίσεις εμφάνισης"
889
 
890
  # @ contact_form
891
- #: contact_form.php:1276
892
  msgid "Text color"
893
  msgstr "Χρώμα κειμένου"
894
 
895
  # @ contact_form
896
- #: contact_form.php:1279
897
- #: contact_form.php:1284
898
- #: contact_form.php:1294
899
- #: contact_form.php:1299
900
- #: contact_form.php:1304
901
- #: contact_form.php:1309
902
- #: contact_form.php:1319
903
- #: contact_form.php:1324
904
- #: contact_form.php:1333
905
- #: contact_form.php:1347
906
- #: contact_form.php:1352
907
- #: contact_form.php:1357
908
  msgid "Default"
909
  msgstr "Προκαθορισμένο"
910
 
911
  # @ contact_form
912
- #: contact_form.php:1281
913
  msgid "Label text color"
914
  msgstr "Χρώμα κειμένου ετικέτας"
915
 
916
  # @ contact_form
917
- #: contact_form.php:1286
918
  msgid "Placeholder color"
919
  msgstr "Χρώμα placeholder"
920
 
921
  # @ contact_form
922
- #: contact_form.php:1291
923
  msgid "Errors color"
924
  msgstr "Χρώμα σφαλμάτων"
925
 
926
  # @ contact_form
927
- #: contact_form.php:1296
928
  msgid "Error text color"
929
  msgstr "Χρώμα κειμένου σφάλματος"
930
 
931
  # @ contact_form
932
- #: contact_form.php:1301
933
  msgid "Background color of the input field errors"
934
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
935
 
936
  # @ contact_form
937
- #: contact_form.php:1306
938
  msgid "Border color of the input field errors"
939
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
940
 
941
  # @ contact_form
942
- #: contact_form.php:1311
943
  msgid "Placeholder color of the input field errors"
944
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
945
 
946
  # @ contact_form
947
- #: contact_form.php:1316
948
  msgid "Input fields"
949
  msgstr "Πεδία εισαγωγής"
950
 
951
  # @ contact_form
952
- #: contact_form.php:1321
953
  msgid "Input fields background color"
954
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
955
 
956
  # @ contact_form
957
- #: contact_form.php:1326
958
  msgid "Text fields color"
959
  msgstr "Χρώμα πεδίων κειμένου"
960
 
961
  # @ contact_form
962
- #: contact_form.php:1330
963
  msgid "Border width in px, numbers only"
964
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
965
 
966
  # @ contact_form
967
- #: contact_form.php:1335
968
- #: contact_form.php:1359
969
  msgid "Border color"
970
  msgstr "Χρώμα περιγράμματος"
971
 
972
  # @ contact_form
973
- #: contact_form.php:1340
974
  msgid "Submit button"
975
  msgstr "Κομβίο Υποβολής"
976
 
977
  # @ contact_form
978
- #: contact_form.php:1344
979
  msgid "Width in px, numbers only"
980
  msgstr "Πλάτος σε px, μόνο αριθμοί"
981
 
982
  # @ contact_form
983
- #: contact_form.php:1349
984
  msgid "Button color"
985
  msgstr "Χρώμα κομβίου"
986
 
987
  # @ contact_form
988
- #: contact_form.php:1354
989
  msgid "Button text color"
990
  msgstr "Χρώμα κειμένου κομβίου"
991
 
992
  # @ contact_form
993
- #: contact_form.php:1387
994
  msgid "Contact Form Pro | Preview"
995
  msgstr "Contact Form Pro | Προεπισκόπηση"
996
 
997
  # @ contact_form
998
- #: contact_form.php:1389
999
  msgid "Show with errors"
1000
  msgstr "Εμφάνιση με σφάλματα"
1001
 
1002
  # @ contact_form
1003
- #: contact_form.php:1398
1004
- #: contact_form.php:1400
1005
  msgid "Please enter your full name..."
1006
  msgstr "Παρακαλούμε, εισάγετε το πλήρες ονοματεπώνυμό σας..."
1007
 
1008
  # @ contact_form
1009
- #: contact_form.php:1411
1010
- #: contact_form.php:1413
1011
  msgid "Please enter your address..."
1012
  msgstr "Παρακαλούμε, εισάγετε τη διεύθυνσή σας..."
1013
 
1014
  # @ contact_form
1015
- #: contact_form.php:1422
1016
- #: contact_form.php:1424
1017
  msgid "Please enter your email address..."
1018
  msgstr "Παρακαλούμε, εισάγετε την ηλεκτρονική σας διεύθυνση (email)..."
1019
 
1020
  # @ contact_form
1021
- #: contact_form.php:1433
1022
- #: contact_form.php:1435
1023
  msgid "Please enter your phone number..."
1024
  msgstr "Παρακαλούμε, εισάγετε τον αριθμό τηλεφώνου σας..."
1025
 
1026
  # @ contact_form
1027
- #: contact_form.php:1444
1028
- #: contact_form.php:1446
1029
  msgid "Please enter subject..."
1030
  msgstr "Παρακαλούμε, εισάγετε το θέμα..."
1031
 
1032
  # @ contact_form
1033
- #: contact_form.php:1454
1034
- #: contact_form.php:1456
1035
  msgid "Please enter your message..."
1036
  msgstr "Παρακαλούμε, εισάγετε το μήνυμά σας..."
1037
 
1038
  # @ contact_form
1039
- #: contact_form.php:1566
1040
  msgid "Sorry, email message could not be delivered."
1041
- msgstr "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
 
1042
 
1043
  # @ contact_form
1044
- #: contact_form.php:1974
1045
  msgid "Contact from"
1046
  msgstr "Φόρμμα επικοινωνίας"
1047
 
1048
  # @ contact_form
1049
- #: contact_form.php:1996
1050
- #: contact_form.php:2026
1051
  msgid "Phone"
1052
  msgstr "Αριθμός τηλεφώνου"
1053
 
1054
  # @ contact_form
1055
- #: contact_form.php:2007
1056
- #: contact_form.php:2033
1057
  msgid "Site"
1058
  msgstr "Ιστοσελίδα"
1059
 
1060
  # @ contact_form
1061
- #: contact_form.php:2120
1062
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1063
- msgstr "Εάν δεν μπορείτε να δείτε αυτό το MIME, αυτό σημαίνει ότι ο τύπος MIME δεν υποστηρίζεται από τον email client σας!"
 
 
 
 
1064
 
1065
  # @ contact_form
1066
- #: contact_form.php:2204
1067
  msgid "Support"
1068
  msgstr "Υποστήριξη"
1069
 
1070
  # @ contact_form
1071
- #: contact_form.php:2253
1072
  msgid "Are you sure that you want to delete this language data?"
1073
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1074
 
1075
  # @ contact_form
1076
- #: contact_form.php:2274
1077
  #, fuzzy
1078
  msgid "Add multiple forms"
1079
  msgstr "Προσθήκη στη φόρμα"
1080
 
1081
- #: contact_form.php:2274
1082
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
 
 
1083
  msgstr ""
1084
 
1085
  # @ contact_form
1086
- #: contact_form.php:2279
1087
  #, fuzzy
1088
  msgid "Learn more"
1089
  msgstr "Μάθετε περισσότερα"
1090
 
1091
- #: contact_form.php:2283
1092
  msgid "Close"
1093
  msgstr ""
1094
 
1095
  # @ contact_form
1096
- #: contact_form.php:2471
1097
  #, fuzzy
1098
  msgid "allows to store your messages to the database."
1099
- msgstr "<strong>Contact Form to DB</strong> επιτρέπει να αποθηκεύετε τα μηνύματά σας στη βάση δεδομένων."
 
 
1100
 
1101
  # @ contact_form
1102
- #: contact_form.php:2472
1103
  msgid "Manage messages that have been sent from your website."
1104
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1105
 
1106
  # @ contact_form
1107
  #~ msgid "powered by"
1108
  #~ msgstr "υποστήριξη από"
 
1109
  # @ contact_form
1110
  #~ msgid "Activate Contact Form to DB"
1111
  #~ msgstr "ενεργοποίηση της Φόρμας Επικοινωνίας για DB"
 
1112
  # @ contact_form
1113
  #~ msgid "Download Contact Form to DB"
1114
  #~ msgstr "Κατέβασμα της Φόρμας Επικοινωνίας για DB"
 
1115
  # @ contact_form
1116
  #~ msgid "Captcha"
1117
  #~ msgstr "Captcha"
 
1118
  # @ contact_form
1119
  #~ msgid "(powered by bestwebsoft.com)"
1120
  #~ msgstr "(υποστήριξη από bestwebsoft.com)"
 
1121
  # @ contact_form
1122
  #~ msgid "requires"
1123
  #~ msgstr "απαιτεί"
 
1124
  # @ contact_form
1125
  #~ msgid ""
1126
  #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
@@ -1128,15 +1154,19 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
1128
  #~ msgstr ""
1129
  #~ "ή υψηλότερη, γι' αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
1130
  #~ "WordPress και δοκιμάστε ξανά."
 
1131
  # @ contact_form
1132
  #~ msgid "Back to the WordPress"
1133
  #~ msgstr "Επιστροφή στο WordPress"
 
1134
  # @ contact_form
1135
  #~ msgid "Plugins page"
1136
  #~ msgstr "Σελίδα με πρόσθετα"
 
1137
  # @ contact_form
1138
  #~ msgid "Wrong license key"
1139
  #~ msgstr "Λάθος κλειδί άδειας χρήσης"
 
1140
  # @ contact_form
1141
  #~ msgid ""
1142
  #~ "Something went wrong. Try again later. If the error will appear again, "
@@ -1146,9 +1176,11 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
1146
  #~ "Κάτι πήγε στραβά. Προσπαθήστε ξανά αργότερα. Αν θα εμφανιστεί και πάλι το "
1147
  #~ "σφάλμα, παρακαλούμε επικοινωνήστε μαζί μας <a href=http://support."
1148
  #~ "bestwebsoft.com> BestWebSoft </a>. Ζητούμε συγνώμη για την ταλαιπωρία."
 
1149
  # @ contact_form
1150
  #~ msgid "This license key is bind to another site"
1151
  #~ msgstr "Αυτό το κλειδί άδειας χρήσης χρησιμοποιείται σε μια άλλη τοποθεσία"
 
1152
  # @ contact_form
1153
  #~ msgid ""
1154
  #~ "Unfortunately, you have exceeded the number of available tries per day. "
@@ -1156,17 +1188,20 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
1156
  #~ msgstr ""
1157
  #~ "Δυστυχώς, έχετε υπερβεί τον αριθμό των διαθέσιμων προσπαθειών ανά ημέρα. "
1158
  #~ "Παρακαλούμε, ανεβάστε την επέκταση χειροκίνητα."
 
1159
  # @ contact_form
1160
  #~ msgid ""
1161
  #~ "Failed to download the zip archive. Please, upload the plugin manually"
1162
  #~ msgstr ""
1163
  #~ "Απέτυχε να κατεβάσει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1164
  #~ "χειροκίνητα"
 
1165
  # @ contact_form
1166
  #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1167
  #~ msgstr ""
1168
  #~ "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1169
  #~ "χειροκίνητα"
 
1170
  # @ contact_form
1171
  #~ msgid ""
1172
  #~ "Your server does not support either ZipArchive or Phar. Please, upload "
@@ -1174,6 +1209,7 @@ msgstr "Διαχειριστείτε τα μηνύματα που έχουν σ
1174
  #~ msgstr ""
1175
  #~ "Ο διακομιστής σας δεν υποστηρίζει ZipArchive ούτε Phar. Παρακαλούμε, "
1176
  #~ "ανεβάστε την επέκταση χειροκίνητα"
 
1177
  # @ contact_form
1178
  #, fuzzy
1179
  #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
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"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
14
+ "+9)%10>3 ? 2 : 1;\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Textdomain-Support: yes\n"
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
  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, "
73
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
74
+ "size: 2MB"
75
+ msgstr ""
76
+ "Τύποι υποστηριζόμενων αρχείων: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
77
+ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Μέγιστο "
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
 
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
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"
167
+ msgstr ""
168
+ "Αν είναι ενεργοποιημένη η επιλογή \"Ανακατεύθυνση στη σελίδα\", τότε το "
169
+ "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
170
 
171
  # @ contact_form
172
  #: contact_form.php:565
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 ""
181
+ "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο 'Χρησιμοποιήστε "
182
+ "αυτήν τη διεύθυνση email'."
183
 
184
  # @ contact_form
185
  #: contact_form.php:583
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."
238
+ msgstr ""
239
+ "Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, "
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."
247
+ msgstr ""
248
+ "Αν θέλετε να δημιουργήσετε πολλαπλές μορφές επαφής, παρακαλούμε "
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 "
256
+ "this shortcode to your post or page or widget:"
257
+ msgstr ""
258
+ "Αν θέλετε να προσθέσετε τη Φόρμα Επικοινωνίας στην ιστοσελίδα σας, απλά "
259
+ "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
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 "
274
+ "should use the shortcode"
275
+ msgstr ""
276
+ "Αν έχετε οποιαδήποτε προβλήματα με τον πρότυπο σύντομο κωδικό "
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:"
289
+ msgstr ""
290
+ "Αν θέλετε να προσθέσετε τη Φόρμα Επικοινωνίας στην ιστοσελίδα σας, απλά "
291
+ "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
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"
299
+ msgstr ""
300
+ "Αν έχετε οποιαδήποτε προβλήματα με τον πρότυπο σύντομο κωδικό "
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."
308
+ msgstr ""
309
+ "Εάν αφήσετε τα πεδία κενά, τα μηνύματα θα σταλούν στη διεύθυνση email που "
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."
328
+ msgstr ""
329
+ "Εισάγετε το όνομα του προσώπου που θα λαμβάνει τα μηνύματα από τη φόρμα "
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 ""
448
+ "Το όνομα του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο πεδίο "
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'."
466
+ 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 ""
665
+ "Παράδειγμα: Εστάλη από (παραπέμπτης):\thttp://bestwebsoft.com/contacts/"
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"
678
+ msgstr ""
679
+ "Παράδειγμα: Χρήση (μέσο χρήστη):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
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 ""
754
+ "Μήνυμα σφάλματος κατά το ανέβασμα ενός αρχείου για το πεδίο Συνημμένο στο "
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."
840
+ msgstr ""
841
+ "Εάν δεν είστε σίγουροι αν πρέπει να αλλάξετε αυτή τη ρύθμιση ή όχι, σας "
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 "
854
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
855
+ "name."
856
+ msgstr ""
857
+ "Μπορείτε να χρησιμοποιήσετε το %%NAME%% για να εμφανίσετε δεδομένα από το "
858
+ "πεδίο 'Email' και το %%MESSAGE%% για να εμφανίσετε δεδομένα από το πεδίο "
859
+ "'Μήνυμα', όπως επίσης και το %%SITENAME%% για να εμφανίσετε το όνομα του "
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!"
1077
+ msgstr ""
1078
+ "Εάν δεν μπορείτε να δείτε αυτό το MIME, αυτό σημαίνει ότι ο τύπος MIME δεν "
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 ""
1118
+ "<strong>Contact Form to DB</strong> επιτρέπει να αποθηκεύετε τα μηνύματά σας "
1119
+ "στη βάση δεδομένων."
1120
 
1121
  # @ contact_form
1122
+ #: contact_form.php:2492
1123
  msgid "Manage messages that have been sent from your website."
1124
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1125
 
1126
  # @ contact_form
1127
  #~ msgid "powered by"
1128
  #~ msgstr "υποστήριξη από"
1129
+
1130
  # @ contact_form
1131
  #~ msgid "Activate Contact Form to DB"
1132
  #~ msgstr "ενεργοποίηση της Φόρμας Επικοινωνίας για DB"
1133
+
1134
  # @ contact_form
1135
  #~ msgid "Download Contact Form to DB"
1136
  #~ msgstr "Κατέβασμα της Φόρμας Επικοινωνίας για DB"
1137
+
1138
  # @ contact_form
1139
  #~ msgid "Captcha"
1140
  #~ msgstr "Captcha"
1141
+
1142
  # @ contact_form
1143
  #~ msgid "(powered by bestwebsoft.com)"
1144
  #~ msgstr "(υποστήριξη από bestwebsoft.com)"
1145
+
1146
  # @ contact_form
1147
  #~ msgid "requires"
1148
  #~ msgstr "απαιτεί"
1149
+
1150
  # @ contact_form
1151
  #~ msgid ""
1152
  #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
1154
  #~ msgstr ""
1155
  #~ "ή υψηλότερη, γι' αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
1156
  #~ "WordPress και δοκιμάστε ξανά."
1157
+
1158
  # @ contact_form
1159
  #~ msgid "Back to the WordPress"
1160
  #~ msgstr "Επιστροφή στο WordPress"
1161
+
1162
  # @ contact_form
1163
  #~ msgid "Plugins page"
1164
  #~ msgstr "Σελίδα με πρόσθετα"
1165
+
1166
  # @ contact_form
1167
  #~ msgid "Wrong license key"
1168
  #~ msgstr "Λάθος κλειδί άδειας χρήσης"
1169
+
1170
  # @ contact_form
1171
  #~ msgid ""
1172
  #~ "Something went wrong. Try again later. If the error will appear again, "
1176
  #~ "Κάτι πήγε στραβά. Προσπαθήστε ξανά αργότερα. Αν θα εμφανιστεί και πάλι το "
1177
  #~ "σφάλμα, παρακαλούμε επικοινωνήστε μαζί μας <a href=http://support."
1178
  #~ "bestwebsoft.com> BestWebSoft </a>. Ζητούμε συγνώμη για την ταλαιπωρία."
1179
+
1180
  # @ contact_form
1181
  #~ msgid "This license key is bind to another site"
1182
  #~ msgstr "Αυτό το κλειδί άδειας χρήσης χρησιμοποιείται σε μια άλλη τοποθεσία"
1183
+
1184
  # @ contact_form
1185
  #~ msgid ""
1186
  #~ "Unfortunately, you have exceeded the number of available tries per day. "
1188
  #~ msgstr ""
1189
  #~ "Δυστυχώς, έχετε υπερβεί τον αριθμό των διαθέσιμων προσπαθειών ανά ημέρα. "
1190
  #~ "Παρακαλούμε, ανεβάστε την επέκταση χειροκίνητα."
1191
+
1192
  # @ contact_form
1193
  #~ msgid ""
1194
  #~ "Failed to download the zip archive. Please, upload the plugin manually"
1195
  #~ msgstr ""
1196
  #~ "Απέτυχε να κατεβάσει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1197
  #~ "χειροκίνητα"
1198
+
1199
  # @ contact_form
1200
  #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1201
  #~ msgstr ""
1202
  #~ "Απέτυχε να ανοίξει το αρχείο zip. Παρακαλούμε, ανεβάστε την επέκταση "
1203
  #~ "χειροκίνητα"
1204
+
1205
  # @ contact_form
1206
  #~ msgid ""
1207
  #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1209
  #~ msgstr ""
1210
  #~ "Ο διακομιστής σας δεν υποστηρίζει ZipArchive ούτε Phar. Παρακαλούμε, "
1211
  #~ "ανεβάστε την επέκταση χειροκίνητα"
1212
+
1213
  # @ contact_form
1214
  #, fuzzy
1215
  #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:12+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:12+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: it_IT\n"
10
  "MIME-Version: 1.0\n"
@@ -16,8 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35
20
- #: contact_form.php:650
21
  msgid "Contact Form Settings"
22
  msgstr "Opciones de formulario de contacto"
23
 
@@ -25,62 +24,50 @@ msgstr "Opciones de formulario de contacto"
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:123
29
- #: contact_form.php:1047
30
- #: contact_form.php:1081
31
  msgid "Name:"
32
  msgstr "Nombre:"
33
 
34
- #: contact_form.php:124
35
- #: contact_form.php:1048
36
- #: contact_form.php:1082
37
  msgid "Address:"
38
  msgstr "Dirección:"
39
 
40
- #: contact_form.php:125
41
- #: contact_form.php:1049
42
- #: contact_form.php:1083
43
  msgid "Email Address:"
44
  msgstr "Dirección de correo electrónico:"
45
 
46
- #: contact_form.php:126
47
- #: contact_form.php:1050
48
- #: contact_form.php:1084
49
  msgid "Phone number:"
50
  msgstr "Número de teléfono:"
51
 
52
- #: contact_form.php:127
53
- #: contact_form.php:1051
54
- #: contact_form.php:1085
55
  msgid "Subject:"
56
  msgstr "Asunto:"
57
 
58
- #: contact_form.php:128
59
- #: contact_form.php:1052
60
- #: contact_form.php:1086
61
  msgid "Message:"
62
  msgstr "Mensaje:"
63
 
64
- #: contact_form.php:129
65
- #: contact_form.php:1053
66
- #: contact_form.php:1087
67
  msgid "Attachment:"
68
  msgstr "Datos adjuntos:"
69
 
70
  #: contact_form.php:130
71
  #, fuzzy
72
- msgid "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"
73
- msgstr "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamaño máximo de archivo: 2MB"
 
 
 
 
 
 
74
 
75
- #: contact_form.php:131
76
- #: contact_form.php:1055
77
- #: contact_form.php:1089
78
  msgid "Send me a copy"
79
  msgstr "Deseo recibir una copia"
80
 
81
- #: contact_form.php:132
82
- #: contact_form.php:1056
83
- #: contact_form.php:1090
84
  msgid "Submit"
85
  msgstr "Enviar"
86
 
@@ -137,12 +124,18 @@ msgid "Thank you for contacting us."
137
  msgstr "Gracias por contactar con nosotros."
138
 
139
  #: contact_form.php:546
140
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
 
 
141
  msgstr ""
142
 
143
  #: contact_form.php:556
144
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
145
- msgstr "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL debe estar en el siguiente formato"
 
 
 
 
146
 
147
  #: contact_form.php:565
148
  #, fuzzy
@@ -151,13 +144,18 @@ msgstr "Dicho usuario no existe. Los ajustes no se guardan."
151
 
152
  #: contact_form.php:575
153
  #, fuzzy
154
- msgid "Please enter a valid email address in the 'Use this email address' field."
155
- msgstr "Por favor, introduce una dirección de correo electrónico válida en el campo \"De\". Las configuraciones no se guardan."
 
 
 
156
 
157
  #: contact_form.php:583
158
  #, fuzzy
159
  msgid "Please enter a valid email address in the 'FROM' field."
160
- msgstr "Por favor, introduce una dirección de correo electrónico válida en el campo \"De\". Las configuraciones no se guardan."
 
 
161
 
162
  #: contact_form.php:606
163
  msgid "Settings saved."
@@ -168,758 +166,771 @@ msgstr "Configuración guardada."
168
  msgid "Settings are not saved."
169
  msgstr "Configuración guardada."
170
 
171
- #: contact_form.php:652
172
- #: contact_form.php:2188
173
- #: contact_form.php:2202
 
 
174
  msgid "Settings"
175
  msgstr "Configuración"
176
 
177
- #: contact_form.php:653
178
  #, fuzzy
179
  msgid "Additional settings"
180
  msgstr "Opciones adicionales"
181
 
182
- #: contact_form.php:654
183
  msgid "Appearance"
184
  msgstr ""
185
 
186
- #: contact_form.php:655
187
- #: contact_form.php:2203
188
  msgid "FAQ"
189
  msgstr "Preguntas más frecuentes"
190
 
191
- #: contact_form.php:656
192
  msgid "Go PRO"
193
  msgstr "Ir al PRO"
194
 
195
- #: contact_form.php:659
196
- #: contact_form.php:661
197
  msgid "Notice:"
198
  msgstr "Aviso:"
199
 
200
- #: contact_form.php:659
201
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
202
- msgstr "Configuración del plugin se han cambiado. Para salvar los cambios, no olvide hacer clic en el botón \"Guardar cambios\"."
203
-
204
- #: contact_form.php:669
205
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
206
- msgstr "Si desea crear varios formularios de contacto, por favor, instale el plugin Formulario de contacto múltiple."
207
 
208
- #: contact_form.php:676
209
  #: contact_form.php:679
210
- #: contact_form.php:1482
211
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
212
- msgstr "Si usted desea agregar el formulario de contacto para su sitio web, sólo tienes que copiar y pegar este código corto a tu post, una página o un widget:"
 
 
 
213
 
214
- #: contact_form.php:676
215
- #: contact_form.php:677
216
- #: contact_form.php:679
217
- #: contact_form.php:680
218
- #: contact_form.php:1071
219
- #: contact_form.php:1073
220
- #: contact_form.php:1134
221
- #: contact_form.php:1136
 
 
 
 
 
222
  msgid "or"
223
  msgstr "o"
224
 
225
- #: contact_form.php:677
226
- #: contact_form.php:680
227
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
228
- msgstr "Si tiene algún problema con el shortcode estándar [contact_form], se debe utilizar el shortcode"
 
 
 
 
229
 
230
- #: contact_form.php:677
231
- #: contact_form.php:680
232
  msgid "They work the same way."
233
  msgstr "Funcionan de la misma manera."
234
 
235
- #: contact_form.php:684
236
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
237
- msgstr "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo electrónico especificada durante el registro."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
 
239
- #: contact_form.php:687
240
  msgid "The user's email address:"
241
  msgstr "Dirección de correo electrónico del usuario:"
242
 
243
- #: contact_form.php:691
244
  #, fuzzy
245
  msgid "Select a username"
246
  msgstr "Crear un nombre de usuario"
247
 
248
- #: contact_form.php:704
249
- msgid "Enter a username of the person who should get the messages from the contact form."
250
- msgstr "Introduzca un nombre de usuario de la persona que debe recibir los mensajes desde el formulario de contacto."
 
 
 
 
251
 
252
- #: contact_form.php:708
253
  msgid "Use this email address:"
254
  msgstr "Utilice esta dirección de correo electrónico:"
255
 
256
- #: contact_form.php:712
257
  msgid "Enter the email address you want the messages forwarded to."
258
- msgstr "Introduzca la dirección de correo electrónico que desea que reciba los mensajes."
 
 
259
 
260
- #: contact_form.php:721
261
  msgid "Add department selectbox to the contact form:"
262
  msgstr "Añadir caja de selección al formulario de contacto:"
263
 
264
- #: contact_form.php:729
265
- #: contact_form.php:1182
266
- #: contact_form.php:1365
267
  msgid "If you upgrade to Pro version all your settings will be saved."
268
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
269
 
270
- #: contact_form.php:736
271
- #: contact_form.php:911
272
- #: contact_form.php:983
273
- #: contact_form.php:1189
274
- #: contact_form.php:1372
275
- msgid "Unlock premium options by upgrading to a PRO version."
276
- msgstr "Desbloquear opciones premium mediante la actualización a una versión PRO."
277
-
278
- #: contact_form.php:737
279
- #: contact_form.php:912
280
- #: contact_form.php:984
281
- #: contact_form.php:1190
282
- #: contact_form.php:1373
283
- #: contact_form.php:2475
284
  msgid "Learn More"
285
  msgstr "Más información"
286
 
287
- #: contact_form.php:740
288
- #: contact_form.php:915
289
- #: contact_form.php:987
290
- #: contact_form.php:1193
291
- #: contact_form.php:1376
292
  msgid "Go"
293
  msgstr "Ir"
294
 
295
- #: contact_form.php:747
296
  msgid "Save emails to the database"
297
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
298
 
299
- #: contact_form.php:752
300
  msgid "Using"
301
  msgstr "Uso"
302
 
303
- #: contact_form.php:755
304
- #: contact_form.php:759
305
  #, fuzzy
306
  msgid "Using Contact Form to DB by BestWebSoft"
307
  msgstr "Usando Contact Form a DB impulsado por"
308
 
309
- #: contact_form.php:755
310
  #, fuzzy
311
  msgid "Activate"
312
  msgstr "Activar Captcha"
313
 
314
- #: contact_form.php:759
315
  msgid "Download"
316
  msgstr "Download"
317
 
318
- #: contact_form.php:769
319
  msgid "What to use?"
320
  msgstr "Qué usar?"
321
 
322
- #: contact_form.php:774
323
  msgid "Wp-mail"
324
  msgstr "Wp-mail"
325
 
326
- #: contact_form.php:776
327
  msgid "You can use the wp_mail function for mailing"
328
  msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
329
 
330
- #: contact_form.php:779
331
  msgid "Mail"
332
  msgstr "Correo"
333
 
334
- #: contact_form.php:781
335
  msgid "To send mail you can use the php mail function"
336
  msgstr "Para enviar el correo se puede utilizar la función de correo php"
337
 
338
- #: contact_form.php:786
339
  msgid "'FROM' field"
340
  msgstr ""
341
 
342
- #: contact_form.php:788
343
- #: contact_form.php:842
344
- #: contact_form.php:1234
345
- #: contact_form.php:1980
346
- #: contact_form.php:2016
347
  msgid "Name"
348
  msgstr "Nombre"
349
 
350
- #: contact_form.php:795
351
  msgid "User name"
352
  msgstr "Nombre de usuario"
353
 
354
- #: contact_form.php:797
355
- msgid "The name of the user who fills the form will be used in the field 'From'."
356
- msgstr "El nombre del usuario que rellena en el formulario se utiliza en el campo \"De:\"."
 
 
 
357
 
358
- #: contact_form.php:803
359
- #: contact_form.php:1991
360
- #: contact_form.php:2023
361
  msgid "Email"
362
  msgstr "Correo electrónico"
363
 
364
- #: contact_form.php:810
365
  msgid "User email"
366
  msgstr "Correo electrónico del usuario"
367
 
368
- #: contact_form.php:812
369
- msgid "The email address of the user who fills the form will be used in the field 'From'."
370
- msgstr "La dirección de correo electrónico del usuario que rellena el formulario se utiliza en el campo \"De\"."
 
 
 
 
371
 
372
- #: contact_form.php:816
373
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
 
 
374
  msgstr ""
375
 
376
- #: contact_form.php:822
377
  msgid "Required symbol"
378
  msgstr "Símbolo de Obligatorio"
379
 
380
- #: contact_form.php:832
381
  msgid "Fields"
382
  msgstr "Campos"
383
 
384
- #: contact_form.php:833
385
  msgid "Used"
386
  msgstr "Usado"
387
 
388
- #: contact_form.php:834
389
  msgid "Required"
390
  msgstr "Obligatorio"
391
 
392
- #: contact_form.php:835
393
  msgid "Visible"
394
  msgstr "Visible"
395
 
396
- #: contact_form.php:836
397
  msgid "Disabled for editing"
398
  msgstr "Inhabilitado para la edición"
399
 
400
- #: contact_form.php:837
401
  msgid "Field's default value"
402
  msgstr "Valor predeterminado del campo"
403
 
404
- #: contact_form.php:849
 
 
 
 
405
  msgid "Use User's name as a default value if the user is logged in."
406
  msgstr ""
407
 
408
- #: contact_form.php:850
409
- #: contact_form.php:878
410
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
 
411
  msgstr ""
412
 
413
- #: contact_form.php:854
414
  msgid "Location selectbox"
415
  msgstr ""
416
 
417
- #: contact_form.php:862
418
- #: contact_form.php:1239
419
- #: contact_form.php:1986
420
- #: contact_form.php:2020
421
  msgid "Address"
422
  msgstr "Dirección"
423
 
424
- #: contact_form.php:870
425
  msgid "Email Address"
426
  msgstr "Dirección de correo electrónico"
427
 
428
- #: contact_form.php:877
429
  msgid "Use User's email as a default value if the user is logged in."
430
  msgstr ""
431
 
432
- #: contact_form.php:882
433
  msgid "Phone number"
434
  msgstr "Número de teléfono"
435
 
436
- #: contact_form.php:890
437
- #: contact_form.php:1254
438
- #: contact_form.php:2001
439
- #: contact_form.php:2029
440
  msgid "Subject"
441
  msgstr "Asunto"
442
 
443
- #: contact_form.php:898
444
- #: contact_form.php:1258
445
- #: contact_form.php:2004
446
- #: contact_form.php:2031
447
  msgid "Message"
448
  msgstr "Mensaje"
449
 
450
- #: contact_form.php:922
451
  msgid "Attachment block"
452
  msgstr "bloque de adjuntos"
453
 
454
- #: contact_form.php:924
455
  msgid "Users can attach the following file formats"
456
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
457
 
458
- #: contact_form.php:937
459
  msgid "Add to the form"
460
  msgstr "Añadir a la forma"
461
 
462
- #: contact_form.php:942
463
  msgid "Tips below the Attachment"
464
  msgstr "Consejos debajo del archivo adjunto"
465
 
466
- #: contact_form.php:951
467
  msgid "'Send me a copy' block"
468
  msgstr "'Deseo recibir una copia' bloque"
469
 
470
- #: contact_form.php:964
471
  msgid "Activate captcha"
472
  msgstr "Activar Captcha"
473
 
474
- #: contact_form.php:968
475
  msgid "Download captcha"
476
  msgstr "Descargar Captcha"
477
 
478
- #: contact_form.php:976
479
  msgid "Agreement checkbox"
480
  msgstr "casilla de verificación de acuerdo"
481
 
482
- #: contact_form.php:976
483
  msgid "Required checkbox for submitting the form"
484
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
485
 
486
- #: contact_form.php:977
487
  msgid "Optional checkbox"
488
  msgstr "Casilla opcional"
489
 
490
- #: contact_form.php:977
491
  msgid "Optional checkbox, the results of which will be displayed in email"
492
- msgstr "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
 
493
 
494
- #: contact_form.php:995
495
  msgid "Delete an attachment file from the server after the email is sent"
496
- msgstr "Eliminar un archivo adjunto del servidor después de que se envíe el correo electrónico"
 
 
497
 
498
- #: contact_form.php:1001
499
  msgid "Email in HTML format sending"
500
  msgstr "Enviar correo electrónico en formato HTML"
501
 
502
- #: contact_form.php:1005
503
  msgid "Display additional info in the email"
504
  msgstr "Mostrar información adicional en el correo electrónico"
505
 
506
- #: contact_form.php:1011
507
- #: contact_form.php:1947
508
- #: contact_form.php:1949
509
  msgid "Sent from (ip address)"
510
  msgstr "Enviado desde (dirección IP)"
511
 
512
- #: contact_form.php:1011
513
  msgid "Example: Sent from (IP address):\t127.0.0.1"
514
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
515
 
516
- #: contact_form.php:1012
517
- #: contact_form.php:1953
518
- #: contact_form.php:1955
519
  msgid "Date/Time"
520
  msgstr "Fecha/Hora"
521
 
522
- #: contact_form.php:1012
523
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
524
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
525
 
526
- #: contact_form.php:1013
527
- #: contact_form.php:1959
528
- #: contact_form.php:1961
529
  msgid "Sent from (referer)"
530
  msgstr "Enviado desde (referencia)"
531
 
532
- #: contact_form.php:1013
533
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
534
- msgstr "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
535
 
536
- #: contact_form.php:1014
537
- #: contact_form.php:1965
538
- #: contact_form.php:1967
539
  msgid "Using (user agent)"
540
  msgstr "Usando (agente de usuario)"
541
 
542
- #: contact_form.php:1014
543
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
544
- msgstr "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
545
 
546
- #: contact_form.php:1019
547
  msgid "Language settings for the field names in the form"
548
- msgstr "Configuración de idioma para los nombres de los campos en el formulario"
 
549
 
550
- #: contact_form.php:1028
551
  msgid "Add a language"
552
  msgstr "Añadir un idioma"
553
 
554
- #: contact_form.php:1032
555
  msgid "Change the names of the contact form fields and error messages"
556
- msgstr "Cambie los nombres de los campos del formulario de contacto y mensajes de error"
 
 
557
 
558
- #: contact_form.php:1037
559
- #: contact_form.php:1124
560
  msgid "English"
561
  msgstr "Inglés"
562
 
563
- #: contact_form.php:1045
564
- #: contact_form.php:1079
565
  msgid "click to expand/hide the list"
566
  msgstr "haga clic para expandir / ocultar la lista"
567
 
568
- #: contact_form.php:1054
569
- #: contact_form.php:1088
570
  msgid "Tips below the Attachment block"
571
  msgstr "Consejos debajo del bloque del archivo adjunto"
572
 
573
- #: contact_form.php:1057
574
- #: contact_form.php:1091
575
  msgid "Error message for the Name field"
576
  msgstr "Mensaje de error para el campo Nombre"
577
 
578
- #: contact_form.php:1058
579
- #: contact_form.php:1092
580
  msgid "Error message for the Address field"
581
  msgstr "Mensaje de error para el campo dirección"
582
 
583
- #: contact_form.php:1059
584
- #: contact_form.php:1093
585
  msgid "Error message for the Email field"
586
  msgstr "Mensaje de error en el campo Correo electrónico"
587
 
588
- #: contact_form.php:1060
589
- #: contact_form.php:1094
590
  msgid "Error message for the Phone field"
591
  msgstr "Mensaje de error para el campo Teléfono"
592
 
593
- #: contact_form.php:1061
594
- #: contact_form.php:1095
595
  msgid "Error message for the Subject field"
596
  msgstr "Mensaje de error para el campo Asunto"
597
 
598
- #: contact_form.php:1062
599
- #: contact_form.php:1096
600
  msgid "Error message for the Message field"
601
  msgstr "Mensaje de error en el campo Mensaje"
602
 
603
- #: contact_form.php:1063
604
- #: contact_form.php:1097
605
  msgid "Error message about the file type for the Attachment field"
606
- msgstr "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
 
607
 
608
- #: contact_form.php:1064
609
- #: contact_form.php:1098
610
- msgid "Error message while uploading a file for the Attachment field to the server"
611
- msgstr "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al servidor"
 
 
612
 
613
- #: contact_form.php:1065
614
- #: contact_form.php:1099
615
  msgid "Error message while moving the file for the Attachment field"
616
- msgstr "Mensaje de error mientras se mueve el archivo en el campo de archivos adjuntos"
 
 
617
 
618
- #: contact_form.php:1066
619
- #: contact_form.php:1100
620
  msgid "Error message when file size limit for the Attachment field is exceeded"
621
- msgstr "Mensaje de error cuando se supera el límite de tamaño de archivo para el campo de archivos adjuntos"
 
 
622
 
623
- #: contact_form.php:1067
624
- #: contact_form.php:1101
625
  msgid "Error message for the Captcha field"
626
  msgstr "Mensaje de error para el campo Captcha"
627
 
628
- #: contact_form.php:1068
629
- #: contact_form.php:1102
630
  msgid "Error message for the whole form"
631
  msgstr "Mensaje de error para todo el formulario"
632
 
633
- #: contact_form.php:1071
634
- #: contact_form.php:1073
635
- #: contact_form.php:1105
636
- #: contact_form.php:1107
637
- #: contact_form.php:1134
638
- #: contact_form.php:1136
639
- #: contact_form.php:1144
640
- #: contact_form.php:1146
641
- #: contact_form.php:2336
642
- #: contact_form.php:2338
643
  msgid "Use shortcode"
644
  msgstr "Utilice shortcode"
645
 
646
- #: contact_form.php:1071
647
- #: contact_form.php:1073
648
- #: contact_form.php:1105
649
- #: contact_form.php:1107
650
- #: contact_form.php:1134
651
- #: contact_form.php:1136
652
- #: contact_form.php:1144
653
- #: contact_form.php:1146
654
- #: contact_form.php:2336
655
- #: contact_form.php:2338
656
  msgid "for this language"
657
  msgstr "para este idioma"
658
 
659
- #: contact_form.php:1115
660
  #, fuzzy
661
  msgid "Use the changed names of the contact form fields in the email"
662
- msgstr "Cambie los nombres de los campos del formulario de contacto y mensajes de error"
 
 
663
 
664
- #: contact_form.php:1121
665
  msgid "Action after email is sent"
666
  msgstr "Acción después de que se envíe el correo electrónico"
667
 
668
- #: contact_form.php:1123
669
  msgid "Display text"
670
  msgstr "Mostrar texto"
671
 
672
- #: contact_form.php:1132
673
- #: contact_form.php:1142
674
  msgid "Text"
675
  msgstr "Texto"
676
 
677
- #: contact_form.php:1153
678
  msgid "Redirect to the page"
679
  msgstr "Redirigir a la página"
680
 
681
- #: contact_form.php:1154
682
  msgid "Url"
683
  msgstr "Url"
684
 
685
- #: contact_form.php:1158
686
  msgid "The $_SERVER variable that is used to build a URL of the form"
687
  msgstr "La variable $_SERVER que se utiliza para construir una URL de la forma"
688
 
689
- #: contact_form.php:1163
690
- msgid "If you are not sure whether to change this setting or not, please do not do that."
691
- msgstr "Si no está seguro de si se debe cambiar esta configuración o no, por favor, no hagas eso."
 
 
 
 
692
 
693
- #: contact_form.php:1173
694
  msgid "Auto Response"
695
  msgstr ""
696
 
697
- #: contact_form.php:1177
698
  #, php-format
699
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
 
 
 
700
  msgstr ""
701
 
702
- #: contact_form.php:1202
703
- #: contact_form.php:1383
704
  msgid "Save Changes"
705
  msgstr "Guardar cambios"
706
 
707
- #: contact_form.php:1214
708
  msgid "Errors output"
709
  msgstr "Salida de errores"
710
 
711
- #: contact_form.php:1217
712
  msgid "Display error messages"
713
  msgstr "Mostrar mensajes de error"
714
 
715
- #: contact_form.php:1218
716
  msgid "Color of the input field errors."
717
  msgstr "El color de los errores del campo de entrada."
718
 
719
- #: contact_form.php:1219
720
  msgid "Display error messages & color of the input field errors"
721
- msgstr "Mostrar mensajes de error y el color de los errores de campo de entrada"
 
722
 
723
- #: contact_form.php:1224
724
  msgid "Add placeholder to the input blocks"
725
  msgstr "Añadir marcador de posición de los bloques de entrada"
726
 
727
- #: contact_form.php:1230
728
  msgid "Add tooltips"
729
  msgstr "Añadir información sobre herramientas"
730
 
731
- #: contact_form.php:1244
732
  msgid "Email address"
733
  msgstr "Correo electrónico"
734
 
735
- #: contact_form.php:1249
736
  msgid "Phone Number"
737
  msgstr "Número de teléfono"
738
 
739
- #: contact_form.php:1263
740
  msgid "Attachment"
741
  msgstr "Adjuntos"
742
 
743
- #: contact_form.php:1273
744
  msgid "Style options"
745
  msgstr "Opciones de estilo"
746
 
747
- #: contact_form.php:1276
748
  msgid "Text color"
749
  msgstr "Color del texto"
750
 
751
- #: contact_form.php:1279
752
- #: contact_form.php:1284
753
- #: contact_form.php:1294
754
- #: contact_form.php:1299
755
- #: contact_form.php:1304
756
- #: contact_form.php:1309
757
- #: contact_form.php:1319
758
- #: contact_form.php:1324
759
- #: contact_form.php:1333
760
- #: contact_form.php:1347
761
- #: contact_form.php:1352
762
- #: contact_form.php:1357
763
  msgid "Default"
764
  msgstr "Defecto"
765
 
766
- #: contact_form.php:1281
767
  msgid "Label text color"
768
  msgstr "Color del texto de la Etiqueta"
769
 
770
- #: contact_form.php:1286
771
  msgid "Placeholder color"
772
  msgstr "El color de marcador de posición"
773
 
774
- #: contact_form.php:1291
775
  msgid "Errors color"
776
  msgstr "Color del error"
777
 
778
- #: contact_form.php:1296
779
  msgid "Error text color"
780
  msgstr "Color del texto de error"
781
 
782
- #: contact_form.php:1301
783
  msgid "Background color of the input field errors"
784
  msgstr "Color de fondo de los errores de campo de entrada"
785
 
786
- #: contact_form.php:1306
787
  msgid "Border color of the input field errors"
788
  msgstr "Color del borde de los errores de campo de entrada"
789
 
790
- #: contact_form.php:1311
791
  msgid "Placeholder color of the input field errors"
792
  msgstr "El color de marcador de posición de los errores de campo de entrada"
793
 
794
- #: contact_form.php:1316
795
  msgid "Input fields"
796
  msgstr "Campos de entrada"
797
 
798
- #: contact_form.php:1321
799
  msgid "Input fields background color"
800
  msgstr "Color de fondo de los campos de entrada"
801
 
802
- #: contact_form.php:1326
803
  msgid "Text fields color"
804
  msgstr "Color de los campos de texto"
805
 
806
- #: contact_form.php:1330
807
  msgid "Border width in px, numbers only"
808
  msgstr "Ancho del borde en píxeles, sólo números"
809
 
810
- #: contact_form.php:1335
811
- #: contact_form.php:1359
812
  msgid "Border color"
813
  msgstr "Color del borde"
814
 
815
- #: contact_form.php:1340
816
  msgid "Submit button"
817
  msgstr "Botón enviar"
818
 
819
- #: contact_form.php:1344
820
  msgid "Width in px, numbers only"
821
  msgstr "Ancho en píxeles, sólo números"
822
 
823
- #: contact_form.php:1349
824
  msgid "Button color"
825
  msgstr "Color del botón"
826
 
827
- #: contact_form.php:1354
828
  msgid "Button text color"
829
  msgstr "Color del texto del botón"
830
 
831
- #: contact_form.php:1387
832
  msgid "Contact Form Pro | Preview"
833
  msgstr "Contact Form Pro | Vista previa"
834
 
835
- #: contact_form.php:1389
836
  msgid "Show with errors"
837
  msgstr "Mostrar con errores"
838
 
839
- #: contact_form.php:1398
840
- #: contact_form.php:1400
841
  msgid "Please enter your full name..."
842
  msgstr "Escriba su nombre completo..."
843
 
844
- #: contact_form.php:1411
845
- #: contact_form.php:1413
846
  msgid "Please enter your address..."
847
  msgstr "Escriba su dirección..."
848
 
849
- #: contact_form.php:1422
850
- #: contact_form.php:1424
851
  msgid "Please enter your email address..."
852
  msgstr "Introduzca su correo electrónico ..."
853
 
854
- #: contact_form.php:1433
855
- #: contact_form.php:1435
856
  msgid "Please enter your phone number..."
857
  msgstr "Escriba su número de teléfono..."
858
 
859
- #: contact_form.php:1444
860
- #: contact_form.php:1446
861
  msgid "Please enter subject..."
862
  msgstr "Escriba un asunto..."
863
 
864
- #: contact_form.php:1454
865
- #: contact_form.php:1456
866
  msgid "Please enter your message..."
867
  msgstr "Escriba el mensaje..."
868
 
869
- #: contact_form.php:1566
870
  msgid "Sorry, email message could not be delivered."
871
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
872
 
873
- #: contact_form.php:1974
874
  msgid "Contact from"
875
  msgstr "Contact from"
876
 
877
- #: contact_form.php:1996
878
- #: contact_form.php:2026
879
  msgid "Phone"
880
  msgstr "Teléfono"
881
 
882
- #: contact_form.php:2007
883
- #: contact_form.php:2033
884
  msgid "Site"
885
  msgstr "Sitio"
886
 
887
- #: contact_form.php:2120
888
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
889
- msgstr "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su cliente de correo electrónico!"
 
 
 
 
890
 
891
- #: contact_form.php:2204
892
  msgid "Support"
893
  msgstr "Soporte técnico"
894
 
895
- #: contact_form.php:2253
896
  msgid "Are you sure that you want to delete this language data?"
897
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
898
 
899
- #: contact_form.php:2274
900
  #, fuzzy
901
  msgid "Add multiple forms"
902
  msgstr "Añadir a la forma"
903
 
904
- #: contact_form.php:2274
905
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
 
 
906
  msgstr ""
907
 
908
- #: contact_form.php:2279
909
  #, fuzzy
910
  msgid "Learn more"
911
  msgstr "Más información"
912
 
913
- #: contact_form.php:2283
914
  msgid "Close"
915
  msgstr ""
916
 
917
- #: contact_form.php:2471
918
  #, fuzzy
919
  msgid "allows to store your messages to the database."
920
- msgstr "<strong>Formulario de contacto para DB</strong>permite almacenar sus mensajes a la base de datos."
 
 
921
 
922
- #: contact_form.php:2472
923
  msgid "Manage messages that have been sent from your website."
924
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
925
 
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"
10
  "MIME-Version: 1.0\n"
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
  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, "
59
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
60
+ "size: 2MB"
61
+ msgstr ""
62
+ "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
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
 
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"
136
+ 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
144
 
145
  #: contact_form.php:575
146
  #, fuzzy
147
+ msgid ""
148
+ "Please enter a valid email address in the 'Use this email address' field."
149
+ 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."
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."
202
+ 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."
210
+ 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 "
218
+ "this shortcode to your post or page or widget:"
219
+ msgstr ""
220
+ "Si usted desea agregar el formulario de contacto para su sitio web, sólo "
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 "
234
+ "should use the shortcode"
235
+ 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:"
247
+ msgstr ""
248
+ "Si usted desea agregar el formulario de contacto para su sitio web, sólo "
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"
256
+ 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."
264
+ 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."
281
+ 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'."
394
+ 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"
570
+ 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."
706
+ 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 "
718
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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!"
894
+ 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
 
languages/contact_form-et.mo CHANGED
Binary file
languages/contact_form-et.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:12+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:12+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
10
  "MIME-Version: 1.0\n"
@@ -16,8 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:35
20
- #: contact_form.php:650
21
  msgid "Contact Form Settings"
22
  msgstr "Contact Form seaded"
23
 
@@ -25,62 +24,50 @@ msgstr "Contact Form seaded"
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:123
29
- #: contact_form.php:1047
30
- #: contact_form.php:1081
31
  msgid "Name:"
32
  msgstr "Nimi:"
33
 
34
- #: contact_form.php:124
35
- #: contact_form.php:1048
36
- #: contact_form.php:1082
37
  msgid "Address:"
38
  msgstr "Aadress:"
39
 
40
- #: contact_form.php:125
41
- #: contact_form.php:1049
42
- #: contact_form.php:1083
43
  msgid "Email Address:"
44
  msgstr "E-maili aadress:"
45
 
46
- #: contact_form.php:126
47
- #: contact_form.php:1050
48
- #: contact_form.php:1084
49
  msgid "Phone number:"
50
  msgstr "Telefoni number:"
51
 
52
- #: contact_form.php:127
53
- #: contact_form.php:1051
54
- #: contact_form.php:1085
55
  msgid "Subject:"
56
  msgstr "Pealkiri:"
57
 
58
- #: contact_form.php:128
59
- #: contact_form.php:1052
60
- #: contact_form.php:1086
61
  msgid "Message:"
62
  msgstr "Sõnum:"
63
 
64
- #: contact_form.php:129
65
- #: contact_form.php:1053
66
- #: contact_form.php:1087
67
  msgid "Attachment:"
68
  msgstr "Manus:"
69
 
70
  #: contact_form.php:130
71
  #, fuzzy
72
- msgid "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"
73
- msgstr "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max faili suurus: 2MB"
 
 
 
 
 
 
74
 
75
- #: contact_form.php:131
76
- #: contact_form.php:1055
77
- #: contact_form.php:1089
78
  msgid "Send me a copy"
79
  msgstr "Saada mulle koopia"
80
 
81
- #: contact_form.php:132
82
- #: contact_form.php:1056
83
- #: contact_form.php:1090
84
  msgid "Submit"
85
  msgstr "Saada"
86
 
@@ -137,19 +124,26 @@ msgid "Thank you for contacting us."
137
  msgstr "Tänan meiega kontakteerumast."
138
 
139
  #: contact_form.php:546
140
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
 
 
141
  msgstr ""
142
 
143
  #: contact_form.php:556
144
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
145
- msgstr "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema järgnevas formaadis"
 
 
 
 
146
 
147
  #: contact_form.php:565
148
  msgid "Such user does not exist."
149
  msgstr "Sellist kasutajat ei eksisteeri. "
150
 
151
  #: contact_form.php:575
152
- msgid "Please enter a valid email address in the 'Use this email address' field."
 
153
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
154
 
155
  #: contact_form.php:583
@@ -164,756 +158,743 @@ msgstr "Seaded salvestatud."
164
  msgid "Settings are not saved."
165
  msgstr "Seaded pole salvestatud."
166
 
167
- #: contact_form.php:652
168
- #: contact_form.php:2188
169
- #: contact_form.php:2202
 
 
170
  msgid "Settings"
171
  msgstr "Seaded"
172
 
173
- #: contact_form.php:653
174
  #, fuzzy
175
  msgid "Additional settings"
176
  msgstr "Opcions addicionals"
177
 
178
- #: contact_form.php:654
179
  msgid "Appearance"
180
  msgstr ""
181
 
182
- #: contact_form.php:655
183
- #: contact_form.php:2203
184
  msgid "FAQ"
185
  msgstr "KKK"
186
 
187
- #: contact_form.php:656
188
  msgid "Go PRO"
189
  msgstr "Telli PRO"
190
 
191
- #: contact_form.php:659
192
- #: contact_form.php:661
193
  msgid "Notice:"
194
  msgstr "Märkus:"
195
 
196
- #: contact_form.php:659
197
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
198
- msgstr "Plugina seaded on muudetud. Nende salvestamiseks ära unusta klikkimast 'Salvesta muutused' nupul."
199
-
200
- #: contact_form.php:669
201
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
202
- msgstr "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi plugin."
203
 
204
- #: contact_form.php:676
205
  #: contact_form.php:679
206
- #: contact_form.php:1482
207
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
208
- msgstr "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see lühikood oma postitusele või lehele või moodulile:"
 
 
 
209
 
210
- #: contact_form.php:676
211
- #: contact_form.php:677
212
- #: contact_form.php:679
213
- #: contact_form.php:680
214
- #: contact_form.php:1071
215
- #: contact_form.php:1073
216
- #: contact_form.php:1134
217
- #: contact_form.php:1136
 
 
 
 
218
  msgid "or"
219
  msgstr "või"
220
 
221
- #: contact_form.php:677
222
- #: contact_form.php:680
223
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
224
- msgstr "Kui sul on probleeme standard lühikoodiga [contact_form], siis peaksid kasutama lühikoodi"
 
 
 
 
225
 
226
- #: contact_form.php:677
227
- #: contact_form.php:680
228
  msgid "They work the same way."
229
  msgstr "Need töötavad täpselt samamoodi."
230
 
231
- #: contact_form.php:684
232
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
233
- msgstr "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel antud e-maili aadressile."
 
 
 
 
234
 
235
- #: contact_form.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  msgid "The user's email address:"
237
  msgstr "Kasutaja e-maili aadress:"
238
 
239
- #: contact_form.php:691
240
  #, fuzzy
241
  msgid "Select a username"
242
  msgstr "Loo kasutajanimi"
243
 
244
- #: contact_form.php:704
245
- msgid "Enter a username of the person who should get the messages from the contact form."
246
- msgstr "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
 
 
 
247
 
248
- #: contact_form.php:708
249
  msgid "Use this email address:"
250
  msgstr "Kasuta seda e-maili aadressi:"
251
 
252
- #: contact_form.php:712
253
  msgid "Enter the email address you want the messages forwarded to."
254
- msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
 
255
 
256
- #: contact_form.php:721
257
  msgid "Add department selectbox to the contact form:"
258
  msgstr "Lisa valikukast kontakti vormile:"
259
 
260
- #: contact_form.php:729
261
- #: contact_form.php:1182
262
- #: contact_form.php:1365
263
  msgid "If you upgrade to Pro version all your settings will be saved."
264
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
265
 
266
- #: contact_form.php:736
267
- #: contact_form.php:911
268
- #: contact_form.php:983
269
- #: contact_form.php:1189
270
- #: contact_form.php:1372
271
- msgid "Unlock premium options by upgrading to a PRO version."
272
  msgstr "Telli PRO versioon ja ava premium valikud."
273
 
274
- #: contact_form.php:737
275
- #: contact_form.php:912
276
- #: contact_form.php:984
277
- #: contact_form.php:1190
278
- #: contact_form.php:1373
279
- #: contact_form.php:2475
280
  msgid "Learn More"
281
  msgstr "Uuri lähemalt"
282
 
283
- #: contact_form.php:740
284
- #: contact_form.php:915
285
- #: contact_form.php:987
286
- #: contact_form.php:1193
287
- #: contact_form.php:1376
288
  msgid "Go"
289
  msgstr "Mine"
290
 
291
- #: contact_form.php:747
292
  msgid "Save emails to the database"
293
  msgstr "Salvesta e-mailid andmebaasi"
294
 
295
- #: contact_form.php:752
296
  msgid "Using"
297
  msgstr "Kasutan"
298
 
299
- #: contact_form.php:755
300
- #: contact_form.php:759
301
  #, fuzzy
302
  msgid "Using Contact Form to DB by BestWebSoft"
303
  msgstr "Kontakti vorm andmebaasi on loonud"
304
 
305
- #: contact_form.php:755
306
  msgid "Activate"
307
  msgstr "Aktiveeri"
308
 
309
- #: contact_form.php:759
310
  msgid "Download"
311
  msgstr "Descarregar"
312
 
313
- #: contact_form.php:769
314
  msgid "What to use?"
315
  msgstr "Mida kasutada?"
316
 
317
- #: contact_form.php:774
318
  msgid "Wp-mail"
319
  msgstr "Wp-mail"
320
 
321
- #: contact_form.php:776
322
  msgid "You can use the wp_mail function for mailing"
323
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
324
 
325
- #: contact_form.php:779
326
  msgid "Mail"
327
  msgstr "E-mail"
328
 
329
- #: contact_form.php:781
330
  msgid "To send mail you can use the php mail function"
331
  msgstr "E-mailide saatmiseks saad kasutada php mail funktsiooni"
332
 
333
- #: contact_form.php:786
334
  msgid "'FROM' field"
335
  msgstr ""
336
 
337
- #: contact_form.php:788
338
- #: contact_form.php:842
339
- #: contact_form.php:1234
340
- #: contact_form.php:1980
341
- #: contact_form.php:2016
342
  msgid "Name"
343
  msgstr "Nimi"
344
 
345
- #: contact_form.php:795
346
  msgid "User name"
347
  msgstr "Kasutaja nimi"
348
 
349
- #: contact_form.php:797
350
- msgid "The name of the user who fills the form will be used in the field 'From'."
 
351
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
352
 
353
- #: contact_form.php:803
354
- #: contact_form.php:1991
355
- #: contact_form.php:2023
356
  msgid "Email"
357
  msgstr "E-mail"
358
 
359
- #: contact_form.php:810
360
  msgid "User email"
361
  msgstr "Kasutaja e-mail"
362
 
363
- #: contact_form.php:812
364
- msgid "The email address of the user who fills the form will be used in the field 'From'."
365
- msgstr "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' väljal."
 
 
 
 
366
 
367
- #: contact_form.php:816
368
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
 
 
369
  msgstr ""
370
 
371
- #: contact_form.php:822
372
  msgid "Required symbol"
373
  msgstr "Nõutud sümbol"
374
 
375
- #: contact_form.php:832
376
  msgid "Fields"
377
  msgstr "Väljad"
378
 
379
- #: contact_form.php:833
380
  msgid "Used"
381
  msgstr "Kasutatud"
382
 
383
- #: contact_form.php:834
384
  msgid "Required"
385
  msgstr "Nõutud"
386
 
387
- #: contact_form.php:835
388
  msgid "Visible"
389
  msgstr "Nähtav"
390
 
391
- #: contact_form.php:836
392
  msgid "Disabled for editing"
393
  msgstr "Toimetamiseks välja lülitatud"
394
 
395
- #: contact_form.php:837
396
  msgid "Field's default value"
397
  msgstr "Välja vaikeseades väärtus"
398
 
399
- #: contact_form.php:849
 
 
 
 
 
400
  msgid "Use User's name as a default value if the user is logged in."
401
  msgstr ""
402
 
403
- #: contact_form.php:850
404
- #: contact_form.php:878
405
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
 
406
  msgstr ""
407
 
408
- #: contact_form.php:854
409
  msgid "Location selectbox"
410
  msgstr "Asukoha valik"
411
 
412
- #: contact_form.php:862
413
- #: contact_form.php:1239
414
- #: contact_form.php:1986
415
- #: contact_form.php:2020
416
  msgid "Address"
417
  msgstr "Aadress"
418
 
419
- #: contact_form.php:870
420
  msgid "Email Address"
421
  msgstr "E-maili aadress"
422
 
423
- #: contact_form.php:877
424
  msgid "Use User's email as a default value if the user is logged in."
425
  msgstr ""
426
 
427
- #: contact_form.php:882
428
  msgid "Phone number"
429
  msgstr "Telefoni number"
430
 
431
- #: contact_form.php:890
432
- #: contact_form.php:1254
433
- #: contact_form.php:2001
434
- #: contact_form.php:2029
435
  msgid "Subject"
436
  msgstr "Pealkiri"
437
 
438
- #: contact_form.php:898
439
- #: contact_form.php:1258
440
- #: contact_form.php:2004
441
- #: contact_form.php:2031
442
  msgid "Message"
443
  msgstr "Sõnum"
444
 
445
- #: contact_form.php:922
446
  msgid "Attachment block"
447
  msgstr "Manuste blokk"
448
 
449
- #: contact_form.php:924
450
  msgid "Users can attach the following file formats"
451
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
452
 
453
- #: contact_form.php:937
454
  msgid "Add to the form"
455
  msgstr "Lisa vormile"
456
 
457
- #: contact_form.php:942
458
  msgid "Tips below the Attachment"
459
  msgstr "Vihjed manuse alla"
460
 
461
- #: contact_form.php:951
462
  msgid "'Send me a copy' block"
463
  msgstr "'Saada mulle koopia' blokk"
464
 
465
- #: contact_form.php:964
466
  msgid "Activate captcha"
467
  msgstr "Captcha activat"
468
 
469
- #: contact_form.php:968
470
  msgid "Download captcha"
471
  msgstr "Lae captcha alla"
472
 
473
- #: contact_form.php:976
474
  msgid "Agreement checkbox"
475
  msgstr "Nõustumise kastike"
476
 
477
- #: contact_form.php:976
478
  msgid "Required checkbox for submitting the form"
479
  msgstr "Nõutud kastike vormi saatmiseks"
480
 
481
- #: contact_form.php:977
482
  msgid "Optional checkbox"
483
  msgstr "Valikuline kastike"
484
 
485
- #: contact_form.php:977
486
  msgid "Optional checkbox, the results of which will be displayed in email"
487
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
488
 
489
- #: contact_form.php:995
490
  msgid "Delete an attachment file from the server after the email is sent"
491
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
492
 
493
- #: contact_form.php:1001
494
  msgid "Email in HTML format sending"
495
  msgstr "E-maili saatmine HTML formaadis"
496
 
497
- #: contact_form.php:1005
498
  msgid "Display additional info in the email"
499
  msgstr "Näita e-mailis lisainfot"
500
 
501
- #: contact_form.php:1011
502
- #: contact_form.php:1947
503
- #: contact_form.php:1949
504
  msgid "Sent from (ip address)"
505
  msgstr "Saadetud (IP aadress)"
506
 
507
- #: contact_form.php:1011
508
  msgid "Example: Sent from (IP address):\t127.0.0.1"
509
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
510
 
511
- #: contact_form.php:1012
512
- #: contact_form.php:1953
513
- #: contact_form.php:1955
514
  msgid "Date/Time"
515
  msgstr "Kuupäev/Aeg"
516
 
517
- #: contact_form.php:1012
518
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
519
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
520
 
521
- #: contact_form.php:1013
522
- #: contact_form.php:1959
523
- #: contact_form.php:1961
524
  msgid "Sent from (referer)"
525
  msgstr "Saadetud (referer)"
526
 
527
- #: contact_form.php:1013
528
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
 
529
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
530
 
531
- #: contact_form.php:1014
532
- #: contact_form.php:1965
533
- #: contact_form.php:1967
534
  msgid "Using (user agent)"
535
  msgstr "Kasutab (user agent)"
536
 
537
- #: contact_form.php:1014
538
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
539
- msgstr "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
540
 
541
- #: contact_form.php:1019
542
  msgid "Language settings for the field names in the form"
543
  msgstr "Vormi keeleseaded nimeväljadele"
544
 
545
- #: contact_form.php:1028
546
  msgid "Add a language"
547
  msgstr "Lisa keel"
548
 
549
- #: contact_form.php:1032
550
  msgid "Change the names of the contact form fields and error messages"
551
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
552
 
553
- #: contact_form.php:1037
554
- #: contact_form.php:1124
555
  msgid "English"
556
  msgstr "Inglise"
557
 
558
- #: contact_form.php:1045
559
- #: contact_form.php:1079
560
  msgid "click to expand/hide the list"
561
  msgstr "avamiseks/sulgemiseks klikka"
562
 
563
- #: contact_form.php:1054
564
- #: contact_form.php:1088
565
  msgid "Tips below the Attachment block"
566
  msgstr "Vihje manuse bloki all"
567
 
568
- #: contact_form.php:1057
569
- #: contact_form.php:1091
570
  msgid "Error message for the Name field"
571
  msgstr "Error väljal 'Nimi'"
572
 
573
- #: contact_form.php:1058
574
- #: contact_form.php:1092
575
  msgid "Error message for the Address field"
576
  msgstr "Error väljal 'Aadress'"
577
 
578
- #: contact_form.php:1059
579
- #: contact_form.php:1093
580
  msgid "Error message for the Email field"
581
  msgstr "Error väljal 'E-mail'"
582
 
583
- #: contact_form.php:1060
584
- #: contact_form.php:1094
585
  msgid "Error message for the Phone field"
586
  msgstr "Error väljal 'Telefon'"
587
 
588
- #: contact_form.php:1061
589
- #: contact_form.php:1095
590
  msgid "Error message for the Subject field"
591
  msgstr "Error väljal 'Pealkiri'"
592
 
593
- #: contact_form.php:1062
594
- #: contact_form.php:1096
595
  msgid "Error message for the Message field"
596
  msgstr "Error väljal 'Sõnum'"
597
 
598
- #: contact_form.php:1063
599
- #: contact_form.php:1097
600
  msgid "Error message about the file type for the Attachment field"
601
  msgstr "Error faili tüübi kohta manuse väljal"
602
 
603
- #: contact_form.php:1064
604
- #: contact_form.php:1098
605
- msgid "Error message while uploading a file for the Attachment field to the server"
606
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
607
 
608
- #: contact_form.php:1065
609
- #: contact_form.php:1099
610
  msgid "Error message while moving the file for the Attachment field"
611
  msgstr "Error faili liigutamisel manuse väljale"
612
 
613
- #: contact_form.php:1066
614
- #: contact_form.php:1100
615
  msgid "Error message when file size limit for the Attachment field is exceeded"
616
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
617
 
618
- #: contact_form.php:1067
619
- #: contact_form.php:1101
620
  msgid "Error message for the Captcha field"
621
  msgstr "Error väljal 'Captcha'"
622
 
623
- #: contact_form.php:1068
624
- #: contact_form.php:1102
625
  msgid "Error message for the whole form"
626
  msgstr "Error kogu vormi kohta"
627
 
628
- #: contact_form.php:1071
629
- #: contact_form.php:1073
630
- #: contact_form.php:1105
631
- #: contact_form.php:1107
632
- #: contact_form.php:1134
633
- #: contact_form.php:1136
634
- #: contact_form.php:1144
635
- #: contact_form.php:1146
636
- #: contact_form.php:2336
637
- #: contact_form.php:2338
638
  msgid "Use shortcode"
639
  msgstr "Kasuta lühikoodi"
640
 
641
- #: contact_form.php:1071
642
- #: contact_form.php:1073
643
- #: contact_form.php:1105
644
- #: contact_form.php:1107
645
- #: contact_form.php:1134
646
- #: contact_form.php:1136
647
- #: contact_form.php:1144
648
- #: contact_form.php:1146
649
- #: contact_form.php:2336
650
- #: contact_form.php:2338
651
  msgid "for this language"
652
  msgstr "selle keele jaoks"
653
 
654
- #: contact_form.php:1115
655
  msgid "Use the changed names of the contact form fields in the email"
656
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
657
 
658
- #: contact_form.php:1121
659
  msgid "Action after email is sent"
660
  msgstr "Tegevus peale e-maili saatmist"
661
 
662
- #: contact_form.php:1123
663
  msgid "Display text"
664
  msgstr "Näita teksti"
665
 
666
- #: contact_form.php:1132
667
- #: contact_form.php:1142
668
  msgid "Text"
669
  msgstr "Tekst"
670
 
671
- #: contact_form.php:1153
672
  msgid "Redirect to the page"
673
  msgstr "Suuna lehele"
674
 
675
- #: contact_form.php:1154
676
  msgid "Url"
677
  msgstr "Url"
678
 
679
- #: contact_form.php:1158
680
  msgid "The $_SERVER variable that is used to build a URL of the form"
681
  msgstr "$_SERVER muutuja mida kasutatakse vormi URL-i loomiseks"
682
 
683
- #: contact_form.php:1163
684
- msgid "If you are not sure whether to change this setting or not, please do not do that."
 
 
685
  msgstr "Kui sa pole kindel, mida sa teed, siis ära tee seda."
686
 
687
- #: contact_form.php:1173
688
  msgid "Auto Response"
689
  msgstr ""
690
 
691
- #: contact_form.php:1177
692
  #, php-format
693
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
 
 
 
694
  msgstr ""
695
 
696
- #: contact_form.php:1202
697
- #: contact_form.php:1383
698
  msgid "Save Changes"
699
  msgstr "Salvesta muudatused"
700
 
701
- #: contact_form.php:1214
702
  msgid "Errors output"
703
  msgstr "Errorite väljund"
704
 
705
- #: contact_form.php:1217
706
  msgid "Display error messages"
707
  msgstr "Näita error-sõnumeid"
708
 
709
- #: contact_form.php:1218
710
  msgid "Color of the input field errors."
711
  msgstr "Sisestusväljade errorite värv"
712
 
713
- #: contact_form.php:1219
714
  msgid "Display error messages & color of the input field errors"
715
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
716
 
717
- #: contact_form.php:1224
718
  msgid "Add placeholder to the input blocks"
719
  msgstr "Lisa kohahoidja sisestusblokkidele"
720
 
721
- #: contact_form.php:1230
722
  msgid "Add tooltips"
723
  msgstr "Lisa vihjed"
724
 
725
- #: contact_form.php:1244
726
  msgid "Email address"
727
  msgstr "E-maili aadress"
728
 
729
- #: contact_form.php:1249
730
  msgid "Phone Number"
731
  msgstr "Telefoni number"
732
 
733
- #: contact_form.php:1263
734
  msgid "Attachment"
735
  msgstr "Manus"
736
 
737
- #: contact_form.php:1273
738
  msgid "Style options"
739
  msgstr "Stiili valikud"
740
 
741
- #: contact_form.php:1276
742
  msgid "Text color"
743
  msgstr "Teksti värv"
744
 
745
- #: contact_form.php:1279
746
- #: contact_form.php:1284
747
- #: contact_form.php:1294
748
- #: contact_form.php:1299
749
- #: contact_form.php:1304
750
- #: contact_form.php:1309
751
- #: contact_form.php:1319
752
- #: contact_form.php:1324
753
- #: contact_form.php:1333
754
- #: contact_form.php:1347
755
- #: contact_form.php:1352
756
- #: contact_form.php:1357
757
  msgid "Default"
758
  msgstr "Vaikimisi valik"
759
 
760
- #: contact_form.php:1281
761
  msgid "Label text color"
762
  msgstr "Sildi teksti värv"
763
 
764
- #: contact_form.php:1286
765
  msgid "Placeholder color"
766
  msgstr "Kohahoidja värv"
767
 
768
- #: contact_form.php:1291
769
  msgid "Errors color"
770
  msgstr "Errorite värv"
771
 
772
- #: contact_form.php:1296
773
  msgid "Error text color"
774
  msgstr "Error-teksti värv"
775
 
776
- #: contact_form.php:1301
777
  msgid "Background color of the input field errors"
778
  msgstr "Sisestusväljade errorite taustavärv"
779
 
780
- #: contact_form.php:1306
781
  msgid "Border color of the input field errors"
782
  msgstr "Sisestusväljade errorite piirjoonte värv"
783
 
784
- #: contact_form.php:1311
785
  msgid "Placeholder color of the input field errors"
786
  msgstr "Sisestusväljade errorite kohahoidja värv"
787
 
788
- #: contact_form.php:1316
789
  msgid "Input fields"
790
  msgstr "Sisestusväljad"
791
 
792
- #: contact_form.php:1321
793
  msgid "Input fields background color"
794
  msgstr "Sisestusväljade taustavärv"
795
 
796
- #: contact_form.php:1326
797
  msgid "Text fields color"
798
  msgstr "Tekstiväljade värv"
799
 
800
- #: contact_form.php:1330
801
  msgid "Border width in px, numbers only"
802
  msgstr "Piirjoone paksus pikslites. Ainult number"
803
 
804
- #: contact_form.php:1335
805
- #: contact_form.php:1359
806
  msgid "Border color"
807
  msgstr "Piirjoone värv"
808
 
809
- #: contact_form.php:1340
810
  msgid "Submit button"
811
  msgstr "'Saada' nupp"
812
 
813
- #: contact_form.php:1344
814
  msgid "Width in px, numbers only"
815
  msgstr "Laius pikslites, ainult numbrid"
816
 
817
- #: contact_form.php:1349
818
  msgid "Button color"
819
  msgstr "Nupu värv"
820
 
821
- #: contact_form.php:1354
822
  msgid "Button text color"
823
  msgstr "Nupu teksti värv"
824
 
825
- #: contact_form.php:1387
826
  msgid "Contact Form Pro | Preview"
827
  msgstr "Contact Form Pro | Eelvaade"
828
 
829
- #: contact_form.php:1389
830
  msgid "Show with errors"
831
  msgstr "Näita koos erroritega"
832
 
833
- #: contact_form.php:1398
834
- #: contact_form.php:1400
835
  msgid "Please enter your full name..."
836
  msgstr "Palun sisesta oma täisnimi..."
837
 
838
- #: contact_form.php:1411
839
- #: contact_form.php:1413
840
  msgid "Please enter your address..."
841
  msgstr "Palun sisesta oma aadress..."
842
 
843
- #: contact_form.php:1422
844
- #: contact_form.php:1424
845
  msgid "Please enter your email address..."
846
  msgstr "Palun sisesta oma e-maili aadress..."
847
 
848
- #: contact_form.php:1433
849
- #: contact_form.php:1435
850
  msgid "Please enter your phone number..."
851
  msgstr "Palun sisesta oma telefoni number..."
852
 
853
- #: contact_form.php:1444
854
- #: contact_form.php:1446
855
  msgid "Please enter subject..."
856
  msgstr "Palun sisesta pealkiri..."
857
 
858
- #: contact_form.php:1454
859
- #: contact_form.php:1456
860
  msgid "Please enter your message..."
861
  msgstr "Palun sisesta oma sõnum..."
862
 
863
- #: contact_form.php:1566
864
  msgid "Sorry, email message could not be delivered."
865
  msgstr "Vabandust, see kiri jäi saatmata."
866
 
867
- #: contact_form.php:1974
868
  msgid "Contact from"
869
  msgstr "Kontakti vorm"
870
 
871
- #: contact_form.php:1996
872
- #: contact_form.php:2026
873
  msgid "Phone"
874
  msgstr "Telefon"
875
 
876
- #: contact_form.php:2007
877
- #: contact_form.php:2033
878
  msgid "Site"
879
  msgstr "Leht"
880
 
881
- #: contact_form.php:2120
882
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
883
- msgstr "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt toetatud!"
 
 
 
 
884
 
885
- #: contact_form.php:2204
886
  msgid "Support"
887
  msgstr "Klienditugi"
888
 
889
- #: contact_form.php:2253
890
  msgid "Are you sure that you want to delete this language data?"
891
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
892
 
893
- #: contact_form.php:2274
894
  #, fuzzy
895
  msgid "Add multiple forms"
896
  msgstr "Lisa vormile"
897
 
898
- #: contact_form.php:2274
899
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
 
 
900
  msgstr ""
901
 
902
- #: contact_form.php:2279
903
  #, fuzzy
904
  msgid "Learn more"
905
  msgstr "Uuri lähemalt"
906
 
907
- #: contact_form.php:2283
908
  msgid "Close"
909
  msgstr ""
910
 
911
- #: contact_form.php:2471
912
  #, fuzzy
913
  msgid "allows to store your messages to the database."
914
- msgstr "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
 
915
 
916
- #: contact_form.php:2472
917
  msgid "Manage messages that have been sent from your website."
918
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
919
 
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"
10
  "MIME-Version: 1.0\n"
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
  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, "
59
+ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file "
60
+ "size: 2MB"
61
+ msgstr ""
62
+ "Toetatud failitüübid: 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: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
 
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"
136
+ 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
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."
194
+ 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."
202
+ 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 "
210
+ "this shortcode to your post or page or widget:"
211
+ 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 "
225
+ "should use the shortcode"
226
+ 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:"
238
+ 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"
246
+ 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."
254
+ 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'."
378
+ 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"
551
+ 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 "
684
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
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!"
859
+ 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
 
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -2,23 +2,23 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form 3.90\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-07-03 16:12+0300\n"
6
- "PO-Revision-Date: 2015-07-03 16:12+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"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_n;esc_html;esc_html__;esc_html_e;esc_attr__;esc_attr_e\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:35
21
- #: contact_form.php:650
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
@@ -26,62 +26,50 @@ msgstr "Options du formulaire de Contact"
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
- #: contact_form.php:123
30
- #: contact_form.php:1047
31
- #: contact_form.php:1081
32
  msgid "Name:"
33
  msgstr "Nom :"
34
 
35
- #: contact_form.php:124
36
- #: contact_form.php:1048
37
- #: contact_form.php:1082
38
  msgid "Address:"
39
  msgstr "Adresse :"
40
 
41
- #: contact_form.php:125
42
- #: contact_form.php:1049
43
- #: contact_form.php:1083
44
  msgid "Email Address:"
45
  msgstr "Adresse e-mail :"
46
 
47
- #: contact_form.php:126
48
- #: contact_form.php:1050
49
- #: contact_form.php:1084
50
  msgid "Phone number:"
51
  msgstr "Téléphone :"
52
 
53
- #: contact_form.php:127
54
- #: contact_form.php:1051
55
- #: contact_form.php:1085
56
  msgid "Subject:"
57
  msgstr "Sujet :"
58
 
59
- #: contact_form.php:128
60
- #: contact_form.php:1052
61
- #: contact_form.php:1086
62
  msgid "Message:"
63
  msgstr "Message :"
64
 
65
- #: contact_form.php:129
66
- #: contact_form.php:1053
67
- #: contact_form.php:1087
68
  msgid "Attachment:"
69
  msgstr "Pièce jointe :"
70
 
71
  #: contact_form.php:130
72
  #, fuzzy
73
- msgid "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"
74
- msgstr "Types de fichiers autorisés : HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
 
 
 
 
 
 
75
 
76
- #: contact_form.php:131
77
- #: contact_form.php:1055
78
- #: contact_form.php:1089
79
  msgid "Send me a copy"
80
  msgstr "M'envoyer une copie"
81
 
82
- #: contact_form.php:132
83
- #: contact_form.php:1056
84
- #: contact_form.php:1090
85
  msgid "Submit"
86
  msgstr "Envoyer"
87
 
@@ -138,20 +126,32 @@ msgid "Thank you for contacting us."
138
  msgstr "Merci de nous avoir contacté."
139
 
140
  #: contact_form.php:546
141
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
142
- msgstr "L'option pour le champ 'From' des courriels a été modifiée, cela peut entrainer un classement des messages dans les dossiers spam ou bien une erreur d'acheminement peut survenir."
 
 
 
 
 
143
 
144
  #: contact_form.php:556
145
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
- msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
 
 
 
 
147
 
148
  #: contact_form.php:565
149
  msgid "Such user does not exist."
150
  msgstr "Cet utilisateur est inconnu."
151
 
152
  #: contact_form.php:575
153
- msgid "Please enter a valid email address in the 'Use this email address' field."
154
- msgstr "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette adresse e-mail'."
 
 
 
155
 
156
  #: contact_form.php:583
157
  msgid "Please enter a valid email address in the 'FROM' field."
@@ -165,753 +165,773 @@ msgstr "Options enregistrées."
165
  msgid "Settings are not saved."
166
  msgstr "Paramètres non enregistrées."
167
 
168
- #: contact_form.php:652
169
- #: contact_form.php:2188
170
- #: contact_form.php:2202
 
 
171
  msgid "Settings"
172
  msgstr "Réglages"
173
 
174
- #: contact_form.php:653
175
  msgid "Additional settings"
176
  msgstr "Options supplémentaires"
177
 
178
- #: contact_form.php:654
179
  msgid "Appearance"
180
  msgstr "Aspect"
181
 
182
- #: contact_form.php:655
183
- #: contact_form.php:2203
184
  msgid "FAQ"
185
  msgstr "FAQ"
186
 
187
- #: contact_form.php:656
188
  msgid "Go PRO"
189
  msgstr "Choisir la version PRO"
190
 
191
- #: contact_form.php:659
192
- #: contact_form.php:661
193
  msgid "Notice:"
194
  msgstr "Avertissement :"
195
 
196
- #: contact_form.php:659
197
- msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
198
- msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les enregistrer, merci de cliquer sur le bouton 'Enregistrer les modifications'."
199
-
200
- #: contact_form.php:669
201
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
202
- msgstr "Si vous voulez créer plusieurs formulaire de contact, merci d'installer l'extension 'Contact Form Multi'"
203
 
204
- #: contact_form.php:676
205
  #: contact_form.php:679
206
- #: contact_form.php:1482
207
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
208
- msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget :"
 
 
 
209
 
210
- #: contact_form.php:676
211
- #: contact_form.php:677
212
- #: contact_form.php:679
213
- #: contact_form.php:680
214
- #: contact_form.php:1071
215
- #: contact_form.php:1073
216
- #: contact_form.php:1134
217
- #: contact_form.php:1136
 
 
 
 
218
  msgid "or"
219
  msgstr "ou"
220
 
221
- #: contact_form.php:677
222
- #: contact_form.php:680
223
- msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
224
- msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
 
 
 
 
225
 
226
- #: contact_form.php:677
227
- #: contact_form.php:680
228
  msgid "They work the same way."
229
  msgstr "Ils fonctionnent de la même manière."
230
 
231
- #: contact_form.php:684
232
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
233
- msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
 
 
 
 
 
 
 
 
 
 
 
 
234
 
235
- #: contact_form.php:687
 
 
 
 
 
 
 
 
236
  msgid "The user's email address:"
237
  msgstr "Utiliser l'e-mail du compte WordPress :"
238
 
239
- #: contact_form.php:691
240
  #, fuzzy
241
  msgid "Select a username"
242
  msgstr "Choisir un nom d'utilisateur"
243
 
244
- #: contact_form.php:704
245
- msgid "Enter a username of the person who should get the messages from the contact form."
246
- msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
 
 
 
 
247
 
248
- #: contact_form.php:708
249
  msgid "Use this email address:"
250
  msgstr "Utiliser cette adresse e-mail :"
251
 
252
- #: contact_form.php:712
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
255
 
256
- #: contact_form.php:721
257
  msgid "Add department selectbox to the contact form:"
258
- msgstr "Ajouter la liste déroulante pour le département dans le formulaire de contact :"
 
 
259
 
260
- #: contact_form.php:729
261
- #: contact_form.php:1182
262
- #: contact_form.php:1365
263
  msgid "If you upgrade to Pro version all your settings will be saved."
264
- msgstr "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
265
-
266
- #: contact_form.php:736
267
- #: contact_form.php:911
268
- #: contact_form.php:983
269
- #: contact_form.php:1189
270
- #: contact_form.php:1372
271
- msgid "Unlock premium options by upgrading to a PRO version."
272
  msgstr "Déploquer les options premium en migrant vers la version PRO."
273
 
274
- #: contact_form.php:737
275
- #: contact_form.php:912
276
- #: contact_form.php:984
277
- #: contact_form.php:1190
278
- #: contact_form.php:1373
279
- #: contact_form.php:2475
280
  msgid "Learn More"
281
  msgstr "Lire la suite"
282
 
283
- #: contact_form.php:740
284
- #: contact_form.php:915
285
- #: contact_form.php:987
286
- #: contact_form.php:1193
287
- #: contact_form.php:1376
288
  msgid "Go"
289
  msgstr "Passez"
290
 
291
- #: contact_form.php:747
292
  msgid "Save emails to the database"
293
  msgstr "Enregistrer les e-mails dans la base de données"
294
 
295
- #: contact_form.php:752
296
  msgid "Using"
297
  msgstr "Utilisant"
298
 
299
- #: contact_form.php:755
300
- #: contact_form.php:759
301
  #, fuzzy
302
  msgid "Using Contact Form to DB by BestWebSoft"
303
  msgstr "Utilisant le formulaire de contact avec base de données fourni par"
304
 
305
- #: contact_form.php:755
306
  msgid "Activate"
307
  msgstr "Activé"
308
 
309
- #: contact_form.php:759
310
  msgid "Download"
311
  msgstr "Téléchargement"
312
 
313
- #: contact_form.php:769
314
  msgid "What to use?"
315
  msgstr "Quelle méthode d'envoie ?"
316
 
317
- #: contact_form.php:774
318
  msgid "Wp-mail"
319
  msgstr "Wp-mail"
320
 
321
- #: contact_form.php:776
322
  msgid "You can use the wp_mail function for mailing"
323
- msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de WordPress "
 
 
324
 
325
- #: contact_form.php:779
326
  msgid "Mail"
327
  msgstr "E-mail"
328
 
329
- #: contact_form.php:781
330
  msgid "To send mail you can use the php mail function"
331
  msgstr "Pour envoyer le courriel, vous pouvez utiliser la fonction mail de php"
332
 
333
- #: contact_form.php:786
334
  msgid "'FROM' field"
335
  msgstr "Champ 'From'"
336
 
337
- #: contact_form.php:788
338
- #: contact_form.php:842
339
- #: contact_form.php:1234
340
- #: contact_form.php:1980
341
- #: contact_form.php:2016
342
  msgid "Name"
343
  msgstr "Nom"
344
 
345
- #: contact_form.php:795
346
  msgid "User name"
347
  msgstr "Nom de l'utlisateur"
348
 
349
- #: contact_form.php:797
350
- msgid "The name of the user who fills the form will be used in the field 'From'."
351
- msgstr "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
 
 
 
352
 
353
- #: contact_form.php:803
354
- #: contact_form.php:1991
355
- #: contact_form.php:2023
356
  msgid "Email"
357
  msgstr "E-mail"
358
 
359
- #: contact_form.php:810
360
  msgid "User email"
361
  msgstr "E-mail de l'utlisateur"
362
 
363
- #: contact_form.php:812
364
- msgid "The email address of the user who fills the form will be used in the field 'From'."
365
- msgstr "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
 
 
 
 
366
 
367
- #: contact_form.php:816
368
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
369
- msgstr "Si cette option est modifiée, les courriels pourront se retrouver classer dans le dossier spam ou bien une erreur d'acheminement peut survenir."
 
 
 
 
370
 
371
- #: contact_form.php:822
372
  msgid "Required symbol"
373
  msgstr "Symbol obligatoire"
374
 
375
- #: contact_form.php:832
376
  msgid "Fields"
377
  msgstr "Champs"
378
 
379
- #: contact_form.php:833
380
  msgid "Used"
381
  msgstr "Utilisé"
382
 
383
- #: contact_form.php:834
384
  msgid "Required"
385
  msgstr "Obligatoire"
386
 
387
- #: contact_form.php:835
388
  msgid "Visible"
389
  msgstr "Visible"
390
 
391
- #: contact_form.php:836
392
  msgid "Disabled for editing"
393
  msgstr "Non actif pour l'édition"
394
 
395
- #: contact_form.php:837
396
  msgid "Field's default value"
397
  msgstr "Valeur par défaut du champ"
398
 
399
- #: contact_form.php:849
 
 
 
 
 
400
  msgid "Use User's name as a default value if the user is logged in."
401
- msgstr "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur est connecté."
 
 
402
 
403
- #: contact_form.php:850
404
- #: contact_form.php:878
405
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
406
- msgstr "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux utilisateurs connectés."
 
 
 
407
 
408
- #: contact_form.php:854
409
  msgid "Location selectbox"
410
  msgstr "Liste déroulante des localisations"
411
 
412
- #: contact_form.php:862
413
- #: contact_form.php:1239
414
- #: contact_form.php:1986
415
- #: contact_form.php:2020
416
  msgid "Address"
417
  msgstr "Adresse"
418
 
419
- #: contact_form.php:870
420
  msgid "Email Address"
421
  msgstr "Adresse e-mail"
422
 
423
- #: contact_form.php:877
424
  msgid "Use User's email as a default value if the user is logged in."
425
- msgstr "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un utilisateur est connecté."
 
 
426
 
427
- #: contact_form.php:882
428
  msgid "Phone number"
429
  msgstr "Téléphone"
430
 
431
- #: contact_form.php:890
432
- #: contact_form.php:1254
433
- #: contact_form.php:2001
434
- #: contact_form.php:2029
435
  msgid "Subject"
436
  msgstr "Sujet"
437
 
438
- #: contact_form.php:898
439
- #: contact_form.php:1258
440
- #: contact_form.php:2004
441
- #: contact_form.php:2031
442
  msgid "Message"
443
  msgstr "Message"
444
 
445
- #: contact_form.php:922
446
  msgid "Attachment block"
447
  msgstr "Bloc pièce jointe"
448
 
449
- #: contact_form.php:924
450
  msgid "Users can attach the following file formats"
451
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
452
 
453
- #: contact_form.php:937
454
  msgid "Add to the form"
455
  msgstr "Ajouter au formulaire"
456
 
457
- #: contact_form.php:942
458
  msgid "Tips below the Attachment"
459
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
460
 
461
- #: contact_form.php:951
462
  msgid "'Send me a copy' block"
463
  msgstr "Afficher le bloc \"M'envoyer une copie\""
464
 
465
- #: contact_form.php:964
466
  msgid "Activate captcha"
467
  msgstr "Activé le captcha"
468
 
469
- #: contact_form.php:968
470
  msgid "Download captcha"
471
  msgstr "Télécharger le captcha"
472
 
473
- #: contact_form.php:976
474
  msgid "Agreement checkbox"
475
  msgstr "Case à cocher pour valider le formulaire"
476
 
477
- #: contact_form.php:976
478
  msgid "Required checkbox for submitting the form"
479
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
480
 
481
- #: contact_form.php:977
482
  msgid "Optional checkbox"
483
  msgstr "Boite à cocher optionnelle"
484
 
485
- #: contact_form.php:977
486
  msgid "Optional checkbox, the results of which will be displayed in email"
487
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
488
 
489
- #: contact_form.php:995
490
  msgid "Delete an attachment file from the server after the email is sent"
491
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
492
 
493
- #: contact_form.php:1001
494
  msgid "Email in HTML format sending"
495
  msgstr "Courriel au format HTML"
496
 
497
- #: contact_form.php:1005
498
  msgid "Display additional info in the email"
499
  msgstr "Afficher les informations complémentaires dans le courriel"
500
 
501
- #: contact_form.php:1011
502
- #: contact_form.php:1947
503
- #: contact_form.php:1949
504
  msgid "Sent from (ip address)"
505
  msgstr "Envoyé de (adresse IP)"
506
 
507
- #: contact_form.php:1011
508
  msgid "Example: Sent from (IP address):\t127.0.0.1"
509
  msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
510
 
511
- #: contact_form.php:1012
512
- #: contact_form.php:1953
513
- #: contact_form.php:1955
514
  msgid "Date/Time"
515
  msgstr "Date/Heure"
516
 
517
- #: contact_form.php:1012
518
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
519
  msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
520
 
521
- #: contact_form.php:1013
522
- #: contact_form.php:1959
523
- #: contact_form.php:1961
524
  msgid "Sent from (referer)"
525
  msgstr "Envoyer de (référence)"
526
 
527
- #: contact_form.php:1013
528
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
529
- msgstr "Exemple : Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/contact-us/"
 
 
530
 
531
- #: contact_form.php:1014
532
- #: contact_form.php:1965
533
- #: contact_form.php:1967
534
  msgid "Using (user agent)"
535
  msgstr "Depuis (navigateur)"
536
 
537
- #: contact_form.php:1014
538
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
539
- msgstr "Exemple : En utilisant (user agent) :\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
540
 
541
- #: contact_form.php:1019
542
  msgid "Language settings for the field names in the form"
543
  msgstr "Définition des langues pour les titres des champs"
544
 
545
- #: contact_form.php:1028
546
  msgid "Add a language"
547
  msgstr "Ajouter une langue"
548
 
549
- #: contact_form.php:1032
550
  msgid "Change the names of the contact form fields and error messages"
551
- msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
 
 
552
 
553
- #: contact_form.php:1037
554
- #: contact_form.php:1124
555
  msgid "English"
556
  msgstr "Anglais"
557
 
558
- #: contact_form.php:1045
559
- #: contact_form.php:1079
560
  msgid "click to expand/hide the list"
561
  msgstr "cliquer pour voir/cacher la liste"
562
 
563
- #: contact_form.php:1054
564
- #: contact_form.php:1088
565
  msgid "Tips below the Attachment block"
566
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
567
 
568
- #: contact_form.php:1057
569
- #: contact_form.php:1091
570
  msgid "Error message for the Name field"
571
  msgstr "Message d'erreur pour le champ nom"
572
 
573
- #: contact_form.php:1058
574
- #: contact_form.php:1092
575
  msgid "Error message for the Address field"
576
  msgstr "Message d'erreur pour le champ Adresse"
577
 
578
- #: contact_form.php:1059
579
- #: contact_form.php:1093
580
  msgid "Error message for the Email field"
581
  msgstr "Message d'erreur pour le champ e-mail"
582
 
583
- #: contact_form.php:1060
584
- #: contact_form.php:1094
585
  msgid "Error message for the Phone field"
586
  msgstr "Message d'erreur pour le champ téléphone"
587
 
588
- #: contact_form.php:1061
589
- #: contact_form.php:1095
590
  msgid "Error message for the Subject field"
591
  msgstr "Message d'erreur pour le champ sujet"
592
 
593
- #: contact_form.php:1062
594
- #: contact_form.php:1096
595
  msgid "Error message for the Message field"
596
  msgstr "Message d'erreur pour le champ message"
597
 
598
- #: contact_form.php:1063
599
- #: contact_form.php:1097
600
  msgid "Error message about the file type for the Attachment field"
601
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
602
 
603
- #: contact_form.php:1064
604
- #: contact_form.php:1098
605
- msgid "Error message while uploading a file for the Attachment field to the server"
606
- msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
 
 
607
 
608
- #: contact_form.php:1065
609
- #: contact_form.php:1099
610
  msgid "Error message while moving the file for the Attachment field"
611
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
612
 
613
- #: contact_form.php:1066
614
- #: contact_form.php:1100
615
  msgid "Error message when file size limit for the Attachment field is exceeded"
616
- msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
 
 
617
 
618
- #: contact_form.php:1067
619
- #: contact_form.php:1101
620
  msgid "Error message for the Captcha field"
621
  msgstr "Message d'erreur pour le captcha"
622
 
623
- #: contact_form.php:1068
624
- #: contact_form.php:1102
625
  msgid "Error message for the whole form"
626
  msgstr "Message d'erreur demandant à compléter les champs manquants"
627
 
628
- #: contact_form.php:1071
629
- #: contact_form.php:1073
630
- #: contact_form.php:1105
631
- #: contact_form.php:1107
632
- #: contact_form.php:1134
633
- #: contact_form.php:1136
634
- #: contact_form.php:1144
635
- #: contact_form.php:1146
636
- #: contact_form.php:2336
637
- #: contact_form.php:2338
638
  msgid "Use shortcode"
639
  msgstr "Utiliser le code court"
640
 
641
- #: contact_form.php:1071
642
- #: contact_form.php:1073
643
- #: contact_form.php:1105
644
- #: contact_form.php:1107
645
- #: contact_form.php:1134
646
- #: contact_form.php:1136
647
- #: contact_form.php:1144
648
- #: contact_form.php:1146
649
- #: contact_form.php:2336
650
- #: contact_form.php:2338
651
  msgid "for this language"
652
  msgstr "pour cette langue"
653
 
654
- #: contact_form.php:1115
655
  msgid "Use the changed names of the contact form fields in the email"
656
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
657
 
658
- #: contact_form.php:1121
659
  msgid "Action after email is sent"
660
  msgstr "Action après l'envoie du courriel"
661
 
662
- #: contact_form.php:1123
663
  msgid "Display text"
664
  msgstr "Afficher le texte"
665
 
666
- #: contact_form.php:1132
667
- #: contact_form.php:1142
668
  msgid "Text"
669
  msgstr "Texte"
670
 
671
- #: contact_form.php:1153
672
  msgid "Redirect to the page"
673
  msgstr "Rediriger vers la page"
674
 
675
- #: contact_form.php:1154
676
  msgid "Url"
677
  msgstr "Url"
678
 
679
- #: contact_form.php:1158
680
  msgid "The $_SERVER variable that is used to build a URL of the form"
681
- msgstr "La variable $_SERVER qui est utilisée pour construire l'URL du formulaire"
 
682
 
683
- #: contact_form.php:1163
684
- msgid "If you are not sure whether to change this setting or not, please do not do that."
685
- msgstr "Si vous n'êtes pas sûr de ce que vous faites, merci de ne pas toucher ce paramètre."
 
 
 
 
686
 
687
- #: contact_form.php:1173
688
  msgid "Auto Response"
689
  msgstr "Réponse automatique"
690
 
691
- #: contact_form.php:1177
692
  #, php-format
693
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
694
- msgstr "Vous pouvez utiliser %%NAME%% pour afficher des données du champ email et %%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% pour afficher le nom du site."
 
 
 
 
 
 
695
 
696
- #: contact_form.php:1202
697
- #: contact_form.php:1383
698
  msgid "Save Changes"
699
  msgstr "Enregistrer les modifications"
700
 
701
- #: contact_form.php:1214
702
  msgid "Errors output"
703
  msgstr "Affichage des erreurs"
704
 
705
- #: contact_form.php:1217
706
  msgid "Display error messages"
707
  msgstr "Aficher les messages d'erreur"
708
 
709
- #: contact_form.php:1218
710
  msgid "Color of the input field errors."
711
  msgstr "Mettre en couleur les champs ayant des erreurs"
712
 
713
- #: contact_form.php:1219
714
  msgid "Display error messages & color of the input field errors"
715
- msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
 
 
716
 
717
- #: contact_form.php:1224
718
  msgid "Add placeholder to the input blocks"
719
  msgstr "Ajouter la localisation dans le bloc de saisie"
720
 
721
- #: contact_form.php:1230
722
  msgid "Add tooltips"
723
  msgstr "Ajouter les conseils"
724
 
725
- #: contact_form.php:1244
726
  msgid "Email address"
727
  msgstr "Adresse e-mail"
728
 
729
- #: contact_form.php:1249
730
  msgid "Phone Number"
731
  msgstr "Téléphone"
732
 
733
- #: contact_form.php:1263
734
  msgid "Attachment"
735
  msgstr "Pièce jointe"
736
 
737
- #: contact_form.php:1273
738
  msgid "Style options"
739
  msgstr "Options de style"
740
 
741
- #: contact_form.php:1276
742
  msgid "Text color"
743
  msgstr "Couleur du texte"
744
 
745
- #: contact_form.php:1279
746
- #: contact_form.php:1284
747
- #: contact_form.php:1294
748
- #: contact_form.php:1299
749
- #: contact_form.php:1304
750
- #: contact_form.php:1309
751
- #: contact_form.php:1319
752
- #: contact_form.php:1324
753
- #: contact_form.php:1333
754
- #: contact_form.php:1347
755
- #: contact_form.php:1352
756
- #: contact_form.php:1357
757
  msgid "Default"
758
  msgstr "Défaut"
759
 
760
- #: contact_form.php:1281
761
  msgid "Label text color"
762
  msgstr "Couleur des textes des intitulés"
763
 
764
- #: contact_form.php:1286
765
  msgid "Placeholder color"
766
  msgstr "Couleur pour la localisation"
767
 
768
- #: contact_form.php:1291
769
  msgid "Errors color"
770
  msgstr "Couleur pour les erreurs"
771
 
772
- #: contact_form.php:1296
773
  msgid "Error text color"
774
  msgstr "Couleur pour le texte des erreurs"
775
 
776
- #: contact_form.php:1301
777
  msgid "Background color of the input field errors"
778
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
779
 
780
- #: contact_form.php:1306
781
  msgid "Border color of the input field errors"
782
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
783
 
784
- #: contact_form.php:1311
785
  msgid "Placeholder color of the input field errors"
786
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
787
 
788
- #: contact_form.php:1316
789
  msgid "Input fields"
790
  msgstr "Champs de saisie"
791
 
792
- #: contact_form.php:1321
793
  msgid "Input fields background color"
794
  msgstr "Couleur de fond pour les champs de saisie"
795
 
796
- #: contact_form.php:1326
797
  msgid "Text fields color"
798
  msgstr "Couleur pour les textes des champs de saisie"
799
 
800
- #: contact_form.php:1330
801
  msgid "Border width in px, numbers only"
802
  msgstr "Largeur des bordures en px, nombre seulement"
803
 
804
- #: contact_form.php:1335
805
- #: contact_form.php:1359
806
  msgid "Border color"
807
  msgstr "Couleur des bordures"
808
 
809
- #: contact_form.php:1340
810
  msgid "Submit button"
811
  msgstr "Bouton Envoyer"
812
 
813
- #: contact_form.php:1344
814
  msgid "Width in px, numbers only"
815
  msgstr "Largeur en px, nombre seulement"
816
 
817
- #: contact_form.php:1349
818
  msgid "Button color"
819
  msgstr "Couleur du bouton"
820
 
821
- #: contact_form.php:1354
822
  msgid "Button text color"
823
  msgstr "Couleur du texte du bouton"
824
 
825
- #: contact_form.php:1387
826
  msgid "Contact Form Pro | Preview"
827
  msgstr "Formulaire Pro de Contact | Prévisualisation"
828
 
829
- #: contact_form.php:1389
830
  msgid "Show with errors"
831
  msgstr "Afficher avec les erreurs"
832
 
833
- #: contact_form.php:1398
834
- #: contact_form.php:1400
835
  msgid "Please enter your full name..."
836
  msgstr "Merci de saisir votre nom..."
837
 
838
- #: contact_form.php:1411
839
- #: contact_form.php:1413
840
  msgid "Please enter your address..."
841
  msgstr "Merci de saisir votre adresse..."
842
 
843
- #: contact_form.php:1422
844
- #: contact_form.php:1424
845
  msgid "Please enter your email address..."
846
  msgstr "Merci de saisir votre adresse e-mail..."
847
 
848
- #: contact_form.php:1433
849
- #: contact_form.php:1435
850
  msgid "Please enter your phone number..."
851
  msgstr "Merci de saisir votre numéro de téléphone..."
852
 
853
- #: contact_form.php:1444
854
- #: contact_form.php:1446
855
  msgid "Please enter subject..."
856
  msgstr "Merci de saisir le sujet..."
857
 
858
- #: contact_form.php:1454
859
- #: contact_form.php:1456
860
  msgid "Please enter your message..."
861
  msgstr "Merci de saisir votre message..."
862
 
863
- #: contact_form.php:1566
864
  msgid "Sorry, email message could not be delivered."
865
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
866
 
867
- #: contact_form.php:1974
868
  msgid "Contact from"
869
  msgstr "Contact de"
870
 
871
- #: contact_form.php:1996
872
- #: contact_form.php:2026
873
  msgid "Phone"