Contact Form by BestWebSoft - Version 3.46

Version Description

  • 24.06.2013 =
  • NEW : The Finnish language file is added to the plugin.
  • Bugfix : We fixed the bug of display additional info in the email when email has an attachment.
  • NEW : Added html blocks.
Download this release

Release Info

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

Code changes from version 3.45 to 3.46

Files changed (68) hide show
  1. contact_form.php +347 -70
  2. css/style.css +105 -8
  3. images/help.png +0 -0
  4. images/toggle-arrow.png +0 -0
  5. images/tooltip_icons.png +0 -0
  6. js/script.js +17 -0
  7. languages/contact_form-ar.mo +0 -0
  8. languages/contact_form-ar.po +390 -196
  9. languages/contact_form-be_BY.mo +0 -0
  10. languages/contact_form-be_BY.po +368 -170
  11. languages/contact_form-bg_BG.mo +0 -0
  12. languages/contact_form-bg_BG.po +363 -170
  13. languages/contact_form-cs_CZ.mo +0 -0
  14. languages/contact_form-cs_CZ.po +365 -170
  15. languages/contact_form-da_DK.mo +0 -0
  16. languages/contact_form-da_DK.po +363 -170
  17. languages/contact_form-de_DE.mo +0 -0
  18. languages/contact_form-de_DE.po +363 -170
  19. languages/contact_form-el_GR.mo +0 -0
  20. languages/contact_form-el_GR.po +363 -170
  21. languages/contact_form-es_ES.mo +0 -0
  22. languages/contact_form-es_ES.po +363 -170
  23. languages/contact_form-fa_IR.mo +0 -0
  24. languages/contact_form-fa_IR.po +367 -170
  25. languages/contact_form-fi.mo +0 -0
  26. languages/contact_form-fi.po +739 -0
  27. languages/contact_form-fr_FR.mo +0 -0
  28. languages/contact_form-fr_FR.po +367 -170
  29. languages/contact_form-gl_ES.mo +0 -0
  30. languages/contact_form-gl_ES.po +367 -170
  31. languages/contact_form-he_IL.mo +0 -0
  32. languages/contact_form-he_IL.po +384 -175
  33. languages/contact_form-hi_IN.mo +0 -0
  34. languages/contact_form-hi_IN.po +366 -172
  35. languages/contact_form-hu_HU.mo +0 -0
  36. languages/contact_form-hu_HU.po +368 -170
  37. languages/contact_form-it_IT.mo +0 -0
  38. languages/contact_form-it_IT.po +367 -170
  39. languages/contact_form-ja.mo +0 -0
  40. languages/contact_form-ja.po +366 -172
  41. languages/contact_form-lt_LT.mo +0 -0
  42. languages/contact_form-lt_LT.po +363 -170
  43. languages/contact_form-nb_NO.mo +0 -0
  44. languages/contact_form-nb_NO.po +363 -170
  45. languages/contact_form-nl_NL.mo +0 -0
  46. languages/contact_form-nl_NL.po +368 -170
  47. languages/contact_form-pl_PL.mo +0 -0
  48. languages/contact_form-pl_PL.po +381 -175
  49. languages/contact_form-pt_BR.mo +0 -0
  50. languages/contact_form-pt_BR.po +367 -170
  51. languages/contact_form-pt_PT.mo +0 -0
  52. languages/contact_form-pt_PT.po +368 -170
  53. languages/contact_form-ro_RO.mo +0 -0
  54. languages/contact_form-ro_RO.po +365 -170
  55. languages/contact_form-ru_RU.mo +0 -0
  56. languages/contact_form-ru_RU.po +348 -172
  57. languages/contact_form-sr_RS.mo +0 -0
  58. languages/contact_form-sr_RS.po +452 -175
  59. languages/contact_form-sv_SE.mo +0 -0
  60. languages/contact_form-sv_SE.po +452 -175
  61. languages/contact_form-tr_TR.mo +0 -0
  62. languages/contact_form-tr_TR.po +439 -174
  63. languages/contact_form-uk.mo +0 -0
  64. languages/contact_form-uk.po +452 -175
  65. readme.txt +13 -1
  66. screenshot-2.jpg +0 -0
  67. screenshot-4.jpg +0 -0
  68. screenshot-6.jpg +0 -0
contact_form.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.45
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -72,7 +72,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
72
  $array_recomend_pro = array();
73
  $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
74
  $array_plugins_pro = array(
75
- array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/', 'http://bestwebsoft.com/plugin/gallery-pro/#purchase', 'admin.php?page=gallery-plugin-pro.php' )
 
76
  );
77
  foreach ( $array_plugins_pro as $plugins ) {
78
  if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
@@ -157,7 +158,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
157
  if( ! function_exists( 'cntctfrm_admin_menu' ) ) {
158
  function cntctfrm_admin_menu() {
159
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'edit_themes', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
160
- add_submenu_page('bws_plugins', __( 'Contact Form Options', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'edit_themes', "contact_form.php", 'cntctfrm_settings_page');
 
161
 
162
  //call register settings function
163
  add_action( 'admin_init', 'cntctfrm_settings' );
@@ -502,7 +504,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
502
  }
503
  if ( $error == '' ) {
504
  update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
505
- $message = __( "Options saved.", 'contact_form' );
506
  }
507
  }
508
  // Display form on the setting page
@@ -522,9 +524,14 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
522
  ?>
523
  <div class="wrap">
524
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
525
- <h2><?php _e( "Contact Form Options", 'contact_form' ); ?></h2>
526
  <div class="updated fade" <?php if( ! isset( $_POST['cntctfrm_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
527
  <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
 
 
 
 
 
528
  <form method="post" action="admin.php?page=contact_form.php">
529
  <span style="margin-bottom:15px;">
530
  <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' ); ?> [contact_form] or [contact_form lang=en]</p>
@@ -554,24 +561,6 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
554
  <tr valign="top">
555
  <th colspan="3" scope="row" style="width:200px;"><input type="checkbox" id="cntctfrm_additions_options" name="cntctfrm_additions_options" value="1" <?php if($cntctfrm_options['cntctfrm_additions_options'] == '1') echo "checked=\"checked\" "; ?> /> <?php _e( "Additional options", 'contact_form' ); ?></th>
556
  </tr>
557
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
558
- <th scope="row" style="width:200px;"><?php _e( "Display Attachment block", 'contact_form' ); ?></th>
559
- <td colspan="2">
560
- <input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/> <span class="cntctfrm_info"><?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, zip, rar, wav, mp3, ppt"; ?></span>
561
- </td>
562
- </tr>
563
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
564
- <th scope="row" style="width:200px;"><?php _e( "Display Attachment tips", 'contact_form' ); ?></th>
565
- <td colspan="2">
566
- <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/> <span class="cntctfrm_info"><?php echo __( "Display tips below the Attachment block", 'contact_form' ); ?></span>
567
- </td>
568
- </tr>
569
- <tr valign="top" class="cntctfrm_additions_block <?php if( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
570
- <th scope="row" style="width:200px;"><?php _e( "Display Send me a copy block", 'contact_form' ); ?></th>
571
- <td colspan="2">
572
- <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
573
- </td>
574
- </tr>
575
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
576
  <th rowspan="2"><?php _e( 'What to use?', 'contact_form' ); ?></th>
577
  <td colspan="2">
@@ -605,7 +594,10 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
605
  <th scope="row" style="width:200px;"><?php _e( "Display fields", 'contact_form' ); ?></th>
606
  <td colspan="2">
607
  <input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if($cntctfrm_options['cntctfrm_display_address_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Address", 'contact_form' ); ?><br />
608
- <input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if($cntctfrm_options['cntctfrm_display_phone_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Phone", 'contact_form' ); ?>
 
 
 
609
  </td>
610
  </tr>
611
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
@@ -658,53 +650,59 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
658
  } ?>
659
  <div class="clear"></div>
660
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
661
- <input type="text" 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 />
662
- <input type="text" 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 />
663
- <input type="text" 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 />
664
- <input type="text" 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 />
665
- <input type="text" 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 />
666
- <input type="text" 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 />
667
- <input type="text" 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 />
668
- <input type="text" 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 />
669
- <input type="text" 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 />
670
- <input type="text" 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 />
671
- <input type="text" 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 />
672
- <input type="text" 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 />
673
- <input type="text" 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 />
674
- <input type="text" 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 />
675
- <input type="text" 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 />
676
- <input type="text" 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 />
677
- <input type="text" 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 />
678
- <input type="text" 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 />
679
- <input type="text" 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 />
680
- <input type="text" 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 />
681
- <input type="text" 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 />
 
 
 
682
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=en] or [contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
683
  </div>
684
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
685
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
686
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
687
- <input type="text" 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 />
688
- <input type="text" 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 />
689
- <input type="text" 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 />
690
- <input type="text" 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 />
691
- <input type="text" 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 />
692
- <input type="text" 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 />
693
- <input type="text" 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 />
694
- <input type="text" 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 />
695
- <input type="text" 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 />
696
- <input type="text" 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 />
697
- <input type="text" 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 />
698
- <input type="text" 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 />
699
- <input type="text" 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 />
700
- <input type="text" 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 />
701
- <input type="text" 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 />
702
- <input type="text" 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 />
703
- <input type="text" 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 />
704
- <input type="text" 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 />
705
- <input type="text" 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 />
706
- <input type="text" 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 />
707
- <input type="text" 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 />
 
 
 
708
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
709
  </div>
710
  <?php }
@@ -722,7 +720,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
722
  }
723
  } ?>
724
  <div class="clear"></div>
725
- <div class="cntctfrm_language_tab cntctfrm_tab_en">
726
  <input type="text" 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 />
727
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form=en] or [contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
728
  </div>
@@ -751,6 +749,285 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
751
  }
752
  }
753
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  // Display contact form in front end - page or post
755
  if( ! function_exists( 'cntctfrm_display_form' ) ) {
756
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
@@ -1219,7 +1496,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
1219
  if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
1220
  global $path_of_uploaded_file;
1221
  $headers = "";
1222
- $message_block = $message;
1223
 
1224
  // Additional headers
1225
  if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
@@ -1334,8 +1611,8 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
1334
  function cntctfrm_admin_head() {
1335
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1336
 
1337
- if ( isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'contact_form.php' ) {
1338
- wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script.js', __FILE__ ) );
1339
  echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure that you want to delete this language data?', 'contact_form').'"</script>';
1340
  }
1341
  }
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.46
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
72
  $array_recomend_pro = array();
73
  $count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
74
  $array_plugins_pro = array(
75
+ array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/', 'http://bestwebsoft.com/plugin/gallery-pro/#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
76
+ array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/', 'http://bestwebsoft.com/plugin/contact-form-pro/#purchase', 'admin.php?page=contact_form_pro.php' )
77
  );
78
  foreach ( $array_plugins_pro as $plugins ) {
79
  if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
158
  if( ! function_exists( 'cntctfrm_admin_menu' ) ) {
159
  function cntctfrm_admin_menu() {
160
  add_menu_page( 'BWS Plugins', 'BWS Plugins', 'edit_themes', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001);
161
+ add_submenu_page('bws_plugins', __( 'Contact Form Settings', 'contact_form' ), __( 'Contact Form', 'contact_form' ), 'edit_themes', "contact_form.php", 'cntctfrm_settings_page');
162
+ add_submenu_page('contact_form.php', __( 'Contact Form Pro Extra Settings', 'contact_form' ), __( 'Contact Form Pro', 'contact_form' ), 'edit_themes', "contact_form_pro_extra.php", 'cntctfrm_settings_page_extra');
163
 
164
  //call register settings function
165
  add_action( 'admin_init', 'cntctfrm_settings' );
504
  }
505
  if ( $error == '' ) {
506
  update_option( 'cntctfrm_options', $cntctfrm_options, '', 'yes' );
507
+ $message = __( "Settings saved.", 'contact_form' );
508
  }
509
  }
510
  // Display form on the setting page
524
  ?>
525
  <div class="wrap">
526
  <div class="icon32 icon32-bws" id="icon-options-general"></div>
527
+ <h2><?php _e( "Contact Form Settings", 'contact_form' ); ?></h2>
528
  <div class="updated fade" <?php if( ! isset( $_POST['cntctfrm_form_submit'] ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
529
  <div class="error" <?php if( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
530
+ <ul class="subsubsub">
531
+ <li><a class="current" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a></li> |
532
+ <li><a href="admin.php?page=contact_form_pro_extra.php"><?php _e( 'Extra settings', 'contact_form' ); ?></a></li>
533
+ </ul>
534
+ <div class="clear"></div>
535
  <form method="post" action="admin.php?page=contact_form.php">
536
  <span style="margin-bottom:15px;">
537
  <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' ); ?> [contact_form] or [contact_form lang=en]</p>
561
  <tr valign="top">
562
  <th colspan="3" scope="row" style="width:200px;"><input type="checkbox" id="cntctfrm_additions_options" name="cntctfrm_additions_options" value="1" <?php if($cntctfrm_options['cntctfrm_additions_options'] == '1') echo "checked=\"checked\" "; ?> /> <?php _e( "Additional options", 'contact_form' ); ?></th>
563
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
565
  <th rowspan="2"><?php _e( 'What to use?', 'contact_form' ); ?></th>
566
  <td colspan="2">
594
  <th scope="row" style="width:200px;"><?php _e( "Display fields", 'contact_form' ); ?></th>
595
  <td colspan="2">
596
  <input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if($cntctfrm_options['cntctfrm_display_address_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Address", 'contact_form' ); ?><br />
597
+ <input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if($cntctfrm_options['cntctfrm_display_phone_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Phone", 'contact_form' ); ?><br />
598
+ <input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if($cntctfrm_options['cntctfrm_attachment'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Attachment block", 'contact_form' ); ?> <span class="cntctfrm_info">(<?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, zip, rar, wav, mp3, ppt"; ?>)</span><br />
599
+ <input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' && $cntctfrm_options['cntctfrm_attachment'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php echo __( "Tips below the Attachment block", 'contact_form' ); ?><br />
600
+ <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Send me a copy block", 'contact_form' ); ?>
601
  </td>
602
  </tr>
603
  <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
650
  } ?>
651
  <div class="clear"></div>
652
  <div class="cntctfrm_language_tab cntctfrm_tab_en">
653
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
654
+ <div class="cntctfrm_language_tab_block">
655
+ <input type="text" 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 />
656
+ <input type="text" 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 />
657
+ <input type="text" 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 />
658
+ <input type="text" 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 />
659
+ <input type="text" 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 />
660
+ <input type="text" 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 />
661
+ <input type="text" 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 />
662
+ <input type="text" 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 />
663
+ <input type="text" 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 />
664
+ <input type="text" 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 />
665
+ <input type="text" 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 />
666
+ <input type="text" 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 />
667
+ <input type="text" 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 />
668
+ <input type="text" 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 />
669
+ <input type="text" 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 />
670
+ <input type="text" 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 />
671
+ <input type="text" 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 />
672
+ <input type="text" 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 />
673
+ <input type="text" 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 />
674
+ <input type="text" 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 />
675
+ <input type="text" 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 />
676
+ </div>
677
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=en] or [contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
678
  </div>
679
  <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
680
  foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
681
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
682
+ <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
683
+ <div class="cntctfrm_language_tab_block">
684
+ <input type="text" 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 />
685
+ <input type="text" 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 />
686
+ <input type="text" 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 />
687
+ <input type="text" 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 />
688
+ <input type="text" 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 />
689
+ <input type="text" 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 />
690
+ <input type="text" 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 />
691
+ <input type="text" 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 />
692
+ <input type="text" 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 />
693
+ <input type="text" 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 />
694
+ <input type="text" 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 />
695
+ <input type="text" 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 />
696
+ <input type="text" 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 />
697
+ <input type="text" 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 />
698
+ <input type="text" 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 />
699
+ <input type="text" 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 />
700
+ <input type="text" 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 />
701
+ <input type="text" 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 />
702
+ <input type="text" 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 />
703
+ <input type="text" 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 />
704
+ <input type="text" 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 />
705
+ </div>
706
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
707
  </div>
708
  <?php }
720
  }
721
  } ?>
722
  <div class="clear"></div>
723
+ <div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
724
  <input type="text" 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 />
725
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [contact_form=en] or [contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
726
  </div>
749
  }
750
  }
751
 
752
+ // Add settings page in admin area
753
+ if ( ! function_exists( 'cntctfrm_settings_page_extra' ) ) {
754
+ function cntctfrm_settings_page_extra() {
755
+ global $wpdb, $wp_version, $cntctfrm_options; ?>
756
+ <div class="wrap">
757
+ <div class="icon32 icon32-bws" id="icon-options-general"></div>
758
+ <h2><?php _e( "Contact Form Pro | Extra Settings", 'contact_form' ); ?></h2>
759
+ <ul class="subsubsub">
760
+ <li><a href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact_form' ); ?></a></li> |
761
+ <li><a class="current" href="admin.php?page=contact_form_pro_extra.php"><?php _e( 'Extra settings', 'contact_form' ); ?></a></li>
762
+ </ul>
763
+ <div class="clear"></div>
764
+ <div class="cntctfrmpr_pro_version_tooltip">
765
+ This functionality is available in the Pro version of the plugin. For more details, please follow the link
766
+ <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/"> Contact Form Pro </a>
767
+ </div>
768
+ <div id="cntctfrmpr_pro_version">
769
+ <div id="cntctfrmpr_left_table">
770
+ <table class="form-table" style="width:auto;" >
771
+ <tr valign="top">
772
+ <th scope="row" style="width:200px;"><?php _e( "Errors output", 'contact_form' ); ?></th>
773
+ <td colspan="2">
774
+ <select name="cntctfrmpr_error_displaying">
775
+ <option value="labels"><?php _e( "Display error messages", 'contact_form' ); ?></option>
776
+ <option value="input_colors"><?php _e( "Color of the input field errors.", 'contact_form' ); ?></option>
777
+ <option value="both" selected="selected"><?php _e( "Display error messages & color of the input field errors", 'contact_form' ); ?></option>
778
+ </select>
779
+ </td>
780
+ </tr>
781
+ <tr valign="top">
782
+ <th scope="row" style="width:200px;"><?php _e( "Add placeholder to the input blocks", 'contact_form' ); ?></th>
783
+ <td colspan="2">
784
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_placeholder" value="1" checked="checked"/>
785
+ </td>
786
+ </tr>
787
+ <tr valign="top">
788
+ <th scope="row" style="width:200px;"><?php _e( "Add tooltips", 'contact_form' ); ?></th>
789
+ <td colspan="2">
790
+ <div>
791
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_name" value="1" checked="checked"/>
792
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_name"><?php _e( "Name", 'contact_form' ); ?></label>
793
+ </div>
794
+ <?php if($cntctfrm_options['cntctfrm_display_address_field'] == '1') { ?>
795
+ <div>
796
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_address" value="1" checked="checked"/>
797
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_address"><?php _e( "Address", 'contact_form' ); ?></label>
798
+ </div>
799
+ <?php } ?>
800
+ <div>
801
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_email" value="1" checked="checked"/>
802
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_email"><?php _e( "Email address", 'contact_form' ); ?></label>
803
+ </div>
804
+ <?php if($cntctfrm_options['cntctfrm_display_phone_field'] == '1') { ?>
805
+ <div>
806
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_phone" value="1" checked="checked"/>
807
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_phone"><?php _e( "Phone Number", 'contact_form' ); ?></label>
808
+ </div>
809
+ <?php } ?>
810
+ <div>
811
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_subject" value="1" checked="checked"/>
812
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_subject"><?php _e( "Subject", 'contact_form' ); ?></label>
813
+ </div>
814
+ <div>
815
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_message" value="1" checked="checked"/>
816
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_message"><?php _e( "Message", 'contact_form' ); ?></label>
817
+ </div>
818
+ <?php if ( $cntctfrm_options['cntctfrm_attachment_explanations'] == '1' ) { ?>
819
+ <div>
820
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_attachment" value="1" checked="checked"/>
821
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_attachment"><?php _e( "Attachment", 'contact_form' ); ?></label>
822
+ </div>
823
+ <?php } ?>
824
+ <div>
825
+ <input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
826
+ <label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?></label><span style="color: #888888;font-size: 10px;"><?php _e( '(powered by bestwebsoft.com)', 'contact_form' ); ?></span>
827
+ </div>
828
+ </td>
829
+ </tr>
830
+ <tr valign="top">
831
+ <th colspan="3" scope="row" style="width:200px;"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
832
+ </tr>
833
+ <tr valign="top" class="cntctfrmpr_style_block <?php if ( $cntctfrm_options['style_options'] == '0') echo "cntctfrmpr_hidden"; ?>">
834
+ <th scope="row" style="width:200px;"><?php _e( "Text color", 'contact_form' ); ?></th>
835
+ <td colspan="2">
836
+ <div>
837
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
838
+ <input disabled='disabled' type="text" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
839
+ <?php _e( 'Label text color', 'contact_form' ); ?>
840
+ </div>
841
+ <div>
842
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
843
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
844
+ <?php _e( "Placeholder color", 'contact_form' ); ?>
845
+ </div>
846
+ </td>
847
+ </tr>
848
+ <tr valign="top" class="cntctfrmpr_style_block">
849
+ <th scope="row" style="width:200px;"><?php _e( "Errors color", 'contact_form' ); ?></th>
850
+ <td colspan="2">
851
+ <div>
852
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
853
+ <input disabled='disabled' type="text" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
854
+ <?php _e( 'Error text color', 'contact_form' ); ?>
855
+ </div>
856
+ <div>
857
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
858
+ <input disabled='disabled' type="text" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
859
+ <?php _e( 'Background color of the input field errors', 'gallery' ); ?>
860
+ </div>
861
+ <div>
862
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
863
+ <input disabled='disabled' type="text" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
864
+ <?php _e( 'Border color of the input field errors', 'gallery' ); ?>
865
+ </div>
866
+ <div>
867
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
868
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
869
+ <?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?>
870
+ </div>
871
+ </td>
872
+ </tr>
873
+ <tr valign="top" class="cntctfrmpr_style_block">
874
+ <th scope="row" style="width:200px;"><?php _e( "Input fields", 'contact_form' ); ?></th>
875
+ <td colspan="2">
876
+ <div>
877
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
878
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
879
+ <?php _e( "Input fields background color", 'contact_form' ); ?>
880
+ </div>
881
+ <div>
882
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
883
+ <input disabled='disabled' type="text" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
884
+ <?php _e( "Text fields color", 'contact_form' ); ?>
885
+ </div>
886
+ <input style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_border_input_width" /> <?php _e( 'Border width in px, numbers only', 'gallery' ); ?><br />
887
+ <div>
888
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
889
+ <input disabled='disabled' type="text" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
890
+ <?php _e( 'Border color', 'gallery' ); ?>
891
+ </div>
892
+ </td>
893
+ </tr>
894
+ <tr valign="top" class="cntctfrmpr_style_block">
895
+ <th scope="row" style="width:200px;"><?php _e( "Submit button", 'contact_form' ); ?></th>
896
+ <td colspan="2">
897
+ <input style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_button_width" /> <?php _e( 'Width in px, numbers only', 'gallery' ); ?><br />
898
+ <div>
899
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
900
+ <input disabled='disabled' type="text" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
901
+ <?php _e( 'Button color', 'contact_form' ); ?>
902
+ </div>
903
+ <div>
904
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
905
+ <input disabled='disabled' type="text" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
906
+ <?php _e( "Button text color", 'contact_form' ); ?>
907
+ </div>
908
+ <div>
909
+ <input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
910
+ <input disabled='disabled' type="text" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
911
+ <?php _e( 'Border color', 'gallery' ); ?>
912
+ </div>
913
+ </td>
914
+ </tr>
915
+ </table>
916
+ <input type="hidden" name="cntctfrmpr_form_submit" value="submit" />
917
+ <p class="submit">
918
+ <input disabled='disabled' type="button" class="button-primary" value="<?php _e('Save Changes') ?>" />
919
+ </p>
920
+ </div>
921
+ <div id="cntctfrmpr_right_table">
922
+ <h3><?php _e( "Contact Form Pro | Preview", 'contact_form' ); ?></h3>
923
+ <div id="cntctfrmpr_contact_form">
924
+ <div id="cntctfrmpr_show_errors_block">
925
+ <input disabled="" type="checkbox" id="cntctfrmpr_show_errors" name="cntctfrmpr_show_errors" /> <?php _e( "Show with errors", 'contact_form' ); ?>
926
+ </div>
927
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?></div>
928
+ <div style="text-align: left; padding-top: 5px;">
929
+ <label for="cntctfrmpr_contact_name"><?php echo $cntctfrm_options['cntctfrm_name_label']['en']; if ( $cntctfrm_options['cntctfrm_required_name_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
930
+ </div>
931
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?></div>
932
+ <div style="text-align: left;">
933
+ <input placeholder="Please enter your full name..." class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name" style="text-align: left; margin: 0;" />
934
+ <div class="cntctfrmpr_help_box">
935
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Please enter your full name...</div>
936
+ </div>
937
+ </div>
938
+ <?php if ( $cntctfrm_options['cntctfrm_display_address_field'] == 1 ) { ?>
939
+ <div style="text-align: left;">
940
+ <label for="cntctfrmpr_contact_address"><?php echo $cntctfrm_options['cntctfrm_address_label']['en']; if ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
941
+ </div>
942
+ <?php if ( $cntctfrm_options['cntctfrm_required_address_field'] == 1 ) { ?>
943
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?></div>
944
+ <?php } ?>
945
+ <div style="text-align: left;">
946
+ <input placeholder="Please enter your address..." class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" style="text-align: left; margin: 0;" />
947
+ <div class="cntctfrmpr_help_box">
948
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Please enter your address...</div>
949
+ </div>
950
+ </div>
951
+ <?php } ?>
952
+ <div style="text-align: left;">
953
+ <label for="cntctfrmpr_contact_email"><?php echo $cntctfrm_options['cntctfrm_email_label']['en']; if ( $cntctfrm_options['cntctfrm_required_email_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
954
+ </div>
955
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?></div>
956
+ <div style="text-align: left;">
957
+ <input placeholder="Please enter your email address..." class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" style="text-align: left; margin: 0;" />
958
+ <div class="cntctfrmpr_help_box">
959
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Please enter your email address...</div>
960
+ </div>
961
+ </div>
962
+ <?php if ( $cntctfrm_options['cntctfrm_display_phone_field'] == 1 ) { ?>
963
+ <div style="text-align: left;">
964
+ <label for="cntctfrmpr_contact_phone"><?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; if ( $cntctfrm_options['cntctfrm_required_phone_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
965
+ </div>
966
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['phone_error']['en']; ?></div>
967
+ <div style="text-align: left;">
968
+ <input placeholder="Please enter your phone number..." class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" style="text-align: left; margin: 0;" />
969
+ <div class="cntctfrmpr_help_box">
970
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Please enter your phone number...</div>
971
+ </div>
972
+ </div>
973
+ <?php } ?>
974
+ <div style="text-align: left;">
975
+ <label for="cntctfrmpr_contact_subject"><?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; if ( $cntctfrm_options['cntctfrm_required_subject_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
976
+ </div>
977
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?></div>
978
+ <div style="text-align: left;">
979
+ <input placeholder="Please enter subject..." class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" style="text-align: left; margin: 0;" />
980
+ <div class="cntctfrmpr_help_box">
981
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Please enter subject...</div>
982
+ </div>
983
+ </div>
984
+ <div style="text-align: left;">
985
+ <label for="cntctfrmpr_contact_message"><?php echo $cntctfrm_options['cntctfrm_message_label']['en']; if ( $cntctfrm_options['cntctfrm_required_message_field'] == 1 ) echo '<span class="required"> *</span>'; ?></label>
986
+ </div>
987
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?></div>
988
+ <div style="text-align: left;">
989
+ <textarea placeholder="Please enter your message..." rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
990
+ <div class="cntctfrmpr_help_box">
991
+ <div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Please enter your message...</div>
992
+ </div>
993
+ </div>
994
+ <?php if ( $cntctfrm_options['cntctfrm_attachment'] == 1 ) { ?>
995
+ <div style="text-align: left;">
996
+ <label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
997
+ </div>
998
+ <div class="cntctfrmpr_error_text hidden" style="text-align: left;"><?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?></div>
999
+ <div style="text-align: left;">
1000
+ <input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
1001
+ <?php if ( $cntctfrm_options['cntctfrm_attachment_explanations'] == 1 ) { ?>
1002
+ <div class="cntctfrmpr_help_box cntctfrmpr_hidden_help_text_attach"><div class="cntctfrmpr_hidden_help_text" style="font-size: 12px; display: none;">Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB</div></div>
1003
+ <?php } ?>
1004
+ </div>
1005
+ <?php } ?>
1006
+ <?php if ( $cntctfrm_options['cntctfrm_send_copy'] == 1 ) { ?>
1007
+ <div style="text-align: left;">
1008
+ <input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="text-align: left; margin: 0;" />
1009
+ <label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
1010
+ </div>
1011
+ <?php } ?>
1012
+ <div style="text-align: left; padding-top: 8px;">
1013
+ <input type="submit" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
1014
+ </div>
1015
+ </div>
1016
+ <div id="cntctfrmpr_shortcode">
1017
+ <?php _e( "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:", 'contact_form' ); ?><br/>
1018
+ <div>
1019
+ <code id="cntctfrmpr_shortcode_code">
1020
+ [contact_form]
1021
+ </code>
1022
+ </div>
1023
+ </div>
1024
+ </div>
1025
+ <div class="clear"></div>
1026
+ </div>
1027
+ </div>
1028
+ <?php }
1029
+ }
1030
+
1031
  // Display contact form in front end - page or post
1032
  if( ! function_exists( 'cntctfrm_display_form' ) ) {
1033
  function cntctfrm_display_form( $atts = array( 'lang' => 'en' ) ) {
1496
  if ( $cntctfrm_options['cntctfrm_attachment'] == 1 && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && $_FILES["cntctfrm_contact_attachment"]["tmp_name"] != "") {
1497
  global $path_of_uploaded_file;
1498
  $headers = "";
1499
+ $message_block = $message_text;
1500
 
1501
  // Additional headers
1502
  if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] )
1611
  function cntctfrm_admin_head() {
1612
  wp_enqueue_style( 'cntctfrmStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
1613
 
1614
+ if ( isset( $_REQUEST['page'] ) && ( $_REQUEST['page'] == 'contact_form.php' || $_REQUEST['page'] == 'contact_form_pro_extra.php' ) ) {
1615
+ wp_enqueue_script( 'cntctfrmScript', plugins_url( 'js/script.js', __FILE__ ) );
1616
  echo '<script type="text/javascript">var confirm_text = "'.__('Are you sure that you want to delete this language data?', 'contact_form').'"</script>';
1617
  }
1618
  }
css/style.css CHANGED
@@ -36,18 +36,15 @@
36
  #cntctfrm_contact_attachment {
37
  margin-bottom:0;
38
  }
39
-
40
  .cntctfrm_change_label_block input, .cntctfrm_action_after_send_block input {
41
  margin: 1px 0;
42
  }
43
  .cntctfrm_change_label_block input[type="text"], .cntctfrm_action_after_send_block input[type="text"] {
44
  width: 300px;
45
  }
46
-
47
  .cntctfrm_action_after_send_block input[type="text"] {
48
  width:250px;
49
  }
50
-
51
  .widget-container #cntctfrm_contact_form input.text,
52
  .widget-container #cntctfrm_contact_form textarea,
53
  .widget-container #cntctfrm_contact_message,
@@ -62,7 +59,6 @@
62
  .textwidget #cntctfrm_contact_subject{
63
  width: 200px !important;
64
  }
65
-
66
  .cntctfrm_label_language_tab{
67
  float: left;
68
  padding:2px 5px;
@@ -72,16 +68,12 @@
72
  cursor: pointer;
73
  margin-right:3px;
74
  }
75
-
76
  .cntctfrm_language_tab{
77
- padding: 5px 10px 5px 5px;
78
  border:1px solid #DFDFDF;
79
  }
80
-
81
  .cntctfrm_active{
82
  color:#21759B;
83
  }
84
-
85
  .cntctfrm_delete{
86
  color: red;
87
  display: block;
@@ -89,4 +81,109 @@
89
  margin-left: 7px;
90
  position: relative;
91
  right: -3px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  }
36
  #cntctfrm_contact_attachment {
37
  margin-bottom:0;
38
  }
 
39
  .cntctfrm_change_label_block input, .cntctfrm_action_after_send_block input {
40
  margin: 1px 0;
41
  }
42
  .cntctfrm_change_label_block input[type="text"], .cntctfrm_action_after_send_block input[type="text"] {
43
  width: 300px;
44
  }
 
45
  .cntctfrm_action_after_send_block input[type="text"] {
46
  width:250px;
47
  }
 
48
  .widget-container #cntctfrm_contact_form input.text,
49
  .widget-container #cntctfrm_contact_form textarea,
50
  .widget-container #cntctfrm_contact_message,
59
  .textwidget #cntctfrm_contact_subject{
60
  width: 200px !important;
61
  }
 
62
  .cntctfrm_label_language_tab{
63
  float: left;
64
  padding:2px 5px;
68
  cursor: pointer;
69
  margin-right:3px;
70
  }
 
71
  .cntctfrm_language_tab{
 
72
  border:1px solid #DFDFDF;
73
  }
 
74
  .cntctfrm_active{
75
  color:#21759B;
76
  }
 
77
  .cntctfrm_delete{
78
  color: red;
79
  display: block;
81
  margin-left: 7px;
82
  position: relative;
83
  right: -3px;
84
+ }
85
+ .cntctfrm_language_tab_block_mini {
86
+ background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
87
+ border-bottom: 1px solid #DFDFDF;
88
+ border-right: 1px solid #DFDFDF;
89
+ height: 15px;
90
+ width: 20px;
91
+ }
92
+ .cntctfrm_language_tab_block_mini:hover {
93
+ opacity: 0.7;
94
+ }
95
+ .cntctfrm_language_tab_block {
96
+ padding: 5px 10px 5px 5px;
97
+ }
98
+ #cntctfrmpr_pro_version {
99
+ background: none repeat scroll 0 0 #E0E0E0;
100
+ border: 1px solid #AAAAAA;
101
+ padding-left: 10px;
102
+ margin-top: 50px;
103
+ }
104
+ #cntctfrmpr_left_table {
105
+ margin-right: 30px;
106
+ float: left;
107
+ }
108
+ #cntctfrmpr_right_table {
109
+ width: 500px;
110
+ float: left;
111
+ }
112
+ .cntctfrmpr_help_box {
113
+ background-image: url("../images/tooltip_icons.png");
114
+ background-repeat: no-repeat;
115
+ cursor: pointer;
116
+ float: left;
117
+ height: 29px;
118
+ position: relative;
119
+ margin: 0 10px;
120
+ width: 29px;
121
+ clear: none !important;
122
+ }
123
+ .cntctfrmpr_hidden_help_text {
124
+ background: #F4F4F4;
125
+ border: 1px solid #DCDCDC;
126
+ border-radius: 4px 4px 4px 4px;
127
+ left: 40px;
128
+ padding: 5px 10px;
129
+ position: absolute;
130
+ width: 240px;
131
+ line-height: 1.5;
132
+ }
133
+ .cntctfrmpr_hidden_help_text:before {
134
+ content: url("../images/help.png");
135
+ left: -10px;
136
+ position: absolute;
137
+ top: 7px;
138
+ }
139
+ #cntctfrmpr_right_table #cntctfrmpr_contact_form input.text,
140
+ #cntctfrmpr_right_table #cntctfrmpr_contact_form textarea {
141
+ width:320px;
142
+ float: left;
143
+ }
144
+ #cntctfrmpr_contact_form div {
145
+ clear: both;
146
+ }
147
+ .cntctfrmpr_info {
148
+ color: rgb(136, 136, 136);
149
+ font-size: 10px;
150
+ clear:both;
151
+ }
152
+ #cntctfrmpr_shortcode {
153
+ width: 330px;
154
+ margin-top: 30px;
155
+ }
156
+ #cntctfrmpr_shortcode div {
157
+ height: 20px;
158
+ width: 110px;
159
+ background: #EAEAEA;
160
+ border: 1px solid #DCDCDC;
161
+ padding: 10px;
162
+ }
163
+ #cntctfrmpr_shortcode code {
164
+ white-space:nowrap;
165
+ background: #EAEAEA;
166
+ }
167
+ .cntctfrmpr_pro_version_tooltip:before {
168
+ border-color: #FFFFFF transparent transparent transparent;
169
+ border-style: solid;
170
+ border-width: 10px;
171
+ content: "";
172
+ height: 0;
173
+ left: 10px;
174
+ position: absolute;
175
+ top: 40px;
176
+ width: 0;
177
+ }
178
+ .cntctfrmpr_pro_version_tooltip {
179
+ background: none repeat scroll 0 0 #FFFFFF;
180
+ border: 1px solid #AAAAAA;
181
+ border-radius: 5px 5px 5px 5px;
182
+ box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
183
+ float: right;
184
+ height: 20px;
185
+ left: 300px;
186
+ padding: 10px;
187
+ position: absolute;
188
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
189
  }
images/help.png ADDED
Binary file
images/toggle-arrow.png ADDED
Binary file
images/tooltip_icons.png ADDED
Binary file
js/script.js CHANGED
@@ -105,5 +105,22 @@
105
  });
106
  }
107
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  });
109
  })(jQuery);
105
  });
106
  }
107
  });
108
+ $('.cntctfrm_language_tab_block').css('display', 'none');
109
+ $('.cntctfrm_language_tab_block_mini').css('display', 'block');
110
+ $('.cntctfrm_language_tab_block_mini').on( 'click', function() {
111
+ if( $('.cntctfrm_language_tab_block').css('display') == 'none' ) {
112
+ $('.cntctfrm_language_tab_block').css('display', 'block');
113
+ $('.cntctfrm_language_tab_block_mini').css('background-position', '1px -3px');
114
+ }else{
115
+ $('.cntctfrm_language_tab_block').css('display', 'none');
116
+ $('.cntctfrm_language_tab_block_mini').css('background-position', '');
117
+ }
118
+ });
119
+ $('.cntctfrmpr_help_box').mouseover(function(){
120
+ $(this).children().css('display', 'block');
121
+ });
122
+ $('.cntctfrmpr_help_box').mouseout(function(){
123
+ $(this).children().css('display', 'none');
124
+ });
125
  });
126
  })(jQuery);
languages/contact_form-ar.mo CHANGED
Binary file
languages/contact_form-ar.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:49+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,525 +16,719 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:99
20
  #, fuzzy
21
  msgid "Pro plugins"
22
  msgstr "BWS Plugins"
23
 
24
- #: contact_form.php:102
25
- #: contact_form.php:128
26
  msgid "Activated plugins"
27
  msgstr "تفعيل الإضافات"
28
 
29
- #: contact_form.php:104
30
- #: contact_form.php:112
31
- #: contact_form.php:120
32
- #: contact_form.php:130
33
- #: contact_form.php:138
34
- #: contact_form.php:146
35
  msgid "Read more"
36
  msgstr "اقرأ المزيد"
37
 
38
- #: contact_form.php:104
39
- #: contact_form.php:130
40
- #: contact_form.php:1280
41
- #: contact_form.php:1289
 
 
42
  msgid "Settings"
43
  msgstr "إعدادات"
44
 
45
- #: contact_form.php:110
46
- #: contact_form.php:136
47
  msgid "Installed plugins"
48
  msgstr "تثبيت الإضافات"
49
 
50
- #: contact_form.php:118
51
- #: contact_form.php:144
52
  msgid "Recommended plugins"
53
  msgstr "اضافات موصى بها"
54
 
55
- #: contact_form.php:120
56
  msgid "Purchase"
57
  msgstr ""
58
 
59
- #: contact_form.php:125
60
  #, fuzzy
61
  msgid "Free plugins"
62
  msgstr "اضافات موصى بها"
63
 
64
- #: contact_form.php:146
65
  msgid "Download"
66
  msgstr "تحميل"
67
 
68
- #: contact_form.php:146
69
  #, php-format
70
  msgid "Install %s"
71
  msgstr "تنصيب %s"
72
 
73
- #: contact_form.php:146
74
  msgid "Install now from wordpress.org"
75
  msgstr "تثبيت من wordpress.org"
76
 
77
- #: contact_form.php:151
78
  #, fuzzy
79
  msgid "If you have any questions, please contact us via"
80
  msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
81
 
82
- #: contact_form.php:160
83
- #: contact_form.php:525
84
- msgid "Contact Form Options"
85
  msgstr "خيارات نموذج اتصل بنا"
86
 
87
- #: contact_form.php:160
88
  msgid "Contact Form"
89
  msgstr "نموذج الاتصال"
90
 
91
- #: contact_form.php:199
92
- #: contact_form.php:661
93
- #: contact_form.php:687
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "الأسم:"
96
 
97
- #: contact_form.php:200
98
- #: contact_form.php:662
99
- #: contact_form.php:688
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "البريد الالكتروني:"
103
 
104
- #: contact_form.php:201
105
- #: contact_form.php:663
106
- #: contact_form.php:689
107
  msgid "Email Address:"
108
  msgstr "البريد الالكتروني:"
109
 
110
- #: contact_form.php:202
111
- #: contact_form.php:664
112
- #: contact_form.php:690
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:203
117
- #: contact_form.php:665
118
- #: contact_form.php:691
119
  msgid "Subject:"
120
  msgstr "موضوع الرسالة:"
121
 
122
- #: contact_form.php:204
123
- #: contact_form.php:666
124
- #: contact_form.php:692
125
  msgid "Message:"
126
  msgstr "الرسالة:"
127
 
128
- #: contact_form.php:205
129
- #: contact_form.php:667
130
- #: contact_form.php:693
131
  msgid "Attachment:"
132
  msgstr "المرفقات:"
133
 
134
- #: contact_form.php:206
135
- #: contact_form.php:261
136
- #: contact_form.php:668
137
- #: contact_form.php:694
138
  msgid "Send me a copy"
139
  msgstr "أرسل لي نسخة"
140
 
141
- #: contact_form.php:207
142
- #: contact_form.php:669
143
- #: contact_form.php:695
144
  msgid "Submit"
145
  msgstr "تقدم"
146
 
147
- #: contact_form.php:208
148
  msgid "Your name is required."
149
  msgstr "مطلوب اسمك."
150
 
151
- #: contact_form.php:209
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "مطلوب بريد الكتروني صحيح."
155
 
156
- #: contact_form.php:210
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "مطلوب بريد الكتروني صحيح."
160
 
161
- #: contact_form.php:211
162
- #: contact_form.php:256
163
- #: contact_form.php:259
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "مطلوب اسمك."
167
 
168
- #: contact_form.php:212
169
- #: contact_form.php:255
170
- #: contact_form.php:258
171
  msgid "Subject is required."
172
  msgstr "مطلوب نص الموضوع."
173
 
174
- #: contact_form.php:213
175
- #: contact_form.php:254
176
- #: contact_form.php:257
177
  msgid "Message text is required."
178
  msgstr "مطلوب نص الرسالة."
179
 
180
- #: contact_form.php:214
181
  msgid "File format is not valid."
182
  msgstr "المرفق تعطل."
183
 
184
- #: contact_form.php:215
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:216
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:217
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:218
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "يرجى استكمال رمز التحقق."
199
 
200
- #: contact_form.php:219
201
  msgid "Please make corrections below and try again."
202
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
203
 
204
- #: contact_form.php:221
205
  msgid "Thank you for contacting us."
206
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
207
 
208
- #: contact_form.php:480
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:489
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
215
 
216
- #: contact_form.php:494
217
- #: contact_form.php:500
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
221
 
222
- #: contact_form.php:505
223
  msgid "Options saved."
224
  msgstr "الخيارات حُفظت."
225
 
226
- #: contact_form.php:530
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
229
 
230
- #: contact_form.php:531
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
233
 
234
- #: contact_form.php:535
235
  msgid "The user's email address:"
236
  msgstr "أستخدم بريد العضو في وورد بريس:"
237
 
238
- #: contact_form.php:539
239
  msgid "Create a username"
240
  msgstr "اختر اسم المستخدم"
241
 
242
- #: contact_form.php:544
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
245
 
246
- #: contact_form.php:548
247
  msgid "Use this email address:"
248
  msgstr "استخدام هذا البريد الالكتروني:"
249
 
250
- #: contact_form.php:551
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
253
 
254
- #: contact_form.php:555
255
  msgid "Additional options"
256
  msgstr "خيارات إضافية"
257
 
258
- #: contact_form.php:558
259
- msgid "Display Attachment block"
260
- msgstr "عرض حقل المرفقات"
261
-
262
- #: contact_form.php:560
263
- msgid "Users can attach the following file formats"
264
- msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
265
-
266
- #: contact_form.php:564
267
- #, fuzzy
268
- msgid "Display Attachment tips"
269
- msgstr "عرض حقل المرفقات"
270
-
271
- #: contact_form.php:566
272
- #, fuzzy
273
- msgid "Display tips below the Attachment block"
274
- msgstr "عرض حقل المرفقات"
275
-
276
- #: contact_form.php:570
277
- msgid "Display Send me a copy block"
278
- msgstr "عرض خيار (أرسل لي نسخة)"
279
-
280
- #: contact_form.php:576
281
  msgid "What to use?"
282
  msgstr "ماذا تستخدم؟"
283
 
284
- #: contact_form.php:579
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
- #: contact_form.php:580
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
291
 
292
- #: contact_form.php:586
293
  msgid "Mail"
294
  msgstr "Mail"
295
 
296
- #: contact_form.php:587
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
299
 
300
- #: contact_form.php:591
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "تغيير من الحقول من نموذج الاتصال"
304
 
305
- #: contact_form.php:597
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
- #: contact_form.php:599
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
- #: contact_form.php:601
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
- #: contact_form.php:605
318
  #, fuzzy
319
  msgid "Display fields"
320
  msgstr "عرض حقل المرفقات"
321
 
 
322
  #: contact_form.php:607
323
- #: contact_form.php:615
324
- #: contact_form.php:1172
325
  #, fuzzy
326
  msgid "Address"
327
  msgstr "البريد الالكتروني:"
328
 
329
- #: contact_form.php:608
330
- #: contact_form.php:617
331
- #: contact_form.php:1180
332
  msgid "Phone"
333
  msgstr ""
334
 
335
- #: contact_form.php:612
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  msgid "Required fields"
337
  msgstr ""
338
 
339
- #: contact_form.php:614
340
- #: contact_form.php:1167
 
341
  msgid "Name"
342
  msgstr "الأسم"
343
 
344
- #: contact_form.php:616
345
  #, fuzzy
346
  msgid "Email Address"
347
  msgstr "البريد الالكتروني:"
348
 
349
- #: contact_form.php:618
350
- #: contact_form.php:1183
 
351
  msgid "Subject"
352
  msgstr "موضوع الرسالة"
353
 
354
- #: contact_form.php:619
355
- #: contact_form.php:1186
 
356
  msgid "Message"
357
  msgstr "الرسالة"
358
 
359
- #: contact_form.php:623
360
  #, fuzzy
361
  msgid "Display additional info in the email"
362
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
363
 
364
- #: contact_form.php:628
365
- #: contact_form.php:1139
366
  msgid "Sent from (ip address)"
367
  msgstr "ارسلت من (عنوان IP)"
368
 
369
- #: contact_form.php:629
370
- #: contact_form.php:1144
371
  msgid "Date/Time"
372
  msgstr "الوقت/التاريخ"
373
 
374
- #: contact_form.php:630
375
- #: contact_form.php:1149
376
  msgid "Sent from (referer)"
377
  msgstr "Sent from (referer)"
378
 
379
- #: contact_form.php:631
380
- #: contact_form.php:1154
381
  msgid "Using (user agent)"
382
  msgstr "باستخدام (وكيل المستخدم)"
383
 
384
- #: contact_form.php:635
385
  msgid "Language settings for the field names in the form"
386
  msgstr ""
387
 
388
- #: contact_form.php:644
389
  msgid "Add a language"
390
  msgstr ""
391
 
392
- #: contact_form.php:648
393
  #, fuzzy
394
  msgid "Change the names of the contact form fields and error messages"
395
  msgstr "تغيير تسمية حقول نموذج الاتصال"
396
 
397
- #: contact_form.php:653
398
- #: contact_form.php:718
399
  msgid "English"
400
  msgstr ""
401
 
402
- #: contact_form.php:670
403
- #: contact_form.php:696
404
  msgid "Error message for the Name field"
405
  msgstr ""
406
 
407
- #: contact_form.php:671
408
- #: contact_form.php:697
409
  msgid "Error message for the Address field"
410
  msgstr ""
411
 
412
- #: contact_form.php:672
413
- #: contact_form.php:698
414
  msgid "Error message for the Email field"
415
  msgstr ""
416
 
417
- #: contact_form.php:673
418
- #: contact_form.php:699
419
  msgid "Error message for the Phone field"
420
  msgstr ""
421
 
422
- #: contact_form.php:674
423
- #: contact_form.php:700
424
  msgid "Error message for the Subject field"
425
  msgstr ""
426
 
427
- #: contact_form.php:675
428
- #: contact_form.php:701
429
  msgid "Error message for the Message field"
430
  msgstr ""
431
 
432
- #: contact_form.php:676
433
- #: contact_form.php:702
434
  msgid "Error message about the file type for the Attachment field"
435
  msgstr ""
436
 
437
- #: contact_form.php:677
438
- #: contact_form.php:703
439
  msgid "Error message while uploading a file for the Attachment field to the server"
440
  msgstr ""
441
 
442
- #: contact_form.php:678
443
- #: contact_form.php:704
444
  msgid "Error message while moving the file for the Attachment field"
445
  msgstr ""
446
 
447
- #: contact_form.php:679
448
- #: contact_form.php:705
449
  msgid "Error message when file size limit for the Attachment field is exceeded"
450
  msgstr ""
451
 
452
- #: contact_form.php:680
453
- #: contact_form.php:706
454
  msgid "Error message for the Captcha field"
455
  msgstr ""
456
 
457
- #: contact_form.php:681
458
- #: contact_form.php:707
459
  msgid "Error message for the whole form"
460
  msgstr ""
461
 
462
- #: contact_form.php:682
463
- #: contact_form.php:708
464
- #: contact_form.php:727
465
- #: contact_form.php:733
466
  msgid "Use shortcode"
467
  msgstr ""
468
 
469
- #: contact_form.php:682
470
- #: contact_form.php:708
471
- #: contact_form.php:727
472
- #: contact_form.php:733
473
  msgid "for this language"
474
  msgstr ""
475
 
476
- #: contact_form.php:715
477
  msgid "Action after email is sent"
478
  msgstr ""
479
 
480
- #: contact_form.php:717
481
  #, fuzzy
482
  msgid "Display text"
483
  msgstr "عرض حقل المرفقات"
484
 
485
- #: contact_form.php:726
486
- #: contact_form.php:732
487
  msgid "Text"
488
  msgstr ""
489
 
490
- #: contact_form.php:739
491
  msgid "Redirect to the page"
492
  msgstr ""
493
 
494
- #: contact_form.php:740
495
  msgid "Url"
496
  msgstr ""
497
 
498
- #: contact_form.php:745
 
499
  msgid "Save Changes"
500
  msgstr "حفظ التغييرات"
501
 
502
- #: contact_form.php:794
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
505
 
506
- #: contact_form.php:878
507
  msgid "You can attach the following file formats"
508
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
509
 
510
- #: contact_form.php:1162
511
  msgid "Contact from"
512
  msgstr "اتصل من"
513
 
514
- #: contact_form.php:1175
515
  msgid "Email"
516
  msgstr "البريد الألكتروني"
517
 
518
- #: contact_form.php:1189
519
  msgid "Site"
520
  msgstr "الموقع"
521
 
522
- #: contact_form.php:1239
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
525
 
526
- #: contact_form.php:1290
527
  msgid "FAQ"
528
  msgstr "أسئلة وأجوبة"
529
 
530
- #: contact_form.php:1291
531
  msgid "Support"
532
  msgstr "دعم"
533
 
534
- #: contact_form.php:1339
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr ""
537
 
 
 
 
538
  #~ msgid "Please enter a valid email address. Settings are not saved."
539
  #~ msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
540
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:08+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:08+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
  #, fuzzy
21
  msgid "Pro plugins"
22
  msgstr "BWS Plugins"
23
 
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "تفعيل الإضافات"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "اقرأ المزيد"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "إعدادات"
46
 
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
  msgid "Installed plugins"
50
  msgstr "تثبيت الإضافات"
51
 
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
  msgid "Recommended plugins"
55
  msgstr "اضافات موصى بها"
56
 
57
+ #: contact_form.php:121
58
  msgid "Purchase"
59
  msgstr ""
60
 
61
+ #: contact_form.php:126
62
  #, fuzzy
63
  msgid "Free plugins"
64
  msgstr "اضافات موصى بها"
65
 
66
+ #: contact_form.php:147
67
  msgid "Download"
68
  msgstr "تحميل"
69
 
70
+ #: contact_form.php:147
71
  #, php-format
72
  msgid "Install %s"
73
  msgstr "تنصيب %s"
74
 
75
+ #: contact_form.php:147
76
  msgid "Install now from wordpress.org"
77
  msgstr "تثبيت من wordpress.org"
78
 
79
+ #: contact_form.php:152
80
  #, fuzzy
81
  msgid "If you have any questions, please contact us via"
82
  msgstr "إذا كان لديك أي أسئلة، يرجى الاتصال بنا عبر plugin@bestwebsoft.com أو ملء استمارة الاتصال على موقعنا"
83
 
84
+ #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "خيارات نموذج اتصل بنا"
88
 
89
+ #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "نموذج الاتصال"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "خيارات نموذج اتصل بنا"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "نموذج الاتصال"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "الأسم:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "البريد الالكتروني:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "البريد الالكتروني:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "موضوع الرسالة:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "الرسالة:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "المرفقات:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "أرسل لي نسخة"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "تقدم"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "مطلوب اسمك."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "مطلوب بريد الكتروني صحيح."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "مطلوب بريد الكتروني صحيح."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "مطلوب اسمك."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "مطلوب نص الموضوع."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "مطلوب نص الرسالة."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "المرفق تعطل."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "يرجى استكمال رمز التحقق."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "الخيارات حُفظت."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "خيارات نموذج اتصل بنا"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "إعدادات"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "أستخدم بريد العضو في وورد بريس:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "اختر اسم المستخدم"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "استخدام هذا البريد الالكتروني:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "خيارات إضافية"
280
 
281
+ #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr "ماذا تستخدم؟"
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "تغيير من الحقول من نموذج الاتصال"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "عرض حقل المرفقات"
322
 
323
+ #: contact_form.php:596
324
  #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "البريد الالكتروني:"
330
 
331
+ #: contact_form.php:597
332
+ #: contact_form.php:609
333
+ #: contact_form.php:1472
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "عرض حقل المرفقات"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "عرض حقل المرفقات"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "عرض خيار (أرسل لي نسخة)"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "الأسم"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "البريد الالكتروني:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "موضوع الرسالة"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "الرسالة"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "ارسلت من (عنوان IP)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "الوقت/التاريخ"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Sent from (referer)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "باستخدام (وكيل المستخدم)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  #, fuzzy
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "تغيير تسمية حقول نموذج الاتصال"
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr ""
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
  msgid "Error message for the Address field"
434
  msgstr ""
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr ""
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr ""
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr ""
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr ""
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  msgid "Error message while uploading a file for the Attachment field to the server"
464
  msgstr ""
465
 
466
+ #: contact_form.php:672
467
+ #: contact_form.php:701
468
  msgid "Error message while moving the file for the Attachment field"
469
  msgstr ""
470
 
471
+ #: contact_form.php:673
472
+ #: contact_form.php:702
473
  msgid "Error message when file size limit for the Attachment field is exceeded"
474
  msgstr ""
475
 
476
+ #: contact_form.php:674
477
+ #: contact_form.php:703
478
  msgid "Error message for the Captcha field"
479
  msgstr ""
480
 
481
+ #: contact_form.php:675
482
+ #: contact_form.php:704
483
  msgid "Error message for the whole form"
484
  msgstr ""
485
 
486
+ #: contact_form.php:677
487
+ #: contact_form.php:706
488
+ #: contact_form.php:725
489
+ #: contact_form.php:731
490
  msgid "Use shortcode"
491
  msgstr ""
492
 
493
+ #: contact_form.php:677
494
+ #: contact_form.php:706
495
+ #: contact_form.php:725
496
+ #: contact_form.php:731
497
  msgid "for this language"
498
  msgstr ""
499
 
500
+ #: contact_form.php:713
501
  msgid "Action after email is sent"
502
  msgstr ""
503
 
504
+ #: contact_form.php:715
505
  #, fuzzy
506
  msgid "Display text"
507
  msgstr "عرض حقل المرفقات"
508
 
509
+ #: contact_form.php:724
510
+ #: contact_form.php:730
511
  msgid "Text"
512
  msgstr ""
513
 
514
+ #: contact_form.php:737
515
  msgid "Redirect to the page"
516
  msgstr ""
517
 
518
+ #: contact_form.php:738
519
  msgid "Url"
520
  msgstr ""
521
 
522
+ #: contact_form.php:743
523
+ #: contact_form.php:933
524
  msgid "Save Changes"
525
  msgstr "حفظ التغييرات"
526
 
527
+ #: contact_form.php:758
528
+ #, fuzzy
529
+ msgid "Contact Form Pro | Extra Settings"
530
+ msgstr "خيارات نموذج اتصل بنا"
531
+
532
+ #: contact_form.php:772
533
+ msgid "Errors output"
534
+ msgstr ""
535
+
536
+ #: contact_form.php:775
537
+ msgid "Display error messages"
538
+ msgstr ""
539
+
540
+ #: contact_form.php:776
541
+ msgid "Color of the input field errors."
542
+ msgstr ""
543
+
544
+ #: contact_form.php:777
545
+ msgid "Display error messages & color of the input field errors"
546
+ msgstr ""
547
+
548
+ #: contact_form.php:782
549
+ msgid "Add placeholder to the input blocks"
550
+ msgstr ""
551
+
552
+ #: contact_form.php:788
553
+ #, fuzzy
554
+ msgid "Add tooltips"
555
+ msgstr "خيارات إضافية"
556
+
557
+ #: contact_form.php:802
558
+ #, fuzzy
559
+ msgid "Email address"
560
+ msgstr "البريد الالكتروني:"
561
+
562
+ #: contact_form.php:807
563
+ msgid "Phone Number"
564
+ msgstr ""
565
+
566
+ #: contact_form.php:821
567
+ #, fuzzy
568
+ msgid "Attachment"
569
+ msgstr "المرفقات:"
570
+
571
+ #: contact_form.php:835
572
+ #: contact_form.php:838
573
+ #: contact_form.php:841
574
+ msgid "Captcha"
575
+ msgstr ""
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "(powered by bestwebsoft.com)"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:838
584
+ #, fuzzy
585
+ msgid "Activate captcha"
586
+ msgstr "تفعيل الإضافات"
587
+
588
+ #: contact_form.php:841
589
+ #, fuzzy
590
+ msgid "Download captcha"
591
+ msgstr "تحميل"
592
+
593
+ #: contact_form.php:846
594
+ #, fuzzy
595
+ msgid "Style options"
596
+ msgstr "خيارات إضافية"
597
+
598
+ #: contact_form.php:849
599
+ msgid "Text color"
600
+ msgstr ""
601
+
602
+ #: contact_form.php:852
603
+ #: contact_form.php:857
604
+ #: contact_form.php:867
605
+ #: contact_form.php:872
606
+ #: contact_form.php:877
607
+ #: contact_form.php:882
608
+ #: contact_form.php:892
609
+ #: contact_form.php:897
610
+ #: contact_form.php:903
611
+ #: contact_form.php:914
612
+ #: contact_form.php:919
613
+ #: contact_form.php:924
614
+ msgid "Default"
615
+ msgstr ""
616
+
617
+ #: contact_form.php:854
618
+ msgid "Label text color"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:859
622
+ msgid "Placeholder color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:864
626
+ msgid "Errors color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:869
630
+ msgid "Error text color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:874
634
+ msgid "Background color of the input field errors"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:879
638
+ msgid "Border color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:884
642
+ msgid "Placeholder color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:889
646
+ #, fuzzy
647
+ msgid "Input fields"
648
+ msgstr "عرض حقل المرفقات"
649
+
650
+ #: contact_form.php:894
651
+ msgid "Input fields background color"
652
+ msgstr ""
653
+
654
+ #: contact_form.php:899
655
+ msgid "Text fields color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:901
659
+ msgid "Border width in px, numbers only"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:905
663
+ #: contact_form.php:926
664
+ msgid "Border color"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:910
668
+ #, fuzzy
669
+ msgid "Submit button"
670
+ msgstr "تقدم"
671
+
672
+ #: contact_form.php:912
673
+ msgid "Width in px, numbers only"
674
+ msgstr ""
675
+
676
+ #: contact_form.php:916
677
+ msgid "Button color"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:921
681
+ msgid "Button text color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:937
685
+ #, fuzzy
686
+ msgid "Contact Form Pro | Preview"
687
+ msgstr "نموذج الاتصال"
688
+
689
+ #: contact_form.php:940
690
+ msgid "Show with errors"
691
+ msgstr ""
692
+
693
+ #: contact_form.php:1086
694
  msgid "Sorry, email message could not be delivered."
695
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
696
 
697
+ #: contact_form.php:1170
698
  msgid "You can attach the following file formats"
699
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
700
 
701
+ #: contact_form.php:1454
702
  msgid "Contact from"
703
  msgstr "اتصل من"
704
 
705
+ #: contact_form.php:1467
706
  msgid "Email"
707
  msgstr "البريد الألكتروني"
708
 
709
+ #: contact_form.php:1481
710
  msgid "Site"
711
  msgstr "الموقع"
712
 
713
+ #: contact_form.php:1531
714
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
715
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
716
 
717
+ #: contact_form.php:1582
718
  msgid "FAQ"
719
  msgstr "أسئلة وأجوبة"
720
 
721
+ #: contact_form.php:1583
722
  msgid "Support"
723
  msgstr "دعم"
724
 
725
+ #: contact_form.php:1631
726
  msgid "Are you sure that you want to delete this language data?"
727
  msgstr ""
728
 
729
+ #, fuzzy
730
+ #~ msgid "Display Attachment tips"
731
+ #~ msgstr "عرض حقل المرفقات"
732
  #~ msgid "Please enter a valid email address. Settings are not saved."
733
  #~ msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
734
 
languages/contact_form-be_BY.mo CHANGED
Binary file
languages/contact_form-be_BY.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Чытаць далей"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Наладкі"
44
 
@@ -80,461 +82,657 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Наладкі кантактнай формы"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Кантактная форма"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Імя:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "E-mail адрас:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-mail адрас:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Тэлефон:"
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Тэма:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Паведамленьне:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Прычапіць файл:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Адправіць мне копію"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Адправіць"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Вашае імя - гэта абавязковы радок."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  msgid "Phone number is required."
165
  msgstr "Вашае імя - абавязковае поле."
166
 
167
- #: contact_form.php:213
168
- #: contact_form.php:256
169
- #: contact_form.php:259
170
  msgid "Subject is required."
171
  msgstr "Поле Тэма - абавязковае."
172
 
173
- #: contact_form.php:214
174
- #: contact_form.php:255
175
- #: contact_form.php:258
176
  msgid "Message text is required."
177
  msgstr "Радок паведамленьня - абавязковы."
178
 
179
- #: contact_form.php:215
180
  msgid "File format is not valid."
181
  msgstr "Фармат файла не зьяўляецца дапушчальным."
182
 
183
- #: contact_form.php:216
184
  msgid "File upload error."
185
  msgstr ""
186
 
187
- #: contact_form.php:217
188
  msgid "The file could not be uploaded."
189
  msgstr ""
190
 
191
- #: contact_form.php:218
192
  msgid "This file is too large."
193
  msgstr ""
194
 
195
- #: contact_form.php:219
196
  msgid "Please fill out the CAPTCHA."
197
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
198
 
199
- #: contact_form.php:220
200
  msgid "Please make corrections below and try again."
201
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
202
 
203
- #: contact_form.php:222
204
  msgid "Thank you for contacting us."
205
  msgstr "Дзякуем за кантакт з намі."
206
 
207
- #: contact_form.php:481
208
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
209
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
210
 
211
- #: contact_form.php:490
212
  msgid "Such user does not exist. Settings are not saved."
213
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
214
 
215
- #: contact_form.php:495
216
- #: contact_form.php:501
217
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
218
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
219
 
220
- #: contact_form.php:506
221
  msgid "Options saved."
222
  msgstr "Наладкі захаваны."
223
 
224
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
225
  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:"
226
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
227
 
228
- #: contact_form.php:532
229
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
230
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
231
 
232
- #: contact_form.php:536
233
  msgid "The user's email address:"
234
  msgstr "Электронны адрас карыстальніка:"
235
 
236
- #: contact_form.php:540
237
  msgid "Create a username"
238
  msgstr "Абярыце імя карыстальніка"
239
 
240
- #: contact_form.php:545
241
  msgid "Enter a username of the person who should get the messages from the contact form."
242
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
243
 
244
- #: contact_form.php:549
245
  msgid "Use this email address:"
246
  msgstr "Выкарыстоўваць гэты email-адрас:"
247
 
248
- #: contact_form.php:552
249
  msgid "Enter the email address you want the messages forwarded to."
250
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
251
 
252
- #: contact_form.php:556
253
  msgid "Additional options"
254
  msgstr "Дадатковыя наладкі"
255
 
256
- #: contact_form.php:559
257
- msgid "Display Attachment block"
258
- msgstr "Паказваць блок Прычапіць Файл"
259
-
260
- #: contact_form.php:561
261
- msgid "Users can attach the following file formats"
262
- msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
263
-
264
  #: contact_form.php:565
265
- msgid "Display Attachment tips"
266
- msgstr "Паказаць дадатковую інфармацыю для блока Прычапіць Файл"
267
-
268
- #: contact_form.php:567
269
- msgid "Display tips below the Attachment block"
270
- msgstr "Паказваць блок Прычапіць Файл"
271
-
272
- #: contact_form.php:571
273
- msgid "Display Send me a copy block"
274
- msgstr "Паказаць блок Адправіць мне копію"
275
-
276
- #: contact_form.php:577
277
  msgid "What to use?"
278
  msgstr "Што выкарыстоўваць?"
279
 
280
- #: contact_form.php:580
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
- #: contact_form.php:581
285
  msgid "You can use the wp_mail function for mailing"
286
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
287
 
288
- #: contact_form.php:587
289
  msgid "Mail"
290
  msgstr "Mail"
291
 
292
- #: contact_form.php:588
293
  msgid "To send mail you can use the php mail function"
294
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
295
 
296
- #: contact_form.php:592
297
  msgid "Change text of the 'FROM' field"
298
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
299
 
300
- #: contact_form.php:598
301
  msgid "Enter the email address in the 'From' field"
302
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
303
 
304
- #: contact_form.php:600
305
  #, fuzzy
306
  msgid "The email address of the user who fills the form will be used in the field 'From'."
307
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
308
 
309
- #: contact_form.php:602
310
  msgid "This email address will be used in the 'From' field."
311
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
312
 
313
- #: contact_form.php:606
314
  #, fuzzy
315
  msgid "Display fields"
316
  msgstr "Адлюстраваць тэкст"
317
 
318
- #: contact_form.php:608
319
- #: contact_form.php:616
320
- #: contact_form.php:1175
 
321
  #, fuzzy
322
  msgid "Address"
323
  msgstr "E-mail адрас:"
324
 
 
325
  #: contact_form.php:609
326
- #: contact_form.php:618
327
- #: contact_form.php:1183
328
  msgid "Phone"
329
  msgstr "Тэлефон"
330
 
331
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  msgid "Required fields"
333
  msgstr "Абавязковыя палі"
334
 
335
- #: contact_form.php:615
336
- #: contact_form.php:1170
 
337
  msgid "Name"
338
  msgstr "Імя"
339
 
340
- #: contact_form.php:617
341
  #, fuzzy
342
  msgid "Email Address"
343
  msgstr "E-mail адрас:"
344
 
345
- #: contact_form.php:619
346
- #: contact_form.php:1186
 
347
  msgid "Subject"
348
  msgstr "Тэма"
349
 
350
- #: contact_form.php:620
351
- #: contact_form.php:1189
 
352
  msgid "Message"
353
  msgstr "Паведамленьне"
354
 
355
- #: contact_form.php:624
356
  #, fuzzy
357
  msgid "Display additional info in the email"
358
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
359
 
360
- #: contact_form.php:629
361
- #: contact_form.php:1142
362
  msgid "Sent from (ip address)"
363
  msgstr "Адпраўлена ад (IP адрас)"
364
 
365
- #: contact_form.php:630
366
- #: contact_form.php:1147
367
  msgid "Date/Time"
368
  msgstr "Дата/Час"
369
 
370
- #: contact_form.php:631
371
- #: contact_form.php:1152
372
  msgid "Sent from (referer)"
373
  msgstr "Прыйшло з "
374
 
375
- #: contact_form.php:632
376
- #: contact_form.php:1157
377
  msgid "Using (user agent)"
378
  msgstr "Выкарыстоўваць (user agent)"
379
 
380
- #: contact_form.php:636
381
  msgid "Language settings for the field names in the form"
382
  msgstr "Моўныя наладкі для палёў у форме"
383
 
384
- #: contact_form.php:645
385
  #, fuzzy
386
  msgid "Add a language"
387
  msgstr "Дадаць мову"
388
 
389
- #: contact_form.php:649
390
  msgid "Change the names of the contact form fields and error messages"
391
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
392
 
393
- #: contact_form.php:654
394
- #: contact_form.php:719
395
  msgid "English"
396
  msgstr "Ангельская"
397
 
398
- #: contact_form.php:671
399
- #: contact_form.php:697
400
  msgid "Error message for the Name field"
401
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
402
 
403
- #: contact_form.php:672
404
- #: contact_form.php:698
405
  #, fuzzy
406
  msgid "Error message for the Address field"
407
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr "Паведамленьне аб памылкі для поля Тэма"
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  #, fuzzy
432
  msgid "Error message about the file type for the Attachment field"
433
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
434
 
435
- #: contact_form.php:678
436
- #: contact_form.php:704
437
  #, fuzzy
438
  msgid "Error message while uploading a file for the Attachment field to the server"
439
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
440
 
441
- #: contact_form.php:679
442
- #: contact_form.php:705
443
  #, fuzzy
444
  msgid "Error message while moving the file for the Attachment field"
445
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
446
 
447
- #: contact_form.php:680
448
- #: contact_form.php:706
449
  #, fuzzy
450
  msgid "Error message when file size limit for the Attachment field is exceeded"
451
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
452
 
453
- #: contact_form.php:681
454
- #: contact_form.php:707
455
  msgid "Error message for the Captcha field"
456
  msgstr "Паведамленьне аб памылкі для поля Captcha"
457
 
458
- #: contact_form.php:682
459
- #: contact_form.php:708
460
  msgid "Error message for the whole form"
461
  msgstr "Паведамленьне аб памылцы для усёй формы"
462
 
463
- #: contact_form.php:683
464
- #: contact_form.php:709
465
- #: contact_form.php:728
466
- #: contact_form.php:734
467
  msgid "Use shortcode"
468
  msgstr "Выкарыстоўваць shortcode"
469
 
470
- #: contact_form.php:683
471
- #: contact_form.php:709
472
- #: contact_form.php:728
473
- #: contact_form.php:734
474
  msgid "for this language"
475
  msgstr "для дадзенай мовы"
476
 
477
- #: contact_form.php:716
478
  msgid "Action after email is sent"
479
  msgstr "Дзеяньні пасьля адпраўкі ліста"
480
 
481
- #: contact_form.php:718
482
  msgid "Display text"
483
  msgstr "Адлюстраваць тэкст"
484
 
485
- #: contact_form.php:727
486
- #: contact_form.php:733
487
  msgid "Text"
488
  msgstr "Тэкст"
489
 
490
- #: contact_form.php:740
491
  msgid "Redirect to the page"
492
  msgstr "Перакінуць на старонку"
493
 
494
- #: contact_form.php:741
495
  msgid "Url"
496
  msgstr "www-адрас"
497
 
498
- #: contact_form.php:746
 
499
  msgid "Save Changes"
500
  msgstr "Захаваць зьмены"
501
 
502
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
505
 
506
- #: contact_form.php:879
507
  msgid "You can attach the following file formats"
508
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
509
 
510
- #: contact_form.php:1165
511
  msgid "Contact from"
512
  msgstr "Кантактная форма"
513
 
514
- #: contact_form.php:1178
515
  msgid "Email"
516
  msgstr "Электронная пошта"
517
 
518
- #: contact_form.php:1192
519
  msgid "Site"
520
  msgstr "Сайт"
521
 
522
- #: contact_form.php:1243
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
525
 
526
- #: contact_form.php:1296
527
  msgid "FAQ"
528
  msgstr "Пытаньні й адказы"
529
 
530
- #: contact_form.php:1297
531
  msgid "Support"
532
  msgstr "Падтрымка"
533
 
534
- #: contact_form.php:1345
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
537
 
 
 
 
538
  #, fuzzy
539
  #~ msgid "Display a phone number field"
540
  #~ msgstr "Паказаць радок для тэлефона"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:35+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Наладкі"
46
 
82
  msgstr "Калі ў вас ёсьць якія небудзь пытаньні, зьвяртайцеся да plugin@bestwebsoft.com ці запоўніце кантактную форму на нашым сайце"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Наладкі кантактнай формы"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Кантактная форма"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Наладкі кантактнай формы"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Кантактная форма"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Імя:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "E-mail адрас:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-mail адрас:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Тэлефон:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Тэма:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Паведамленьне:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Прычапіць файл:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Адправіць мне копію"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Адправіць"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Вашае імя - гэта абавязковы радок."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  msgid "Phone number is required."
177
  msgstr "Вашае імя - абавязковае поле."
178
 
179
+ #: contact_form.php:214
180
+ #: contact_form.php:257
181
+ #: contact_form.php:260
182
  msgid "Subject is required."
183
  msgstr "Поле Тэма - абавязковае."
184
 
185
+ #: contact_form.php:215
186
+ #: contact_form.php:256
187
+ #: contact_form.php:259
188
  msgid "Message text is required."
189
  msgstr "Радок паведамленьня - абавязковы."
190
 
191
+ #: contact_form.php:216
192
  msgid "File format is not valid."
193
  msgstr "Фармат файла не зьяўляецца дапушчальным."
194
 
195
+ #: contact_form.php:217
196
  msgid "File upload error."
197
  msgstr ""
198
 
199
+ #: contact_form.php:218
200
  msgid "The file could not be uploaded."
201
  msgstr ""
202
 
203
+ #: contact_form.php:219
204
  msgid "This file is too large."
205
  msgstr ""
206
 
207
+ #: contact_form.php:220
208
  msgid "Please fill out the CAPTCHA."
209
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
210
 
211
+ #: contact_form.php:221
212
  msgid "Please make corrections below and try again."
213
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
214
 
215
+ #: contact_form.php:223
216
  msgid "Thank you for contacting us."
217
  msgstr "Дзякуем за кантакт з намі."
218
 
219
+ #: contact_form.php:482
220
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
221
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
222
 
223
+ #: contact_form.php:491
224
  msgid "Such user does not exist. Settings are not saved."
225
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
226
 
227
+ #: contact_form.php:496
228
+ #: contact_form.php:502
229
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
230
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
231
 
232
+ #: contact_form.php:507
233
  msgid "Options saved."
234
  msgstr "Наладкі захаваны."
235
 
236
+ #: contact_form.php:527
237
+ msgid "Contact Form Options"
238
+ msgstr "Наладкі кантактнай формы"
239
+
240
+ #: contact_form.php:532
241
+ #: contact_form.php:761
242
+ #, fuzzy
243
+ msgid "Extra settings"
244
+ msgstr "Наладкі"
245
+
246
+ #: contact_form.php:537
247
+ #: contact_form.php:1032
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 "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
250
 
251
+ #: contact_form.php:538
252
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
253
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
254
 
255
+ #: contact_form.php:542
256
  msgid "The user's email address:"
257
  msgstr "Электронны адрас карыстальніка:"
258
 
259
+ #: contact_form.php:546
260
  msgid "Create a username"
261
  msgstr "Абярыце імя карыстальніка"
262
 
263
+ #: contact_form.php:551
264
  msgid "Enter a username of the person who should get the messages from the contact form."
265
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
266
 
267
+ #: contact_form.php:555
268
  msgid "Use this email address:"
269
  msgstr "Выкарыстоўваць гэты email-адрас:"
270
 
271
+ #: contact_form.php:558
272
  msgid "Enter the email address you want the messages forwarded to."
273
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
274
 
275
+ #: contact_form.php:562
276
  msgid "Additional options"
277
  msgstr "Дадатковыя наладкі"
278
 
 
 
 
 
 
 
 
 
279
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
280
  msgid "What to use?"
281
  msgstr "Што выкарыстоўваць?"
282
 
283
+ #: contact_form.php:568
284
  msgid "Wp-mail"
285
  msgstr "Wp-mail"
286
 
287
+ #: contact_form.php:569
288
  msgid "You can use the wp_mail function for mailing"
289
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
290
 
291
+ #: contact_form.php:575
292
  msgid "Mail"
293
  msgstr "Mail"
294
 
295
+ #: contact_form.php:576
296
  msgid "To send mail you can use the php mail function"
297
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
298
 
299
+ #: contact_form.php:580
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
302
 
303
+ #: contact_form.php:586
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
306
 
307
+ #: contact_form.php:588
308
  #, fuzzy
309
  msgid "The email address of the user who fills the form will be used in the field 'From'."
310
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
311
 
312
+ #: contact_form.php:590
313
  msgid "This email address will be used in the 'From' field."
314
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
315
 
316
+ #: contact_form.php:594
317
  #, fuzzy
318
  msgid "Display fields"
319
  msgstr "Адлюстраваць тэкст"
320
 
321
+ #: contact_form.php:596
322
+ #: contact_form.php:607
323
+ #: contact_form.php:797
324
+ #: contact_form.php:1464
325
  #, fuzzy
326
  msgid "Address"
327
  msgstr "E-mail адрас:"
328
 
329
+ #: contact_form.php:597
330
  #: contact_form.php:609
331
+ #: contact_form.php:1472
 
332
  msgid "Phone"
333
  msgstr "Тэлефон"
334
 
335
+ #: contact_form.php:598
336
+ #, fuzzy
337
+ msgid "Attachment block"
338
+ msgstr "Паказваць блок Прычапіць Файл"
339
+
340
+ #: contact_form.php:598
341
+ msgid "Users can attach the following file formats"
342
+ msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
343
+
344
+ #: contact_form.php:599
345
+ #, fuzzy
346
+ msgid "Tips below the Attachment block"
347
+ msgstr "Паказваць блок Прычапіць Файл"
348
+
349
+ #: contact_form.php:600
350
+ #, fuzzy
351
+ msgid "Send me a copy block"
352
+ msgstr "Паказаць блок Адправіць мне копію"
353
+
354
+ #: contact_form.php:604
355
  msgid "Required fields"
356
  msgstr "Абавязковыя палі"
357
 
358
+ #: contact_form.php:606
359
+ #: contact_form.php:792
360
+ #: contact_form.php:1459
361
  msgid "Name"
362
  msgstr "Імя"
363
 
364
+ #: contact_form.php:608
365
  #, fuzzy
366
  msgid "Email Address"
367
  msgstr "E-mail адрас:"
368
 
369
+ #: contact_form.php:610
370
+ #: contact_form.php:812
371
+ #: contact_form.php:1475
372
  msgid "Subject"
373
  msgstr "Тэма"
374
 
375
+ #: contact_form.php:611
376
+ #: contact_form.php:816
377
+ #: contact_form.php:1478
378
  msgid "Message"
379
  msgstr "Паведамленьне"
380
 
381
+ #: contact_form.php:615
382
  #, fuzzy
383
  msgid "Display additional info in the email"
384
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
385
 
386
+ #: contact_form.php:620
387
+ #: contact_form.php:1431
388
  msgid "Sent from (ip address)"
389
  msgstr "Адпраўлена ад (IP адрас)"
390
 
391
+ #: contact_form.php:621
392
+ #: contact_form.php:1436
393
  msgid "Date/Time"
394
  msgstr "Дата/Час"
395
 
396
+ #: contact_form.php:622
397
+ #: contact_form.php:1441
398
  msgid "Sent from (referer)"
399
  msgstr "Прыйшло з "
400
 
401
+ #: contact_form.php:623
402
+ #: contact_form.php:1446
403
  msgid "Using (user agent)"
404
  msgstr "Выкарыстоўваць (user agent)"
405
 
406
+ #: contact_form.php:627
407
  msgid "Language settings for the field names in the form"
408
  msgstr "Моўныя наладкі для палёў у форме"
409
 
410
+ #: contact_form.php:636
411
  #, fuzzy
412
  msgid "Add a language"
413
  msgstr "Дадаць мову"
414
 
415
+ #: contact_form.php:640
416
  msgid "Change the names of the contact form fields and error messages"
417
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
418
 
419
+ #: contact_form.php:645
420
+ #: contact_form.php:716
421
  msgid "English"
422
  msgstr "Ангельская"
423
 
424
+ #: contact_form.php:664
425
+ #: contact_form.php:693
426
  msgid "Error message for the Name field"
427
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
428
 
429
+ #: contact_form.php:665
430
+ #: contact_form.php:694
431
  #, fuzzy
432
  msgid "Error message for the Address field"
433
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr "Паведамленьне аб памылкі для поля Тэма"
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  #, fuzzy
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  #, fuzzy
464
  msgid "Error message while uploading a file for the Attachment field to the server"
465
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
466
 
467
+ #: contact_form.php:672
468
+ #: contact_form.php:701
469
  #, fuzzy
470
  msgid "Error message while moving the file for the Attachment field"
471
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
472
 
473
+ #: contact_form.php:673
474
+ #: contact_form.php:702
475
  #, fuzzy
476
  msgid "Error message when file size limit for the Attachment field is exceeded"
477
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
478
 
479
+ #: contact_form.php:674
480
+ #: contact_form.php:703
481
  msgid "Error message for the Captcha field"
482
  msgstr "Паведамленьне аб памылкі для поля Captcha"
483
 
484
+ #: contact_form.php:675
485
+ #: contact_form.php:704
486
  msgid "Error message for the whole form"
487
  msgstr "Паведамленьне аб памылцы для усёй формы"
488
 
489
+ #: contact_form.php:677
490
+ #: contact_form.php:706
491
+ #: contact_form.php:725
492
+ #: contact_form.php:731
493
  msgid "Use shortcode"
494
  msgstr "Выкарыстоўваць shortcode"
495
 
496
+ #: contact_form.php:677
497
+ #: contact_form.php:706
498
+ #: contact_form.php:725
499
+ #: contact_form.php:731
500
  msgid "for this language"
501
  msgstr "для дадзенай мовы"
502
 
503
+ #: contact_form.php:713
504
  msgid "Action after email is sent"
505
  msgstr "Дзеяньні пасьля адпраўкі ліста"
506
 
507
+ #: contact_form.php:715
508
  msgid "Display text"
509
  msgstr "Адлюстраваць тэкст"
510
 
511
+ #: contact_form.php:724
512
+ #: contact_form.php:730
513
  msgid "Text"
514
  msgstr "Тэкст"
515
 
516
+ #: contact_form.php:737
517
  msgid "Redirect to the page"
518
  msgstr "Перакінуць на старонку"
519
 
520
+ #: contact_form.php:738
521
  msgid "Url"
522
  msgstr "www-адрас"
523
 
524
+ #: contact_form.php:743
525
+ #: contact_form.php:933
526
  msgid "Save Changes"
527
  msgstr "Захаваць зьмены"
528
 
529
+ #: contact_form.php:758
530
+ #, fuzzy
531
+ msgid "Contact Form Pro | Extra Settings"
532
+ msgstr "Наладкі кантактнай формы"
533
+
534
+ #: contact_form.php:772
535
+ msgid "Errors output"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:775
539
+ msgid "Display error messages"
540
+ msgstr ""
541
+
542
+ #: contact_form.php:776
543
+ msgid "Color of the input field errors."
544
+ msgstr ""
545
+
546
+ #: contact_form.php:777
547
+ #, fuzzy
548
+ msgid "Display error messages & color of the input field errors"
549
+ msgstr "Паведамленьне аб памылкі для поля Тэма"
550
+
551
+ #: contact_form.php:782
552
+ msgid "Add placeholder to the input blocks"
553
+ msgstr ""
554
+
555
+ #: contact_form.php:788
556
+ #, fuzzy
557
+ msgid "Add tooltips"
558
+ msgstr "Дадатковыя наладкі"
559
+
560
+ #: contact_form.php:802
561
+ #, fuzzy
562
+ msgid "Email address"
563
+ msgstr "E-mail адрас:"
564
+
565
+ #: contact_form.php:807
566
+ #, fuzzy
567
+ msgid "Phone Number"
568
+ msgstr "Тэлефон:"
569
+
570
+ #: contact_form.php:821
571
+ #, fuzzy
572
+ msgid "Attachment"
573
+ msgstr "Прычапіць файл:"
574
+
575
+ #: contact_form.php:835
576
+ #: contact_form.php:838
577
+ #: contact_form.php:841
578
+ msgid "Captcha"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:835
582
+ #: contact_form.php:838
583
+ #: contact_form.php:841
584
+ msgid "(powered by bestwebsoft.com)"
585
+ msgstr ""
586
+
587
+ #: contact_form.php:838
588
+ #, fuzzy
589
+ msgid "Activate captcha"
590
+ msgstr "Актываваныя пашырэньні"
591
+
592
+ #: contact_form.php:841
593
+ #, fuzzy
594
+ msgid "Download captcha"
595
+ msgstr "Спампаваць"
596
+
597
+ #: contact_form.php:846
598
+ #, fuzzy
599
+ msgid "Style options"
600
+ msgstr "Дадатковыя наладкі"
601
+
602
+ #: contact_form.php:849
603
+ msgid "Text color"
604
+ msgstr ""
605
+
606
+ #: contact_form.php:852
607
+ #: contact_form.php:857
608
+ #: contact_form.php:867
609
+ #: contact_form.php:872
610
+ #: contact_form.php:877
611
+ #: contact_form.php:882
612
+ #: contact_form.php:892
613
+ #: contact_form.php:897
614
+ #: contact_form.php:903
615
+ #: contact_form.php:914
616
+ #: contact_form.php:919
617
+ #: contact_form.php:924
618
+ msgid "Default"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:854
622
+ msgid "Label text color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:859
626
+ msgid "Placeholder color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:864
630
+ msgid "Errors color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:869
634
+ msgid "Error text color"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:874
638
+ msgid "Background color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:879
642
+ msgid "Border color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:884
646
+ msgid "Placeholder color of the input field errors"
647
+ msgstr ""
648
+
649
+ #: contact_form.php:889
650
+ #, fuzzy
651
+ msgid "Input fields"
652
+ msgstr "Адлюстраваць тэкст"
653
+
654
+ #: contact_form.php:894
655
+ msgid "Input fields background color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:899
659
+ msgid "Text fields color"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:901
663
+ msgid "Border width in px, numbers only"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:905
667
+ #: contact_form.php:926
668
+ msgid "Border color"
669
+ msgstr ""
670
+
671
+ #: contact_form.php:910
672
+ #, fuzzy
673
+ msgid "Submit button"
674
+ msgstr "Адправіць"
675
+
676
+ #: contact_form.php:912
677
+ msgid "Width in px, numbers only"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:916
681
+ msgid "Button color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:921
685
+ msgid "Button text color"
686
+ msgstr ""
687
+
688
+ #: contact_form.php:937
689
+ #, fuzzy
690
+ msgid "Contact Form Pro | Preview"
691
+ msgstr "Кантактная форма"
692
+
693
+ #: contact_form.php:940
694
+ msgid "Show with errors"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:1086
698
  msgid "Sorry, email message could not be delivered."
699
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
700
 
701
+ #: contact_form.php:1170
702
  msgid "You can attach the following file formats"
703
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
704
 
705
+ #: contact_form.php:1454
706
  msgid "Contact from"
707
  msgstr "Кантактная форма"
708
 
709
+ #: contact_form.php:1467
710
  msgid "Email"
711
  msgstr "Электронная пошта"
712
 
713
+ #: contact_form.php:1481
714
  msgid "Site"
715
  msgstr "Сайт"
716
 
717
+ #: contact_form.php:1531
718
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
719
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
720
 
721
+ #: contact_form.php:1582
722
  msgid "FAQ"
723
  msgstr "Пытаньні й адказы"
724
 
725
+ #: contact_form.php:1583
726
  msgid "Support"
727
  msgstr "Падтрымка"
728
 
729
+ #: contact_form.php:1631
730
  msgid "Are you sure that you want to delete this language data?"
731
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
732
 
733
+ #~ msgid "Display Attachment tips"
734
+ #~ msgstr "Паказаць дадатковую інфармацыю для блока Прычапіць Файл"
735
+
736
  #, fuzzy
737
  #~ msgid "Display a phone number field"
738
  #~ msgstr "Паказаць радок для тэлефона"
languages/contact_form-bg_BG.mo CHANGED
Binary file
languages/contact_form-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Прочетете повече"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Настройки"
44
 
@@ -80,455 +82,646 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Ако имате някакви въпроси, моля свържете с нас чрез plugin@bestwebsoft.com или попълнете нашата форма за контакти на нашия сайт"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Настройки на Формата за контакт"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Форма за контакт"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Име:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "E-mail адрес:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-mail адрес:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Тема:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Съобщение:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Прикачване на файл:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Изпрати ми копие"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Изпрати"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Вашето име е задължително."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Правилният Email адрес е задължителен."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Правилният Email адрес е задължителен."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Вашето име е задължително."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Заглавието е задължитено."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Текстовото съобщение е задължително."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Прикаченият файл не се поддържа"
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Моля попълнете CAPTCHA."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Благодарим Ви, че се свързахте с нас."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Опциите са запазени"
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Използвайте Email на Wordpress потребител:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Избиране на потребител"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Използвайте този Email:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Допълнителни настройки"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Покажи опция за прикачване на файл"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Потребителите могат да прикачват файлове от следните видове"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr ""
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr ""
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Показване на опция за изпращане на копие"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Промяна от полета на формата за контакт"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Покажи опция за прикачване на файл"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "E-mail адрес:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Име"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-mail адрес:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Относно"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Съобщение"
356
 
357
- #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
- #: contact_form.php:629
362
- #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Изпратено от (ip адрес)"
365
 
366
- #: contact_form.php:630
367
- #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Дата/Час"
370
 
371
- #: contact_form.php:631
372
- #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Идва от (referer)"
375
 
376
- #: contact_form.php:632
377
- #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Използвайки (user agent)"
380
 
381
- #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
- #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
- #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Промяна на етикетите за полета във формата за контакт"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  msgid "Error message for the Address field"
407
  msgstr ""
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  msgid "Error message about the file type for the Attachment field"
432
  msgstr ""
433
 
434
- #: contact_form.php:678
435
- #: contact_form.php:704
436
  msgid "Error message while uploading a file for the Attachment field to the server"
437
  msgstr ""
438
 
439
- #: contact_form.php:679
440
- #: contact_form.php:705
441
  msgid "Error message while moving the file for the Attachment field"
442
  msgstr ""
443
 
444
- #: contact_form.php:680
445
- #: contact_form.php:706
446
  msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
- #: contact_form.php:681
450
- #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
- #: contact_form.php:682
455
- #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
- #: contact_form.php:683
460
- #: contact_form.php:709
461
- #: contact_form.php:728
462
- #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
- #: contact_form.php:683
467
- #: contact_form.php:709
468
- #: contact_form.php:728
469
- #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
- #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
- #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Покажи опция за прикачване на файл"
481
 
482
- #: contact_form.php:727
483
- #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
- #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
- #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
- #: contact_form.php:746
 
496
  msgid "Save Changes"
497
  msgstr "Запис на промените"
498
 
499
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
502
 
503
- #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Можете да прикачвате файлове от следните типове"
506
 
507
- #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Форма за контакт"
510
 
511
- #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "Email"
514
 
515
- #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Сайт"
518
 
519
- #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
522
 
523
- #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "FAQ"
526
 
527
- #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Поддръжка"
530
 
531
- #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:46+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:46+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Настройки"
46
 
82
  msgstr "Ако имате някакви въпроси, моля свържете с нас чрез plugin@bestwebsoft.com или попълнете нашата форма за контакти на нашия сайт"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Настройки на Формата за контакт"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Форма за контакт"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Настройки на Формата за контакт"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Форма за контакт"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Име:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "E-mail адрес:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-mail адрес:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Тема:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Съобщение:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Прикачване на файл:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Изпрати ми копие"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Изпрати"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Вашето име е задължително."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Правилният Email адрес е задължителен."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Правилният Email адрес е задължителен."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Вашето име е задължително."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Заглавието е задължитено."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Текстовото съобщение е задължително."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Прикаченият файл не се поддържа"
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Моля попълнете CAPTCHA."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Благодарим Ви, че се свързахте с нас."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Опциите са запазени"
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Настройки на Формата за контакт"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Настройки"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Използвайте Email на Wordpress потребител:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Избиране на потребител"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Използвайте този Email:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Допълнителни настройки"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Промяна от полета на формата за контакт"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Покажи опция за прикачване на файл"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "E-mail адрес:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Покажи опция за прикачване на файл"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Потребителите могат да прикачват файлове от следните видове"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Покажи опция за прикачване на файл"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Показване на опция за изпращане на копие"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Име"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "E-mail адрес:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Относно"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Съобщение"
382
 
383
+ #: contact_form.php:615
384
  msgid "Display additional info in the email"
385
  msgstr ""
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Изпратено от (ip адрес)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Дата/Час"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "Идва от (referer)"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "Използвайки (user agent)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr ""
410
 
411
+ #: contact_form.php:636
412
  msgid "Add a language"
413
  msgstr ""
414
 
415
+ #: contact_form.php:640
416
  #, fuzzy
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "Промяна на етикетите за полета във формата за контакт"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr ""
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  msgid "Error message for the Address field"
433
  msgstr ""
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr ""
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr ""
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr ""
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  msgid "Error message about the file type for the Attachment field"
458
  msgstr ""
459
 
460
+ #: contact_form.php:671
461
+ #: contact_form.php:700
462
  msgid "Error message while uploading a file for the Attachment field to the server"
463
  msgstr ""
464
 
465
+ #: contact_form.php:672
466
+ #: contact_form.php:701
467
  msgid "Error message while moving the file for the Attachment field"
468
  msgstr ""
469
 
470
+ #: contact_form.php:673
471
+ #: contact_form.php:702
472
  msgid "Error message when file size limit for the Attachment field is exceeded"
473
  msgstr ""
474
 
475
+ #: contact_form.php:674
476
+ #: contact_form.php:703
477
  msgid "Error message for the Captcha field"
478
  msgstr ""
479
 
480
+ #: contact_form.php:675
481
+ #: contact_form.php:704
482
  msgid "Error message for the whole form"
483
  msgstr ""
484
 
485
+ #: contact_form.php:677
486
+ #: contact_form.php:706
487
+ #: contact_form.php:725
488
+ #: contact_form.php:731
489
  msgid "Use shortcode"
490
  msgstr ""
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:706
494
+ #: contact_form.php:725
495
+ #: contact_form.php:731
496
  msgid "for this language"
497
  msgstr ""
498
 
499
+ #: contact_form.php:713
500
  msgid "Action after email is sent"
501
  msgstr ""
502
 
503
+ #: contact_form.php:715
504
  #, fuzzy
505
  msgid "Display text"
506
  msgstr "Покажи опция за прикачване на файл"
507
 
508
+ #: contact_form.php:724
509
+ #: contact_form.php:730
510
  msgid "Text"
511
  msgstr ""
512
 
513
+ #: contact_form.php:737
514
  msgid "Redirect to the page"
515
  msgstr ""
516
 
517
+ #: contact_form.php:738
518
  msgid "Url"
519
  msgstr ""
520
 
521
+ #: contact_form.php:743
522
+ #: contact_form.php:933
523
  msgid "Save Changes"
524
  msgstr "Запис на промените"
525
 
526
+ #: contact_form.php:758
527
+ #, fuzzy
528
+ msgid "Contact Form Pro | Extra Settings"
529
+ msgstr "Настройки на Формата за контакт"
530
+
531
+ #: contact_form.php:772
532
+ msgid "Errors output"
533
+ msgstr ""
534
+
535
+ #: contact_form.php:775
536
+ msgid "Display error messages"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:776
540
+ msgid "Color of the input field errors."
541
+ msgstr ""
542
+
543
+ #: contact_form.php:777
544
+ msgid "Display error messages & color of the input field errors"
545
+ msgstr ""
546
+
547
+ #: contact_form.php:782
548
+ msgid "Add placeholder to the input blocks"
549
+ msgstr ""
550
+
551
+ #: contact_form.php:788
552
+ #, fuzzy
553
+ msgid "Add tooltips"
554
+ msgstr "Допълнителни настройки"
555
+
556
+ #: contact_form.php:802
557
+ #, fuzzy
558
+ msgid "Email address"
559
+ msgstr "E-mail адрес:"
560
+
561
+ #: contact_form.php:807
562
+ msgid "Phone Number"
563
+ msgstr ""
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Прикачване на файл:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Активиране на приложението"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Изтегляне"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Допълнителни настройки"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ #, fuzzy
646
+ msgid "Input fields"
647
+ msgstr "Покажи опция за прикачване на файл"
648
+
649
+ #: contact_form.php:894
650
+ msgid "Input fields background color"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:899
654
+ msgid "Text fields color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:901
658
+ msgid "Border width in px, numbers only"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:905
662
+ #: contact_form.php:926
663
+ msgid "Border color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:910
667
+ #, fuzzy
668
+ msgid "Submit button"
669
+ msgstr "Изпрати"
670
+
671
+ #: contact_form.php:912
672
+ msgid "Width in px, numbers only"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:916
676
+ msgid "Button color"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:921
680
+ msgid "Button text color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:937
684
+ #, fuzzy
685
+ msgid "Contact Form Pro | Preview"
686
+ msgstr "Форма за контакт"
687
+
688
+ #: contact_form.php:940
689
+ msgid "Show with errors"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:1086
693
  msgid "Sorry, email message could not be delivered."
694
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
695
 
696
+ #: contact_form.php:1170
697
  msgid "You can attach the following file formats"
698
  msgstr "Можете да прикачвате файлове от следните типове"
699
 
700
+ #: contact_form.php:1454
701
  msgid "Contact from"
702
  msgstr "Форма за контакт"
703
 
704
+ #: contact_form.php:1467
705
  msgid "Email"
706
  msgstr "Email"
707
 
708
+ #: contact_form.php:1481
709
  msgid "Site"
710
  msgstr "Сайт"
711
 
712
+ #: contact_form.php:1531
713
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
714
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
715
 
716
+ #: contact_form.php:1582
717
  msgid "FAQ"
718
  msgstr "FAQ"
719
 
720
+ #: contact_form.php:1583
721
  msgid "Support"
722
  msgstr "Поддръжка"
723
 
724
+ #: contact_form.php:1631
725
  msgid "Are you sure that you want to delete this language data?"
726
  msgstr ""
727
 
languages/contact_form-cs_CZ.mo CHANGED
Binary file
languages/contact_form-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Čti více"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Nastavení"
44
 
@@ -80,458 +82,651 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Pokud máte dotazy, kontaktujte nás na mail: plugin@bestwebsoft.com nebo přes náš kontaktní formulář"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Nastavení kontaktního formuláře"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Kontaktní formulář"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Jméno:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "E-Mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-Mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Předmět:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Zpráva:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Příloha:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Zaslat mi kopii"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Zaslat"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Jméno je požadováno."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "E-mail je požadován."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "E-mail je požadován."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Jméno je požadováno."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Předmět je požadován."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Zpráva je požadována."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Příloha nelze odeslat."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Prosím opište následující text."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Děkujeme za zprávu."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Vložte správný mail. Nastavení neuloženo."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Nastavení uloženo."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento kód do přípsěvku, stránky nebo widgetu:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Použít email uživatele wordpressu:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Vyberte uživatelské jméno"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Použít tento email:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Další nastavení"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Zobrazit možnost přílohy"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Uživatelé mohou vkládat soubory těchto typů"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr "Zobrazit vysvětlivky k příloze."
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr "Zobrazit vysvětlivky po bloku s přílohou."
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Zobrazit Zaslat kopii"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "K čemu?"
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Změnit políčko OD"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Zobraz text"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "E-Mail:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Jméno"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-Mail:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Předmět"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Zpráva"
356
 
357
- #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Zobrazit přidané info v mailu."
361
 
362
- #: contact_form.php:629
363
- #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Zasláno z (ip adresa)"
366
 
367
- #: contact_form.php:630
368
- #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Datum / Čas"
371
 
372
- #: contact_form.php:631
373
- #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Příchozí od"
376
 
377
- #: contact_form.php:632
378
- #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Používání"
381
 
382
- #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
- #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
- #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "Změnit popisek políček"
394
 
395
- #: contact_form.php:654
396
- #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
- #: contact_form.php:671
401
- #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
- #: contact_form.php:672
406
- #: contact_form.php:698
407
  msgid "Error message for the Address field"
408
  msgstr ""
409
 
410
- #: contact_form.php:673
411
- #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
- #: contact_form.php:674
416
- #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
- #: contact_form.php:675
421
- #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
- #: contact_form.php:676
426
- #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
- #: contact_form.php:677
431
- #: contact_form.php:703
432
  msgid "Error message about the file type for the Attachment field"
433
  msgstr ""
434
 
435
- #: contact_form.php:678
436
- #: contact_form.php:704
437
  msgid "Error message while uploading a file for the Attachment field to the server"
438
  msgstr ""
439
 
440
- #: contact_form.php:679
441
- #: contact_form.php:705
442
  msgid "Error message while moving the file for the Attachment field"
443
  msgstr ""
444
 
445
- #: contact_form.php:680
446
- #: contact_form.php:706
447
  msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
- #: contact_form.php:681
451
- #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
- #: contact_form.php:682
456
- #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
- #: contact_form.php:683
461
- #: contact_form.php:709
462
- #: contact_form.php:728
463
- #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
- #: contact_form.php:683
468
- #: contact_form.php:709
469
- #: contact_form.php:728
470
- #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
- #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr "Akce po zaslání mailu."
477
 
478
- #: contact_form.php:718
479
  msgid "Display text"
480
  msgstr "Zobraz text"
481
 
482
- #: contact_form.php:727
483
- #: contact_form.php:733
484
  msgid "Text"
485
  msgstr "Text"
486
 
487
- #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr "Přesměrovat na stránku"
490
 
491
- #: contact_form.php:741
492
  msgid "Url"
493
  msgstr "Url"
494
 
495
- #: contact_form.php:746
 
496
  msgid "Save Changes"
497
  msgstr "Uložit změny"
498
 
499
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Omlouváme se, váš email nemohl být odeslán."
502
 
503
- #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Můžete přiložit soubory těchto typů"
506
 
507
- #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Kontaktní formulář"
510
 
511
- #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "E-Mail"
514
 
515
- #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Stránka"
518
 
519
- #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
522
 
523
- #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "FAQ"
526
 
527
- #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Podpora"
530
 
531
- #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
 
 
535
  #~ msgid "Please enter a valid email address. Settings are not saved."
536
  #~ msgstr "Vložte správný mail. Nastavení neuloženo."
537
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Nastavení"
46
 
82
  msgstr "Pokud máte dotazy, kontaktujte nás na mail: plugin@bestwebsoft.com nebo přes náš kontaktní formulář"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Nastavení kontaktního formuláře"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontaktní formulář"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Nastavení kontaktního formuláře"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Kontaktní formulář"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Jméno:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "E-Mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-Mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Předmět:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Zpráva:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Příloha:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Zaslat mi kopii"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Zaslat"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Jméno je požadováno."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "E-mail je požadován."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "E-mail je požadován."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Jméno je požadováno."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Předmět je požadován."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Zpráva je požadována."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Příloha nelze odeslat."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Prosím opište následující text."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Děkujeme za zprávu."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Vložte správný mail. Nastavení neuloženo."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Nastavení uloženo."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Nastavení kontaktního formuláře"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Nastavení"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento kód do přípsěvku, stránky nebo widgetu:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Použít email uživatele wordpressu:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Vyberte uživatelské jméno"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Použít tento email:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Další nastavení"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr "K čemu?"
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Změnit políčko OD"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Zobraz text"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "E-Mail:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Zobrazit možnost přílohy"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Uživatelé mohou vkládat soubory těchto typů"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Zobrazit vysvětlivky po bloku s přílohou."
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Zobrazit Zaslat kopii"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Jméno"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "E-Mail:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Předmět"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Zpráva"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "Zobrazit přidané info v mailu."
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "Zasláno z (ip adresa)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "Datum / Čas"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Příchozí od"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "Používání"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  #, fuzzy
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "Změnit popisek políček"
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr ""
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
  msgid "Error message for the Address field"
434
  msgstr ""
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr ""
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr ""
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr ""
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr ""
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  msgid "Error message while uploading a file for the Attachment field to the server"
464
  msgstr ""
465
 
466
+ #: contact_form.php:672
467
+ #: contact_form.php:701
468
  msgid "Error message while moving the file for the Attachment field"
469
  msgstr ""
470
 
471
+ #: contact_form.php:673
472
+ #: contact_form.php:702
473
  msgid "Error message when file size limit for the Attachment field is exceeded"
474
  msgstr ""
475
 
476
+ #: contact_form.php:674
477
+ #: contact_form.php:703
478
  msgid "Error message for the Captcha field"
479
  msgstr ""
480
 
481
+ #: contact_form.php:675
482
+ #: contact_form.php:704
483
  msgid "Error message for the whole form"
484
  msgstr ""
485
 
486
+ #: contact_form.php:677
487
+ #: contact_form.php:706
488
+ #: contact_form.php:725
489
+ #: contact_form.php:731
490
  msgid "Use shortcode"
491
  msgstr ""
492
 
493
+ #: contact_form.php:677
494
+ #: contact_form.php:706
495
+ #: contact_form.php:725
496
+ #: contact_form.php:731
497
  msgid "for this language"
498
  msgstr ""
499
 
500
+ #: contact_form.php:713
501
  msgid "Action after email is sent"
502
  msgstr "Akce po zaslání mailu."
503
 
504
+ #: contact_form.php:715
505
  msgid "Display text"
506
  msgstr "Zobraz text"
507
 
508
+ #: contact_form.php:724
509
+ #: contact_form.php:730
510
  msgid "Text"
511
  msgstr "Text"
512
 
513
+ #: contact_form.php:737
514
  msgid "Redirect to the page"
515
  msgstr "Přesměrovat na stránku"
516
 
517
+ #: contact_form.php:738
518
  msgid "Url"
519
  msgstr "Url"
520
 
521
+ #: contact_form.php:743
522
+ #: contact_form.php:933
523
  msgid "Save Changes"
524
  msgstr "Uložit změny"
525
 
526
+ #: contact_form.php:758
527
+ #, fuzzy
528
+ msgid "Contact Form Pro | Extra Settings"
529
+ msgstr "Nastavení kontaktního formuláře"
530
+
531
+ #: contact_form.php:772
532
+ msgid "Errors output"
533
+ msgstr ""
534
+
535
+ #: contact_form.php:775
536
+ msgid "Display error messages"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:776
540
+ msgid "Color of the input field errors."
541
+ msgstr ""
542
+
543
+ #: contact_form.php:777
544
+ msgid "Display error messages & color of the input field errors"
545
+ msgstr ""
546
+
547
+ #: contact_form.php:782
548
+ msgid "Add placeholder to the input blocks"
549
+ msgstr ""
550
+
551
+ #: contact_form.php:788
552
+ #, fuzzy
553
+ msgid "Add tooltips"
554
+ msgstr "Další nastavení"
555
+
556
+ #: contact_form.php:802
557
+ #, fuzzy
558
+ msgid "Email address"
559
+ msgstr "E-Mail:"
560
+
561
+ #: contact_form.php:807
562
+ msgid "Phone Number"
563
+ msgstr ""
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Příloha:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Aktivované pluginy"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Download"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Další nastavení"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ #, fuzzy
646
+ msgid "Input fields"
647
+ msgstr "Zobraz text"
648
+
649
+ #: contact_form.php:894
650
+ msgid "Input fields background color"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:899
654
+ msgid "Text fields color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:901
658
+ msgid "Border width in px, numbers only"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:905
662
+ #: contact_form.php:926
663
+ msgid "Border color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:910
667
+ #, fuzzy
668
+ msgid "Submit button"
669
+ msgstr "Zaslat"
670
+
671
+ #: contact_form.php:912
672
+ msgid "Width in px, numbers only"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:916
676
+ msgid "Button color"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:921
680
+ msgid "Button text color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:937
684
+ #, fuzzy
685
+ msgid "Contact Form Pro | Preview"
686
+ msgstr "Kontaktní formulář"
687
+
688
+ #: contact_form.php:940
689
+ msgid "Show with errors"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:1086
693
  msgid "Sorry, email message could not be delivered."
694
  msgstr "Omlouváme se, váš email nemohl být odeslán."
695
 
696
+ #: contact_form.php:1170
697
  msgid "You can attach the following file formats"
698
  msgstr "Můžete přiložit soubory těchto typů"
699
 
700
+ #: contact_form.php:1454
701
  msgid "Contact from"
702
  msgstr "Kontaktní formulář"
703
 
704
+ #: contact_form.php:1467
705
  msgid "Email"
706
  msgstr "E-Mail"
707
 
708
+ #: contact_form.php:1481
709
  msgid "Site"
710
  msgstr "Stránka"
711
 
712
+ #: contact_form.php:1531
713
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
714
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
715
 
716
+ #: contact_form.php:1582
717
  msgid "FAQ"
718
  msgstr "FAQ"
719
 
720
+ #: contact_form.php:1583
721
  msgid "Support"
722
  msgstr "Podpora"
723
 
724
+ #: contact_form.php:1631
725
  msgid "Are you sure that you want to delete this language data?"
726
  msgstr ""
727
 
728
+ #~ msgid "Display Attachment tips"
729
+ #~ msgstr "Zobrazit vysvětlivky k příloze."
730
  #~ msgid "Please enter a valid email address. Settings are not saved."
731
  #~ msgstr "Vložte správný mail. Nastavení neuloženo."
732
 
languages/contact_form-da_DK.mo CHANGED
Binary file
languages/contact_form-da_DK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Læs mere"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Indstillinger"
44
 
@@ -80,456 +82,647 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Hvis du har spørgsmål kan du kontakte os på plugin@bestwebsoft.com eller bruge kontaktformularen på vores hjemmeside"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Indstillinger for kontaktformular"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Kontaktformular"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Navn:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "E-mail-adresse:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-mail-adresse:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Emne:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Besked:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Bilag:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Send mig en kopi"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Send"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Dit navn er obligatorisk"
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "En korrekt e-mail-adresse er påkrævet."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "En korrekt e-mail-adresse er påkrævet."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Dit navn er obligatorisk"
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Emnefeltet er obligatorisk."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Du skal angive en besked"
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Bilaget er korrupt."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Venligst udfyld CAPTCHA-feltet."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Ret venligst nedenstående og prøv igen."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Tak fordi du kontaktede os"
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Indstillinger gemt."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Vælg brugernavn"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Benyt denne e-mail-adresse:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Flere valgmuligheder"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Vis bilag"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Brugere kan vedlægge filer af følgende typer"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr ""
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr ""
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Vis \"Send mig en kopi\"-afsnit"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Skift FRA-felterne i kontaktformularen"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Vis bilag"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "E-mail-adresse:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Navn"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-mail-adresse:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Emne"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Besked"
356
 
357
- #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Vis yderligere information i e-mail"
361
 
362
- #: contact_form.php:629
363
- #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Sendt fra (IP-adresse)"
366
 
367
- #: contact_form.php:630
368
- #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Dato/klokkeslæt"
371
 
372
- #: contact_form.php:631
373
- #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Sendt fra (referent)"
376
 
377
- #: contact_form.php:632
378
- #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Med (user agent)"
381
 
382
- #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
- #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
- #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "Skifte etiketter til felterne i kontaktformularen"
394
 
395
- #: contact_form.php:654
396
- #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
- #: contact_form.php:671
401
- #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
- #: contact_form.php:672
406
- #: contact_form.php:698
407
  msgid "Error message for the Address field"
408
  msgstr ""
409
 
410
- #: contact_form.php:673
411
- #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
- #: contact_form.php:674
416
- #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
- #: contact_form.php:675
421
- #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
- #: contact_form.php:676
426
- #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
- #: contact_form.php:677
431
- #: contact_form.php:703
432
  msgid "Error message about the file type for the Attachment field"
433
  msgstr ""
434
 
435
- #: contact_form.php:678
436
- #: contact_form.php:704
437
  msgid "Error message while uploading a file for the Attachment field to the server"
438
  msgstr ""
439
 
440
- #: contact_form.php:679
441
- #: contact_form.php:705
442
  msgid "Error message while moving the file for the Attachment field"
443
  msgstr ""
444
 
445
- #: contact_form.php:680
446
- #: contact_form.php:706
447
  msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
- #: contact_form.php:681
451
- #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
- #: contact_form.php:682
456
- #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
- #: contact_form.php:683
461
- #: contact_form.php:709
462
- #: contact_form.php:728
463
- #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
- #: contact_form.php:683
468
- #: contact_form.php:709
469
- #: contact_form.php:728
470
- #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
- #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr ""
477
 
478
- #: contact_form.php:718
479
  #, fuzzy
480
  msgid "Display text"
481
  msgstr "Vis bilag"
482
 
483
- #: contact_form.php:727
484
- #: contact_form.php:733
485
  msgid "Text"
486
  msgstr ""
487
 
488
- #: contact_form.php:740
489
  msgid "Redirect to the page"
490
  msgstr ""
491
 
492
- #: contact_form.php:741
493
  msgid "Url"
494
  msgstr ""
495
 
496
- #: contact_form.php:746
 
497
  msgid "Save Changes"
498
  msgstr "Gem ændringer"
499
 
500
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  msgid "Sorry, email message could not be delivered."
502
  msgstr "Beklager, men din e-mail kunne ikke leveres."
503
 
504
- #: contact_form.php:879
505
  msgid "You can attach the following file formats"
506
  msgstr "Du kan vedhæfte filer af følgende typer"
507
 
508
- #: contact_form.php:1165
509
  msgid "Contact from"
510
  msgstr "Kontakt fra"
511
 
512
- #: contact_form.php:1178
513
  msgid "Email"
514
  msgstr "E-mail"
515
 
516
- #: contact_form.php:1192
517
  msgid "Site"
518
  msgstr "Site"
519
 
520
- #: contact_form.php:1243
521
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
522
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
523
 
524
- #: contact_form.php:1296
525
  msgid "FAQ"
526
  msgstr "Ofte stillede spørgsmål"
527
 
528
- #: contact_form.php:1297
529
  msgid "Support"
530
  msgstr "Support"
531
 
532
- #: contact_form.php:1345
533
  msgid "Are you sure that you want to delete this language data?"
534
  msgstr ""
535
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Indstillinger"
46
 
82
  msgstr "Hvis du har spørgsmål kan du kontakte os på plugin@bestwebsoft.com eller bruge kontaktformularen på vores hjemmeside"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Indstillinger for kontaktformular"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontaktformular"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Indstillinger for kontaktformular"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Kontaktformular"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Navn:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "E-mail-adresse:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-mail-adresse:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Emne:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Besked:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Bilag:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Send mig en kopi"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Send"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Dit navn er obligatorisk"
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "En korrekt e-mail-adresse er påkrævet."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "En korrekt e-mail-adresse er påkrævet."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Dit navn er obligatorisk"
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Emnefeltet er obligatorisk."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Du skal angive en besked"
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Bilaget er korrupt."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Venligst udfyld CAPTCHA-feltet."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Ret venligst nedenstående og prøv igen."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Tak fordi du kontaktede os"
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Indstillinger gemt."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Indstillinger for kontaktformular"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Indstillinger"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Vælg brugernavn"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Benyt denne e-mail-adresse:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Flere valgmuligheder"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Skift FRA-felterne i kontaktformularen"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Vis bilag"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "E-mail-adresse:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Vis bilag"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Brugere kan vedlægge filer af følgende typer"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Vis bilag"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Vis \"Send mig en kopi\"-afsnit"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Navn"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "E-mail-adresse:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Emne"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Besked"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "Vis yderligere information i e-mail"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "Sendt fra (IP-adresse)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "Dato/klokkeslæt"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Sendt fra (referent)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "Med (user agent)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  #, fuzzy
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "Skifte etiketter til felterne i kontaktformularen"
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr ""
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
  msgid "Error message for the Address field"
434
  msgstr ""
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr ""
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr ""
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr ""
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr ""
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  msgid "Error message while uploading a file for the Attachment field to the server"
464
  msgstr ""
465
 
466
+ #: contact_form.php:672
467
+ #: contact_form.php:701
468
  msgid "Error message while moving the file for the Attachment field"
469
  msgstr ""
470
 
471
+ #: contact_form.php:673
472
+ #: contact_form.php:702
473
  msgid "Error message when file size limit for the Attachment field is exceeded"
474
  msgstr ""
475
 
476
+ #: contact_form.php:674
477
+ #: contact_form.php:703
478
  msgid "Error message for the Captcha field"
479
  msgstr ""
480
 
481
+ #: contact_form.php:675
482
+ #: contact_form.php:704
483
  msgid "Error message for the whole form"
484
  msgstr ""
485
 
486
+ #: contact_form.php:677
487
+ #: contact_form.php:706
488
+ #: contact_form.php:725
489
+ #: contact_form.php:731
490
  msgid "Use shortcode"
491
  msgstr ""
492
 
493
+ #: contact_form.php:677
494
+ #: contact_form.php:706
495
+ #: contact_form.php:725
496
+ #: contact_form.php:731
497
  msgid "for this language"
498
  msgstr ""
499
 
500
+ #: contact_form.php:713
501
  msgid "Action after email is sent"
502
  msgstr ""
503
 
504
+ #: contact_form.php:715
505
  #, fuzzy
506
  msgid "Display text"
507
  msgstr "Vis bilag"
508
 
509
+ #: contact_form.php:724
510
+ #: contact_form.php:730
511
  msgid "Text"
512
  msgstr ""
513
 
514
+ #: contact_form.php:737
515
  msgid "Redirect to the page"
516
  msgstr ""
517
 
518
+ #: contact_form.php:738
519
  msgid "Url"
520
  msgstr ""
521
 
522
+ #: contact_form.php:743
523
+ #: contact_form.php:933
524
  msgid "Save Changes"
525
  msgstr "Gem ændringer"
526
 
527
+ #: contact_form.php:758
528
+ #, fuzzy
529
+ msgid "Contact Form Pro | Extra Settings"
530
+ msgstr "Indstillinger for kontaktformular"
531
+
532
+ #: contact_form.php:772
533
+ msgid "Errors output"
534
+ msgstr ""
535
+
536
+ #: contact_form.php:775
537
+ msgid "Display error messages"
538
+ msgstr ""
539
+
540
+ #: contact_form.php:776
541
+ msgid "Color of the input field errors."
542
+ msgstr ""
543
+
544
+ #: contact_form.php:777
545
+ msgid "Display error messages & color of the input field errors"
546
+ msgstr ""
547
+
548
+ #: contact_form.php:782
549
+ msgid "Add placeholder to the input blocks"
550
+ msgstr ""
551
+
552
+ #: contact_form.php:788
553
+ #, fuzzy
554
+ msgid "Add tooltips"
555
+ msgstr "Flere valgmuligheder"
556
+
557
+ #: contact_form.php:802
558
+ #, fuzzy
559
+ msgid "Email address"
560
+ msgstr "E-mail-adresse:"
561
+
562
+ #: contact_form.php:807
563
+ msgid "Phone Number"
564
+ msgstr ""
565
+
566
+ #: contact_form.php:821
567
+ #, fuzzy
568
+ msgid "Attachment"
569
+ msgstr "Bilag:"
570
+
571
+ #: contact_form.php:835
572
+ #: contact_form.php:838
573
+ #: contact_form.php:841
574
+ msgid "Captcha"
575
+ msgstr ""
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "(powered by bestwebsoft.com)"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:838
584
+ #, fuzzy
585
+ msgid "Activate captcha"
586
+ msgstr "Aktiverede plugins"
587
+
588
+ #: contact_form.php:841
589
+ #, fuzzy
590
+ msgid "Download captcha"
591
+ msgstr "Download"
592
+
593
+ #: contact_form.php:846
594
+ #, fuzzy
595
+ msgid "Style options"
596
+ msgstr "Flere valgmuligheder"
597
+
598
+ #: contact_form.php:849
599
+ msgid "Text color"
600
+ msgstr ""
601
+
602
+ #: contact_form.php:852
603
+ #: contact_form.php:857
604
+ #: contact_form.php:867
605
+ #: contact_form.php:872
606
+ #: contact_form.php:877
607
+ #: contact_form.php:882
608
+ #: contact_form.php:892
609
+ #: contact_form.php:897
610
+ #: contact_form.php:903
611
+ #: contact_form.php:914
612
+ #: contact_form.php:919
613
+ #: contact_form.php:924
614
+ msgid "Default"
615
+ msgstr ""
616
+
617
+ #: contact_form.php:854
618
+ msgid "Label text color"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:859
622
+ msgid "Placeholder color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:864
626
+ msgid "Errors color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:869
630
+ msgid "Error text color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:874
634
+ msgid "Background color of the input field errors"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:879
638
+ msgid "Border color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:884
642
+ msgid "Placeholder color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:889
646
+ #, fuzzy
647
+ msgid "Input fields"
648
+ msgstr "Vis bilag"
649
+
650
+ #: contact_form.php:894
651
+ msgid "Input fields background color"
652
+ msgstr ""
653
+
654
+ #: contact_form.php:899
655
+ msgid "Text fields color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:901
659
+ msgid "Border width in px, numbers only"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:905
663
+ #: contact_form.php:926
664
+ msgid "Border color"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:910
668
+ #, fuzzy
669
+ msgid "Submit button"
670
+ msgstr "Send"
671
+
672
+ #: contact_form.php:912
673
+ msgid "Width in px, numbers only"
674
+ msgstr ""
675
+
676
+ #: contact_form.php:916
677
+ msgid "Button color"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:921
681
+ msgid "Button text color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:937
685
+ #, fuzzy
686
+ msgid "Contact Form Pro | Preview"
687
+ msgstr "Kontaktformular"
688
+
689
+ #: contact_form.php:940
690
+ msgid "Show with errors"
691
+ msgstr ""
692
+
693
+ #: contact_form.php:1086
694
  msgid "Sorry, email message could not be delivered."
695
  msgstr "Beklager, men din e-mail kunne ikke leveres."
696
 
697
+ #: contact_form.php:1170
698
  msgid "You can attach the following file formats"
699
  msgstr "Du kan vedhæfte filer af følgende typer"
700
 
701
+ #: contact_form.php:1454
702
  msgid "Contact from"
703
  msgstr "Kontakt fra"
704
 
705
+ #: contact_form.php:1467
706
  msgid "Email"
707
  msgstr "E-mail"
708
 
709
+ #: contact_form.php:1481
710
  msgid "Site"
711
  msgstr "Site"
712
 
713
+ #: contact_form.php:1531
714
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
715
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
716
 
717
+ #: contact_form.php:1582
718
  msgid "FAQ"
719
  msgstr "Ofte stillede spørgsmål"
720
 
721
+ #: contact_form.php:1583
722
  msgid "Support"
723
  msgstr "Support"
724
 
725
+ #: contact_form.php:1631
726
  msgid "Are you sure that you want to delete this language data?"
727
  msgstr ""
728
 
languages/contact_form-de_DE.mo CHANGED
Binary file
languages/contact_form-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Lesen Sie mehr"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Einstellungen"
44
 
@@ -80,455 +82,646 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das Kontakformular auf unserer Webseite aus"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Contact Form Einstellungen"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Name:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "E-Mail-Adresse:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-Mail-Adresse:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Betreff:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Nachricht:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Anhang:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Kopie an mich senden"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "senden"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Ihr Name wird benötigt"
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Ihr Name wird benötigt"
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Bitte geben Sie einen Betreff ein."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Bitte geben Sie eine Nachricht ein."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Anhang scheint defekt zu sein."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Bitte ergänzen Sie das CAPTCHA."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Danke für Ihre Nachricht."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Einstellungen gespeichert."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Wähle Benutzer"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Verwende diese E-Mail-Adresse:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Erweiterte Optionen"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Anhänge erlauben"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Benutzer können folgende Dateitypen anhängen"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr ""
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr ""
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Kopie-an-mich anzeigen"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Anhänge erlauben"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "E-Mail-Adresse:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Nome"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "E-Mail-Adresse:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Betreff"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Nachricht"
356
 
357
- #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
- #: contact_form.php:629
362
- #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Gesendet von (IP-Adresse)"
365
 
366
- #: contact_form.php:630
367
- #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Datum / Uhrzeit"
370
 
371
- #: contact_form.php:631
372
- #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "gesendet von (referer)"
375
 
376
- #: contact_form.php:632
377
- #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "mit (user agent)"
380
 
381
- #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
- #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
- #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  msgid "Error message for the Address field"
407
  msgstr ""
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  msgid "Error message about the file type for the Attachment field"
432
  msgstr ""
433
 
434
- #: contact_form.php:678
435
- #: contact_form.php:704
436
  msgid "Error message while uploading a file for the Attachment field to the server"
437
  msgstr ""
438
 
439
- #: contact_form.php:679
440
- #: contact_form.php:705
441
  msgid "Error message while moving the file for the Attachment field"
442
  msgstr ""
443
 
444
- #: contact_form.php:680
445
- #: contact_form.php:706
446
  msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
- #: contact_form.php:681
450
- #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
- #: contact_form.php:682
455
- #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
- #: contact_form.php:683
460
- #: contact_form.php:709
461
- #: contact_form.php:728
462
- #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
- #: contact_form.php:683
467
- #: contact_form.php:709
468
- #: contact_form.php:728
469
- #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
- #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
- #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Anhänge erlauben"
481
 
482
- #: contact_form.php:727
483
- #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
- #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
- #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
- #: contact_form.php:746
 
496
  msgid "Save Changes"
497
  msgstr "Änderungen speichern"
498
 
499
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
502
 
503
- #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Sie können folgende Dateitypen anhängen"
506
 
507
- #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Kontakt von"
510
 
511
- #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "E-Mail"
514
 
515
- #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Site"
518
 
519
- #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
522
 
523
- #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "Häufig gestellte Fragen (FAQ)"
526
 
527
- #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Unterstützung"
530
 
531
- #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Einstellungen"
46
 
82
  msgstr "Bei Fragen wenden Sie sich an plugin@bestwebsoft.com oder füllen Sie das Kontakformular auf unserer Webseite aus"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Contact Form Einstellungen"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Contact Form"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Contact Form Einstellungen"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Contact Form"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Name:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "E-Mail-Adresse:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-Mail-Adresse:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Betreff:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Nachricht:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Anhang:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Kopie an mich senden"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "senden"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Ihr Name wird benötigt"
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Ihr Name wird benötigt"
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Bitte geben Sie einen Betreff ein."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Bitte geben Sie eine Nachricht ein."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Anhang scheint defekt zu sein."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Bitte ergänzen Sie das CAPTCHA."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Danke für Ihre Nachricht."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Einstellungen gespeichert."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Contact Form Einstellungen"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Einstellungen"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Wähle Benutzer"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Verwende diese E-Mail-Adresse:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Erweiterte Optionen"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Anhänge erlauben"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "E-Mail-Adresse:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Anhänge erlauben"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Benutzer können folgende Dateitypen anhängen"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Anhänge erlauben"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Kopie-an-mich anzeigen"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Nome"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "E-Mail-Adresse:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Betreff"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Nachricht"
382
 
383
+ #: contact_form.php:615
384
  msgid "Display additional info in the email"
385
  msgstr ""
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Gesendet von (IP-Adresse)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Datum / Uhrzeit"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "gesendet von (referer)"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "mit (user agent)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr ""
410
 
411
+ #: contact_form.php:636
412
  msgid "Add a language"
413
  msgstr ""
414
 
415
+ #: contact_form.php:640
416
  #, fuzzy
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr ""
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  msgid "Error message for the Address field"
433
  msgstr ""
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr ""
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr ""
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr ""
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  msgid "Error message about the file type for the Attachment field"
458
  msgstr ""
459
 
460
+ #: contact_form.php:671
461
+ #: contact_form.php:700
462
  msgid "Error message while uploading a file for the Attachment field to the server"
463
  msgstr ""
464
 
465
+ #: contact_form.php:672
466
+ #: contact_form.php:701
467
  msgid "Error message while moving the file for the Attachment field"
468
  msgstr ""
469
 
470
+ #: contact_form.php:673
471
+ #: contact_form.php:702
472
  msgid "Error message when file size limit for the Attachment field is exceeded"
473
  msgstr ""
474
 
475
+ #: contact_form.php:674
476
+ #: contact_form.php:703
477
  msgid "Error message for the Captcha field"
478
  msgstr ""
479
 
480
+ #: contact_form.php:675
481
+ #: contact_form.php:704
482
  msgid "Error message for the whole form"
483
  msgstr ""
484
 
485
+ #: contact_form.php:677
486
+ #: contact_form.php:706
487
+ #: contact_form.php:725
488
+ #: contact_form.php:731
489
  msgid "Use shortcode"
490
  msgstr ""
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:706
494
+ #: contact_form.php:725
495
+ #: contact_form.php:731
496
  msgid "for this language"
497
  msgstr ""
498
 
499
+ #: contact_form.php:713
500
  msgid "Action after email is sent"
501
  msgstr ""
502
 
503
+ #: contact_form.php:715
504
  #, fuzzy
505
  msgid "Display text"
506
  msgstr "Anhänge erlauben"
507
 
508
+ #: contact_form.php:724
509
+ #: contact_form.php:730
510
  msgid "Text"
511
  msgstr ""
512
 
513
+ #: contact_form.php:737
514
  msgid "Redirect to the page"
515
  msgstr ""
516
 
517
+ #: contact_form.php:738
518
  msgid "Url"
519
  msgstr ""
520
 
521
+ #: contact_form.php:743
522
+ #: contact_form.php:933
523
  msgid "Save Changes"
524
  msgstr "Änderungen speichern"
525
 
526
+ #: contact_form.php:758
527
+ #, fuzzy
528
+ msgid "Contact Form Pro | Extra Settings"
529
+ msgstr "Contact Form Einstellungen"
530
+
531
+ #: contact_form.php:772
532
+ msgid "Errors output"
533
+ msgstr ""
534
+
535
+ #: contact_form.php:775
536
+ msgid "Display error messages"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:776
540
+ msgid "Color of the input field errors."
541
+ msgstr ""
542
+
543
+ #: contact_form.php:777
544
+ msgid "Display error messages & color of the input field errors"
545
+ msgstr ""
546
+
547
+ #: contact_form.php:782
548
+ msgid "Add placeholder to the input blocks"
549
+ msgstr ""
550
+
551
+ #: contact_form.php:788
552
+ #, fuzzy
553
+ msgid "Add tooltips"
554
+ msgstr "Erweiterte Optionen"
555
+
556
+ #: contact_form.php:802
557
+ #, fuzzy
558
+ msgid "Email address"
559
+ msgstr "E-Mail-Adresse:"
560
+
561
+ #: contact_form.php:807
562
+ msgid "Phone Number"
563
+ msgstr ""
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Anhang:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Aktivierte PlugIns"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Download"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Erweiterte Optionen"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ #, fuzzy
646
+ msgid "Input fields"
647
+ msgstr "Anhänge erlauben"
648
+
649
+ #: contact_form.php:894
650
+ msgid "Input fields background color"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:899
654
+ msgid "Text fields color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:901
658
+ msgid "Border width in px, numbers only"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:905
662
+ #: contact_form.php:926
663
+ msgid "Border color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:910
667
+ #, fuzzy
668
+ msgid "Submit button"
669
+ msgstr "senden"
670
+
671
+ #: contact_form.php:912
672
+ msgid "Width in px, numbers only"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:916
676
+ msgid "Button color"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:921
680
+ msgid "Button text color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:937
684
+ #, fuzzy
685
+ msgid "Contact Form Pro | Preview"
686
+ msgstr "Contact Form"
687
+
688
+ #: contact_form.php:940
689
+ msgid "Show with errors"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:1086
693
  msgid "Sorry, email message could not be delivered."
694
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
695
 
696
+ #: contact_form.php:1170
697
  msgid "You can attach the following file formats"
698
  msgstr "Sie können folgende Dateitypen anhängen"
699
 
700
+ #: contact_form.php:1454
701
  msgid "Contact from"
702
  msgstr "Kontakt von"
703
 
704
+ #: contact_form.php:1467
705
  msgid "Email"
706
  msgstr "E-Mail"
707
 
708
+ #: contact_form.php:1481
709
  msgid "Site"
710
  msgstr "Site"
711
 
712
+ #: contact_form.php:1531
713
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
714
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
715
 
716
+ #: contact_form.php:1582
717
  msgid "FAQ"
718
  msgstr "Häufig gestellte Fragen (FAQ)"
719
 
720
+ #: contact_form.php:1583
721
  msgid "Support"
722
  msgstr "Unterstützung"
723
 
724
+ #: contact_form.php:1631
725
  msgid "Are you sure that you want to delete this language data?"
726
  msgstr ""
727
 
languages/contact_form-el_GR.mo CHANGED
Binary file
languages/contact_form-el_GR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Διαβάστε περισσότερα"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Ρυθμίσεις"
44
 
@@ -80,456 +82,647 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Αν έχετε απορίες, επικοινωνήστε στο plugin@bestwebsoft.com ή μέσω της φόρμας επικοινωνίας της ιστοσελίδας μας"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Επιλογές φόρμας επικοινωνίας"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Φόρμα επικοινωνίας"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Όνομα:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Διεύθυνση e-mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Διεύθυνση e-mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Θέμα:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Μήνυμα:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Επισύναψη:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Στείλε μου ένα αντίγραφο"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Υποβολή"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Απαιτείται κείμενο μηνύματος."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Συμπληρώστε το CAPTCHA."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Ευχαριστούμε για την επικοινωνία."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Οι επιλογές αποθηκεύτηκαν."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "επιλογή χρήστη"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Τα μηνύματα θα στέλνονται στο email "
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Πρόσθετες επιλογές"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Προβολή κουτιού επισύναψης αρχείου"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr ""
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr ""
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Διεύθυνση e-mail:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Όνομα"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Διεύθυνση e-mail:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Θέμα"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Μήνυμα"
356
 
357
- #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
361
 
362
- #: contact_form.php:629
363
- #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Στάλθηκε από (διεύθυνση ip)"
366
 
367
- #: contact_form.php:630
368
- #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Ημερομηνία/Ώρα"
371
 
372
- #: contact_form.php:631
373
- #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Από (referer)"
376
 
377
- #: contact_form.php:632
378
- #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "με χρήση (user agent)"
381
 
382
- #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
- #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
- #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
394
 
395
- #: contact_form.php:654
396
- #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
- #: contact_form.php:671
401
- #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
- #: contact_form.php:672
406
- #: contact_form.php:698
407
  msgid "Error message for the Address field"
408
  msgstr ""
409
 
410
- #: contact_form.php:673
411
- #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
- #: contact_form.php:674
416
- #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
- #: contact_form.php:675
421
- #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
- #: contact_form.php:676
426
- #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
- #: contact_form.php:677
431
- #: contact_form.php:703
432
  msgid "Error message about the file type for the Attachment field"
433
  msgstr ""
434
 
435
- #: contact_form.php:678
436
- #: contact_form.php:704
437
  msgid "Error message while uploading a file for the Attachment field to the server"
438
  msgstr ""
439
 
440
- #: contact_form.php:679
441
- #: contact_form.php:705
442
  msgid "Error message while moving the file for the Attachment field"
443
  msgstr ""
444
 
445
- #: contact_form.php:680
446
- #: contact_form.php:706
447
  msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
- #: contact_form.php:681
451
- #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
- #: contact_form.php:682
456
- #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
- #: contact_form.php:683
461
- #: contact_form.php:709
462
- #: contact_form.php:728
463
- #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
- #: contact_form.php:683
468
- #: contact_form.php:709
469
- #: contact_form.php:728
470
- #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
- #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr ""
477
 
478
- #: contact_form.php:718
479
  #, fuzzy
480
  msgid "Display text"
481
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
482
 
483
- #: contact_form.php:727
484
- #: contact_form.php:733
485
  msgid "Text"
486
  msgstr ""
487
 
488
- #: contact_form.php:740
489
  msgid "Redirect to the page"
490
  msgstr ""
491
 
492
- #: contact_form.php:741
493
  msgid "Url"
494
  msgstr ""
495
 
496
- #: contact_form.php:746
 
497
  msgid "Save Changes"
498
  msgstr "Αποθήκευση αλλαγών"
499
 
500
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  msgid "Sorry, email message could not be delivered."
502
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
503
 
504
- #: contact_form.php:879
505
  msgid "You can attach the following file formats"
506
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
507
 
508
- #: contact_form.php:1165
509
  msgid "Contact from"
510
  msgstr "Επικοινωνία από"
511
 
512
- #: contact_form.php:1178
513
  msgid "Email"
514
  msgstr "E-Mail"
515
 
516
- #: contact_form.php:1192
517
  msgid "Site"
518
  msgstr "Ιστοσελίδα"
519
 
520
- #: contact_form.php:1243
521
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
522
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
523
 
524
- #: contact_form.php:1296
525
  msgid "FAQ"
526
  msgstr "Συχνές ερωτήσεις"
527
 
528
- #: contact_form.php:1297
529
  msgid "Support"
530
  msgstr "Υποστήριξη"
531
 
532
- #: contact_form.php:1345
533
  msgid "Are you sure that you want to delete this language data?"
534
  msgstr ""
535
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Ρυθμίσεις"
46
 
82
  msgstr "Αν έχετε απορίες, επικοινωνήστε στο plugin@bestwebsoft.com ή μέσω της φόρμας επικοινωνίας της ιστοσελίδας μας"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Επιλογές φόρμας επικοινωνίας"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Φόρμα επικοινωνίας"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Επιλογές φόρμας επικοινωνίας"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Φόρμα επικοινωνίας"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Όνομα:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Διεύθυνση e-mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Διεύθυνση e-mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Θέμα:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Μήνυμα:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Επισύναψη:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Στείλε μου ένα αντίγραφο"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Υποβολή"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Απαιτείται κείμενο μηνύματος."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Συμπληρώστε το CAPTCHA."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Ευχαριστούμε για την επικοινωνία."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Οι επιλογές αποθηκεύτηκαν."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Επιλογές φόρμας επικοινωνίας"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Ρυθμίσεις"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "επιλογή χρήστη"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Τα μηνύματα θα στέλνονται στο email "
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Πρόσθετες επιλογές"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "Διεύθυνση e-mail:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Προβολή κουτιού επισύναψης αρχείου"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Προβολή κουτιού επισύναψης αρχείου"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Όνομα"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "Διεύθυνση e-mail:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Θέμα"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Μήνυμα"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "Στάλθηκε από (διεύθυνση ip)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "Ημερομηνία/Ώρα"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Από (referer)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "με χρήση (user agent)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  #, fuzzy
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr ""
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
  msgid "Error message for the Address field"
434
  msgstr ""
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr ""
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr ""
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr ""
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr ""
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  msgid "Error message while uploading a file for the Attachment field to the server"
464
  msgstr ""
465
 
466
+ #: contact_form.php:672
467
+ #: contact_form.php:701
468
  msgid "Error message while moving the file for the Attachment field"
469
  msgstr ""
470
 
471
+ #: contact_form.php:673
472
+ #: contact_form.php:702
473
  msgid "Error message when file size limit for the Attachment field is exceeded"
474
  msgstr ""
475
 
476
+ #: contact_form.php:674
477
+ #: contact_form.php:703
478
  msgid "Error message for the Captcha field"
479
  msgstr ""
480
 
481
+ #: contact_form.php:675
482
+ #: contact_form.php:704
483
  msgid "Error message for the whole form"
484
  msgstr ""
485
 
486
+ #: contact_form.php:677
487
+ #: contact_form.php:706
488
+ #: contact_form.php:725
489
+ #: contact_form.php:731
490
  msgid "Use shortcode"
491
  msgstr ""
492
 
493
+ #: contact_form.php:677
494
+ #: contact_form.php:706
495
+ #: contact_form.php:725
496
+ #: contact_form.php:731
497
  msgid "for this language"
498
  msgstr ""
499
 
500
+ #: contact_form.php:713
501
  msgid "Action after email is sent"
502
  msgstr ""
503
 
504
+ #: contact_form.php:715
505
  #, fuzzy
506
  msgid "Display text"
507
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
508
 
509
+ #: contact_form.php:724
510
+ #: contact_form.php:730
511
  msgid "Text"
512
  msgstr ""
513
 
514
+ #: contact_form.php:737
515
  msgid "Redirect to the page"
516
  msgstr ""
517
 
518
+ #: contact_form.php:738
519
  msgid "Url"
520
  msgstr ""
521
 
522
+ #: contact_form.php:743
523
+ #: contact_form.php:933
524
  msgid "Save Changes"
525
  msgstr "Αποθήκευση αλλαγών"
526
 
527
+ #: contact_form.php:758
528
+ #, fuzzy
529
+ msgid "Contact Form Pro | Extra Settings"
530
+ msgstr "Επιλογές φόρμας επικοινωνίας"
531
+
532
+ #: contact_form.php:772
533
+ msgid "Errors output"
534
+ msgstr ""
535
+
536
+ #: contact_form.php:775
537
+ msgid "Display error messages"
538
+ msgstr ""
539
+
540
+ #: contact_form.php:776
541
+ msgid "Color of the input field errors."
542
+ msgstr ""
543
+
544
+ #: contact_form.php:777
545
+ msgid "Display error messages & color of the input field errors"
546
+ msgstr ""
547
+
548
+ #: contact_form.php:782
549
+ msgid "Add placeholder to the input blocks"
550
+ msgstr ""
551
+
552
+ #: contact_form.php:788
553
+ #, fuzzy
554
+ msgid "Add tooltips"
555
+ msgstr "Πρόσθετες επιλογές"
556
+
557
+ #: contact_form.php:802
558
+ #, fuzzy
559
+ msgid "Email address"
560
+ msgstr "Διεύθυνση e-mail:"
561
+
562
+ #: contact_form.php:807
563
+ msgid "Phone Number"
564
+ msgstr ""
565
+
566
+ #: contact_form.php:821
567
+ #, fuzzy
568
+ msgid "Attachment"
569
+ msgstr "Επισύναψη:"
570
+
571
+ #: contact_form.php:835
572
+ #: contact_form.php:838
573
+ #: contact_form.php:841
574
+ msgid "Captcha"
575
+ msgstr ""
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "(powered by bestwebsoft.com)"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:838
584
+ #, fuzzy
585
+ msgid "Activate captcha"
586
+ msgstr "Ενεργοποιημένα πρόσθετα"
587
+
588
+ #: contact_form.php:841
589
+ #, fuzzy
590
+ msgid "Download captcha"
591
+ msgstr "Κατέβασμα"
592
+
593
+ #: contact_form.php:846
594
+ #, fuzzy
595
+ msgid "Style options"
596
+ msgstr "Πρόσθετες επιλογές"
597
+
598
+ #: contact_form.php:849
599
+ msgid "Text color"
600
+ msgstr ""
601
+
602
+ #: contact_form.php:852
603
+ #: contact_form.php:857
604
+ #: contact_form.php:867
605
+ #: contact_form.php:872
606
+ #: contact_form.php:877
607
+ #: contact_form.php:882
608
+ #: contact_form.php:892
609
+ #: contact_form.php:897
610
+ #: contact_form.php:903
611
+ #: contact_form.php:914
612
+ #: contact_form.php:919
613
+ #: contact_form.php:924
614
+ msgid "Default"
615
+ msgstr ""
616
+
617
+ #: contact_form.php:854
618
+ msgid "Label text color"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:859
622
+ msgid "Placeholder color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:864
626
+ msgid "Errors color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:869
630
+ msgid "Error text color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:874
634
+ msgid "Background color of the input field errors"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:879
638
+ msgid "Border color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:884
642
+ msgid "Placeholder color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:889
646
+ #, fuzzy
647
+ msgid "Input fields"
648
+ msgstr "Προβολή κουτιού επισύναψης αρχείου"
649
+
650
+ #: contact_form.php:894
651
+ msgid "Input fields background color"
652
+ msgstr ""
653
+
654
+ #: contact_form.php:899
655
+ msgid "Text fields color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:901
659
+ msgid "Border width in px, numbers only"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:905
663
+ #: contact_form.php:926
664
+ msgid "Border color"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:910
668
+ #, fuzzy
669
+ msgid "Submit button"
670
+ msgstr "Υποβολή"
671
+
672
+ #: contact_form.php:912
673
+ msgid "Width in px, numbers only"
674
+ msgstr ""
675
+
676
+ #: contact_form.php:916
677
+ msgid "Button color"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:921
681
+ msgid "Button text color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:937
685
+ #, fuzzy
686
+ msgid "Contact Form Pro | Preview"
687
+ msgstr "Φόρμα επικοινωνίας"
688
+
689
+ #: contact_form.php:940
690
+ msgid "Show with errors"
691
+ msgstr ""
692
+
693
+ #: contact_form.php:1086
694
  msgid "Sorry, email message could not be delivered."
695
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
696
 
697
+ #: contact_form.php:1170
698
  msgid "You can attach the following file formats"
699
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
700
 
701
+ #: contact_form.php:1454
702
  msgid "Contact from"
703
  msgstr "Επικοινωνία από"
704
 
705
+ #: contact_form.php:1467
706
  msgid "Email"
707
  msgstr "E-Mail"
708
 
709
+ #: contact_form.php:1481
710
  msgid "Site"
711
  msgstr "Ιστοσελίδα"
712
 
713
+ #: contact_form.php:1531
714
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
715
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
716
 
717
+ #: contact_form.php:1582
718
  msgid "FAQ"
719
  msgstr "Συχνές ερωτήσεις"
720
 
721
+ #: contact_form.php:1583
722
  msgid "Support"
723
  msgstr "Υποστήριξη"
724
 
725
+ #: contact_form.php:1631
726
  msgid "Are you sure that you want to delete this language data?"
727
  msgstr ""
728
 
languages/contact_form-es_ES.mo CHANGED
Binary file
languages/contact_form-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:04+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Lea mas"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Configuración"
44
 
@@ -80,455 +82,646 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Si tiene alguna pregunta, por favor contactenos via plugin@bestwebsoft.com o use el formulario de contacto de nuestra web"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Opciones Contact Form"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Nombre:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Dirección e-mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Dirección e-mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Asunto:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mensaje:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Adjunto:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Envíame una copia"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Enviar"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Su nombre es obligatorio."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Una dirección válida es obligatoria."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Una dirección válida es obligatoria."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Su nombre es obligatorio."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "El asunto es obligatorio."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "El mensaje es obligatorio."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "El adjunto es incorrecto."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Por favor completa el CAPTCHA"
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Gracias por contactar con nosotros"
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Usuario inexistente. Los cambios no se han guardado."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Configuración guardada."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Use el email del usuario de Wordpress:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Seleccione nombre de usuario"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Use este emaill:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Opciones adicionales"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Visualiza el adjunto"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Usuarios pueden adjuntar archivos de este tipo"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr ""
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr ""
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Ver envíame una copia"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Modifica DE los campos en contact form"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Visualiza el adjunto"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Dirección e-mail:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Nombre"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Dirección e-mail:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Asunto"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Mensaje"
356
 
357
- #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
- #: contact_form.php:629
362
- #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Enviado desde (dirección IP)"
365
 
366
- #: contact_form.php:630
367
- #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Fecha/hora"
370
 
371
- #: contact_form.php:631
372
- #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "De (referente)"
375
 
376
- #: contact_form.php:632
377
- #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Usando (user agent)"
380
 
381
- #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
- #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
- #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Modifica las etiquetas de los campos en contact form"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  msgid "Error message for the Address field"
407
  msgstr ""
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  msgid "Error message about the file type for the Attachment field"
432
  msgstr ""
433
 
434
- #: contact_form.php:678
435
- #: contact_form.php:704
436
  msgid "Error message while uploading a file for the Attachment field to the server"
437
  msgstr ""
438
 
439
- #: contact_form.php:679
440
- #: contact_form.php:705
441
  msgid "Error message while moving the file for the Attachment field"
442
  msgstr ""
443
 
444
- #: contact_form.php:680
445
- #: contact_form.php:706
446
  msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
- #: contact_form.php:681
450
- #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
- #: contact_form.php:682
455
- #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
- #: contact_form.php:683
460
- #: contact_form.php:709
461
- #: contact_form.php:728
462
- #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
- #: contact_form.php:683
467
- #: contact_form.php:709
468
- #: contact_form.php:728
469
- #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
- #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
- #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Visualiza el adjunto"
481
 
482
- #: contact_form.php:727
483
- #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
- #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
- #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
- #: contact_form.php:746
 
496
  msgid "Save Changes"
497
  msgstr "Guardar los cambios"
498
 
499
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Disculpe, su email no se puede entregar."
502
 
503
- #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Puede adjuntar archivos de estos tipos"
506
 
507
- #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Contact from"
510
 
511
- #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "E-mail"
514
 
515
- #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Sitio"
518
 
519
- #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
522
 
523
- #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "FAQ"
526
 
527
- #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Soporte"
530
 
531
- #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Configuración"
46
 
82
  msgstr "Si tiene alguna pregunta, por favor contactenos via plugin@bestwebsoft.com o use el formulario de contacto de nuestra web"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Opciones Contact Form"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Contact Form"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Opciones Contact Form"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Contact Form"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Nombre:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Dirección e-mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Dirección e-mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Asunto:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Mensaje:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Adjunto:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Envíame una copia"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Enviar"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Su nombre es obligatorio."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Una dirección válida es obligatoria."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Una dirección válida es obligatoria."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Su nombre es obligatorio."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "El asunto es obligatorio."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "El mensaje es obligatorio."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "El adjunto es incorrecto."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Por favor completa el CAPTCHA"
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Gracias por contactar con nosotros"
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Usuario inexistente. Los cambios no se han guardado."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Configuración guardada."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Opciones Contact Form"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Configuración"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Use el email del usuario de Wordpress:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Seleccione nombre de usuario"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Use este emaill:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Opciones adicionales"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Modifica DE los campos en contact form"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Visualiza el adjunto"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "Dirección e-mail:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Visualiza el adjunto"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Usuarios pueden adjuntar archivos de este tipo"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Visualiza el adjunto"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Ver envíame una copia"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Nombre"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "Dirección e-mail:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Asunto"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Mensaje"
382
 
383
+ #: contact_form.php:615
384
  msgid "Display additional info in the email"
385
  msgstr ""
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Enviado desde (dirección IP)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Fecha/hora"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "De (referente)"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "Usando (user agent)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr ""
410
 
411
+ #: contact_form.php:636
412
  msgid "Add a language"
413
  msgstr ""
414
 
415
+ #: contact_form.php:640
416
  #, fuzzy
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "Modifica las etiquetas de los campos en contact form"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr ""
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  msgid "Error message for the Address field"
433
  msgstr ""
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr ""
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr ""
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr ""
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  msgid "Error message about the file type for the Attachment field"
458
  msgstr ""
459
 
460
+ #: contact_form.php:671
461
+ #: contact_form.php:700
462
  msgid "Error message while uploading a file for the Attachment field to the server"
463
  msgstr ""
464
 
465
+ #: contact_form.php:672
466
+ #: contact_form.php:701
467
  msgid "Error message while moving the file for the Attachment field"
468
  msgstr ""
469
 
470
+ #: contact_form.php:673
471
+ #: contact_form.php:702
472
  msgid "Error message when file size limit for the Attachment field is exceeded"
473
  msgstr ""
474
 
475
+ #: contact_form.php:674
476
+ #: contact_form.php:703
477
  msgid "Error message for the Captcha field"
478
  msgstr ""
479
 
480
+ #: contact_form.php:675
481
+ #: contact_form.php:704
482
  msgid "Error message for the whole form"
483
  msgstr ""
484
 
485
+ #: contact_form.php:677
486
+ #: contact_form.php:706
487
+ #: contact_form.php:725
488
+ #: contact_form.php:731
489
  msgid "Use shortcode"
490
  msgstr ""
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:706
494
+ #: contact_form.php:725
495
+ #: contact_form.php:731
496
  msgid "for this language"
497
  msgstr ""
498
 
499
+ #: contact_form.php:713
500
  msgid "Action after email is sent"
501
  msgstr ""
502
 
503
+ #: contact_form.php:715
504
  #, fuzzy
505
  msgid "Display text"
506
  msgstr "Visualiza el adjunto"
507
 
508
+ #: contact_form.php:724
509
+ #: contact_form.php:730
510
  msgid "Text"
511
  msgstr ""
512
 
513
+ #: contact_form.php:737
514
  msgid "Redirect to the page"
515
  msgstr ""
516
 
517
+ #: contact_form.php:738
518
  msgid "Url"
519
  msgstr ""
520
 
521
+ #: contact_form.php:743
522
+ #: contact_form.php:933
523
  msgid "Save Changes"
524
  msgstr "Guardar los cambios"
525
 
526
+ #: contact_form.php:758
527
+ #, fuzzy
528
+ msgid "Contact Form Pro | Extra Settings"
529
+ msgstr "Opciones Contact Form"
530
+
531
+ #: contact_form.php:772
532
+ msgid "Errors output"
533
+ msgstr ""
534
+
535
+ #: contact_form.php:775
536
+ msgid "Display error messages"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:776
540
+ msgid "Color of the input field errors."
541
+ msgstr ""
542
+
543
+ #: contact_form.php:777
544
+ msgid "Display error messages & color of the input field errors"
545
+ msgstr ""
546
+
547
+ #: contact_form.php:782
548
+ msgid "Add placeholder to the input blocks"
549
+ msgstr ""
550
+
551
+ #: contact_form.php:788
552
+ #, fuzzy
553
+ msgid "Add tooltips"
554
+ msgstr "Opciones adicionales"
555
+
556
+ #: contact_form.php:802
557
+ #, fuzzy
558
+ msgid "Email address"
559
+ msgstr "Dirección e-mail:"
560
+
561
+ #: contact_form.php:807
562
+ msgid "Phone Number"
563
+ msgstr ""
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Adjunto:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Plugin ativado"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Descargar"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Opciones adicionales"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ #, fuzzy
646
+ msgid "Input fields"
647
+ msgstr "Visualiza el adjunto"
648
+
649
+ #: contact_form.php:894
650
+ msgid "Input fields background color"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:899
654
+ msgid "Text fields color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:901
658
+ msgid "Border width in px, numbers only"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:905
662
+ #: contact_form.php:926
663
+ msgid "Border color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:910
667
+ #, fuzzy
668
+ msgid "Submit button"
669
+ msgstr "Enviar"
670
+
671
+ #: contact_form.php:912
672
+ msgid "Width in px, numbers only"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:916
676
+ msgid "Button color"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:921
680
+ msgid "Button text color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:937
684
+ #, fuzzy
685
+ msgid "Contact Form Pro | Preview"
686
+ msgstr "Contact Form"
687
+
688
+ #: contact_form.php:940
689
+ msgid "Show with errors"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:1086
693
  msgid "Sorry, email message could not be delivered."
694
  msgstr "Disculpe, su email no se puede entregar."
695
 
696
+ #: contact_form.php:1170
697
  msgid "You can attach the following file formats"
698
  msgstr "Puede adjuntar archivos de estos tipos"
699
 
700
+ #: contact_form.php:1454
701
  msgid "Contact from"
702
  msgstr "Contact from"
703
 
704
+ #: contact_form.php:1467
705
  msgid "Email"
706
  msgstr "E-mail"
707
 
708
+ #: contact_form.php:1481
709
  msgid "Site"
710
  msgstr "Sitio"
711
 
712
+ #: contact_form.php:1531
713
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
714
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
715
 
716
+ #: contact_form.php:1582
717
  msgid "FAQ"
718
  msgstr "FAQ"
719
 
720
+ #: contact_form.php:1583
721
  msgid "Support"
722
  msgstr "Soporte"
723
 
724
+ #: contact_form.php:1631
725
  msgid "Are you sure that you want to delete this language data?"
726
  msgstr ""
727
 
languages/contact_form-fa_IR.mo CHANGED
Binary file
languages/contact_form-fa_IR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "متن کامل"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "تنظیمات"
44
 
@@ -80,458 +82,653 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "چنانچه سئوالی دارید لطفا از طریق رایانامه plugin@bestwebsoft.com یا فرم ارتباطی سایت با با تماس بگیرید."
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "گزینه های فرم ارتباط با مدیریت"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "فرم ارتباط با مدیریت"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "نام "
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "رایانامه "
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "رایانامه "
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "شماره تماس "
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "موضوع "
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "متن پیام "
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "پیوست "
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "به رایانامه من ارسال شود"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "ارسال"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "نام ضروری می باشد. "
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "رایانامه ضروری می باشد. "
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "رایانامه ضروری می باشد. "
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "نام ضروری می باشد. "
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "عنوان ضروری می باشد. "
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "متن پیام ضروری می باشد. "
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "فایل آسیب دیده می باشد. "
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "لطفا کد امنیتی را وارد کنید. "
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "قدردان همیاری شما هستیم."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "تغییرات ثبت شد."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "از رایانامه کاربران استفاده کن : "
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "انتخاب شناسه کاربری"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "استفاده از این رایانامه : "
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "گزینه های بیشتر"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "نمایش گزینه پیوست"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr "نمایش توضیحات پیوست"
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr "نمایش توضیحات بعد از پیوست"
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "چه استفاده ای؟"
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "افزونه ارسال رایانامه Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "رایانامه"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "نمایش متن"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "رایانامه "
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr "شماره تماس"
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "نام "
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "رایانامه "
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "موضوع "
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "متن پیام "
356
 
357
- #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
361
 
362
- #: contact_form.php:629
363
- #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "ارسال از سوی (ip address)"
366
 
367
- #: contact_form.php:630
368
- #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "روز / زمان"
371
 
372
- #: contact_form.php:631
373
- #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "دریافت از سوی (referer)"
376
 
377
- #: contact_form.php:632
378
- #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "استفاده از (user agent)"
381
 
382
- #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
- #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
- #: contact_form.php:649
391
  #, fuzzy
392
  msgid "Change the names of the contact form fields and error messages"
393
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
394
 
395
- #: contact_form.php:654
396
- #: contact_form.php:719
397
  msgid "English"
398
  msgstr ""
399
 
400
- #: contact_form.php:671
401
- #: contact_form.php:697
402
  msgid "Error message for the Name field"
403
  msgstr ""
404
 
405
- #: contact_form.php:672
406
- #: contact_form.php:698
407
  msgid "Error message for the Address field"
408
  msgstr ""
409
 
410
- #: contact_form.php:673
411
- #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr ""
414
 
415
- #: contact_form.php:674
416
- #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr ""
419
 
420
- #: contact_form.php:675
421
- #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr ""
424
 
425
- #: contact_form.php:676
426
- #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr ""
429
 
430
- #: contact_form.php:677
431
- #: contact_form.php:703
432
  msgid "Error message about the file type for the Attachment field"
433
  msgstr ""
434
 
435
- #: contact_form.php:678
436
- #: contact_form.php:704
437
  msgid "Error message while uploading a file for the Attachment field to the server"
438
  msgstr ""
439
 
440
- #: contact_form.php:679
441
- #: contact_form.php:705
442
  msgid "Error message while moving the file for the Attachment field"
443
  msgstr ""
444
 
445
- #: contact_form.php:680
446
- #: contact_form.php:706
447
  msgid "Error message when file size limit for the Attachment field is exceeded"
448
  msgstr ""
449
 
450
- #: contact_form.php:681
451
- #: contact_form.php:707
452
  msgid "Error message for the Captcha field"
453
  msgstr ""
454
 
455
- #: contact_form.php:682
456
- #: contact_form.php:708
457
  msgid "Error message for the whole form"
458
  msgstr ""
459
 
460
- #: contact_form.php:683
461
- #: contact_form.php:709
462
- #: contact_form.php:728
463
- #: contact_form.php:734
464
  msgid "Use shortcode"
465
  msgstr ""
466
 
467
- #: contact_form.php:683
468
- #: contact_form.php:709
469
- #: contact_form.php:728
470
- #: contact_form.php:734
471
  msgid "for this language"
472
  msgstr ""
473
 
474
- #: contact_form.php:716
475
  msgid "Action after email is sent"
476
  msgstr "عکس العمل پس از ارسال"
477
 
478
- #: contact_form.php:718
479
  msgid "Display text"
480
  msgstr "نمایش متن"
481
 
482
- #: contact_form.php:727
483
- #: contact_form.php:733
484
  msgid "Text"
485
  msgstr "متن"
486
 
487
- #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr "انتقال به "
490
 
491
- #: contact_form.php:741
492
  msgid "Url"
493
  msgstr "تارنما"
494
 
495
- #: contact_form.php:746
 
496
  msgid "Save Changes"
497
  msgstr "ثبت تغییرات"
498
 
499
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
502
 
503
- #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
506
 
507
- #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "فرم ارتباط با مدیریت"
510
 
511
- #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "رایانامه "
514
 
515
- #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "سایت"
518
 
519
- #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
522
 
523
- #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "سئوالات مطرح"
526
 
527
- #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "پشتیبانی"
530
 
531
- #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
 
 
 
535
  #, fuzzy
536
  #~ msgid "Display a phone number field"
537
  #~ msgstr "نمایش فیلد شماره تماس"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "تنظیمات"
46
 
82
  msgstr "چنانچه سئوالی دارید لطفا از طریق رایانامه plugin@bestwebsoft.com یا فرم ارتباطی سایت با با تماس بگیرید."
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "گزینه های فرم ارتباط با مدیریت"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "فرم ارتباط با مدیریت"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "گزینه های فرم ارتباط با مدیریت"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "فرم ارتباط با مدیریت"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "نام "
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "رایانامه "
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "رایانامه "
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "شماره تماس "
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "موضوع "
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "متن پیام "
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "پیوست "
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "به رایانامه من ارسال شود"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "ارسال"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "نام ضروری می باشد. "
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "رایانامه ضروری می باشد. "
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "رایانامه ضروری می باشد. "
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "نام ضروری می باشد. "
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "عنوان ضروری می باشد. "
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "متن پیام ضروری می باشد. "
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "فایل آسیب دیده می باشد. "
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "لطفا کد امنیتی را وارد کنید. "
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "قدردان همیاری شما هستیم."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "تغییرات ثبت شد."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "گزینه های فرم ارتباط با مدیریت"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "تنظیمات"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "از رایانامه کاربران استفاده کن : "
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "انتخاب شناسه کاربری"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "استفاده از این رایانامه : "
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "گزینه های بیشتر"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr "چه استفاده ای؟"
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "افزونه ارسال رایانامه Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "رایانامه"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "نمایش متن"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "رایانامه "
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr "شماره تماس"
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "نمایش گزینه پیوست"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "نمایش توضیحات بعد از پیوست"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "نام "
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "رایانامه "
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "موضوع "
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "متن پیام "
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "ارسال از سوی (ip address)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "روز / زمان"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "دریافت از سوی (referer)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "استفاده از (user agent)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  #, fuzzy
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr ""
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
  msgid "Error message for the Address field"
434
  msgstr ""
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr ""
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr ""
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr ""
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr ""
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  msgid "Error message while uploading a file for the Attachment field to the server"
464
  msgstr ""
465
 
466
+ #: contact_form.php:672
467
+ #: contact_form.php:701
468
  msgid "Error message while moving the file for the Attachment field"
469
  msgstr ""
470
 
471
+ #: contact_form.php:673
472
+ #: contact_form.php:702
473
  msgid "Error message when file size limit for the Attachment field is exceeded"
474
  msgstr ""
475
 
476
+ #: contact_form.php:674
477
+ #: contact_form.php:703
478
  msgid "Error message for the Captcha field"
479
  msgstr ""
480
 
481
+ #: contact_form.php:675
482
+ #: contact_form.php:704
483
  msgid "Error message for the whole form"
484
  msgstr ""
485
 
486
+ #: contact_form.php:677
487
+ #: contact_form.php:706
488
+ #: contact_form.php:725
489
+ #: contact_form.php:731
490
  msgid "Use shortcode"
491
  msgstr ""
492
 
493
+ #: contact_form.php:677
494
+ #: contact_form.php:706
495
+ #: contact_form.php:725
496
+ #: contact_form.php:731
497
  msgid "for this language"
498
  msgstr ""
499
 
500
+ #: contact_form.php:713
501
  msgid "Action after email is sent"
502
  msgstr "عکس العمل پس از ارسال"
503
 
504
+ #: contact_form.php:715
505
  msgid "Display text"
506
  msgstr "نمایش متن"
507
 
508
+ #: contact_form.php:724
509
+ #: contact_form.php:730
510
  msgid "Text"
511
  msgstr "متن"
512
 
513
+ #: contact_form.php:737
514
  msgid "Redirect to the page"
515
  msgstr "انتقال به "
516
 
517
+ #: contact_form.php:738
518
  msgid "Url"
519
  msgstr "تارنما"
520
 
521
+ #: contact_form.php:743
522
+ #: contact_form.php:933
523
  msgid "Save Changes"
524
  msgstr "ثبت تغییرات"
525
 
526
+ #: contact_form.php:758
527
+ #, fuzzy
528
+ msgid "Contact Form Pro | Extra Settings"
529
+ msgstr "گزینه های فرم ارتباط با مدیریت"
530
+
531
+ #: contact_form.php:772
532
+ msgid "Errors output"
533
+ msgstr ""
534
+
535
+ #: contact_form.php:775
536
+ msgid "Display error messages"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:776
540
+ msgid "Color of the input field errors."
541
+ msgstr ""
542
+
543
+ #: contact_form.php:777
544
+ msgid "Display error messages & color of the input field errors"
545
+ msgstr ""
546
+
547
+ #: contact_form.php:782
548
+ msgid "Add placeholder to the input blocks"
549
+ msgstr ""
550
+
551
+ #: contact_form.php:788
552
+ #, fuzzy
553
+ msgid "Add tooltips"
554
+ msgstr "گزینه های بیشتر"
555
+
556
+ #: contact_form.php:802
557
+ #, fuzzy
558
+ msgid "Email address"
559
+ msgstr "رایانامه "
560
+
561
+ #: contact_form.php:807
562
+ #, fuzzy
563
+ msgid "Phone Number"
564
+ msgstr "شماره تماس "
565
+
566
+ #: contact_form.php:821
567
+ #, fuzzy
568
+ msgid "Attachment"
569
+ msgstr "پیوست "
570
+
571
+ #: contact_form.php:835
572
+ #: contact_form.php:838
573
+ #: contact_form.php:841
574
+ msgid "Captcha"
575
+ msgstr ""
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "(powered by bestwebsoft.com)"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:838
584
+ #, fuzzy
585
+ msgid "Activate captcha"
586
+ msgstr "افزونه های فعال"
587
+
588
+ #: contact_form.php:841
589
+ #, fuzzy
590
+ msgid "Download captcha"
591
+ msgstr "دانلود"
592
+
593
+ #: contact_form.php:846
594
+ #, fuzzy
595
+ msgid "Style options"
596
+ msgstr "گزینه های بیشتر"
597
+
598
+ #: contact_form.php:849
599
+ msgid "Text color"
600
+ msgstr ""
601
+
602
+ #: contact_form.php:852
603
+ #: contact_form.php:857
604
+ #: contact_form.php:867
605
+ #: contact_form.php:872
606
+ #: contact_form.php:877
607
+ #: contact_form.php:882
608
+ #: contact_form.php:892
609
+ #: contact_form.php:897
610
+ #: contact_form.php:903
611
+ #: contact_form.php:914
612
+ #: contact_form.php:919
613
+ #: contact_form.php:924
614
+ msgid "Default"
615
+ msgstr ""
616
+
617
+ #: contact_form.php:854
618
+ msgid "Label text color"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:859
622
+ msgid "Placeholder color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:864
626
+ msgid "Errors color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:869
630
+ msgid "Error text color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:874
634
+ msgid "Background color of the input field errors"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:879
638
+ msgid "Border color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:884
642
+ msgid "Placeholder color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:889
646
+ #, fuzzy
647
+ msgid "Input fields"
648
+ msgstr "نمایش متن"
649
+
650
+ #: contact_form.php:894
651
+ msgid "Input fields background color"
652
+ msgstr ""
653
+
654
+ #: contact_form.php:899
655
+ msgid "Text fields color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:901
659
+ msgid "Border width in px, numbers only"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:905
663
+ #: contact_form.php:926
664
+ msgid "Border color"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:910
668
+ #, fuzzy
669
+ msgid "Submit button"
670
+ msgstr "ارسال"
671
+
672
+ #: contact_form.php:912
673
+ msgid "Width in px, numbers only"
674
+ msgstr ""
675
+
676
+ #: contact_form.php:916
677
+ msgid "Button color"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:921
681
+ msgid "Button text color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:937
685
+ #, fuzzy
686
+ msgid "Contact Form Pro | Preview"
687
+ msgstr "فرم ارتباط با مدیریت"
688
+
689
+ #: contact_form.php:940
690
+ msgid "Show with errors"
691
+ msgstr ""
692
+
693
+ #: contact_form.php:1086
694
  msgid "Sorry, email message could not be delivered."
695
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
696
 
697
+ #: contact_form.php:1170
698
  msgid "You can attach the following file formats"
699
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
700
 
701
+ #: contact_form.php:1454
702
  msgid "Contact from"
703
  msgstr "فرم ارتباط با مدیریت"
704
 
705
+ #: contact_form.php:1467
706
  msgid "Email"
707
  msgstr "رایانامه "
708
 
709
+ #: contact_form.php:1481
710
  msgid "Site"
711
  msgstr "سایت"
712
 
713
+ #: contact_form.php:1531
714
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
715
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
716
 
717
+ #: contact_form.php:1582
718
  msgid "FAQ"
719
  msgstr "سئوالات مطرح"
720
 
721
+ #: contact_form.php:1583
722
  msgid "Support"
723
  msgstr "پشتیبانی"
724
 
725
+ #: contact_form.php:1631
726
  msgid "Are you sure that you want to delete this language data?"
727
  msgstr ""
728
 
729
+ #~ msgid "Display Attachment tips"
730
+ #~ msgstr "نمایش توضیحات پیوست"
731
+
732
  #, fuzzy
733
  #~ msgid "Display a phone number field"
734
  #~ msgstr "نمایش فیلد شماره تماس"
languages/contact_form-fi.mo ADDED
Binary file
languages/contact_form-fi.po ADDED
@@ -0,0 +1,739 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: contact_form\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:47+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:47+0300\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Language: ru_RU\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.5\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "Плагины BWS"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
+ msgid "Activated plugins"
27
+ msgstr "Aktivoidut lisäosat"
28
+
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
+ msgid "Read more"
36
+ msgstr "Lue lisää"
37
+
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
+ msgid "Settings"
45
+ msgstr "Asetukset"
46
+
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
+ msgid "Installed plugins"
50
+ msgstr "Asennetut lisäosat"
51
+
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
+ msgid "Recommended plugins"
55
+ msgstr "Suositellut lisäosat"
56
+
57
+ #: contact_form.php:121
58
+ msgid "Purchase"
59
+ msgstr ""
60
+
61
+ #: contact_form.php:126
62
+ #, fuzzy
63
+ msgid "Free plugins"
64
+ msgstr "Suositellut lisäosat"
65
+
66
+ #: contact_form.php:147
67
+ msgid "Download"
68
+ msgstr "Lataa"
69
+
70
+ #: contact_form.php:147
71
+ #, php-format
72
+ msgid "Install %s"
73
+ msgstr "Asenna %s"
74
+
75
+ #: contact_form.php:147
76
+ msgid "Install now from wordpress.org"
77
+ msgstr "Asenna osoitteesta wordpress.org"
78
+
79
+ #: contact_form.php:152
80
+ #, fuzzy
81
+ msgid "If you have any questions, please contact us via"
82
+ msgstr "Jos sinulla on kysyttävää, ota yhteyttä osoitteeseen plugin@bestwebsoft.com tai täytä yhteydenottolomake sivuillamme."
83
+
84
+ #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
+ msgstr "Yhteydenottolomakeasetukset"
88
+
89
+ #: contact_form.php:161
90
+ msgid "Contact Form"
91
+ msgstr "Yhteydenottolomake"
92
+
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Yhteydenottolomakeasetukset"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Yhteydenottolomake"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
+ msgid "Name:"
107
+ msgstr "Nimi:"
108
+
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
+ #, fuzzy
113
+ msgid "Address:"
114
+ msgstr "Sähköposti:"
115
+
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
+ msgid "Email Address:"
120
+ msgstr "Sähköposti:"
121
+
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
+ msgid "Phone number:"
126
+ msgstr "Puhelinnumero:"
127
+
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
+ msgid "Subject:"
132
+ msgstr "Aihe:"
133
+
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
+ msgid "Message:"
138
+ msgstr "Viesti:"
139
+
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
+ msgid "Attachment:"
144
+ msgstr "Liite:"
145
+
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
+ msgid "Send me a copy"
151
+ msgstr "Lähetä minulle kopio"
152
+
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
+ msgid "Submit"
157
+ msgstr "Lähetä"
158
+
159
+ #: contact_form.php:210
160
+ msgid "Your name is required."
161
+ msgstr "Nimikenttä pakollinen."
162
+
163
+ #: contact_form.php:211
164
+ #, fuzzy
165
+ msgid "Address is required."
166
+ msgstr "Anna toimiva sähköpostiosoite."
167
+
168
+ #: contact_form.php:212
169
+ msgid "A valid email address is required."
170
+ msgstr "Anna toimiva sähköpostiosoite."
171
+
172
+ #: contact_form.php:213
173
+ #: contact_form.php:258
174
+ #: contact_form.php:261
175
+ msgid "Phone number is required."
176
+ msgstr "Puhelinnumero pakollinen."
177
+
178
+ #: contact_form.php:214
179
+ #: contact_form.php:257
180
+ #: contact_form.php:260
181
+ msgid "Subject is required."
182
+ msgstr "Aihe pakollinen."
183
+
184
+ #: contact_form.php:215
185
+ #: contact_form.php:256
186
+ #: contact_form.php:259
187
+ msgid "Message text is required."
188
+ msgstr "Viestikenttä pakollinen."
189
+
190
+ #: contact_form.php:216
191
+ msgid "File format is not valid."
192
+ msgstr "Tiedostotyyppi virheellinen."
193
+
194
+ #: contact_form.php:217
195
+ msgid "File upload error."
196
+ msgstr ""
197
+
198
+ #: contact_form.php:218
199
+ msgid "The file could not be uploaded."
200
+ msgstr ""
201
+
202
+ #: contact_form.php:219
203
+ msgid "This file is too large."
204
+ msgstr ""
205
+
206
+ #: contact_form.php:220
207
+ msgid "Please fill out the CAPTCHA."
208
+ msgstr "Täytä CAPTCHA."
209
+
210
+ #: contact_form.php:221
211
+ msgid "Please make corrections below and try again."
212
+ msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
213
+
214
+ #: contact_form.php:223
215
+ msgid "Thank you for contacting us."
216
+ msgstr "Kiitos yhteydenotostanne."
217
+
218
+ #: contact_form.php:482
219
+ msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
220
+ msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
221
+
222
+ #: contact_form.php:491
223
+ msgid "Such user does not exist. Settings are not saved."
224
+ msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
225
+
226
+ #: contact_form.php:496
227
+ #: contact_form.php:502
228
+ msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
229
+ msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
230
+
231
+ #: contact_form.php:507
232
+ msgid "Options saved."
233
+ msgstr "Asetukset tallennettu."
234
+
235
+ #: contact_form.php:527
236
+ msgid "Contact Form Options"
237
+ msgstr "Yhteydenottolomakeasetukset"
238
+
239
+ #: contact_form.php:532
240
+ #: contact_form.php:761
241
+ #, fuzzy
242
+ msgid "Extra settings"
243
+ msgstr "Asetukset"
244
+
245
+ #: contact_form.php:537
246
+ #: contact_form.php:1032
247
+ 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:"
248
+ msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
249
+
250
+ #: contact_form.php:538
251
+ msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
252
+ msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
253
+
254
+ #: contact_form.php:542
255
+ msgid "The user's email address:"
256
+ msgstr "Käyttäjän sähköpostiosoite:"
257
+
258
+ #: contact_form.php:546
259
+ msgid "Create a username"
260
+ msgstr "Luo käyttäjänimi."
261
+
262
+ #: contact_form.php:551
263
+ msgid "Enter a username of the person who should get the messages from the contact form."
264
+ msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
265
+
266
+ #: contact_form.php:555
267
+ msgid "Use this email address:"
268
+ msgstr "Käytä tätä sähköpostiosoitetta:"
269
+
270
+ #: contact_form.php:558
271
+ msgid "Enter the email address you want the messages forwarded to."
272
+ msgstr "Sähköpostiosoite, johon viestit ohjataan."
273
+
274
+ #: contact_form.php:562
275
+ msgid "Additional options"
276
+ msgstr "Lisäasetukset"
277
+
278
+ #: contact_form.php:565
279
+ msgid "What to use?"
280
+ msgstr "Mitä käyttää?"
281
+
282
+ #: contact_form.php:568
283
+ msgid "Wp-mail"
284
+ msgstr "Wp-sähköposti"
285
+
286
+ #: contact_form.php:569
287
+ msgid "You can use the wp_mail function for mailing"
288
+ msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
289
+
290
+ #: contact_form.php:575
291
+ msgid "Mail"
292
+ msgstr "Sähköposti"
293
+
294
+ #: contact_form.php:576
295
+ msgid "To send mail you can use the php mail function"
296
+ msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
297
+
298
+ #: contact_form.php:580
299
+ msgid "Change text of the 'FROM' field"
300
+ msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
301
+
302
+ #: contact_form.php:586
303
+ msgid "Enter the email address in the 'From' field"
304
+ msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
305
+
306
+ #: contact_form.php:588
307
+ msgid "The email address of the user who fills the form will be used in the field 'From'."
308
+ msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
309
+
310
+ #: contact_form.php:590
311
+ msgid "This email address will be used in the 'From' field."
312
+ msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
313
+
314
+ #: contact_form.php:594
315
+ #, fuzzy
316
+ msgid "Display fields"
317
+ msgstr "Näytä teksti"
318
+
319
+ #: contact_form.php:596
320
+ #: contact_form.php:607
321
+ #: contact_form.php:797
322
+ #: contact_form.php:1464
323
+ #, fuzzy
324
+ msgid "Address"
325
+ msgstr "Sähköposti"
326
+
327
+ #: contact_form.php:597
328
+ #: contact_form.php:609
329
+ #: contact_form.php:1472
330
+ msgid "Phone"
331
+ msgstr "Puhelinnumero"
332
+
333
+ #: contact_form.php:598
334
+ #, fuzzy
335
+ msgid "Attachment block"
336
+ msgstr "Näytä liitelaatikko."
337
+
338
+ #: contact_form.php:598
339
+ msgid "Users can attach the following file formats"
340
+ msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
341
+
342
+ #: contact_form.php:599
343
+ #, fuzzy
344
+ msgid "Tips below the Attachment block"
345
+ msgstr "Näytä liitelaatikon allaolevat vinkit."
346
+
347
+ #: contact_form.php:600
348
+ #, fuzzy
349
+ msgid "Send me a copy block"
350
+ msgstr "Näytä Lähetä minulle kopio- laatikko"
351
+
352
+ #: contact_form.php:604
353
+ msgid "Required fields"
354
+ msgstr "Vaaditut kentät"
355
+
356
+ #: contact_form.php:606
357
+ #: contact_form.php:792
358
+ #: contact_form.php:1459
359
+ msgid "Name"
360
+ msgstr "Nimi"
361
+
362
+ #: contact_form.php:608
363
+ msgid "Email Address"
364
+ msgstr "Sähköposti"
365
+
366
+ #: contact_form.php:610
367
+ #: contact_form.php:812
368
+ #: contact_form.php:1475
369
+ msgid "Subject"
370
+ msgstr "Aihe"
371
+
372
+ #: contact_form.php:611
373
+ #: contact_form.php:816
374
+ #: contact_form.php:1478
375
+ msgid "Message"
376
+ msgstr "Viesti"
377
+
378
+ #: contact_form.php:615
379
+ msgid "Display additional info in the email"
380
+ msgstr "Näytä lisätietoa sähköpostissa"
381
+
382
+ #: contact_form.php:620
383
+ #: contact_form.php:1431
384
+ msgid "Sent from (ip address)"
385
+ msgstr "Lähetetty osoitteesta (ip-osoite)"
386
+
387
+ #: contact_form.php:621
388
+ #: contact_form.php:1436
389
+ msgid "Date/Time"
390
+ msgstr "Päivä/Aika"
391
+
392
+ #: contact_form.php:622
393
+ #: contact_form.php:1441
394
+ msgid "Sent from (referer)"
395
+ msgstr "Lähetetty (referer)"
396
+
397
+ #: contact_form.php:623
398
+ #: contact_form.php:1446
399
+ msgid "Using (user agent)"
400
+ msgstr "Käytetään (user agent)"
401
+
402
+ #: contact_form.php:627
403
+ msgid "Language settings for the field names in the form"
404
+ msgstr "Kieliasetukset kenttien nimille lomakkeessa"
405
+
406
+ #: contact_form.php:636
407
+ msgid "Add a language"
408
+ msgstr "Lisää kieli"
409
+
410
+ #: contact_form.php:640
411
+ msgid "Change the names of the contact form fields and error messages"
412
+ msgstr ""
413
+
414
+ #: contact_form.php:645
415
+ #: contact_form.php:716
416
+ msgid "English"
417
+ msgstr "Englanti"
418
+
419
+ #: contact_form.php:664
420
+ #: contact_form.php:693
421
+ msgid "Error message for the Name field"
422
+ msgstr "Virheilmoitus nimikentälle"
423
+
424
+ #: contact_form.php:665
425
+ #: contact_form.php:694
426
+ #, fuzzy
427
+ msgid "Error message for the Address field"
428
+ msgstr "Virheilmoitus viestikentälle"
429
+
430
+ #: contact_form.php:666
431
+ #: contact_form.php:695
432
+ msgid "Error message for the Email field"
433
+ msgstr "Virheilmoitus sähköpostikentälle"
434
+
435
+ #: contact_form.php:667
436
+ #: contact_form.php:696
437
+ msgid "Error message for the Phone field"
438
+ msgstr "Virheilmoitus puhelinnumerokentälle"
439
+
440
+ #: contact_form.php:668
441
+ #: contact_form.php:697
442
+ msgid "Error message for the Subject field"
443
+ msgstr "Virheilmoitus aihekentälle"
444
+
445
+ #: contact_form.php:669
446
+ #: contact_form.php:698
447
+ msgid "Error message for the Message field"
448
+ msgstr "Virheilmoitus viestikentälle"
449
+
450
+ #: contact_form.php:670
451
+ #: contact_form.php:699
452
+ #, fuzzy
453
+ msgid "Error message about the file type for the Attachment field"
454
+ msgstr "Virheilmoitus liitekentälle"
455
+
456
+ #: contact_form.php:671
457
+ #: contact_form.php:700
458
+ #, fuzzy
459
+ msgid "Error message while uploading a file for the Attachment field to the server"
460
+ msgstr "Virheilmoitus liitekentälle"
461
+
462
+ #: contact_form.php:672
463
+ #: contact_form.php:701
464
+ #, fuzzy
465
+ msgid "Error message while moving the file for the Attachment field"
466
+ msgstr "Virheilmoitus liitekentälle"
467
+
468
+ #: contact_form.php:673
469
+ #: contact_form.php:702
470
+ #, fuzzy
471
+ msgid "Error message when file size limit for the Attachment field is exceeded"
472
+ msgstr "Virheilmoitus liitekentälle"
473
+
474
+ #: contact_form.php:674
475
+ #: contact_form.php:703
476
+ msgid "Error message for the Captcha field"
477
+ msgstr "Virheilmoitus CAPTCHA:lle"
478
+
479
+ #: contact_form.php:675
480
+ #: contact_form.php:704
481
+ msgid "Error message for the whole form"
482
+ msgstr "Virheilmoitus koko lomakkeelle"
483
+
484
+ #: contact_form.php:677
485
+ #: contact_form.php:706
486
+ #: contact_form.php:725
487
+ #: contact_form.php:731
488
+ msgid "Use shortcode"
489
+ msgstr "Käytä shortcodea"
490
+
491
+ #: contact_form.php:677
492
+ #: contact_form.php:706
493
+ #: contact_form.php:725
494
+ #: contact_form.php:731
495
+ msgid "for this language"
496
+ msgstr "tälle kielelle"
497
+
498
+ #: contact_form.php:713
499
+ msgid "Action after email is sent"
500
+ msgstr "Toiminta sähköpostin lähetyksen jälkeen"
501
+
502
+ #: contact_form.php:715
503
+ msgid "Display text"
504
+ msgstr "Näytä teksti"
505
+
506
+ #: contact_form.php:724
507
+ #: contact_form.php:730
508
+ msgid "Text"
509
+ msgstr "Teksti"
510
+
511
+ #: contact_form.php:737
512
+ msgid "Redirect to the page"
513
+ msgstr "Ohjaa sivulle"
514
+
515
+ #: contact_form.php:738
516
+ msgid "Url"
517
+ msgstr "Url"
518
+
519
+ #: contact_form.php:743
520
+ #: contact_form.php:933
521
+ msgid "Save Changes"
522
+ msgstr "Tallenna muutokset"
523
+
524
+ #: contact_form.php:758
525
+ #, fuzzy
526
+ msgid "Contact Form Pro | Extra Settings"
527
+ msgstr "Yhteydenottolomakeasetukset"
528
+
529
+ #: contact_form.php:772
530
+ msgid "Errors output"
531
+ msgstr ""
532
+
533
+ #: contact_form.php:775
534
+ msgid "Display error messages"
535
+ msgstr ""
536
+
537
+ #: contact_form.php:776
538
+ msgid "Color of the input field errors."
539
+ msgstr ""
540
+
541
+ #: contact_form.php:777
542
+ #, fuzzy
543
+ msgid "Display error messages & color of the input field errors"
544
+ msgstr "Virheilmoitus aihekentälle"
545
+
546
+ #: contact_form.php:782
547
+ msgid "Add placeholder to the input blocks"
548
+ msgstr ""
549
+
550
+ #: contact_form.php:788
551
+ #, fuzzy
552
+ msgid "Add tooltips"
553
+ msgstr "Lisäasetukset"
554
+
555
+ #: contact_form.php:802
556
+ #, fuzzy
557
+ msgid "Email address"
558
+ msgstr "Sähköposti"
559
+
560
+ #: contact_form.php:807
561
+ #, fuzzy
562
+ msgid "Phone Number"
563
+ msgstr "Puhelinnumero:"
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Liite:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Aktivoidut lisäosat"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Lataa"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Lisäasetukset"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ msgid "Input fields"
646
+ msgstr ""
647
+
648
+ #: contact_form.php:894
649
+ msgid "Input fields background color"
650
+ msgstr ""
651
+
652
+ #: contact_form.php:899
653
+ msgid "Text fields color"
654
+ msgstr ""
655
+
656
+ #: contact_form.php:901
657
+ msgid "Border width in px, numbers only"
658
+ msgstr ""
659
+
660
+ #: contact_form.php:905
661
+ #: contact_form.php:926
662
+ msgid "Border color"
663
+ msgstr ""
664
+
665
+ #: contact_form.php:910
666
+ #, fuzzy
667
+ msgid "Submit button"
668
+ msgstr "Lähetä"
669
+
670
+ #: contact_form.php:912
671
+ msgid "Width in px, numbers only"
672
+ msgstr ""
673
+
674
+ #: contact_form.php:916
675
+ msgid "Button color"
676
+ msgstr ""
677
+
678
+ #: contact_form.php:921
679
+ msgid "Button text color"
680
+ msgstr ""
681
+
682
+ #: contact_form.php:937
683
+ #, fuzzy
684
+ msgid "Contact Form Pro | Preview"
685
+ msgstr "Yhteydenottolomake"
686
+
687
+ #: contact_form.php:940
688
+ msgid "Show with errors"
689
+ msgstr ""
690
+
691
+ #: contact_form.php:1086
692
+ msgid "Sorry, email message could not be delivered."
693
+ msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
694
+
695
+ #: contact_form.php:1170
696
+ msgid "You can attach the following file formats"
697
+ msgstr "Voit liittää seuraavia tiedostomuotoja"
698
+
699
+ #: contact_form.php:1454
700
+ msgid "Contact from"
701
+ msgstr "Yhteydenottolomake"
702
+
703
+ #: contact_form.php:1467
704
+ msgid "Email"
705
+ msgstr "Sähköposti"
706
+
707
+ #: contact_form.php:1481
708
+ msgid "Site"
709
+ msgstr "Sivu"
710
+
711
+ #: contact_form.php:1531
712
+ msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
713
+ msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
714
+
715
+ #: contact_form.php:1582
716
+ msgid "FAQ"
717
+ msgstr "FAQ"
718
+
719
+ #: contact_form.php:1583
720
+ msgid "Support"
721
+ msgstr "Tuki"
722
+
723
+ #: contact_form.php:1631
724
+ msgid "Are you sure that you want to delete this language data?"
725
+ msgstr "Oletko varma että haluat poistaa kielitiedot?"
726
+
727
+ #~ msgid "Display Attachment tips"
728
+ #~ msgstr "Näytä liittämisvinkit."
729
+ #~ msgid "Display a phone number field"
730
+ #~ msgstr "Näytä puhelinnumerokenttä."
731
+ #~ msgid "Please enter a valid email address. Settings are not saved."
732
+ #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
733
+ #~ msgid "E-Mail Address"
734
+ #~ msgstr "E-postadress"
735
+ #~ msgid "E-Mail Addresse:"
736
+ #~ msgstr "E-mail адрес:"
737
+ #~ msgid "Install Now"
738
+ #~ msgstr "Установить сейчас"
739
+
languages/contact_form-fr_FR.mo CHANGED
Binary file
languages/contact_form-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 15:57+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -38,8 +38,10 @@ msgstr "Lire la suite"
38
 
39
  #: contact_form.php:105
40
  #: contact_form.php:131
41
- #: contact_form.php:1286
42
- #: contact_form.php:1295
 
 
43
  msgid "Settings"
44
  msgstr "Réglages"
45
 
@@ -80,447 +82,642 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Si vous avez des questions, merci de contacter via "
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Options du Formulaire de Contact"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formulaire de Contact"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Nom:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  msgid "Address:"
101
  msgstr "Adresse :"
102
 
103
- #: contact_form.php:202
104
- #: contact_form.php:664
105
- #: contact_form.php:690
106
  msgid "Email Address:"
107
  msgstr "Adresse e-mail:"
108
 
109
- #: contact_form.php:203
110
- #: contact_form.php:665
111
- #: contact_form.php:691
112
  msgid "Phone number:"
113
  msgstr "Téléphone:"
114
 
115
- #: contact_form.php:204
116
- #: contact_form.php:666
117
- #: contact_form.php:692
118
  msgid "Subject:"
119
  msgstr "Sujet:"
120
 
121
- #: contact_form.php:205
122
- #: contact_form.php:667
123
- #: contact_form.php:693
124
  msgid "Message:"
125
  msgstr "Message:"
126
 
127
- #: contact_form.php:206
128
- #: contact_form.php:668
129
- #: contact_form.php:694
130
  msgid "Attachment:"
131
  msgstr "Pièce-jointe:"
132
 
133
- #: contact_form.php:207
134
- #: contact_form.php:262
135
- #: contact_form.php:669
136
- #: contact_form.php:695
137
  msgid "Send me a copy"
138
  msgstr "M'envoyer une copie"
139
 
140
- #: contact_form.php:208
141
- #: contact_form.php:670
142
- #: contact_form.php:696
143
  msgid "Submit"
144
  msgstr "Envoyer"
145
 
146
- #: contact_form.php:209
147
  msgid "Your name is required."
148
  msgstr "Un nom est obligatoire."
149
 
150
- #: contact_form.php:210
151
  msgid "Address is required."
152
  msgstr "Une adresse est obligatoire."
153
 
154
- #: contact_form.php:211
155
  msgid "A valid email address is required."
156
  msgstr "Une adresse e-mail valide est obligatoire."
157
 
158
- #: contact_form.php:212
159
- #: contact_form.php:257
160
- #: contact_form.php:260
161
  msgid "Phone number is required."
162
  msgstr "Le numéro de téléphone est obligatoire."
163
 
164
- #: contact_form.php:213
165
- #: contact_form.php:256
166
- #: contact_form.php:259
167
  msgid "Subject is required."
168
  msgstr "Sujet obligatoire."
169
 
170
- #: contact_form.php:214
171
- #: contact_form.php:255
172
- #: contact_form.php:258
173
  msgid "Message text is required."
174
  msgstr "Un message est obligatoire."
175
 
176
- #: contact_form.php:215
177
  msgid "File format is not valid."
178
  msgstr "La pièce-jointe n'est pas valide."
179
 
180
- #: contact_form.php:216
181
  msgid "File upload error."
182
  msgstr "Erreur de chargement du fichier."
183
 
184
- #: contact_form.php:217
185
  msgid "The file could not be uploaded."
186
  msgstr "Le fichier n'a pas pu être envoyé."
187
 
188
- #: contact_form.php:218
189
  msgid "This file is too large."
190
  msgstr "Le fichier est trop volumineux."
191
 
192
- #: contact_form.php:219
193
  msgid "Please fill out the CAPTCHA."
194
  msgstr "Merci de compléter le CAPTCHA."
195
 
196
- #: contact_form.php:220
197
  msgid "Please make corrections below and try again."
198
  msgstr "Merci de faire les corrections suivantes et de réessayer."
199
 
200
- #: contact_form.php:222
201
  msgid "Thank you for contacting us."
202
  msgstr "Merci de nous avoir contacté."
203
 
204
- #: contact_form.php:481
205
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
206
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
207
 
208
- #: contact_form.php:490
209
  msgid "Such user does not exist. Settings are not saved."
210
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
211
 
212
- #: contact_form.php:495
213
- #: contact_form.php:501
214
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
215
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
216
 
217
- #: contact_form.php:506
218
  msgid "Options saved."
219
  msgstr "Options sauvegardées."
220
 
221
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
222
  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:"
223
  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:"
224
 
225
- #: contact_form.php:532
226
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
227
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
228
 
229
- #: contact_form.php:536
230
  msgid "The user's email address:"
231
  msgstr "Utiliser l'e-mail du compte wordpress:"
232
 
233
- #: contact_form.php:540
234
  msgid "Create a username"
235
  msgstr "Choisir un nom d'utilisateur"
236
 
237
- #: contact_form.php:545
238
  msgid "Enter a username of the person who should get the messages from the contact form."
239
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
240
 
241
- #: contact_form.php:549
242
  msgid "Use this email address:"
243
  msgstr "Utiliser cette adresse e-mail:"
244
 
245
- #: contact_form.php:552
246
  msgid "Enter the email address you want the messages forwarded to."
247
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
248
 
249
- #: contact_form.php:556
250
  msgid "Additional options"
251
  msgstr "Options supplémentaires"
252
 
253
- #: contact_form.php:559
254
- msgid "Display Attachment block"
255
- msgstr "Afficher le bloc pièce-jointe"
256
-
257
- #: contact_form.php:561
258
- msgid "Users can attach the following file formats"
259
- msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
260
-
261
  #: contact_form.php:565
262
- msgid "Display Attachment tips"
263
- msgstr "Afficher les explications sur les pièces jointes"
264
-
265
- #: contact_form.php:567
266
- msgid "Display tips below the Attachment block"
267
- msgstr "Afficher les explications après le bloc des pièces jointes"
268
-
269
- #: contact_form.php:571
270
- msgid "Display Send me a copy block"
271
- msgstr "Afficher \"M'envoyer une copie\" "
272
-
273
- #: contact_form.php:577
274
  msgid "What to use?"
275
  msgstr "Quel utilisation?"
276
 
277
- #: contact_form.php:580
278
  msgid "Wp-mail"
279
  msgstr "Wp-mail"
280
 
281
- #: contact_form.php:581
282
  msgid "You can use the wp_mail function for mailing"
283
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
284
 
285
- #: contact_form.php:587
286
  msgid "Mail"
287
  msgstr "E-mail"
288
 
289
- #: contact_form.php:588
290
  msgid "To send mail you can use the php mail function"
291
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
292
 
293
- #: contact_form.php:592
294
  msgid "Change text of the 'FROM' field"
295
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
296
 
297
- #: contact_form.php:598
298
  msgid "Enter the email address in the 'From' field"
299
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
300
 
301
- #: contact_form.php:600
302
  msgid "The email address of the user who fills the form will be used in the field 'From'."
303
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
304
 
305
- #: contact_form.php:602
306
  msgid "This email address will be used in the 'From' field."
307
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
308
 
309
- #: contact_form.php:606
310
  msgid "Display fields"
311
  msgstr "Afficher le texte"
312
 
313
- #: contact_form.php:608
314
- #: contact_form.php:616
315
- #: contact_form.php:1175
 
316
  msgid "Address"
317
  msgstr "Adresse"
318
 
 
319
  #: contact_form.php:609
320
- #: contact_form.php:618
321
- #: contact_form.php:1183
322
  msgid "Phone"
323
  msgstr "Téléphone"
324
 
325
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  msgid "Required fields"
327
  msgstr "Champ obligatoire"
328
 
329
- #: contact_form.php:615
330
- #: contact_form.php:1170
 
331
  msgid "Name"
332
  msgstr "Nom"
333
 
334
- #: contact_form.php:617
335
  msgid "Email Address"
336
  msgstr "Adresse e-mail"
337
 
338
- #: contact_form.php:619
339
- #: contact_form.php:1186
 
340
  msgid "Subject"
341
  msgstr "Sujet"
342
 
343
- #: contact_form.php:620
344
- #: contact_form.php:1189
 
345
  msgid "Message"
346
  msgstr "Message"
347
 
348
- #: contact_form.php:624
349
  msgid "Display additional info in the email"
350
  msgstr "Afficher les informations complémentaires dans le courriel"
351
 
352
- #: contact_form.php:629
353
- #: contact_form.php:1142
354
  msgid "Sent from (ip address)"
355
  msgstr "Envoyé de (adresse IP)"
356
 
357
- #: contact_form.php:630
358
- #: contact_form.php:1147
359
  msgid "Date/Time"
360
  msgstr "Date/Heure"
361
 
362
- #: contact_form.php:631
363
- #: contact_form.php:1152
364
  msgid "Sent from (referer)"
365
  msgstr "Envoyer de (référence)"
366
 
367
- #: contact_form.php:632
368
- #: contact_form.php:1157
369
  msgid "Using (user agent)"
370
  msgstr "Depuis (navigateur)"
371
 
372
- #: contact_form.php:636
373
  msgid "Language settings for the field names in the form"
374
  msgstr "Définition des langues pour les titres des champs"
375
 
376
- #: contact_form.php:645
377
  msgid "Add a language"
378
  msgstr "Ajouter une langue"
379
 
380
- #: contact_form.php:649
381
  msgid "Change the names of the contact form fields and error messages"
382
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
383
 
384
- #: contact_form.php:654
385
- #: contact_form.php:719
386
  msgid "English"
387
  msgstr "Anglais"
388
 
389
- #: contact_form.php:671
390
- #: contact_form.php:697
391
  msgid "Error message for the Name field"
392
  msgstr "Message d'erreur pour le champ nom"
393
 
394
- #: contact_form.php:672
395
- #: contact_form.php:698
396
  msgid "Error message for the Address field"
397
  msgstr "Message d'erreur pour le champ Adresse"
398
 
399
- #: contact_form.php:673
400
- #: contact_form.php:699
401
  msgid "Error message for the Email field"
402
  msgstr "Message d'erreur pour le champ e-mail"
403
 
404
- #: contact_form.php:674
405
- #: contact_form.php:700
406
  msgid "Error message for the Phone field"
407
  msgstr "Message d'erreur pour le champ téléphone"
408
 
409
- #: contact_form.php:675
410
- #: contact_form.php:701
411
  msgid "Error message for the Subject field"
412
  msgstr "Message d'erreur pour le champ sujet"
413
 
414
- #: contact_form.php:676
415
- #: contact_form.php:702
416
  msgid "Error message for the Message field"
417
  msgstr "Message d'erreur pour le champ message"
418
 
419
- #: contact_form.php:677
420
- #: contact_form.php:703
421
  msgid "Error message about the file type for the Attachment field"
422
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
423
 
424
- #: contact_form.php:678
425
- #: contact_form.php:704
426
  msgid "Error message while uploading a file for the Attachment field to the server"
427
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
428
 
429
- #: contact_form.php:679
430
- #: contact_form.php:705
431
  msgid "Error message while moving the file for the Attachment field"
432
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
433
 
434
- #: contact_form.php:680
435
- #: contact_form.php:706
436
  msgid "Error message when file size limit for the Attachment field is exceeded"
437
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
438
 
439
- #: contact_form.php:681
440
- #: contact_form.php:707
441
  msgid "Error message for the Captcha field"
442
  msgstr "Message d'erreur pour le captcha"
443
 
444
- #: contact_form.php:682
445
- #: contact_form.php:708
446
  msgid "Error message for the whole form"
447
  msgstr "Message d'erreur demandant à compléter les champs manquants"
448
 
449
- #: contact_form.php:683
450
- #: contact_form.php:709
451
- #: contact_form.php:728
452
- #: contact_form.php:734
453
  msgid "Use shortcode"
454
  msgstr "Utiliser le code court"
455
 
456
- #: contact_form.php:683
457
- #: contact_form.php:709
458
- #: contact_form.php:728
459
- #: contact_form.php:734
460
  msgid "for this language"
461
  msgstr "pour cette langue"
462
 
463
- #: contact_form.php:716
464
  msgid "Action after email is sent"
465
  msgstr "Action après l'envoie de l'e-mail"
466
 
467
- #: contact_form.php:718
468
  msgid "Display text"
469
  msgstr "Afficher le texte"
470
 
471
- #: contact_form.php:727
472
- #: contact_form.php:733
473
  msgid "Text"
474
  msgstr "Texte"
475
 
476
- #: contact_form.php:740
477
  msgid "Redirect to the page"
478
  msgstr "Rediriger vers la page"
479
 
480
- #: contact_form.php:741
481
  msgid "Url"
482
  msgstr "Url"
483
 
484
- #: contact_form.php:746
 
485
  msgid "Save Changes"
486
  msgstr "Sauvegarder les modifications"
487
 
488
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  msgid "Sorry, email message could not be delivered."
490
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
491
 
492
- #: contact_form.php:879
493
  msgid "You can attach the following file formats"
494
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
495
 
496
- #: contact_form.php:1165
497
  msgid "Contact from"
498
  msgstr "Contact de"
499
 
500
- #: contact_form.php:1178
501
  msgid "Email"
502
  msgstr "E-mail"
503
 
504
- #: contact_form.php:1192
505
  msgid "Site"
506
  msgstr "Site"
507
 
508
- #: contact_form.php:1243
509
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
510
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
511
 
512
- #: contact_form.php:1296
513
  msgid "FAQ"
514
  msgstr "FAQ"
515
 
516
- #: contact_form.php:1297
517
  msgid "Support"
518
  msgstr "Support"
519
 
520
- #: contact_form.php:1345
521
  msgid "Are you sure that you want to delete this language data?"
522
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
523
 
 
 
524
  #~ msgid "Display a phone number field"
525
  #~ msgstr "Afficher le champ téléphone"
526
  #~ msgid "Please enter a valid email address. Settings are not saved."
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
38
 
39
  #: contact_form.php:105
40
  #: contact_form.php:131
41
+ #: contact_form.php:531
42
+ #: contact_form.php:760
43
+ #: contact_form.php:1572
44
+ #: contact_form.php:1581
45
  msgid "Settings"
46
  msgstr "Réglages"
47
 
82
  msgstr "Si vous avez des questions, merci de contacter via "
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Options du Formulaire de Contact"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Formulaire de Contact"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Options du Formulaire de Contact"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Formulaire de Contact"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Nom:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  msgid "Address:"
113
  msgstr "Adresse :"
114
 
115
+ #: contact_form.php:203
116
+ #: contact_form.php:657
117
+ #: contact_form.php:686
118
  msgid "Email Address:"
119
  msgstr "Adresse e-mail:"
120
 
121
+ #: contact_form.php:204
122
+ #: contact_form.php:658
123
+ #: contact_form.php:687
124
  msgid "Phone number:"
125
  msgstr "Téléphone:"
126
 
127
+ #: contact_form.php:205
128
+ #: contact_form.php:659
129
+ #: contact_form.php:688
130
  msgid "Subject:"
131
  msgstr "Sujet:"
132
 
133
+ #: contact_form.php:206
134
+ #: contact_form.php:660
135
+ #: contact_form.php:689
136
  msgid "Message:"
137
  msgstr "Message:"
138
 
139
+ #: contact_form.php:207
140
+ #: contact_form.php:661
141
+ #: contact_form.php:690
142
  msgid "Attachment:"
143
  msgstr "Pièce-jointe:"
144
 
145
+ #: contact_form.php:208
146
+ #: contact_form.php:263
147
+ #: contact_form.php:662
148
+ #: contact_form.php:691
149
  msgid "Send me a copy"
150
  msgstr "M'envoyer une copie"
151
 
152
+ #: contact_form.php:209
153
+ #: contact_form.php:663
154
+ #: contact_form.php:692
155
  msgid "Submit"
156
  msgstr "Envoyer"
157
 
158
+ #: contact_form.php:210
159
  msgid "Your name is required."
160
  msgstr "Un nom est obligatoire."
161
 
162
+ #: contact_form.php:211
163
  msgid "Address is required."
164
  msgstr "Une adresse est obligatoire."
165
 
166
+ #: contact_form.php:212
167
  msgid "A valid email address is required."
168
  msgstr "Une adresse e-mail valide est obligatoire."
169
 
170
+ #: contact_form.php:213
171
+ #: contact_form.php:258
172
+ #: contact_form.php:261
173
  msgid "Phone number is required."
174
  msgstr "Le numéro de téléphone est obligatoire."
175
 
176
+ #: contact_form.php:214
177
+ #: contact_form.php:257
178
+ #: contact_form.php:260
179
  msgid "Subject is required."
180
  msgstr "Sujet obligatoire."
181
 
182
+ #: contact_form.php:215
183
+ #: contact_form.php:256
184
+ #: contact_form.php:259
185
  msgid "Message text is required."
186
  msgstr "Un message est obligatoire."
187
 
188
+ #: contact_form.php:216
189
  msgid "File format is not valid."
190
  msgstr "La pièce-jointe n'est pas valide."
191
 
192
+ #: contact_form.php:217
193
  msgid "File upload error."
194
  msgstr "Erreur de chargement du fichier."
195
 
196
+ #: contact_form.php:218
197
  msgid "The file could not be uploaded."
198
  msgstr "Le fichier n'a pas pu être envoyé."
199
 
200
+ #: contact_form.php:219
201
  msgid "This file is too large."
202
  msgstr "Le fichier est trop volumineux."
203
 
204
+ #: contact_form.php:220
205
  msgid "Please fill out the CAPTCHA."
206
  msgstr "Merci de compléter le CAPTCHA."
207
 
208
+ #: contact_form.php:221
209
  msgid "Please make corrections below and try again."
210
  msgstr "Merci de faire les corrections suivantes et de réessayer."
211
 
212
+ #: contact_form.php:223
213
  msgid "Thank you for contacting us."
214
  msgstr "Merci de nous avoir contacté."
215
 
216
+ #: contact_form.php:482
217
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
218
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
219
 
220
+ #: contact_form.php:491
221
  msgid "Such user does not exist. Settings are not saved."
222
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
223
 
224
+ #: contact_form.php:496
225
+ #: contact_form.php:502
226
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
227
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
228
 
229
+ #: contact_form.php:507
230
  msgid "Options saved."
231
  msgstr "Options sauvegardées."
232
 
233
+ #: contact_form.php:527
234
+ msgid "Contact Form Options"
235
+ msgstr "Options du Formulaire de Contact"
236
+
237
+ #: contact_form.php:532
238
+ #: contact_form.php:761
239
+ #, fuzzy
240
+ msgid "Extra settings"
241
+ msgstr "Réglages"
242
+
243
+ #: contact_form.php:537
244
+ #: contact_form.php:1032
245
  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:"
246
  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:"
247
 
248
+ #: contact_form.php:538
249
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
250
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
251
 
252
+ #: contact_form.php:542
253
  msgid "The user's email address:"
254
  msgstr "Utiliser l'e-mail du compte wordpress:"
255
 
256
+ #: contact_form.php:546
257
  msgid "Create a username"
258
  msgstr "Choisir un nom d'utilisateur"
259
 
260
+ #: contact_form.php:551
261
  msgid "Enter a username of the person who should get the messages from the contact form."
262
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
263
 
264
+ #: contact_form.php:555
265
  msgid "Use this email address:"
266
  msgstr "Utiliser cette adresse e-mail:"
267
 
268
+ #: contact_form.php:558
269
  msgid "Enter the email address you want the messages forwarded to."
270
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
271
 
272
+ #: contact_form.php:562
273
  msgid "Additional options"
274
  msgstr "Options supplémentaires"
275
 
 
 
 
 
 
 
 
 
276
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
277
  msgid "What to use?"
278
  msgstr "Quel utilisation?"
279
 
280
+ #: contact_form.php:568
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
+ #: contact_form.php:569
285
  msgid "You can use the wp_mail function for mailing"
286
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
287
 
288
+ #: contact_form.php:575
289
  msgid "Mail"
290
  msgstr "E-mail"
291
 
292
+ #: contact_form.php:576
293
  msgid "To send mail you can use the php mail function"
294
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
295
 
296
+ #: contact_form.php:580
297
  msgid "Change text of the 'FROM' field"
298
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
299
 
300
+ #: contact_form.php:586
301
  msgid "Enter the email address in the 'From' field"
302
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
303
 
304
+ #: contact_form.php:588
305
  msgid "The email address of the user who fills the form will be used in the field 'From'."
306
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
307
 
308
+ #: contact_form.php:590
309
  msgid "This email address will be used in the 'From' field."
310
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
311
 
312
+ #: contact_form.php:594
313
  msgid "Display fields"
314
  msgstr "Afficher le texte"
315
 
316
+ #: contact_form.php:596
317
+ #: contact_form.php:607
318
+ #: contact_form.php:797
319
+ #: contact_form.php:1464
320
  msgid "Address"
321
  msgstr "Adresse"
322
 
323
+ #: contact_form.php:597
324
  #: contact_form.php:609
325
+ #: contact_form.php:1472
 
326
  msgid "Phone"
327
  msgstr "Téléphone"
328
 
329
+ #: contact_form.php:598
330
+ #, fuzzy
331
+ msgid "Attachment block"
332
+ msgstr "Afficher le bloc pièce-jointe"
333
+
334
+ #: contact_form.php:598
335
+ msgid "Users can attach the following file formats"
336
+ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
337
+
338
+ #: contact_form.php:599
339
+ #, fuzzy
340
+ msgid "Tips below the Attachment block"
341
+ msgstr "Afficher les explications après le bloc des pièces jointes"
342
+
343
+ #: contact_form.php:600
344
+ #, fuzzy
345
+ msgid "Send me a copy block"
346
+ msgstr "Afficher \"M'envoyer une copie\" "
347
+
348
+ #: contact_form.php:604
349
  msgid "Required fields"
350
  msgstr "Champ obligatoire"
351
 
352
+ #: contact_form.php:606
353
+ #: contact_form.php:792
354
+ #: contact_form.php:1459
355
  msgid "Name"
356
  msgstr "Nom"
357
 
358
+ #: contact_form.php:608
359
  msgid "Email Address"
360
  msgstr "Adresse e-mail"
361
 
362
+ #: contact_form.php:610
363
+ #: contact_form.php:812
364
+ #: contact_form.php:1475
365
  msgid "Subject"
366
  msgstr "Sujet"
367
 
368
+ #: contact_form.php:611
369
+ #: contact_form.php:816
370
+ #: contact_form.php:1478
371
  msgid "Message"
372
  msgstr "Message"
373
 
374
+ #: contact_form.php:615
375
  msgid "Display additional info in the email"
376
  msgstr "Afficher les informations complémentaires dans le courriel"
377
 
378
+ #: contact_form.php:620
379
+ #: contact_form.php:1431
380
  msgid "Sent from (ip address)"
381
  msgstr "Envoyé de (adresse IP)"
382
 
383
+ #: contact_form.php:621
384
+ #: contact_form.php:1436
385
  msgid "Date/Time"
386
  msgstr "Date/Heure"
387
 
388
+ #: contact_form.php:622
389
+ #: contact_form.php:1441
390
  msgid "Sent from (referer)"
391
  msgstr "Envoyer de (référence)"
392
 
393
+ #: contact_form.php:623
394
+ #: contact_form.php:1446
395
  msgid "Using (user agent)"
396
  msgstr "Depuis (navigateur)"
397
 
398
+ #: contact_form.php:627
399
  msgid "Language settings for the field names in the form"
400
  msgstr "Définition des langues pour les titres des champs"
401
 
402
+ #: contact_form.php:636
403
  msgid "Add a language"
404
  msgstr "Ajouter une langue"
405
 
406
+ #: contact_form.php:640
407
  msgid "Change the names of the contact form fields and error messages"
408
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
409
 
410
+ #: contact_form.php:645
411
+ #: contact_form.php:716
412
  msgid "English"
413
  msgstr "Anglais"
414
 
415
+ #: contact_form.php:664
416
+ #: contact_form.php:693
417
  msgid "Error message for the Name field"
418
  msgstr "Message d'erreur pour le champ nom"
419
 
420
+ #: contact_form.php:665
421
+ #: contact_form.php:694
422
  msgid "Error message for the Address field"
423
  msgstr "Message d'erreur pour le champ Adresse"
424
 
425
+ #: contact_form.php:666
426
+ #: contact_form.php:695
427
  msgid "Error message for the Email field"
428
  msgstr "Message d'erreur pour le champ e-mail"
429
 
430
+ #: contact_form.php:667
431
+ #: contact_form.php:696
432
  msgid "Error message for the Phone field"
433
  msgstr "Message d'erreur pour le champ téléphone"
434
 
435
+ #: contact_form.php:668
436
+ #: contact_form.php:697
437
  msgid "Error message for the Subject field"
438
  msgstr "Message d'erreur pour le champ sujet"
439
 
440
+ #: contact_form.php:669
441
+ #: contact_form.php:698
442
  msgid "Error message for the Message field"
443
  msgstr "Message d'erreur pour le champ message"
444
 
445
+ #: contact_form.php:670
446
+ #: contact_form.php:699
447
  msgid "Error message about the file type for the Attachment field"
448
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
449
 
450
+ #: contact_form.php:671
451
+ #: contact_form.php:700
452
  msgid "Error message while uploading a file for the Attachment field to the server"
453
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
454
 
455
+ #: contact_form.php:672
456
+ #: contact_form.php:701
457
  msgid "Error message while moving the file for the Attachment field"
458
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
459
 
460
+ #: contact_form.php:673
461
+ #: contact_form.php:702
462
  msgid "Error message when file size limit for the Attachment field is exceeded"
463
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
464
 
465
+ #: contact_form.php:674
466
+ #: contact_form.php:703
467
  msgid "Error message for the Captcha field"
468
  msgstr "Message d'erreur pour le captcha"
469
 
470
+ #: contact_form.php:675
471
+ #: contact_form.php:704
472
  msgid "Error message for the whole form"
473
  msgstr "Message d'erreur demandant à compléter les champs manquants"
474
 
475
+ #: contact_form.php:677
476
+ #: contact_form.php:706
477
+ #: contact_form.php:725
478
+ #: contact_form.php:731
479
  msgid "Use shortcode"
480
  msgstr "Utiliser le code court"
481
 
482
+ #: contact_form.php:677
483
+ #: contact_form.php:706
484
+ #: contact_form.php:725
485
+ #: contact_form.php:731
486
  msgid "for this language"
487
  msgstr "pour cette langue"
488
 
489
+ #: contact_form.php:713
490
  msgid "Action after email is sent"
491
  msgstr "Action après l'envoie de l'e-mail"
492
 
493
+ #: contact_form.php:715
494
  msgid "Display text"
495
  msgstr "Afficher le texte"
496
 
497
+ #: contact_form.php:724
498
+ #: contact_form.php:730
499
  msgid "Text"
500
  msgstr "Texte"
501
 
502
+ #: contact_form.php:737
503
  msgid "Redirect to the page"
504
  msgstr "Rediriger vers la page"
505
 
506
+ #: contact_form.php:738
507
  msgid "Url"
508
  msgstr "Url"
509
 
510
+ #: contact_form.php:743
511
+ #: contact_form.php:933
512
  msgid "Save Changes"
513
  msgstr "Sauvegarder les modifications"
514
 
515
+ #: contact_form.php:758
516
+ #, fuzzy
517
+ msgid "Contact Form Pro | Extra Settings"
518
+ msgstr "Options du Formulaire de Contact"
519
+
520
+ #: contact_form.php:772
521
+ msgid "Errors output"
522
+ msgstr ""
523
+
524
+ #: contact_form.php:775
525
+ msgid "Display error messages"
526
+ msgstr ""
527
+
528
+ #: contact_form.php:776
529
+ msgid "Color of the input field errors."
530
+ msgstr ""
531
+
532
+ #: contact_form.php:777
533
+ #, fuzzy
534
+ msgid "Display error messages & color of the input field errors"
535
+ msgstr "Message d'erreur pour le champ sujet"
536
+
537
+ #: contact_form.php:782
538
+ msgid "Add placeholder to the input blocks"
539
+ msgstr ""
540
+
541
+ #: contact_form.php:788
542
+ #, fuzzy
543
+ msgid "Add tooltips"
544
+ msgstr "Options supplémentaires"
545
+
546
+ #: contact_form.php:802
547
+ #, fuzzy
548
+ msgid "Email address"
549
+ msgstr "Adresse e-mail"
550
+
551
+ #: contact_form.php:807
552
+ #, fuzzy
553
+ msgid "Phone Number"
554
+ msgstr "Téléphone:"
555
+
556
+ #: contact_form.php:821
557
+ #, fuzzy
558
+ msgid "Attachment"
559
+ msgstr "Pièce-jointe:"
560
+
561
+ #: contact_form.php:835
562
+ #: contact_form.php:838
563
+ #: contact_form.php:841
564
+ msgid "Captcha"
565
+ msgstr ""
566
+
567
+ #: contact_form.php:835
568
+ #: contact_form.php:838
569
+ #: contact_form.php:841
570
+ msgid "(powered by bestwebsoft.com)"
571
+ msgstr ""
572
+
573
+ #: contact_form.php:838
574
+ #, fuzzy
575
+ msgid "Activate captcha"
576
+ msgstr "Plugin activé"
577
+
578
+ #: contact_form.php:841
579
+ #, fuzzy
580
+ msgid "Download captcha"
581
+ msgstr "Téléchargement"
582
+
583
+ #: contact_form.php:846
584
+ #, fuzzy
585
+ msgid "Style options"
586
+ msgstr "Options supplémentaires"
587
+
588
+ #: contact_form.php:849
589
+ msgid "Text color"
590
+ msgstr ""
591
+
592
+ #: contact_form.php:852
593
+ #: contact_form.php:857
594
+ #: contact_form.php:867
595
+ #: contact_form.php:872
596
+ #: contact_form.php:877
597
+ #: contact_form.php:882
598
+ #: contact_form.php:892
599
+ #: contact_form.php:897
600
+ #: contact_form.php:903
601
+ #: contact_form.php:914
602
+ #: contact_form.php:919
603
+ #: contact_form.php:924
604
+ msgid "Default"
605
+ msgstr ""
606
+
607
+ #: contact_form.php:854
608
+ msgid "Label text color"
609
+ msgstr ""
610
+
611
+ #: contact_form.php:859
612
+ msgid "Placeholder color"
613
+ msgstr ""
614
+
615
+ #: contact_form.php:864
616
+ msgid "Errors color"
617
+ msgstr ""
618
+
619
+ #: contact_form.php:869
620
+ msgid "Error text color"
621
+ msgstr ""
622
+
623
+ #: contact_form.php:874
624
+ msgid "Background color of the input field errors"
625
+ msgstr ""
626
+
627
+ #: contact_form.php:879
628
+ msgid "Border color of the input field errors"
629
+ msgstr ""
630
+
631
+ #: contact_form.php:884
632
+ msgid "Placeholder color of the input field errors"
633
+ msgstr ""
634
+
635
+ #: contact_form.php:889
636
+ #, fuzzy
637
+ msgid "Input fields"
638
+ msgstr "Afficher le texte"
639
+
640
+ #: contact_form.php:894
641
+ msgid "Input fields background color"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:899
645
+ msgid "Text fields color"
646
+ msgstr ""
647
+
648
+ #: contact_form.php:901
649
+ msgid "Border width in px, numbers only"
650
+ msgstr ""
651
+
652
+ #: contact_form.php:905
653
+ #: contact_form.php:926
654
+ msgid "Border color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:910
658
+ #, fuzzy
659
+ msgid "Submit button"
660
+ msgstr "Envoyer"
661
+
662
+ #: contact_form.php:912
663
+ msgid "Width in px, numbers only"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:916
667
+ msgid "Button color"
668
+ msgstr ""
669
+
670
+ #: contact_form.php:921
671
+ msgid "Button text color"
672
+ msgstr ""
673
+
674
+ #: contact_form.php:937
675
+ #, fuzzy
676
+ msgid "Contact Form Pro | Preview"
677
+ msgstr "Formulaire de Contact"
678
+
679
+ #: contact_form.php:940
680
+ msgid "Show with errors"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:1086
684
  msgid "Sorry, email message could not be delivered."
685
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
686
 
687
+ #: contact_form.php:1170
688
  msgid "You can attach the following file formats"
689
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
690
 
691
+ #: contact_form.php:1454
692
  msgid "Contact from"
693
  msgstr "Contact de"
694
 
695
+ #: contact_form.php:1467
696
  msgid "Email"
697
  msgstr "E-mail"
698
 
699
+ #: contact_form.php:1481
700
  msgid "Site"
701
  msgstr "Site"
702
 
703
+ #: contact_form.php:1531
704
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
705
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
706
 
707
+ #: contact_form.php:1582
708
  msgid "FAQ"
709
  msgstr "FAQ"
710
 
711
+ #: contact_form.php:1583
712
  msgid "Support"
713
  msgstr "Support"
714
 
715
+ #: contact_form.php:1631
716
  msgid "Are you sure that you want to delete this language data?"
717
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
718
 
719
+ #~ msgid "Display Attachment tips"
720
+ #~ msgstr "Afficher les explications sur les pièces jointes"
721
  #~ msgid "Display a phone number field"
722
  #~ msgstr "Afficher le champ téléphone"
723
  #~ msgid "Please enter a valid email address. Settings are not saved."
languages/contact_form-gl_ES.mo CHANGED
Binary file
languages/contact_form-gl_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -38,8 +38,10 @@ msgstr "Ler máis"
38
 
39
  #: contact_form.php:105
40
  #: contact_form.php:131
41
- #: contact_form.php:1286
42
- #: contact_form.php:1295
 
 
43
  msgid "Settings"
44
  msgstr "Configuracións"
45
 
@@ -81,454 +83,649 @@ msgid "If you have any questions, please contact us via"
81
  msgstr "Se tes calquera dúbida, contacta no email plugin@bestwebsoft.com ou por medio do noso formulário de contato no sitio web."
82
 
83
  #: contact_form.php:161
84
- #: contact_form.php:526
85
- msgid "Contact Form Options"
86
  msgstr "Configuracións do Formulário de contato"
87
 
88
  #: contact_form.php:161
89
  msgid "Contact Form"
90
  msgstr "Formulario de contato"
91
 
92
- #: contact_form.php:200
93
- #: contact_form.php:662
94
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
95
  msgid "Name:"
96
  msgstr "Nome:"
97
 
98
- #: contact_form.php:201
99
- #: contact_form.php:663
100
- #: contact_form.php:689
101
  #, fuzzy
102
  msgid "Address:"
103
  msgstr "Enderezo electrónico:"
104
 
105
- #: contact_form.php:202
106
- #: contact_form.php:664
107
- #: contact_form.php:690
108
  msgid "Email Address:"
109
  msgstr "Enderezo electrónico:"
110
 
111
- #: contact_form.php:203
112
- #: contact_form.php:665
113
- #: contact_form.php:691
114
  msgid "Phone number:"
115
  msgstr "Teléfono:"
116
 
117
- #: contact_form.php:204
118
- #: contact_form.php:666
119
- #: contact_form.php:692
120
  msgid "Subject:"
121
  msgstr "Asunto:"
122
 
123
- #: contact_form.php:205
124
- #: contact_form.php:667
125
- #: contact_form.php:693
126
  msgid "Message:"
127
  msgstr "Mensaxe:"
128
 
129
- #: contact_form.php:206
130
- #: contact_form.php:668
131
- #: contact_form.php:694
132
  msgid "Attachment:"
133
  msgstr "Anexo:"
134
 
135
- #: contact_form.php:207
136
- #: contact_form.php:262
137
- #: contact_form.php:669
138
- #: contact_form.php:695
139
  msgid "Send me a copy"
140
  msgstr "Enviarme unha copia"
141
 
142
- #: contact_form.php:208
143
- #: contact_form.php:670
144
- #: contact_form.php:696
145
  msgid "Submit"
146
  msgstr "Enviar"
147
 
148
- #: contact_form.php:209
149
  msgid "Your name is required."
150
  msgstr "O teu nome é obrigatorio."
151
 
152
- #: contact_form.php:210
153
  #, fuzzy
154
  msgid "Address is required."
155
  msgstr "É obrigatorio un enderezo de correo válido."
156
 
157
- #: contact_form.php:211
158
  #, fuzzy
159
  msgid "A valid email address is required."
160
  msgstr "É obrigatorio un enderezo de correo válido."
161
 
162
- #: contact_form.php:212
163
- #: contact_form.php:257
164
- #: contact_form.php:260
165
  msgid "Phone number is required."
166
  msgstr "O teléfono é obrigatorio."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "O Assunto é obrigatorio."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "O texto da Mensaxe é obrigatorio."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Non é posíbel anexar o arquivo. "
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Por favor, completa o CAPTCHA."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Moitas grazas contatares con nós."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
219
  msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
220
 
221
- #: contact_form.php:506
222
  msgid "Options saved."
223
  msgstr "Configuracións gardadas."
224
 
225
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
226
  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:"
227
  msgstr "Se queres engadir o Formulário de Contato no seu sitio web, só tes que copiar e colar este código no artigo, páxina ou widget:"
228
 
229
- #: contact_form.php:532
230
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
231
  msgstr "Se a inforación nos campos abaixo está baleira, as mensaxes han ser enviadas para um enderezo que xa foi especificado durante o rexistro."
232
 
233
- #: contact_form.php:536
234
  msgid "The user's email address:"
235
  msgstr "Usar o enderezo dunha das persoas usuarias:"
236
 
237
- #: contact_form.php:540
238
  msgid "Create a username"
239
  msgstr "Seleciona o nome da persoa usuaria"
240
 
241
- #: contact_form.php:545
242
  msgid "Enter a username of the person who should get the messages from the contact form."
243
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
244
 
245
- #: contact_form.php:549
246
  msgid "Use this email address:"
247
  msgstr "Usar este enderezo electrónico:"
248
 
249
- #: contact_form.php:552
250
  msgid "Enter the email address you want the messages forwarded to."
251
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
252
 
253
- #: contact_form.php:556
254
  msgid "Additional options"
255
  msgstr "Opcións adicionais"
256
 
257
- #: contact_form.php:559
258
- msgid "Display Attachment block"
259
- msgstr "Mostrar a opción para anexar arquivos"
260
-
261
- #: contact_form.php:561
262
- msgid "Users can attach the following file formats"
263
- msgstr "As persoas usuarias poden anexar arquivos do tipo:"
264
-
265
  #: contact_form.php:565
266
- msgid "Display Attachment tips"
267
- msgstr "Ver as explicacións dos anexos"
268
-
269
- #: contact_form.php:567
270
- msgid "Display tips below the Attachment block"
271
- msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
272
-
273
- #: contact_form.php:571
274
- msgid "Display Send me a copy block"
275
- msgstr "Mostrar a opción Enviarme unha cópia"
276
-
277
- #: contact_form.php:577
278
  msgid "What to use?"
279
  msgstr "Que queres usar?"
280
 
281
- #: contact_form.php:580
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
- #: contact_form.php:581
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
288
 
289
- #: contact_form.php:587
290
  msgid "Mail"
291
  msgstr "Enderezo electrónico"
292
 
293
- #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "Para enviar o correo podes usar a función php mail"
296
 
297
- #: contact_form.php:592
298
  msgid "Change text of the 'FROM' field"
299
  msgstr "Mudar campos do formulario de contato"
300
 
301
- #: contact_form.php:598
302
  msgid "Enter the email address in the 'From' field"
303
  msgstr ""
304
 
305
- #: contact_form.php:600
306
  msgid "The email address of the user who fills the form will be used in the field 'From'."
307
  msgstr ""
308
 
309
- #: contact_form.php:602
310
  msgid "This email address will be used in the 'From' field."
311
  msgstr ""
312
 
313
- #: contact_form.php:606
314
  #, fuzzy
315
  msgid "Display fields"
316
  msgstr "Mostrar a opción para anexar arquivos"
317
 
318
- #: contact_form.php:608
319
- #: contact_form.php:616
320
- #: contact_form.php:1175
 
321
  #, fuzzy
322
  msgid "Address"
323
  msgstr "Enderezo electrónico:"
324
 
 
325
  #: contact_form.php:609
326
- #: contact_form.php:618
327
- #: contact_form.php:1183
328
  msgid "Phone"
329
  msgstr "Teléfono"
330
 
331
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  msgid "Required fields"
333
  msgstr "Campo obrigatorio"
334
 
335
- #: contact_form.php:615
336
- #: contact_form.php:1170
 
337
  msgid "Name"
338
  msgstr "Nome"
339
 
340
- #: contact_form.php:617
341
  #, fuzzy
342
  msgid "Email Address"
343
  msgstr "Enderezo electrónico:"
344
 
345
- #: contact_form.php:619
346
- #: contact_form.php:1186
 
347
  msgid "Subject"
348
  msgstr "Asunto"
349
 
350
- #: contact_form.php:620
351
- #: contact_form.php:1189
 
352
  msgid "Message"
353
  msgstr "Mensaxe"
354
 
355
- #: contact_form.php:624
356
  #, fuzzy
357
  msgid "Display additional info in the email"
358
  msgstr "Ver Información adicional no correo"
359
 
360
- #: contact_form.php:629
361
- #: contact_form.php:1142
362
  msgid "Sent from (ip address)"
363
  msgstr "Enviado desde (Enderezo IP)"
364
 
365
- #: contact_form.php:630
366
- #: contact_form.php:1147
367
  msgid "Date/Time"
368
  msgstr "Data/Hora"
369
 
370
- #: contact_form.php:631
371
- #: contact_form.php:1152
372
  msgid "Sent from (referer)"
373
  msgstr "Procedente de de (orixe)"
374
 
375
- #: contact_form.php:632
376
- #: contact_form.php:1157
377
  msgid "Using (user agent)"
378
  msgstr "Usando (cliente de email)"
379
 
380
- #: contact_form.php:636
381
  msgid "Language settings for the field names in the form"
382
  msgstr ""
383
 
384
- #: contact_form.php:645
385
  msgid "Add a language"
386
  msgstr ""
387
 
388
- #: contact_form.php:649
389
  msgid "Change the names of the contact form fields and error messages"
390
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
391
 
392
- #: contact_form.php:654
393
- #: contact_form.php:719
394
  msgid "English"
395
  msgstr ""
396
 
397
- #: contact_form.php:671
398
- #: contact_form.php:697
399
  msgid "Error message for the Name field"
400
  msgstr ""
401
 
402
- #: contact_form.php:672
403
- #: contact_form.php:698
404
  msgid "Error message for the Address field"
405
  msgstr ""
406
 
407
- #: contact_form.php:673
408
- #: contact_form.php:699
409
  msgid "Error message for the Email field"
410
  msgstr ""
411
 
412
- #: contact_form.php:674
413
- #: contact_form.php:700
414
  msgid "Error message for the Phone field"
415
  msgstr ""
416
 
417
- #: contact_form.php:675
418
- #: contact_form.php:701
419
  msgid "Error message for the Subject field"
420
  msgstr ""
421
 
422
- #: contact_form.php:676
423
- #: contact_form.php:702
424
  msgid "Error message for the Message field"
425
  msgstr ""
426
 
427
- #: contact_form.php:677
428
- #: contact_form.php:703
429
  msgid "Error message about the file type for the Attachment field"
430
  msgstr ""
431
 
432
- #: contact_form.php:678
433
- #: contact_form.php:704
434
  msgid "Error message while uploading a file for the Attachment field to the server"
435
  msgstr ""
436
 
437
- #: contact_form.php:679
438
- #: contact_form.php:705
439
  msgid "Error message while moving the file for the Attachment field"
440
  msgstr ""
441
 
442
- #: contact_form.php:680
443
- #: contact_form.php:706
444
  msgid "Error message when file size limit for the Attachment field is exceeded"
445
  msgstr ""
446
 
447
- #: contact_form.php:681
448
- #: contact_form.php:707
449
  msgid "Error message for the Captcha field"
450
  msgstr ""
451
 
452
- #: contact_form.php:682
453
- #: contact_form.php:708
454
  msgid "Error message for the whole form"
455
  msgstr ""
456
 
457
- #: contact_form.php:683
458
- #: contact_form.php:709
459
- #: contact_form.php:728
460
- #: contact_form.php:734
461
  msgid "Use shortcode"
462
  msgstr ""
463
 
464
- #: contact_form.php:683
465
- #: contact_form.php:709
466
- #: contact_form.php:728
467
- #: contact_form.php:734
468
  msgid "for this language"
469
  msgstr ""
470
 
471
- #: contact_form.php:716
472
  msgid "Action after email is sent"
473
  msgstr "Acción despois do envío de correo"
474
 
475
- #: contact_form.php:718
476
  msgid "Display text"
477
  msgstr "Mostrar a opción para anexar arquivos"
478
 
479
- #: contact_form.php:727
480
- #: contact_form.php:733
481
  msgid "Text"
482
  msgstr "Texto"
483
 
484
- #: contact_form.php:740
485
  msgid "Redirect to the page"
486
  msgstr "Redirecionar á páxina"
487
 
488
- #: contact_form.php:741
489
  msgid "Url"
490
  msgstr "URL"
491
 
492
- #: contact_form.php:746
 
493
  msgid "Save Changes"
494
  msgstr "Gardar as mudanzas"
495
 
496
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
497
  msgid "Sorry, email message could not be delivered."
498
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
499
 
500
- #: contact_form.php:879
501
  msgid "You can attach the following file formats"
502
  msgstr "Podes anexar arquivos do tipo:"
503
 
504
- #: contact_form.php:1165
505
  msgid "Contact from"
506
  msgstr "Formulario de contato"
507
 
508
- #: contact_form.php:1178
509
  msgid "Email"
510
  msgstr "Correo electrónico"
511
 
512
- #: contact_form.php:1192
513
  msgid "Site"
514
  msgstr "Sitio web"
515
 
516
- #: contact_form.php:1243
517
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
518
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
519
 
520
- #: contact_form.php:1296
521
  msgid "FAQ"
522
  msgstr "Preguntas frecuentes"
523
 
524
- #: contact_form.php:1297
525
  msgid "Support"
526
  msgstr "Soporte"
527
 
528
- #: contact_form.php:1345
529
  msgid "Are you sure that you want to delete this language data?"
530
  msgstr ""
531
 
 
 
 
532
  #, fuzzy
533
  #~ msgid "Display a phone number field"
534
  #~ msgstr "Amosar campo teléfono"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
38
 
39
  #: contact_form.php:105
40
  #: contact_form.php:131
41
+ #: contact_form.php:531
42
+ #: contact_form.php:760
43
+ #: contact_form.php:1572
44
+ #: contact_form.php:1581
45
  msgid "Settings"
46
  msgstr "Configuracións"
47
 
83
  msgstr "Se tes calquera dúbida, contacta no email plugin@bestwebsoft.com ou por medio do noso formulário de contato no sitio web."
84
 
85
  #: contact_form.php:161
86
+ #, fuzzy
87
+ msgid "Contact Form Settings"
88
  msgstr "Configuracións do Formulário de contato"
89
 
90
  #: contact_form.php:161
91
  msgid "Contact Form"
92
  msgstr "Formulario de contato"
93
 
94
+ #: contact_form.php:162
95
+ #, fuzzy
96
+ msgid "Contact Form Pro Extra Settings"
97
+ msgstr "Configuracións do Formulário de contato"
98
+
99
+ #: contact_form.php:162
100
+ #, fuzzy
101
+ msgid "Contact Form Pro"
102
+ msgstr "Formulario de contato"
103
+
104
+ #: contact_form.php:201
105
+ #: contact_form.php:655
106
+ #: contact_form.php:684
107
  msgid "Name:"
108
  msgstr "Nome:"
109
 
110
+ #: contact_form.php:202
111
+ #: contact_form.php:656
112
+ #: contact_form.php:685
113
  #, fuzzy
114
  msgid "Address:"
115
  msgstr "Enderezo electrónico:"
116
 
117
+ #: contact_form.php:203
118
+ #: contact_form.php:657
119
+ #: contact_form.php:686
120
  msgid "Email Address:"
121
  msgstr "Enderezo electrónico:"
122
 
123
+ #: contact_form.php:204
124
+ #: contact_form.php:658
125
+ #: contact_form.php:687
126
  msgid "Phone number:"
127
  msgstr "Teléfono:"
128
 
129
+ #: contact_form.php:205
130
+ #: contact_form.php:659
131
+ #: contact_form.php:688
132
  msgid "Subject:"
133
  msgstr "Asunto:"
134
 
135
+ #: contact_form.php:206
136
+ #: contact_form.php:660
137
+ #: contact_form.php:689
138
  msgid "Message:"
139
  msgstr "Mensaxe:"
140
 
141
+ #: contact_form.php:207
142
+ #: contact_form.php:661
143
+ #: contact_form.php:690
144
  msgid "Attachment:"
145
  msgstr "Anexo:"
146
 
147
+ #: contact_form.php:208
148
+ #: contact_form.php:263
149
+ #: contact_form.php:662
150
+ #: contact_form.php:691
151
  msgid "Send me a copy"
152
  msgstr "Enviarme unha copia"
153
 
154
+ #: contact_form.php:209
155
+ #: contact_form.php:663
156
+ #: contact_form.php:692
157
  msgid "Submit"
158
  msgstr "Enviar"
159
 
160
+ #: contact_form.php:210
161
  msgid "Your name is required."
162
  msgstr "O teu nome é obrigatorio."
163
 
164
+ #: contact_form.php:211
165
  #, fuzzy
166
  msgid "Address is required."
167
  msgstr "É obrigatorio un enderezo de correo válido."
168
 
169
+ #: contact_form.php:212
170
  #, fuzzy
171
  msgid "A valid email address is required."
172
  msgstr "É obrigatorio un enderezo de correo válido."
173
 
174
+ #: contact_form.php:213
175
+ #: contact_form.php:258
176
+ #: contact_form.php:261
177
  msgid "Phone number is required."
178
  msgstr "O teléfono é obrigatorio."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "O Assunto é obrigatorio."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "O texto da Mensaxe é obrigatorio."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Non é posíbel anexar o arquivo. "
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Por favor, completa o CAPTCHA."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Moitas grazas contatares con nós."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
231
  msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
232
 
233
+ #: contact_form.php:507
234
  msgid "Options saved."
235
  msgstr "Configuracións gardadas."
236
 
237
+ #: contact_form.php:527
238
+ msgid "Contact Form Options"
239
+ msgstr "Configuracións do Formulário de contato"
240
+
241
+ #: contact_form.php:532
242
+ #: contact_form.php:761
243
+ #, fuzzy
244
+ msgid "Extra settings"
245
+ msgstr "Configuracións"
246
+
247
+ #: contact_form.php:537
248
+ #: contact_form.php:1032
249
  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:"
250
  msgstr "Se queres engadir o Formulário de Contato no seu sitio web, só tes que copiar e colar este código no artigo, páxina ou widget:"
251
 
252
+ #: contact_form.php:538
253
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
254
  msgstr "Se a inforación nos campos abaixo está baleira, as mensaxes han ser enviadas para um enderezo que xa foi especificado durante o rexistro."
255
 
256
+ #: contact_form.php:542
257
  msgid "The user's email address:"
258
  msgstr "Usar o enderezo dunha das persoas usuarias:"
259
 
260
+ #: contact_form.php:546
261
  msgid "Create a username"
262
  msgstr "Seleciona o nome da persoa usuaria"
263
 
264
+ #: contact_form.php:551
265
  msgid "Enter a username of the person who should get the messages from the contact form."
266
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
267
 
268
+ #: contact_form.php:555
269
  msgid "Use this email address:"
270
  msgstr "Usar este enderezo electrónico:"
271
 
272
+ #: contact_form.php:558
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
275
 
276
+ #: contact_form.php:562
277
  msgid "Additional options"
278
  msgstr "Opcións adicionais"
279
 
 
 
 
 
 
 
 
 
280
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "What to use?"
282
  msgstr "Que queres usar?"
283
 
284
+ #: contact_form.php:568
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:569
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
291
 
292
+ #: contact_form.php:575
293
  msgid "Mail"
294
  msgstr "Enderezo electrónico"
295
 
296
+ #: contact_form.php:576
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "Para enviar o correo podes usar a función php mail"
299
 
300
+ #: contact_form.php:580
301
  msgid "Change text of the 'FROM' field"
302
  msgstr "Mudar campos do formulario de contato"
303
 
304
+ #: contact_form.php:586
305
  msgid "Enter the email address in the 'From' field"
306
  msgstr ""
307
 
308
+ #: contact_form.php:588
309
  msgid "The email address of the user who fills the form will be used in the field 'From'."
310
  msgstr ""
311
 
312
+ #: contact_form.php:590
313
  msgid "This email address will be used in the 'From' field."
314
  msgstr ""
315
 
316
+ #: contact_form.php:594
317
  #, fuzzy
318
  msgid "Display fields"
319
  msgstr "Mostrar a opción para anexar arquivos"
320
 
321
+ #: contact_form.php:596
322
+ #: contact_form.php:607
323
+ #: contact_form.php:797
324
+ #: contact_form.php:1464
325
  #, fuzzy
326
  msgid "Address"
327
  msgstr "Enderezo electrónico:"
328
 
329
+ #: contact_form.php:597
330
  #: contact_form.php:609
331
+ #: contact_form.php:1472
 
332
  msgid "Phone"
333
  msgstr "Teléfono"
334
 
335
+ #: contact_form.php:598
336
+ #, fuzzy
337
+ msgid "Attachment block"
338
+ msgstr "Mostrar a opción para anexar arquivos"
339
+
340
+ #: contact_form.php:598
341
+ msgid "Users can attach the following file formats"
342
+ msgstr "As persoas usuarias poden anexar arquivos do tipo:"
343
+
344
+ #: contact_form.php:599
345
+ #, fuzzy
346
+ msgid "Tips below the Attachment block"
347
+ msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
348
+
349
+ #: contact_form.php:600
350
+ #, fuzzy
351
+ msgid "Send me a copy block"
352
+ msgstr "Mostrar a opción Enviarme unha cópia"
353
+
354
+ #: contact_form.php:604
355
  msgid "Required fields"
356
  msgstr "Campo obrigatorio"
357
 
358
+ #: contact_form.php:606
359
+ #: contact_form.php:792
360
+ #: contact_form.php:1459
361
  msgid "Name"
362
  msgstr "Nome"
363
 
364
+ #: contact_form.php:608
365
  #, fuzzy
366
  msgid "Email Address"
367
  msgstr "Enderezo electrónico:"
368
 
369
+ #: contact_form.php:610
370
+ #: contact_form.php:812
371
+ #: contact_form.php:1475
372
  msgid "Subject"
373
  msgstr "Asunto"
374
 
375
+ #: contact_form.php:611
376
+ #: contact_form.php:816
377
+ #: contact_form.php:1478
378
  msgid "Message"
379
  msgstr "Mensaxe"
380
 
381
+ #: contact_form.php:615
382
  #, fuzzy
383
  msgid "Display additional info in the email"
384
  msgstr "Ver Información adicional no correo"
385
 
386
+ #: contact_form.php:620
387
+ #: contact_form.php:1431
388
  msgid "Sent from (ip address)"
389
  msgstr "Enviado desde (Enderezo IP)"
390
 
391
+ #: contact_form.php:621
392
+ #: contact_form.php:1436
393
  msgid "Date/Time"
394
  msgstr "Data/Hora"
395
 
396
+ #: contact_form.php:622
397
+ #: contact_form.php:1441
398
  msgid "Sent from (referer)"
399
  msgstr "Procedente de de (orixe)"
400
 
401
+ #: contact_form.php:623
402
+ #: contact_form.php:1446
403
  msgid "Using (user agent)"
404
  msgstr "Usando (cliente de email)"
405
 
406
+ #: contact_form.php:627
407
  msgid "Language settings for the field names in the form"
408
  msgstr ""
409
 
410
+ #: contact_form.php:636
411
  msgid "Add a language"
412
  msgstr ""
413
 
414
+ #: contact_form.php:640
415
  msgid "Change the names of the contact form fields and error messages"
416
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
417
 
418
+ #: contact_form.php:645
419
+ #: contact_form.php:716
420
  msgid "English"
421
  msgstr ""
422
 
423
+ #: contact_form.php:664
424
+ #: contact_form.php:693
425
  msgid "Error message for the Name field"
426
  msgstr ""
427
 
428
+ #: contact_form.php:665
429
+ #: contact_form.php:694
430
  msgid "Error message for the Address field"
431
  msgstr ""
432
 
433
+ #: contact_form.php:666
434
+ #: contact_form.php:695
435
  msgid "Error message for the Email field"
436
  msgstr ""
437
 
438
+ #: contact_form.php:667
439
+ #: contact_form.php:696
440
  msgid "Error message for the Phone field"
441
  msgstr ""
442
 
443
+ #: contact_form.php:668
444
+ #: contact_form.php:697
445
  msgid "Error message for the Subject field"
446
  msgstr ""
447
 
448
+ #: contact_form.php:669
449
+ #: contact_form.php:698
450
  msgid "Error message for the Message field"
451
  msgstr ""
452
 
453
+ #: contact_form.php:670
454
+ #: contact_form.php:699
455
  msgid "Error message about the file type for the Attachment field"
456
  msgstr ""
457
 
458
+ #: contact_form.php:671
459
+ #: contact_form.php:700
460
  msgid "Error message while uploading a file for the Attachment field to the server"
461
  msgstr ""
462
 
463
+ #: contact_form.php:672
464
+ #: contact_form.php:701
465
  msgid "Error message while moving the file for the Attachment field"
466
  msgstr ""
467
 
468
+ #: contact_form.php:673
469
+ #: contact_form.php:702
470
  msgid "Error message when file size limit for the Attachment field is exceeded"
471
  msgstr ""
472
 
473
+ #: contact_form.php:674
474
+ #: contact_form.php:703
475
  msgid "Error message for the Captcha field"
476
  msgstr ""
477
 
478
+ #: contact_form.php:675
479
+ #: contact_form.php:704
480
  msgid "Error message for the whole form"
481
  msgstr ""
482
 
483
+ #: contact_form.php:677
484
+ #: contact_form.php:706
485
+ #: contact_form.php:725
486
+ #: contact_form.php:731
487
  msgid "Use shortcode"
488
  msgstr ""
489
 
490
+ #: contact_form.php:677
491
+ #: contact_form.php:706
492
+ #: contact_form.php:725
493
+ #: contact_form.php:731
494
  msgid "for this language"
495
  msgstr ""
496
 
497
+ #: contact_form.php:713
498
  msgid "Action after email is sent"
499
  msgstr "Acción despois do envío de correo"
500
 
501
+ #: contact_form.php:715
502
  msgid "Display text"
503
  msgstr "Mostrar a opción para anexar arquivos"
504
 
505
+ #: contact_form.php:724
506
+ #: contact_form.php:730
507
  msgid "Text"
508
  msgstr "Texto"
509
 
510
+ #: contact_form.php:737
511
  msgid "Redirect to the page"
512
  msgstr "Redirecionar á páxina"
513
 
514
+ #: contact_form.php:738
515
  msgid "Url"
516
  msgstr "URL"
517
 
518
+ #: contact_form.php:743
519
+ #: contact_form.php:933
520
  msgid "Save Changes"
521
  msgstr "Gardar as mudanzas"
522
 
523
+ #: contact_form.php:758
524
+ #, fuzzy
525
+ msgid "Contact Form Pro | Extra Settings"
526
+ msgstr "Configuracións do Formulário de contato"
527
+
528
+ #: contact_form.php:772
529
+ msgid "Errors output"
530
+ msgstr ""
531
+
532
+ #: contact_form.php:775
533
+ msgid "Display error messages"
534
+ msgstr ""
535
+
536
+ #: contact_form.php:776
537
+ msgid "Color of the input field errors."
538
+ msgstr ""
539
+
540
+ #: contact_form.php:777
541
+ msgid "Display error messages & color of the input field errors"
542
+ msgstr ""
543
+
544
+ #: contact_form.php:782
545
+ msgid "Add placeholder to the input blocks"
546
+ msgstr ""
547
+
548
+ #: contact_form.php:788
549
+ #, fuzzy
550
+ msgid "Add tooltips"
551
+ msgstr "Opcións adicionais"
552
+
553
+ #: contact_form.php:802
554
+ #, fuzzy
555
+ msgid "Email address"
556
+ msgstr "Enderezo electrónico:"
557
+
558
+ #: contact_form.php:807
559
+ #, fuzzy
560
+ msgid "Phone Number"
561
+ msgstr "Teléfono:"
562
+
563
+ #: contact_form.php:821
564
+ #, fuzzy
565
+ msgid "Attachment"
566
+ msgstr "Anexo:"
567
+
568
+ #: contact_form.php:835
569
+ #: contact_form.php:838
570
+ #: contact_form.php:841
571
+ msgid "Captcha"
572
+ msgstr ""
573
+
574
+ #: contact_form.php:835
575
+ #: contact_form.php:838
576
+ #: contact_form.php:841
577
+ msgid "(powered by bestwebsoft.com)"
578
+ msgstr ""
579
+
580
+ #: contact_form.php:838
581
+ #, fuzzy
582
+ msgid "Activate captcha"
583
+ msgstr "Plugins activados"
584
+
585
+ #: contact_form.php:841
586
+ #, fuzzy
587
+ msgid "Download captcha"
588
+ msgstr "Baixar"
589
+
590
+ #: contact_form.php:846
591
+ #, fuzzy
592
+ msgid "Style options"
593
+ msgstr "Opcións adicionais"
594
+
595
+ #: contact_form.php:849
596
+ msgid "Text color"
597
+ msgstr ""
598
+
599
+ #: contact_form.php:852
600
+ #: contact_form.php:857
601
+ #: contact_form.php:867
602
+ #: contact_form.php:872
603
+ #: contact_form.php:877
604
+ #: contact_form.php:882
605
+ #: contact_form.php:892
606
+ #: contact_form.php:897
607
+ #: contact_form.php:903
608
+ #: contact_form.php:914
609
+ #: contact_form.php:919
610
+ #: contact_form.php:924
611
+ msgid "Default"
612
+ msgstr ""
613
+
614
+ #: contact_form.php:854
615
+ msgid "Label text color"
616
+ msgstr ""
617
+
618
+ #: contact_form.php:859
619
+ msgid "Placeholder color"
620
+ msgstr ""
621
+
622
+ #: contact_form.php:864
623
+ msgid "Errors color"
624
+ msgstr ""
625
+
626
+ #: contact_form.php:869
627
+ msgid "Error text color"
628
+ msgstr ""
629
+
630
+ #: contact_form.php:874
631
+ msgid "Background color of the input field errors"
632
+ msgstr ""
633
+
634
+ #: contact_form.php:879
635
+ msgid "Border color of the input field errors"
636
+ msgstr ""
637
+
638
+ #: contact_form.php:884
639
+ msgid "Placeholder color of the input field errors"
640
+ msgstr ""
641
+
642
+ #: contact_form.php:889
643
+ #, fuzzy
644
+ msgid "Input fields"
645
+ msgstr "Mostrar a opción para anexar arquivos"
646
+
647
+ #: contact_form.php:894
648
+ msgid "Input fields background color"
649
+ msgstr ""
650
+
651
+ #: contact_form.php:899
652
+ msgid "Text fields color"
653
+ msgstr ""
654
+
655
+ #: contact_form.php:901
656
+ msgid "Border width in px, numbers only"
657
+ msgstr ""
658
+
659
+ #: contact_form.php:905
660
+ #: contact_form.php:926
661
+ msgid "Border color"
662
+ msgstr ""
663
+
664
+ #: contact_form.php:910
665
+ #, fuzzy
666
+ msgid "Submit button"
667
+ msgstr "Enviar"
668
+
669
+ #: contact_form.php:912
670
+ msgid "Width in px, numbers only"
671
+ msgstr ""
672
+
673
+ #: contact_form.php:916
674
+ msgid "Button color"
675
+ msgstr ""
676
+
677
+ #: contact_form.php:921
678
+ msgid "Button text color"
679
+ msgstr ""
680
+
681
+ #: contact_form.php:937
682
+ #, fuzzy
683
+ msgid "Contact Form Pro | Preview"
684
+ msgstr "Formulario de contato"
685
+
686
+ #: contact_form.php:940
687
+ msgid "Show with errors"
688
+ msgstr ""
689
+
690
+ #: contact_form.php:1086
691
  msgid "Sorry, email message could not be delivered."
692
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
693
 
694
+ #: contact_form.php:1170
695
  msgid "You can attach the following file formats"
696
  msgstr "Podes anexar arquivos do tipo:"
697
 
698
+ #: contact_form.php:1454
699
  msgid "Contact from"
700
  msgstr "Formulario de contato"
701
 
702
+ #: contact_form.php:1467
703
  msgid "Email"
704
  msgstr "Correo electrónico"
705
 
706
+ #: contact_form.php:1481
707
  msgid "Site"
708
  msgstr "Sitio web"
709
 
710
+ #: contact_form.php:1531
711
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
712
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
713
 
714
+ #: contact_form.php:1582
715
  msgid "FAQ"
716
  msgstr "Preguntas frecuentes"
717
 
718
+ #: contact_form.php:1583
719
  msgid "Support"
720
  msgstr "Soporte"
721
 
722
+ #: contact_form.php:1631
723
  msgid "Are you sure that you want to delete this language data?"
724
  msgstr ""
725
 
726
+ #~ msgid "Display Attachment tips"
727
+ #~ msgstr "Ver as explicacións dos anexos"
728
+
729
  #, fuzzy
730
  #~ msgid "Display a phone number field"
731
  #~ msgstr "Amosar campo teléfono"
languages/contact_form-he_IL.mo CHANGED
Binary file
languages/contact_form-he_IL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -43,8 +43,10 @@ msgstr "קרא עוד"
43
  # @ contact_form
44
  #: contact_form.php:105
45
  #: contact_form.php:131
46
- #: contact_form.php:1286
47
- #: contact_form.php:1295
 
 
48
  msgid "Settings"
49
  msgstr "הגדרות"
50
 
@@ -94,8 +96,8 @@ msgstr "אם יש לך שאלות כלשהן, אנא צור עמנו קשר דר
94
 
95
  # @ contact_form
96
  #: contact_form.php:161
97
- #: contact_form.php:526
98
- msgid "Contact Form Options"
99
  msgstr "אפשרויות טופס צור קשר"
100
 
101
  # @ contact_form
@@ -104,516 +106,723 @@ msgid "Contact Form"
104
  msgstr "טופס צור קשר"
105
 
106
  # @ contact_form
107
- #: contact_form.php:200
108
- #: contact_form.php:662
109
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
 
 
110
  msgid "Name:"
111
  msgstr "שם:"
112
 
113
  # @ contact_form
114
- #: contact_form.php:201
115
- #: contact_form.php:663
116
- #: contact_form.php:689
117
  #, fuzzy
118
  msgid "Address:"
119
  msgstr "כתובת דוא\\\"ל:"
120
 
121
  # @ contact_form
122
- #: contact_form.php:202
123
- #: contact_form.php:664
124
- #: contact_form.php:690
125
  msgid "Email Address:"
126
  msgstr "כתובת דוא\\\"ל:"
127
 
128
- #: contact_form.php:203
129
- #: contact_form.php:665
130
- #: contact_form.php:691
131
  msgid "Phone number:"
132
  msgstr ""
133
 
134
  # @ contact_form
135
- #: contact_form.php:204
136
- #: contact_form.php:666
137
- #: contact_form.php:692
138
  msgid "Subject:"
139
  msgstr "נושא:"
140
 
141
  # @ contact_form
142
- #: contact_form.php:205
143
- #: contact_form.php:667
144
- #: contact_form.php:693
145
  msgid "Message:"
146
  msgstr "הודעה:"
147
 
148
  # @ contact_form
149
- #: contact_form.php:206
150
- #: contact_form.php:668
151
- #: contact_form.php:694
152
  msgid "Attachment:"
153
  msgstr "קובץ מצורף:"
154
 
155
  # @ contact_form
156
- #: contact_form.php:207
157
- #: contact_form.php:262
158
- #: contact_form.php:669
159
- #: contact_form.php:695
160
  msgid "Send me a copy"
161
  msgstr "שלח לי עותק"
162
 
163
  # @ contact_form
164
- #: contact_form.php:208
165
- #: contact_form.php:670
166
- #: contact_form.php:696
167
  msgid "Submit"
168
  msgstr "שלח"
169
 
170
  # @ contact_form
171
- #: contact_form.php:209
172
  msgid "Your name is required."
173
  msgstr "השם שלך הכרחי."
174
 
175
  # @ contact_form
176
- #: contact_form.php:210
177
  #, fuzzy
178
  msgid "Address is required."
179
  msgstr "כתובת מייל תקנית הכרחית."
180
 
181
  # @ contact_form
182
- #: contact_form.php:211
183
  #, fuzzy
184
  msgid "A valid email address is required."
185
  msgstr "כתובת מייל תקנית הכרחית."
186
 
187
  # @ contact_form
188
- #: contact_form.php:212
189
- #: contact_form.php:257
190
- #: contact_form.php:260
191
  #, fuzzy
192
  msgid "Phone number is required."
193
  msgstr "השם שלך הכרחי."
194
 
195
  # @ contact_form
196
- #: contact_form.php:213
197
- #: contact_form.php:256
198
- #: contact_form.php:259
199
  msgid "Subject is required."
200
  msgstr "הנושא הכרחי."
201
 
202
  # @ contact_form
203
- #: contact_form.php:214
204
- #: contact_form.php:255
205
- #: contact_form.php:258
206
  msgid "Message text is required."
207
  msgstr "מילוי שדה ההודעה הכרחי."
208
 
209
  # @ contact_form
210
- #: contact_form.php:215
211
  msgid "File format is not valid."
212
  msgstr "הקובץ המצורף שבור"
213
 
214
- #: contact_form.php:216
215
  msgid "File upload error."
216
  msgstr ""
217
 
218
- #: contact_form.php:217
219
  msgid "The file could not be uploaded."
220
  msgstr ""
221
 
222
- #: contact_form.php:218
223
  msgid "This file is too large."
224
  msgstr ""
225
 
226
  # @ contact_form
227
- #: contact_form.php:219
228
  msgid "Please fill out the CAPTCHA."
229
  msgstr "אנא השלם את קוד האימות."
230
 
231
  # @ contact_form
232
- #: contact_form.php:220
233
  msgid "Please make corrections below and try again."
234
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
235
 
236
  # @ contact_form
237
- #: contact_form.php:222
238
  msgid "Thank you for contacting us."
239
  msgstr "תודה שיצרת עמנו קשר."
240
 
241
  # @ contact_form
242
- #: contact_form.php:481
243
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
244
  msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
245
 
246
  # @ contact_form
247
- #: contact_form.php:490
248
  msgid "Such user does not exist. Settings are not saved."
249
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
250
 
251
  # @ contact_form
252
- #: contact_form.php:495
253
- #: contact_form.php:501
254
  #, fuzzy
255
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
256
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
257
 
258
  # @ contact_form
259
- #: contact_form.php:506
260
  msgid "Options saved."
261
  msgstr "האפשרויות נשמרו."
262
 
263
  # @ contact_form
264
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
 
 
265
  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:"
266
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
267
 
268
  # @ contact_form
269
- #: contact_form.php:532
270
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
271
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
272
 
273
  # @ contact_form
274
- #: contact_form.php:536
275
  msgid "The user's email address:"
276
  msgstr "השתמש במייל של משתמש וורדפרס:"
277
 
278
  # @ contact_form
279
- #: contact_form.php:540
280
  msgid "Create a username"
281
  msgstr "בחר שם משתמש"
282
 
283
  # @ contact_form
284
- #: contact_form.php:545
285
  msgid "Enter a username of the person who should get the messages from the contact form."
286
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
287
 
288
  # @ contact_form
289
- #: contact_form.php:549
290
  msgid "Use this email address:"
291
  msgstr "השתמש במייל זה:"
292
 
293
  # @ contact_form
294
- #: contact_form.php:552
295
  msgid "Enter the email address you want the messages forwarded to."
296
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
297
 
298
  # @ contact_form
299
- #: contact_form.php:556
300
  msgid "Additional options"
301
  msgstr "אפשרויות נוספות"
302
 
303
- # @ contact_form
304
- #: contact_form.php:559
305
- msgid "Display Attachment block"
306
- msgstr "הצג אפשרות קובץ מצורף"
307
-
308
- # @ contact_form
309
- #: contact_form.php:561
310
- msgid "Users can attach the following file formats"
311
- msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
312
-
313
  # @ contact_form
314
  #: contact_form.php:565
315
- msgid "Display Attachment tips"
316
- msgstr "הצג הסברי קובץ מצורף"
317
-
318
- # @ contact_form
319
- #: contact_form.php:567
320
- msgid "Display tips below the Attachment block"
321
- msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
322
-
323
- # @ contact_form
324
- #: contact_form.php:571
325
- msgid "Display Send me a copy block"
326
- msgstr "הצג תיבת שלח לי עותק"
327
-
328
- # @ contact_form
329
- #: contact_form.php:577
330
  msgid "What to use?"
331
  msgstr "איזה שימוש?"
332
 
333
  # @ mail-send
334
- #: contact_form.php:580
335
  msgid "Wp-mail"
336
  msgstr ""
337
 
338
  # @ mail_send
339
- #: contact_form.php:581
340
  msgid "You can use the wp_mail function for mailing"
341
  msgstr ""
342
 
343
  # @ mail-send
344
- #: contact_form.php:587
345
  msgid "Mail"
346
  msgstr ""
347
 
348
  # @ mail_send
349
- #: contact_form.php:588
350
  msgid "To send mail you can use the php mail function"
351
  msgstr ""
352
 
353
  # @ contact_form
354
- #: contact_form.php:592
355
  #, fuzzy
356
  msgid "Change text of the 'FROM' field"
357
  msgstr "שנה את השדות של טופס יצירת הקשר"
358
 
359
- #: contact_form.php:598
360
  msgid "Enter the email address in the 'From' field"
361
  msgstr ""
362
 
363
- #: contact_form.php:600
364
  msgid "The email address of the user who fills the form will be used in the field 'From'."
365
  msgstr ""
366
 
367
- #: contact_form.php:602
368
  msgid "This email address will be used in the 'From' field."
369
  msgstr ""
370
 
371
  # @ contact_form
372
- #: contact_form.php:606
373
  #, fuzzy
374
  msgid "Display fields"
375
  msgstr "הטקסט המוצג"
376
 
377
  # @ contact_form
378
- #: contact_form.php:608
379
- #: contact_form.php:616
380
- #: contact_form.php:1175
 
381
  #, fuzzy
382
  msgid "Address"
383
  msgstr "כתובת דוא\\\"ל:"
384
 
 
385
  #: contact_form.php:609
386
- #: contact_form.php:618
387
- #: contact_form.php:1183
388
  msgid "Phone"
389
  msgstr ""
390
 
391
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  msgid "Required fields"
393
  msgstr ""
394
 
395
  # @ contact_form
396
- #: contact_form.php:615
397
- #: contact_form.php:1170
 
398
  msgid "Name"
399
  msgstr "שם"
400
 
401
  # @ contact_form
402
- #: contact_form.php:617
403
  #, fuzzy
404
  msgid "Email Address"
405
  msgstr "כתובת דוא\\\"ל:"
406
 
407
  # @ contact_form
408
- #: contact_form.php:619
409
- #: contact_form.php:1186
 
410
  msgid "Subject"
411
  msgstr "נושא"
412
 
413
  # @ contact_form
414
- #: contact_form.php:620
415
- #: contact_form.php:1189
 
416
  msgid "Message"
417
  msgstr "תוכן ההודעה"
418
 
419
  # @ contact_form
420
- #: contact_form.php:624
421
  #, fuzzy
422
  msgid "Display additional info in the email"
423
  msgstr "הצג מידע נוסף במייל"
424
 
425
  # @ contact_form
426
- #: contact_form.php:629
427
- #: contact_form.php:1142
428
  msgid "Sent from (ip address)"
429
  msgstr "נשלח מ (כתובת IP)"
430
 
431
  # @ contact_form
432
- #: contact_form.php:630
433
- #: contact_form.php:1147
434
  msgid "Date/Time"
435
  msgstr "תאריך\\שעה"
436
 
437
  # @ contact_form
438
- #: contact_form.php:631
439
- #: contact_form.php:1152
440
  msgid "Sent from (referer)"
441
  msgstr "מגיע מ (השולח)"
442
 
443
  # @ contact_form
444
- #: contact_form.php:632
445
- #: contact_form.php:1157
446
  msgid "Using (user agent)"
447
  msgstr "משתמש ב (user agent)"
448
 
449
- #: contact_form.php:636
450
  msgid "Language settings for the field names in the form"
451
  msgstr ""
452
 
453
- #: contact_form.php:645
454
  msgid "Add a language"
455
  msgstr ""
456
 
457
  # @ contact_form
458
- #: contact_form.php:649
459
  #, fuzzy
460
  msgid "Change the names of the contact form fields and error messages"
461
  msgstr "שנה את תוויות הטופס"
462
 
463
- #: contact_form.php:654
464
- #: contact_form.php:719
465
  msgid "English"
466
  msgstr ""
467
 
468
- #: contact_form.php:671
469
- #: contact_form.php:697
470
  msgid "Error message for the Name field"
471
  msgstr ""
472
 
473
- #: contact_form.php:672
474
- #: contact_form.php:698
475
  msgid "Error message for the Address field"
476
  msgstr ""
477
 
478
- #: contact_form.php:673
479
- #: contact_form.php:699
480
  msgid "Error message for the Email field"
481
  msgstr ""
482
 
483
- #: contact_form.php:674
484
- #: contact_form.php:700
485
  msgid "Error message for the Phone field"
486
  msgstr ""
487
 
488
- #: contact_form.php:675
489
- #: contact_form.php:701
490
  msgid "Error message for the Subject field"
491
  msgstr ""
492
 
493
- #: contact_form.php:676
494
- #: contact_form.php:702
495
  msgid "Error message for the Message field"
496
  msgstr ""
497
 
498
- #: contact_form.php:677
499
- #: contact_form.php:703
500
  msgid "Error message about the file type for the Attachment field"
501
  msgstr ""
502
 
503
- #: contact_form.php:678
504
- #: contact_form.php:704
505
  msgid "Error message while uploading a file for the Attachment field to the server"
506
  msgstr ""
507
 
508
- #: contact_form.php:679
509
- #: contact_form.php:705
510
  msgid "Error message while moving the file for the Attachment field"
511
  msgstr ""
512
 
513
- #: contact_form.php:680
514
- #: contact_form.php:706
515
  msgid "Error message when file size limit for the Attachment field is exceeded"
516
  msgstr ""
517
 
518
- #: contact_form.php:681
519
- #: contact_form.php:707
520
  msgid "Error message for the Captcha field"
521
  msgstr ""
522
 
523
- #: contact_form.php:682
524
- #: contact_form.php:708
525
  msgid "Error message for the whole form"
526
  msgstr ""
527
 
528
- #: contact_form.php:683
529
- #: contact_form.php:709
530
- #: contact_form.php:728
531
- #: contact_form.php:734
532
  msgid "Use shortcode"
533
  msgstr ""
534
 
535
- #: contact_form.php:683
536
- #: contact_form.php:709
537
- #: contact_form.php:728
538
- #: contact_form.php:734
539
  msgid "for this language"
540
  msgstr ""
541
 
542
  # @ contact_form
543
- #: contact_form.php:716
544
  msgid "Action after email is sent"
545
  msgstr "הפעולה שלאחר שליחת הטופס"
546
 
547
  # @ contact_form
548
- #: contact_form.php:718
549
  msgid "Display text"
550
  msgstr "הטקסט המוצג"
551
 
552
  # @ contact_form
553
- #: contact_form.php:727
554
- #: contact_form.php:733
555
  msgid "Text"
556
  msgstr "טקסט"
557
 
558
  # @ contact_form
559
- #: contact_form.php:740
560
  msgid "Redirect to the page"
561
  msgstr "הפנה אל הדף"
562
 
563
  # @ contact_form
564
- #: contact_form.php:741
565
  msgid "Url"
566
  msgstr "URL"
567
 
568
  # @ default
569
- #: contact_form.php:746
 
570
  msgid "Save Changes"
571
  msgstr ""
572
 
573
  # @ contact_form
574
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  msgid "Sorry, email message could not be delivered."
576
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
577
 
578
  # @ contact_form
579
- #: contact_form.php:879
580
  msgid "You can attach the following file formats"
581
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
582
 
583
  # @ contact_form
584
- #: contact_form.php:1165
585
  msgid "Contact from"
586
  msgstr "טופס צור קשר"
587
 
588
  # @ contact_form
589
- #: contact_form.php:1178
590
  msgid "Email"
591
  msgstr "כתובת מייל"
592
 
593
  # @ contact_form
594
- #: contact_form.php:1192
595
  msgid "Site"
596
  msgstr "אתר"
597
 
598
  # @ contact_form
599
- #: contact_form.php:1243
600
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
601
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
602
 
603
  # @ contact_form
604
- #: contact_form.php:1296
605
  msgid "FAQ"
606
  msgstr "שאלות ותשובות"
607
 
608
  # @ contact_form
609
- #: contact_form.php:1297
610
  msgid "Support"
611
  msgstr "תמיכה"
612
 
613
- #: contact_form.php:1345
614
  msgid "Are you sure that you want to delete this language data?"
615
  msgstr ""
616
 
 
 
 
617
  # @ contact_form
618
  #~ msgid "Please enter a valid email address. Settings are not saved."
619
  #~ msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
43
  # @ contact_form
44
  #: contact_form.php:105
45
  #: contact_form.php:131
46
+ #: contact_form.php:531
47
+ #: contact_form.php:760
48
+ #: contact_form.php:1572
49
+ #: contact_form.php:1581
50
  msgid "Settings"
51
  msgstr "הגדרות"
52
 
96
 
97
  # @ contact_form
98
  #: contact_form.php:161
99
+ #, fuzzy
100
+ msgid "Contact Form Settings"
101
  msgstr "אפשרויות טופס צור קשר"
102
 
103
  # @ contact_form
106
  msgstr "טופס צור קשר"
107
 
108
  # @ contact_form
109
+ #: contact_form.php:162
110
+ #, fuzzy
111
+ msgid "Contact Form Pro Extra Settings"
112
+ msgstr "אפשרויות טופס צור קשר"
113
+
114
+ # @ contact_form
115
+ #: contact_form.php:162
116
+ #, fuzzy
117
+ msgid "Contact Form Pro"
118
+ msgstr "טופס צור קשר"
119
+
120
+ # @ contact_form
121
+ #: contact_form.php:201
122
+ #: contact_form.php:655
123
+ #: contact_form.php:684
124
  msgid "Name:"
125
  msgstr "שם:"
126
 
127
  # @ contact_form
128
+ #: contact_form.php:202
129
+ #: contact_form.php:656
130
+ #: contact_form.php:685
131
  #, fuzzy
132
  msgid "Address:"
133
  msgstr "כתובת דוא\\\"ל:"
134
 
135
  # @ contact_form
136
+ #: contact_form.php:203
137
+ #: contact_form.php:657
138
+ #: contact_form.php:686
139
  msgid "Email Address:"
140
  msgstr "כתובת דוא\\\"ל:"
141
 
142
+ #: contact_form.php:204
143
+ #: contact_form.php:658
144
+ #: contact_form.php:687
145
  msgid "Phone number:"
146
  msgstr ""
147
 
148
  # @ contact_form
149
+ #: contact_form.php:205
150
+ #: contact_form.php:659
151
+ #: contact_form.php:688
152
  msgid "Subject:"
153
  msgstr "נושא:"
154
 
155
  # @ contact_form
156
+ #: contact_form.php:206
157
+ #: contact_form.php:660
158
+ #: contact_form.php:689
159
  msgid "Message:"
160
  msgstr "הודעה:"
161
 
162
  # @ contact_form
163
+ #: contact_form.php:207
164
+ #: contact_form.php:661
165
+ #: contact_form.php:690
166
  msgid "Attachment:"
167
  msgstr "קובץ מצורף:"
168
 
169
  # @ contact_form
170
+ #: contact_form.php:208
171
+ #: contact_form.php:263
172
+ #: contact_form.php:662
173
+ #: contact_form.php:691
174
  msgid "Send me a copy"
175
  msgstr "שלח לי עותק"
176
 
177
  # @ contact_form
178
+ #: contact_form.php:209
179
+ #: contact_form.php:663
180
+ #: contact_form.php:692
181
  msgid "Submit"
182
  msgstr "שלח"
183
 
184
  # @ contact_form
185
+ #: contact_form.php:210
186
  msgid "Your name is required."
187
  msgstr "השם שלך הכרחי."
188
 
189
  # @ contact_form
190
+ #: contact_form.php:211
191
  #, fuzzy
192
  msgid "Address is required."
193
  msgstr "כתובת מייל תקנית הכרחית."
194
 
195
  # @ contact_form
196
+ #: contact_form.php:212
197
  #, fuzzy
198
  msgid "A valid email address is required."
199
  msgstr "כתובת מייל תקנית הכרחית."
200
 
201
  # @ contact_form
202
+ #: contact_form.php:213
203
+ #: contact_form.php:258
204
+ #: contact_form.php:261
205
  #, fuzzy
206
  msgid "Phone number is required."
207
  msgstr "השם שלך הכרחי."
208
 
209
  # @ contact_form
210
+ #: contact_form.php:214
211
+ #: contact_form.php:257
212
+ #: contact_form.php:260
213
  msgid "Subject is required."
214
  msgstr "הנושא הכרחי."
215
 
216
  # @ contact_form
217
+ #: contact_form.php:215
218
+ #: contact_form.php:256
219
+ #: contact_form.php:259
220
  msgid "Message text is required."
221
  msgstr "מילוי שדה ההודעה הכרחי."
222
 
223
  # @ contact_form
224
+ #: contact_form.php:216
225
  msgid "File format is not valid."
226
  msgstr "הקובץ המצורף שבור"
227
 
228
+ #: contact_form.php:217
229
  msgid "File upload error."
230
  msgstr ""
231
 
232
+ #: contact_form.php:218
233
  msgid "The file could not be uploaded."
234
  msgstr ""
235
 
236
+ #: contact_form.php:219
237
  msgid "This file is too large."
238
  msgstr ""
239
 
240
  # @ contact_form
241
+ #: contact_form.php:220
242
  msgid "Please fill out the CAPTCHA."
243
  msgstr "אנא השלם את קוד האימות."
244
 
245
  # @ contact_form
246
+ #: contact_form.php:221
247
  msgid "Please make corrections below and try again."
248
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
249
 
250
  # @ contact_form
251
+ #: contact_form.php:223
252
  msgid "Thank you for contacting us."
253
  msgstr "תודה שיצרת עמנו קשר."
254
 
255
  # @ contact_form
256
+ #: contact_form.php:482
257
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
258
  msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
259
 
260
  # @ contact_form
261
+ #: contact_form.php:491
262
  msgid "Such user does not exist. Settings are not saved."
263
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
264
 
265
  # @ contact_form
266
+ #: contact_form.php:496
267
+ #: contact_form.php:502
268
  #, fuzzy
269
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
270
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
271
 
272
  # @ contact_form
273
+ #: contact_form.php:507
274
  msgid "Options saved."
275
  msgstr "האפשרויות נשמרו."
276
 
277
  # @ contact_form
278
+ #: contact_form.php:527
279
+ msgid "Contact Form Options"
280
+ msgstr "אפשרויות טופס צור קשר"
281
+
282
+ # @ contact_form
283
+ #: contact_form.php:532
284
+ #: contact_form.php:761
285
+ #, fuzzy
286
+ msgid "Extra settings"
287
+ msgstr "הגדרות"
288
+
289
+ # @ contact_form
290
+ #: contact_form.php:537
291
+ #: contact_form.php:1032
292
  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:"
293
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
294
 
295
  # @ contact_form
296
+ #: contact_form.php:538
297
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
298
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
299
 
300
  # @ contact_form
301
+ #: contact_form.php:542
302
  msgid "The user's email address:"
303
  msgstr "השתמש במייל של משתמש וורדפרס:"
304
 
305
  # @ contact_form
306
+ #: contact_form.php:546
307
  msgid "Create a username"
308
  msgstr "בחר שם משתמש"
309
 
310
  # @ contact_form
311
+ #: contact_form.php:551
312
  msgid "Enter a username of the person who should get the messages from the contact form."
313
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
314
 
315
  # @ contact_form
316
+ #: contact_form.php:555
317
  msgid "Use this email address:"
318
  msgstr "השתמש במייל זה:"
319
 
320
  # @ contact_form
321
+ #: contact_form.php:558
322
  msgid "Enter the email address you want the messages forwarded to."
323
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
324
 
325
  # @ contact_form
326
+ #: contact_form.php:562
327
  msgid "Additional options"
328
  msgstr "אפשרויות נוספות"
329
 
 
 
 
 
 
 
 
 
 
 
330
  # @ contact_form
331
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  msgid "What to use?"
333
  msgstr "איזה שימוש?"
334
 
335
  # @ mail-send
336
+ #: contact_form.php:568
337
  msgid "Wp-mail"
338
  msgstr ""
339
 
340
  # @ mail_send
341
+ #: contact_form.php:569
342
  msgid "You can use the wp_mail function for mailing"
343
  msgstr ""
344
 
345
  # @ mail-send
346
+ #: contact_form.php:575
347
  msgid "Mail"
348
  msgstr ""
349
 
350
  # @ mail_send
351
+ #: contact_form.php:576
352
  msgid "To send mail you can use the php mail function"
353
  msgstr ""
354
 
355
  # @ contact_form
356
+ #: contact_form.php:580
357
  #, fuzzy
358
  msgid "Change text of the 'FROM' field"
359
  msgstr "שנה את השדות של טופס יצירת הקשר"
360
 
361
+ #: contact_form.php:586
362
  msgid "Enter the email address in the 'From' field"
363
  msgstr ""
364
 
365
+ #: contact_form.php:588
366
  msgid "The email address of the user who fills the form will be used in the field 'From'."
367
  msgstr ""
368
 
369
+ #: contact_form.php:590
370
  msgid "This email address will be used in the 'From' field."
371
  msgstr ""
372
 
373
  # @ contact_form
374
+ #: contact_form.php:594
375
  #, fuzzy
376
  msgid "Display fields"
377
  msgstr "הטקסט המוצג"
378
 
379
  # @ contact_form
380
+ #: contact_form.php:596
381
+ #: contact_form.php:607
382
+ #: contact_form.php:797
383
+ #: contact_form.php:1464
384
  #, fuzzy
385
  msgid "Address"
386
  msgstr "כתובת דוא\\\"ל:"
387
 
388
+ #: contact_form.php:597
389
  #: contact_form.php:609
390
+ #: contact_form.php:1472
 
391
  msgid "Phone"
392
  msgstr ""
393
 
394
+ # @ contact_form
395
+ #: contact_form.php:598
396
+ #, fuzzy
397
+ msgid "Attachment block"
398
+ msgstr "הצג אפשרות קובץ מצורף"
399
+
400
+ # @ contact_form
401
+ #: contact_form.php:598
402
+ msgid "Users can attach the following file formats"
403
+ msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
404
+
405
+ # @ contact_form
406
+ #: contact_form.php:599
407
+ #, fuzzy
408
+ msgid "Tips below the Attachment block"
409
+ msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
410
+
411
+ # @ contact_form
412
+ #: contact_form.php:600
413
+ #, fuzzy
414
+ msgid "Send me a copy block"
415
+ msgstr "הצג תיבת שלח לי עותק"
416
+
417
+ #: contact_form.php:604
418
  msgid "Required fields"
419
  msgstr ""
420
 
421
  # @ contact_form
422
+ #: contact_form.php:606
423
+ #: contact_form.php:792
424
+ #: contact_form.php:1459
425
  msgid "Name"
426
  msgstr "שם"
427
 
428
  # @ contact_form
429
+ #: contact_form.php:608
430
  #, fuzzy
431
  msgid "Email Address"
432
  msgstr "כתובת דוא\\\"ל:"
433
 
434
  # @ contact_form
435
+ #: contact_form.php:610
436
+ #: contact_form.php:812
437
+ #: contact_form.php:1475
438
  msgid "Subject"
439
  msgstr "נושא"
440
 
441
  # @ contact_form
442
+ #: contact_form.php:611
443
+ #: contact_form.php:816
444
+ #: contact_form.php:1478
445
  msgid "Message"
446
  msgstr "תוכן ההודעה"
447
 
448
  # @ contact_form
449
+ #: contact_form.php:615
450
  #, fuzzy
451
  msgid "Display additional info in the email"
452
  msgstr "הצג מידע נוסף במייל"
453
 
454
  # @ contact_form
455
+ #: contact_form.php:620
456
+ #: contact_form.php:1431
457
  msgid "Sent from (ip address)"
458
  msgstr "נשלח מ (כתובת IP)"
459
 
460
  # @ contact_form
461
+ #: contact_form.php:621
462
+ #: contact_form.php:1436
463
  msgid "Date/Time"
464
  msgstr "תאריך\\שעה"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:622
468
+ #: contact_form.php:1441
469
  msgid "Sent from (referer)"
470
  msgstr "מגיע מ (השולח)"
471
 
472
  # @ contact_form
473
+ #: contact_form.php:623
474
+ #: contact_form.php:1446
475
  msgid "Using (user agent)"
476
  msgstr "משתמש ב (user agent)"
477
 
478
+ #: contact_form.php:627
479
  msgid "Language settings for the field names in the form"
480
  msgstr ""
481
 
482
+ #: contact_form.php:636
483
  msgid "Add a language"
484
  msgstr ""
485
 
486
  # @ contact_form
487
+ #: contact_form.php:640
488
  #, fuzzy
489
  msgid "Change the names of the contact form fields and error messages"
490
  msgstr "שנה את תוויות הטופס"
491
 
492
+ #: contact_form.php:645
493
+ #: contact_form.php:716
494
  msgid "English"
495
  msgstr ""
496
 
497
+ #: contact_form.php:664
498
+ #: contact_form.php:693
499
  msgid "Error message for the Name field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:665
503
+ #: contact_form.php:694
504
  msgid "Error message for the Address field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:666
508
+ #: contact_form.php:695
509
  msgid "Error message for the Email field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:667
513
+ #: contact_form.php:696
514
  msgid "Error message for the Phone field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:668
518
+ #: contact_form.php:697
519
  msgid "Error message for the Subject field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:669
523
+ #: contact_form.php:698
524
  msgid "Error message for the Message field"
525
  msgstr ""
526
 
527
+ #: contact_form.php:670
528
+ #: contact_form.php:699
529
  msgid "Error message about the file type for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:671
533
+ #: contact_form.php:700
534
  msgid "Error message while uploading a file for the Attachment field to the server"
535
  msgstr ""
536
 
537
+ #: contact_form.php:672
538
+ #: contact_form.php:701
539
  msgid "Error message while moving the file for the Attachment field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:673
543
+ #: contact_form.php:702
544
  msgid "Error message when file size limit for the Attachment field is exceeded"
545
  msgstr ""
546
 
547
+ #: contact_form.php:674
548
+ #: contact_form.php:703
549
  msgid "Error message for the Captcha field"
550
  msgstr ""
551
 
552
+ #: contact_form.php:675
553
+ #: contact_form.php:704
554
  msgid "Error message for the whole form"
555
  msgstr ""
556
 
557
+ #: contact_form.php:677
558
+ #: contact_form.php:706
559
+ #: contact_form.php:725
560
+ #: contact_form.php:731
561
  msgid "Use shortcode"
562
  msgstr ""
563
 
564
+ #: contact_form.php:677
565
+ #: contact_form.php:706
566
+ #: contact_form.php:725
567
+ #: contact_form.php:731
568
  msgid "for this language"
569
  msgstr ""
570
 
571
  # @ contact_form
572
+ #: contact_form.php:713
573
  msgid "Action after email is sent"
574
  msgstr "הפעולה שלאחר שליחת הטופס"
575
 
576
  # @ contact_form
577
+ #: contact_form.php:715
578
  msgid "Display text"
579
  msgstr "הטקסט המוצג"
580
 
581
  # @ contact_form
582
+ #: contact_form.php:724
583
+ #: contact_form.php:730
584
  msgid "Text"
585
  msgstr "טקסט"
586
 
587
  # @ contact_form
588
+ #: contact_form.php:737
589
  msgid "Redirect to the page"
590
  msgstr "הפנה אל הדף"
591
 
592
  # @ contact_form
593
+ #: contact_form.php:738
594
  msgid "Url"
595
  msgstr "URL"
596
 
597
  # @ default
598
+ #: contact_form.php:743
599
+ #: contact_form.php:933
600
  msgid "Save Changes"
601
  msgstr ""
602
 
603
  # @ contact_form
604
+ #: contact_form.php:758
605
+ #, fuzzy
606
+ msgid "Contact Form Pro | Extra Settings"
607
+ msgstr "אפשרויות טופס צור קשר"
608
+
609
+ #: contact_form.php:772
610
+ msgid "Errors output"
611
+ msgstr ""
612
+
613
+ #: contact_form.php:775
614
+ msgid "Display error messages"
615
+ msgstr ""
616
+
617
+ #: contact_form.php:776
618
+ msgid "Color of the input field errors."
619
+ msgstr ""
620
+
621
+ #: contact_form.php:777
622
+ msgid "Display error messages & color of the input field errors"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:782
626
+ msgid "Add placeholder to the input blocks"
627
+ msgstr ""
628
+
629
+ # @ contact_form
630
+ #: contact_form.php:788
631
+ #, fuzzy
632
+ msgid "Add tooltips"
633
+ msgstr "אפשרויות נוספות"
634
+
635
+ # @ contact_form
636
+ #: contact_form.php:802
637
+ #, fuzzy
638
+ msgid "Email address"
639
+ msgstr "כתובת דוא\\\"ל:"
640
+
641
+ #: contact_form.php:807
642
+ msgid "Phone Number"
643
+ msgstr ""
644
+
645
+ # @ contact_form
646
+ #: contact_form.php:821
647
+ #, fuzzy
648
+ msgid "Attachment"
649
+ msgstr "קובץ מצורף:"
650
+
651
+ #: contact_form.php:835
652
+ #: contact_form.php:838
653
+ #: contact_form.php:841
654
+ msgid "Captcha"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:835
658
+ #: contact_form.php:838
659
+ #: contact_form.php:841
660
+ msgid "(powered by bestwebsoft.com)"
661
+ msgstr ""
662
+
663
+ # @ contact_form
664
+ #: contact_form.php:838
665
+ #, fuzzy
666
+ msgid "Activate captcha"
667
+ msgstr "תוספים פעילים"
668
+
669
+ # @ contact_form
670
+ #: contact_form.php:841
671
+ #, fuzzy
672
+ msgid "Download captcha"
673
+ msgstr "הורד"
674
+
675
+ # @ contact_form
676
+ #: contact_form.php:846
677
+ #, fuzzy
678
+ msgid "Style options"
679
+ msgstr "אפשרויות נוספות"
680
+
681
+ #: contact_form.php:849
682
+ msgid "Text color"
683
+ msgstr ""
684
+
685
+ #: contact_form.php:852
686
+ #: contact_form.php:857
687
+ #: contact_form.php:867
688
+ #: contact_form.php:872
689
+ #: contact_form.php:877
690
+ #: contact_form.php:882
691
+ #: contact_form.php:892
692
+ #: contact_form.php:897
693
+ #: contact_form.php:903
694
+ #: contact_form.php:914
695
+ #: contact_form.php:919
696
+ #: contact_form.php:924
697
+ msgid "Default"
698
+ msgstr ""
699
+
700
+ #: contact_form.php:854
701
+ msgid "Label text color"
702
+ msgstr ""
703
+
704
+ #: contact_form.php:859
705
+ msgid "Placeholder color"
706
+ msgstr ""
707
+
708
+ #: contact_form.php:864
709
+ msgid "Errors color"
710
+ msgstr ""
711
+
712
+ #: contact_form.php:869
713
+ msgid "Error text color"
714
+ msgstr ""
715
+
716
+ #: contact_form.php:874
717
+ msgid "Background color of the input field errors"
718
+ msgstr ""
719
+
720
+ #: contact_form.php:879
721
+ msgid "Border color of the input field errors"
722
+ msgstr ""
723
+
724
+ #: contact_form.php:884
725
+ msgid "Placeholder color of the input field errors"
726
+ msgstr ""
727
+
728
+ # @ contact_form
729
+ #: contact_form.php:889
730
+ #, fuzzy
731
+ msgid "Input fields"
732
+ msgstr "הטקסט המוצג"
733
+
734
+ #: contact_form.php:894
735
+ msgid "Input fields background color"
736
+ msgstr ""
737
+
738
+ #: contact_form.php:899
739
+ msgid "Text fields color"
740
+ msgstr ""
741
+
742
+ #: contact_form.php:901
743
+ msgid "Border width in px, numbers only"
744
+ msgstr ""
745
+
746
+ #: contact_form.php:905
747
+ #: contact_form.php:926
748
+ msgid "Border color"
749
+ msgstr ""
750
+
751
+ # @ contact_form
752
+ #: contact_form.php:910
753
+ #, fuzzy
754
+ msgid "Submit button"
755
+ msgstr "שלח"
756
+
757
+ #: contact_form.php:912
758
+ msgid "Width in px, numbers only"
759
+ msgstr ""
760
+
761
+ #: contact_form.php:916
762
+ msgid "Button color"
763
+ msgstr ""
764
+
765
+ #: contact_form.php:921
766
+ msgid "Button text color"
767
+ msgstr ""
768
+
769
+ # @ contact_form
770
+ #: contact_form.php:937
771
+ #, fuzzy
772
+ msgid "Contact Form Pro | Preview"
773
+ msgstr "טופס צור קשר"
774
+
775
+ #: contact_form.php:940
776
+ msgid "Show with errors"
777
+ msgstr ""
778
+
779
+ # @ contact_form
780
+ #: contact_form.php:1086
781
  msgid "Sorry, email message could not be delivered."
782
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
783
 
784
  # @ contact_form
785
+ #: contact_form.php:1170
786
  msgid "You can attach the following file formats"
787
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
788
 
789
  # @ contact_form
790
+ #: contact_form.php:1454
791
  msgid "Contact from"
792
  msgstr "טופס צור קשר"
793
 
794
  # @ contact_form
795
+ #: contact_form.php:1467
796
  msgid "Email"
797
  msgstr "כתובת מייל"
798
 
799
  # @ contact_form
800
+ #: contact_form.php:1481
801
  msgid "Site"
802
  msgstr "אתר"
803
 
804
  # @ contact_form
805
+ #: contact_form.php:1531
806
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
807
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
808
 
809
  # @ contact_form
810
+ #: contact_form.php:1582
811
  msgid "FAQ"
812
  msgstr "שאלות ותשובות"
813
 
814
  # @ contact_form
815
+ #: contact_form.php:1583
816
  msgid "Support"
817
  msgstr "תמיכה"
818
 
819
+ #: contact_form.php:1631
820
  msgid "Are you sure that you want to delete this language data?"
821
  msgstr ""
822
 
823
+ # @ contact_form
824
+ #~ msgid "Display Attachment tips"
825
+ #~ msgstr "הצג הסברי קובץ מצורף"
826
  # @ contact_form
827
  #~ msgid "Please enter a valid email address. Settings are not saved."
828
  #~ msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
languages/contact_form-hi_IN.mo CHANGED
Binary file
languages/contact_form-hi_IN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "अधिक पढ़ें"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "सेटिंग्स"
44
 
@@ -80,461 +82,653 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "यदि आप कोई प्रश्न हैं, हमें plugin@bestwebsoft.com के माध्यम से संपर्क करें या हमारी साइट पर हमारे संपर्क फार्म में भरें"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "संपर्क प्रपत्र विकल्प"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "संपर्क प्रपत्र"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "नाम:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "ई - मेल पता:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "ई - मेल पता:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "विषय:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "संदेश:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "लगाव:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "मुझे एक प्रतिलिपि भेजें"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "सबमिट"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "आपका नाम की आवश्यकता है."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "आपका नाम की आवश्यकता है."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "विषय पाठ की आवश्यकता होती है"
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "संदेश पाठ की आवश्यकता है."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "अटैचमेंट टूटा ."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "कॅप्चा पूरा करें."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "विकल्प बचाया."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "उपयोगकर्ता नाम का चयन करें"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "इस ईमेल का उपयोग करें:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "अतिरिक्त विकल्प"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
265
-
266
  #: contact_form.php:565
267
- #, fuzzy
268
- msgid "Display Attachment tips"
269
- msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
270
-
271
- #: contact_form.php:567
272
- #, fuzzy
273
- msgid "Display tips below the Attachment block"
274
- msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
275
-
276
- #: contact_form.php:571
277
- msgid "Display Send me a copy block"
278
- msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
279
-
280
- #: contact_form.php:577
281
  msgid "What to use?"
282
  msgstr "किस का उपयोग करें?."
283
 
284
- #: contact_form.php:580
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
- #: contact_form.php:581
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
291
 
292
- #: contact_form.php:587
293
  msgid "Mail"
294
  msgstr "मेल"
295
 
296
- #: contact_form.php:588
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
299
 
300
- #: contact_form.php:592
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
304
 
305
- #: contact_form.php:598
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
- #: contact_form.php:600
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
- #: contact_form.php:602
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
- #: contact_form.php:606
318
  #, fuzzy
319
  msgid "Display fields"
320
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
321
 
322
- #: contact_form.php:608
323
- #: contact_form.php:616
324
- #: contact_form.php:1175
 
325
  #, fuzzy
326
  msgid "Address"
327
  msgstr "ई - मेल पता:"
328
 
 
329
  #: contact_form.php:609
330
- #: contact_form.php:618
331
- #: contact_form.php:1183
332
  msgid "Phone"
333
  msgstr ""
334
 
335
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  msgid "Required fields"
337
  msgstr ""
338
 
339
- #: contact_form.php:615
340
- #: contact_form.php:1170
 
341
  msgid "Name"
342
  msgstr "नाम"
343
 
344
- #: contact_form.php:617
345
  #, fuzzy
346
  msgid "Email Address"
347
  msgstr "ई - मेल पता:"
348
 
349
- #: contact_form.php:619
350
- #: contact_form.php:1186
 
351
  msgid "Subject"
352
  msgstr "विषय"
353
 
354
- #: contact_form.php:620
355
- #: contact_form.php:1189
 
356
  msgid "Message"
357
  msgstr "संदेश"
358
 
359
- #: contact_form.php:624
360
  #, fuzzy
361
  msgid "Display additional info in the email"
362
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
363
 
364
- #: contact_form.php:629
365
- #: contact_form.php:1142
366
  msgid "Sent from (ip address)"
367
  msgstr "(आईपी पते से भेजा गया)"
368
 
369
- #: contact_form.php:630
370
- #: contact_form.php:1147
371
  msgid "Date/Time"
372
  msgstr "दिनांक / समय"
373
 
374
- #: contact_form.php:631
375
- #: contact_form.php:1152
376
  msgid "Sent from (referer)"
377
  msgstr "से आ रहा है (referer)"
378
 
379
- #: contact_form.php:632
380
- #: contact_form.php:1157
381
  msgid "Using (user agent)"
382
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
383
 
384
- #: contact_form.php:636
385
  msgid "Language settings for the field names in the form"
386
  msgstr ""
387
 
388
- #: contact_form.php:645
389
  msgid "Add a language"
390
  msgstr ""
391
 
392
- #: contact_form.php:649
393
  #, fuzzy
394
  msgid "Change the names of the contact form fields and error messages"
395
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
396
 
397
- #: contact_form.php:654
398
- #: contact_form.php:719
399
  msgid "English"
400
  msgstr ""
401
 
402
- #: contact_form.php:671
403
- #: contact_form.php:697
404
  msgid "Error message for the Name field"
405
  msgstr ""
406
 
407
- #: contact_form.php:672
408
- #: contact_form.php:698
409
  msgid "Error message for the Address field"
410
  msgstr ""
411
 
412
- #: contact_form.php:673
413
- #: contact_form.php:699
414
  msgid "Error message for the Email field"
415
  msgstr ""
416
 
417
- #: contact_form.php:674
418
- #: contact_form.php:700
419
  msgid "Error message for the Phone field"
420
  msgstr ""
421
 
422
- #: contact_form.php:675
423
- #: contact_form.php:701
424
  msgid "Error message for the Subject field"
425
  msgstr ""
426
 
427
- #: contact_form.php:676
428
- #: contact_form.php:702
429
  msgid "Error message for the Message field"
430
  msgstr ""
431
 
432
- #: contact_form.php:677
433
- #: contact_form.php:703
434
  msgid "Error message about the file type for the Attachment field"
435
  msgstr ""
436
 
437
- #: contact_form.php:678
438
- #: contact_form.php:704
439
  msgid "Error message while uploading a file for the Attachment field to the server"
440
  msgstr ""
441
 
442
- #: contact_form.php:679
443
- #: contact_form.php:705
444
  msgid "Error message while moving the file for the Attachment field"
445
  msgstr ""
446
 
447
- #: contact_form.php:680
448
- #: contact_form.php:706
449
  msgid "Error message when file size limit for the Attachment field is exceeded"
450
  msgstr ""
451
 
452
- #: contact_form.php:681
453
- #: contact_form.php:707
454
  msgid "Error message for the Captcha field"
455
  msgstr ""
456
 
457
- #: contact_form.php:682
458
- #: contact_form.php:708
459
  msgid "Error message for the whole form"
460
  msgstr ""
461
 
462
- #: contact_form.php:683
463
- #: contact_form.php:709
464
- #: contact_form.php:728
465
- #: contact_form.php:734
466
  msgid "Use shortcode"
467
  msgstr ""
468
 
469
- #: contact_form.php:683
470
- #: contact_form.php:709
471
- #: contact_form.php:728
472
- #: contact_form.php:734
473
  msgid "for this language"
474
  msgstr ""
475
 
476
- #: contact_form.php:716
477
  msgid "Action after email is sent"
478
  msgstr ""
479
 
480
- #: contact_form.php:718
481
  #, fuzzy
482
  msgid "Display text"
483
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
484
 
485
- #: contact_form.php:727
486
- #: contact_form.php:733
487
  msgid "Text"
488
  msgstr ""
489
 
490
- #: contact_form.php:740
491
  msgid "Redirect to the page"
492
  msgstr ""
493
 
494
- #: contact_form.php:741
495
  msgid "Url"
496
  msgstr ""
497
 
498
- #: contact_form.php:746
 
499
  msgid "Save Changes"
500
  msgstr "परिवर्तन सहेजें"
501
 
502
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
505
 
506
- #: contact_form.php:879
507
  msgid "You can attach the following file formats"
508
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
509
 
510
- #: contact_form.php:1165
511
  msgid "Contact from"
512
  msgstr "संपर्क करें"
513
 
514
- #: contact_form.php:1178
515
  msgid "Email"
516
  msgstr "ईमेल"
517
 
518
- #: contact_form.php:1192
519
  msgid "Site"
520
  msgstr "साइट"
521
 
522
- #: contact_form.php:1243
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
525
 
526
- #: contact_form.php:1296
527
  msgid "FAQ"
528
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
529
 
530
- #: contact_form.php:1297
531
  msgid "Support"
532
  msgstr "समर्थन"
533
 
534
- #: contact_form.php:1345
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr ""
537
 
 
 
 
538
  #~ msgid "Please enter a valid email address. Settings are not saved."
539
  #~ msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
540
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "सेटिंग्स"
46
 
82
  msgstr "यदि आप कोई प्रश्न हैं, हमें plugin@bestwebsoft.com के माध्यम से संपर्क करें या हमारी साइट पर हमारे संपर्क फार्म में भरें"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "संपर्क प्रपत्र विकल्प"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "संपर्क प्रपत्र"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "संपर्क प्रपत्र विकल्प"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "संपर्क प्रपत्र"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "नाम:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "ई - मेल पता:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "ई - मेल पता:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "विषय:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "संदेश:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "लगाव:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "मुझे एक प्रतिलिपि भेजें"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "सबमिट"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "आपका नाम की आवश्यकता है."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "आपका नाम की आवश्यकता है."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "विषय पाठ की आवश्यकता होती है"
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "संदेश पाठ की आवश्यकता है."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "अटैचमेंट टूटा ."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "कॅप्चा पूरा करें."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "विकल्प बचाया."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "संपर्क प्रपत्र विकल्प"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "सेटिंग्स"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "उपयोगकर्ता नाम का चयन करें"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "इस ईमेल का उपयोग करें:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "अतिरिक्त विकल्प"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr "किस का उपयोग करें?."
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "मेल"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "ई - मेल पता:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "नाम"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "ई - मेल पता:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "विषय"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "संदेश"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "(आईपी पते से भेजा गया)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "दिनांक / समय"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "से आ रहा है (referer)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  #, fuzzy
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr ""
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr ""
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
  msgid "Error message for the Address field"
434
  msgstr ""
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr ""
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr ""
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr ""
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr ""
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr ""
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  msgid "Error message while uploading a file for the Attachment field to the server"
464
  msgstr ""
465
 
466
+ #: contact_form.php:672
467
+ #: contact_form.php:701
468
  msgid "Error message while moving the file for the Attachment field"
469
  msgstr ""
470
 
471
+ #: contact_form.php:673
472
+ #: contact_form.php:702
473
  msgid "Error message when file size limit for the Attachment field is exceeded"
474
  msgstr ""
475
 
476
+ #: contact_form.php:674
477
+ #: contact_form.php:703
478
  msgid "Error message for the Captcha field"
479
  msgstr ""
480
 
481
+ #: contact_form.php:675
482
+ #: contact_form.php:704
483
  msgid "Error message for the whole form"
484
  msgstr ""
485
 
486
+ #: contact_form.php:677
487
+ #: contact_form.php:706
488
+ #: contact_form.php:725
489
+ #: contact_form.php:731
490
  msgid "Use shortcode"
491
  msgstr ""
492
 
493
+ #: contact_form.php:677
494
+ #: contact_form.php:706
495
+ #: contact_form.php:725
496
+ #: contact_form.php:731
497
  msgid "for this language"
498
  msgstr ""
499
 
500
+ #: contact_form.php:713
501
  msgid "Action after email is sent"
502
  msgstr ""
503
 
504
+ #: contact_form.php:715
505
  #, fuzzy
506
  msgid "Display text"
507
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
508
 
509
+ #: contact_form.php:724
510
+ #: contact_form.php:730
511
  msgid "Text"
512
  msgstr ""
513
 
514
+ #: contact_form.php:737
515
  msgid "Redirect to the page"
516
  msgstr ""
517
 
518
+ #: contact_form.php:738
519
  msgid "Url"
520
  msgstr ""
521
 
522
+ #: contact_form.php:743
523
+ #: contact_form.php:933
524
  msgid "Save Changes"
525
  msgstr "परिवर्तन सहेजें"
526
 
527
+ #: contact_form.php:758
528
+ #, fuzzy
529
+ msgid "Contact Form Pro | Extra Settings"
530
+ msgstr "संपर्क प्रपत्र विकल्प"
531
+
532
+ #: contact_form.php:772
533
+ msgid "Errors output"
534
+ msgstr ""
535
+
536
+ #: contact_form.php:775
537
+ msgid "Display error messages"
538
+ msgstr ""
539
+
540
+ #: contact_form.php:776
541
+ msgid "Color of the input field errors."
542
+ msgstr ""
543
+
544
+ #: contact_form.php:777
545
+ msgid "Display error messages & color of the input field errors"
546
+ msgstr ""
547
+
548
+ #: contact_form.php:782
549
+ msgid "Add placeholder to the input blocks"
550
+ msgstr ""
551
+
552
+ #: contact_form.php:788
553
+ #, fuzzy
554
+ msgid "Add tooltips"
555
+ msgstr "अतिरिक्त विकल्प"
556
+
557
+ #: contact_form.php:802
558
+ #, fuzzy
559
+ msgid "Email address"
560
+ msgstr "ई - मेल पता:"
561
+
562
+ #: contact_form.php:807
563
+ msgid "Phone Number"
564
+ msgstr ""
565
+
566
+ #: contact_form.php:821
567
+ #, fuzzy
568
+ msgid "Attachment"
569
+ msgstr "लगाव:"
570
+
571
+ #: contact_form.php:835
572
+ #: contact_form.php:838
573
+ #: contact_form.php:841
574
+ msgid "Captcha"
575
+ msgstr ""
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "(powered by bestwebsoft.com)"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:838
584
+ #, fuzzy
585
+ msgid "Activate captcha"
586
+ msgstr "सक्रिय प्लगिन"
587
+
588
+ #: contact_form.php:841
589
+ #, fuzzy
590
+ msgid "Download captcha"
591
+ msgstr "डाउनलोड"
592
+
593
+ #: contact_form.php:846
594
+ #, fuzzy
595
+ msgid "Style options"
596
+ msgstr "अतिरिक्त विकल्प"
597
+
598
+ #: contact_form.php:849
599
+ msgid "Text color"
600
+ msgstr ""
601
+
602
+ #: contact_form.php:852
603
+ #: contact_form.php:857
604
+ #: contact_form.php:867
605
+ #: contact_form.php:872
606
+ #: contact_form.php:877
607
+ #: contact_form.php:882
608
+ #: contact_form.php:892
609
+ #: contact_form.php:897
610
+ #: contact_form.php:903
611
+ #: contact_form.php:914
612
+ #: contact_form.php:919
613
+ #: contact_form.php:924
614
+ msgid "Default"
615
+ msgstr ""
616
+
617
+ #: contact_form.php:854
618
+ msgid "Label text color"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:859
622
+ msgid "Placeholder color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:864
626
+ msgid "Errors color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:869
630
+ msgid "Error text color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:874
634
+ msgid "Background color of the input field errors"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:879
638
+ msgid "Border color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:884
642
+ msgid "Placeholder color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:889
646
+ #, fuzzy
647
+ msgid "Input fields"
648
+ msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
649
+
650
+ #: contact_form.php:894
651
+ msgid "Input fields background color"
652
+ msgstr ""
653
+
654
+ #: contact_form.php:899
655
+ msgid "Text fields color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:901
659
+ msgid "Border width in px, numbers only"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:905
663
+ #: contact_form.php:926
664
+ msgid "Border color"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:910
668
+ #, fuzzy
669
+ msgid "Submit button"
670
+ msgstr "सबमिट"
671
+
672
+ #: contact_form.php:912
673
+ msgid "Width in px, numbers only"
674
+ msgstr ""
675
+
676
+ #: contact_form.php:916
677
+ msgid "Button color"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:921
681
+ msgid "Button text color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:937
685
+ #, fuzzy
686
+ msgid "Contact Form Pro | Preview"
687
+ msgstr "संपर्क प्रपत्र"
688
+
689
+ #: contact_form.php:940
690
+ msgid "Show with errors"
691
+ msgstr ""
692
+
693
+ #: contact_form.php:1086
694
  msgid "Sorry, email message could not be delivered."
695
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
696
 
697
+ #: contact_form.php:1170
698
  msgid "You can attach the following file formats"
699
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
700
 
701
+ #: contact_form.php:1454
702
  msgid "Contact from"
703
  msgstr "संपर्क करें"
704
 
705
+ #: contact_form.php:1467
706
  msgid "Email"
707
  msgstr "ईमेल"
708
 
709
+ #: contact_form.php:1481
710
  msgid "Site"
711
  msgstr "साइट"
712
 
713
+ #: contact_form.php:1531
714
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
715
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
716
 
717
+ #: contact_form.php:1582
718
  msgid "FAQ"
719
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
720
 
721
+ #: contact_form.php:1583
722
  msgid "Support"
723
  msgstr "समर्थन"
724
 
725
+ #: contact_form.php:1631
726
  msgid "Are you sure that you want to delete this language data?"
727
  msgstr ""
728
 
729
+ #, fuzzy
730
+ #~ msgid "Display Attachment tips"
731
+ #~ msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
732
  #~ msgid "Please enter a valid email address. Settings are not saved."
733
  #~ msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
734
 
languages/contact_form-hu_HU.mo CHANGED
Binary file
languages/contact_form-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:05+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -38,8 +38,10 @@ msgstr "Részletek megtekintése"
38
 
39
  #: contact_form.php:105
40
  #: contact_form.php:131
41
- #: contact_form.php:1286
42
- #: contact_form.php:1295
 
 
43
  msgid "Settings"
44
  msgstr "Beállítások"
45
 
@@ -81,461 +83,657 @@ msgid "If you have any questions, please contact us via"
81
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
82
 
83
  #: contact_form.php:161
84
- #: contact_form.php:526
85
- msgid "Contact Form Options"
86
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
87
 
88
  #: contact_form.php:161
89
  msgid "Contact Form"
90
  msgstr "Kapcsolatfelvételi Ürlap"
91
 
92
- #: contact_form.php:200
93
- #: contact_form.php:662
94
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
95
  msgid "Name:"
96
  msgstr "Noév:"
97
 
98
- #: contact_form.php:201
99
- #: contact_form.php:663
100
- #: contact_form.php:689
101
  #, fuzzy
102
  msgid "Address:"
103
  msgstr "Email cím:"
104
 
105
- #: contact_form.php:202
106
- #: contact_form.php:664
107
- #: contact_form.php:690
108
  msgid "Email Address:"
109
  msgstr "Email cím:"
110
 
111
- #: contact_form.php:203
112
- #: contact_form.php:665
113
- #: contact_form.php:691
114
  msgid "Phone number:"
115
  msgstr "Telefonszám:"
116
 
117
- #: contact_form.php:204
118
- #: contact_form.php:666
119
- #: contact_form.php:692
120
  msgid "Subject:"
121
  msgstr "Tárgy:"
122
 
123
- #: contact_form.php:205
124
- #: contact_form.php:667
125
- #: contact_form.php:693
126
  msgid "Message:"
127
  msgstr "Üzenet:"
128
 
129
- #: contact_form.php:206
130
- #: contact_form.php:668
131
- #: contact_form.php:694
132
  msgid "Attachment:"
133
  msgstr "Csatolmány:"
134
 
135
- #: contact_form.php:207
136
- #: contact_form.php:262
137
- #: contact_form.php:669
138
- #: contact_form.php:695
139
  msgid "Send me a copy"
140
  msgstr "Kérek másolatot"
141
 
142
- #: contact_form.php:208
143
- #: contact_form.php:670
144
- #: contact_form.php:696
145
  msgid "Submit"
146
  msgstr "Küldés"
147
 
148
- #: contact_form.php:209
149
  msgid "Your name is required."
150
  msgstr "Név megadása kötelező."
151
 
152
- #: contact_form.php:210
153
  #, fuzzy
154
  msgid "Address is required."
155
  msgstr "Valós email cím megadása kötelező."
156
 
157
- #: contact_form.php:211
158
  #, fuzzy
159
  msgid "A valid email address is required."
160
  msgstr "Valós email cím megadása kötelező."
161
 
162
- #: contact_form.php:212
163
- #: contact_form.php:257
164
- #: contact_form.php:260
165
  msgid "Phone number is required."
166
  msgstr "Le numéro de téléphone est obligatoire."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Tárgy megadása kötelező."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Üzenet megírása kötelező."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Fájl formátuma nem megengedett."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Köszönjük az üzenetét."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
219
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
220
 
221
- #: contact_form.php:506
222
  msgid "Options saved."
223
  msgstr "Opciók elmentve."
224
 
225
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
226
  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:"
227
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
228
 
229
- #: contact_form.php:532
230
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
231
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
232
 
233
- #: contact_form.php:536
234
  msgid "The user's email address:"
235
  msgstr "A felhasználó email címe:"
236
 
237
- #: contact_form.php:540
238
  msgid "Create a username"
239
  msgstr "felhasználónév létrehozása"
240
 
241
- #: contact_form.php:545
242
  msgid "Enter a username of the person who should get the messages from the contact form."
243
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
244
 
245
- #: contact_form.php:549
246
  msgid "Use this email address:"
247
  msgstr "Ezen email cím használata:"
248
 
249
- #: contact_form.php:552
250
  msgid "Enter the email address you want the messages forwarded to."
251
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
252
 
253
- #: contact_form.php:556
254
  msgid "Additional options"
255
  msgstr "További opciók"
256
 
257
- #: contact_form.php:559
258
- msgid "Display Attachment block"
259
- msgstr "Csatolmány doboz megjelenítése"
260
-
261
- #: contact_form.php:561
262
- msgid "Users can attach the following file formats"
263
- msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
264
-
265
  #: contact_form.php:565
266
- msgid "Display Attachment tips"
267
- msgstr "Tippek megjelenítése a Csatolmányokhoz"
268
-
269
- #: contact_form.php:567
270
- msgid "Display tips below the Attachment block"
271
- msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
272
-
273
- #: contact_form.php:571
274
- msgid "Display Send me a copy block"
275
- msgstr "A 'Kérek másolatot' opció megjelenítése"
276
-
277
- #: contact_form.php:577
278
  msgid "What to use?"
279
  msgstr "Mit szeretne használni?"
280
 
281
- #: contact_form.php:580
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
- #: contact_form.php:581
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
288
 
289
- #: contact_form.php:587
290
  msgid "Mail"
291
  msgstr "E-mail"
292
 
293
- #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "Email küldéshez használhatja a php mail funkciót"
296
 
297
- #: contact_form.php:592
298
  msgid "Change text of the 'FROM' field"
299
  msgstr "A 'KITÖL' mező szövegének módosítása"
300
 
301
- #: contact_form.php:598
302
  msgid "Enter the email address in the 'From' field"
303
  msgstr "Adja meg a 'KITÖL' mező email címét"
304
 
305
- #: contact_form.php:600
306
  #, fuzzy
307
  msgid "The email address of the user who fills the form will be used in the field 'From'."
308
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
309
 
310
- #: contact_form.php:602
311
  msgid "This email address will be used in the 'From' field."
312
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
313
 
314
- #: contact_form.php:606
315
  #, fuzzy
316
  msgid "Display fields"
317
  msgstr "Szöveg megjelenítése"
318
 
319
- #: contact_form.php:608
320
- #: contact_form.php:616
321
- #: contact_form.php:1175
 
322
  #, fuzzy
323
  msgid "Address"
324
  msgstr "Email cím:"
325
 
 
326
  #: contact_form.php:609
327
- #: contact_form.php:618
328
- #: contact_form.php:1183
329
  msgid "Phone"
330
  msgstr "Telefonszám"
331
 
332
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  msgid "Required fields"
334
  msgstr "Kötelező mező"
335
 
336
- #: contact_form.php:615
337
- #: contact_form.php:1170
 
338
  msgid "Name"
339
  msgstr "Név"
340
 
341
- #: contact_form.php:617
342
  #, fuzzy
343
  msgid "Email Address"
344
  msgstr "Email cím:"
345
 
346
- #: contact_form.php:619
347
- #: contact_form.php:1186
 
348
  msgid "Subject"
349
  msgstr "Sujet"
350
 
351
- #: contact_form.php:620
352
- #: contact_form.php:1189
 
353
  msgid "Message"
354
  msgstr "Üzenet"
355
 
356
- #: contact_form.php:624
357
  #, fuzzy
358
  msgid "Display additional info in the email"
359
  msgstr "További információk megjelenítése az emailben"
360
 
361
- #: contact_form.php:629
362
- #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Küldő (IP cím)"
365
 
366
- #: contact_form.php:630
367
- #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Dátum/Idő"
370
 
371
- #: contact_form.php:631
372
- #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Envoyer de (référence)"
375
 
376
- #: contact_form.php:632
377
- #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Alkalmazás (böngésző)"
380
 
381
- #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr "Az ürlap mezőinek nyelvi beállítása"
384
 
385
- #: contact_form.php:645
386
  #, fuzzy
387
  msgid "Add a language"
388
  msgstr "Nyelv hozzáadása"
389
 
390
- #: contact_form.php:649
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr "Angol"
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr "Név mező hibaüzenet"
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  #, fuzzy
407
  msgid "Error message for the Address field"
408
  msgstr "Üzenet mező hibaüzenet"
409
 
410
- #: contact_form.php:673
411
- #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr "Email cím mező hibaüzenet"
414
 
415
- #: contact_form.php:674
416
- #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr "Telefonszám mező hibaüzenet"
419
 
420
- #: contact_form.php:675
421
- #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr "Tárgy mező hibaüzenet"
424
 
425
- #: contact_form.php:676
426
- #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr "Üzenet mező hibaüzenet"
429
 
430
- #: contact_form.php:677
431
- #: contact_form.php:703
432
  #, fuzzy
433
  msgid "Error message about the file type for the Attachment field"
434
  msgstr "Csatolmány doboz hibaüzenet"
435
 
436
- #: contact_form.php:678
437
- #: contact_form.php:704
438
  #, fuzzy
439
  msgid "Error message while uploading a file for the Attachment field to the server"
440
  msgstr "Csatolmány doboz hibaüzenet"
441
 
442
- #: contact_form.php:679
443
- #: contact_form.php:705
444
  #, fuzzy
445
  msgid "Error message while moving the file for the Attachment field"
446
  msgstr "Csatolmány doboz hibaüzenet"
447
 
448
- #: contact_form.php:680
449
- #: contact_form.php:706
450
  #, fuzzy
451
  msgid "Error message when file size limit for the Attachment field is exceeded"
452
  msgstr "Csatolmány doboz hibaüzenet"
453
 
454
- #: contact_form.php:681
455
- #: contact_form.php:707
456
  msgid "Error message for the Captcha field"
457
  msgstr "CAPTCHA mező hibaüzenet"
458
 
459
- #: contact_form.php:682
460
- #: contact_form.php:708
461
  msgid "Error message for the whole form"
462
  msgstr "Hibaüzenet az egész form számára"
463
 
464
- #: contact_form.php:683
465
- #: contact_form.php:709
466
- #: contact_form.php:728
467
- #: contact_form.php:734
468
  msgid "Use shortcode"
469
  msgstr "Gyorskód használata"
470
 
471
- #: contact_form.php:683
472
- #: contact_form.php:709
473
- #: contact_form.php:728
474
- #: contact_form.php:734
475
  msgid "for this language"
476
  msgstr "ehhez a nyelvhez"
477
 
478
- #: contact_form.php:716
479
  msgid "Action after email is sent"
480
  msgstr "Művelet az email elküldése után"
481
 
482
- #: contact_form.php:718
483
  msgid "Display text"
484
  msgstr "Szöveg megjelenítése"
485
 
486
- #: contact_form.php:727
487
- #: contact_form.php:733
488
  msgid "Text"
489
  msgstr "Szöveg"
490
 
491
- #: contact_form.php:740
492
  msgid "Redirect to the page"
493
  msgstr "Átirányítás egy weboldalra"
494
 
495
- #: contact_form.php:741
496
  msgid "Url"
497
  msgstr "Url"
498
 
499
- #: contact_form.php:746
 
500
  msgid "Save Changes"
501
  msgstr "Módosítások Mentése"
502
 
503
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  msgid "Sorry, email message could not be delivered."
505
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
506
 
507
- #: contact_form.php:879
508
  msgid "You can attach the following file formats"
509
  msgstr "A következő fájlformátumokat csatolhatja"
510
 
511
- #: contact_form.php:1165
512
  msgid "Contact from"
513
  msgstr "Üzenet küldött"
514
 
515
- #: contact_form.php:1178
516
  msgid "Email"
517
  msgstr "E-mail"
518
 
519
- #: contact_form.php:1192
520
  msgid "Site"
521
  msgstr "Oldal"
522
 
523
- #: contact_form.php:1243
524
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
525
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
526
 
527
- #: contact_form.php:1296
528
  msgid "FAQ"
529
  msgstr "GYIK (FAQ)"
530
 
531
- #: contact_form.php:1297
532
  msgid "Support"
533
  msgstr "Támogatás"
534
 
535
- #: contact_form.php:1345
536
  msgid "Are you sure that you want to delete this language data?"
537
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
538
 
 
 
 
539
  #, fuzzy
540
  #~ msgid "Display a phone number field"
541
  #~ msgstr "Telefonszám mező megjelenítése"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
38
 
39
  #: contact_form.php:105
40
  #: contact_form.php:131
41
+ #: contact_form.php:531
42
+ #: contact_form.php:760
43
+ #: contact_form.php:1572
44
+ #: contact_form.php:1581
45
  msgid "Settings"
46
  msgstr "Beállítások"
47
 
83
  msgstr "Amennyiben kérdése van, kérjük írjon nekünk a plugin@bestwebsoft.com címre vagy töltse ki a kapcsolatfelvételi lapot a weboldalon"
84
 
85
  #: contact_form.php:161
86
+ #, fuzzy
87
+ msgid "Contact Form Settings"
88
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
89
 
90
  #: contact_form.php:161
91
  msgid "Contact Form"
92
  msgstr "Kapcsolatfelvételi Ürlap"
93
 
94
+ #: contact_form.php:162
95
+ #, fuzzy
96
+ msgid "Contact Form Pro Extra Settings"
97
+ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
98
+
99
+ #: contact_form.php:162
100
+ #, fuzzy
101
+ msgid "Contact Form Pro"
102
+ msgstr "Kapcsolatfelvételi Ürlap"
103
+
104
+ #: contact_form.php:201
105
+ #: contact_form.php:655
106
+ #: contact_form.php:684
107
  msgid "Name:"
108
  msgstr "Noév:"
109
 
110
+ #: contact_form.php:202
111
+ #: contact_form.php:656
112
+ #: contact_form.php:685
113
  #, fuzzy
114
  msgid "Address:"
115
  msgstr "Email cím:"
116
 
117
+ #: contact_form.php:203
118
+ #: contact_form.php:657
119
+ #: contact_form.php:686
120
  msgid "Email Address:"
121
  msgstr "Email cím:"
122
 
123
+ #: contact_form.php:204
124
+ #: contact_form.php:658
125
+ #: contact_form.php:687
126
  msgid "Phone number:"
127
  msgstr "Telefonszám:"
128
 
129
+ #: contact_form.php:205
130
+ #: contact_form.php:659
131
+ #: contact_form.php:688
132
  msgid "Subject:"
133
  msgstr "Tárgy:"
134
 
135
+ #: contact_form.php:206
136
+ #: contact_form.php:660
137
+ #: contact_form.php:689
138
  msgid "Message:"
139
  msgstr "Üzenet:"
140
 
141
+ #: contact_form.php:207
142
+ #: contact_form.php:661
143
+ #: contact_form.php:690
144
  msgid "Attachment:"
145
  msgstr "Csatolmány:"
146
 
147
+ #: contact_form.php:208
148
+ #: contact_form.php:263
149
+ #: contact_form.php:662
150
+ #: contact_form.php:691
151
  msgid "Send me a copy"
152
  msgstr "Kérek másolatot"
153
 
154
+ #: contact_form.php:209
155
+ #: contact_form.php:663
156
+ #: contact_form.php:692
157
  msgid "Submit"
158
  msgstr "Küldés"
159
 
160
+ #: contact_form.php:210
161
  msgid "Your name is required."
162
  msgstr "Név megadása kötelező."
163
 
164
+ #: contact_form.php:211
165
  #, fuzzy
166
  msgid "Address is required."
167
  msgstr "Valós email cím megadása kötelező."
168
 
169
+ #: contact_form.php:212
170
  #, fuzzy
171
  msgid "A valid email address is required."
172
  msgstr "Valós email cím megadása kötelező."
173
 
174
+ #: contact_form.php:213
175
+ #: contact_form.php:258
176
+ #: contact_form.php:261
177
  msgid "Phone number is required."
178
  msgstr "Le numéro de téléphone est obligatoire."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Tárgy megadása kötelező."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Üzenet megírása kötelező."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Fájl formátuma nem megengedett."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Köszönjük az üzenetét."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr "Amennyiben az 'Átirányítás egy oldalra' opció kiválasztásra kerül, az URL-t az alábbi formátumban kell megadni"
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
231
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
232
 
233
+ #: contact_form.php:507
234
  msgid "Options saved."
235
  msgstr "Opciók elmentve."
236
 
237
+ #: contact_form.php:527
238
+ msgid "Contact Form Options"
239
+ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
240
+
241
+ #: contact_form.php:532
242
+ #: contact_form.php:761
243
+ #, fuzzy
244
+ msgid "Extra settings"
245
+ msgstr "Beállítások"
246
+
247
+ #: contact_form.php:537
248
+ #: contact_form.php:1032
249
  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:"
250
  msgstr "Amennyiben szeretné hozzáadni a Kapcsolatfelvételi Ürlapot a weboldalához, másolja ki és illessze be az alábbi kódot egy bejegyzésbe, oldalba vagy widgetbe:"
251
 
252
+ #: contact_form.php:538
253
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
254
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
255
 
256
+ #: contact_form.php:542
257
  msgid "The user's email address:"
258
  msgstr "A felhasználó email címe:"
259
 
260
+ #: contact_form.php:546
261
  msgid "Create a username"
262
  msgstr "felhasználónév létrehozása"
263
 
264
+ #: contact_form.php:551
265
  msgid "Enter a username of the person who should get the messages from the contact form."
266
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
267
 
268
+ #: contact_form.php:555
269
  msgid "Use this email address:"
270
  msgstr "Ezen email cím használata:"
271
 
272
+ #: contact_form.php:558
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
275
 
276
+ #: contact_form.php:562
277
  msgid "Additional options"
278
  msgstr "További opciók"
279
 
 
 
 
 
 
 
 
 
280
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "What to use?"
282
  msgstr "Mit szeretne használni?"
283
 
284
+ #: contact_form.php:568
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:569
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
291
 
292
+ #: contact_form.php:575
293
  msgid "Mail"
294
  msgstr "E-mail"
295
 
296
+ #: contact_form.php:576
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "Email küldéshez használhatja a php mail funkciót"
299
 
300
+ #: contact_form.php:580
301
  msgid "Change text of the 'FROM' field"
302
  msgstr "A 'KITÖL' mező szövegének módosítása"
303
 
304
+ #: contact_form.php:586
305
  msgid "Enter the email address in the 'From' field"
306
  msgstr "Adja meg a 'KITÖL' mező email címét"
307
 
308
+ #: contact_form.php:588
309
  #, fuzzy
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
312
 
313
+ #: contact_form.php:590
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
316
 
317
+ #: contact_form.php:594
318
  #, fuzzy
319
  msgid "Display fields"
320
  msgstr "Szöveg megjelenítése"
321
 
322
+ #: contact_form.php:596
323
+ #: contact_form.php:607
324
+ #: contact_form.php:797
325
+ #: contact_form.php:1464
326
  #, fuzzy
327
  msgid "Address"
328
  msgstr "Email cím:"
329
 
330
+ #: contact_form.php:597
331
  #: contact_form.php:609
332
+ #: contact_form.php:1472
 
333
  msgid "Phone"
334
  msgstr "Telefonszám"
335
 
336
+ #: contact_form.php:598
337
+ #, fuzzy
338
+ msgid "Attachment block"
339
+ msgstr "Csatolmány doboz megjelenítése"
340
+
341
+ #: contact_form.php:598
342
+ msgid "Users can attach the following file formats"
343
+ msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
344
+
345
+ #: contact_form.php:599
346
+ #, fuzzy
347
+ msgid "Tips below the Attachment block"
348
+ msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
349
+
350
+ #: contact_form.php:600
351
+ #, fuzzy
352
+ msgid "Send me a copy block"
353
+ msgstr "A 'Kérek másolatot' opció megjelenítése"
354
+
355
+ #: contact_form.php:604
356
  msgid "Required fields"
357
  msgstr "Kötelező mező"
358
 
359
+ #: contact_form.php:606
360
+ #: contact_form.php:792
361
+ #: contact_form.php:1459
362
  msgid "Name"
363
  msgstr "Név"
364
 
365
+ #: contact_form.php:608
366
  #, fuzzy
367
  msgid "Email Address"
368
  msgstr "Email cím:"
369
 
370
+ #: contact_form.php:610
371
+ #: contact_form.php:812
372
+ #: contact_form.php:1475
373
  msgid "Subject"
374
  msgstr "Sujet"
375
 
376
+ #: contact_form.php:611
377
+ #: contact_form.php:816
378
+ #: contact_form.php:1478
379
  msgid "Message"
380
  msgstr "Üzenet"
381
 
382
+ #: contact_form.php:615
383
  #, fuzzy
384
  msgid "Display additional info in the email"
385
  msgstr "További információk megjelenítése az emailben"
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Küldő (IP cím)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Dátum/Idő"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "Envoyer de (référence)"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "Alkalmazás (böngésző)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr "Az ürlap mezőinek nyelvi beállítása"
410
 
411
+ #: contact_form.php:636
412
  #, fuzzy
413
  msgid "Add a language"
414
  msgstr "Nyelv hozzáadása"
415
 
416
+ #: contact_form.php:640
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr "Angol"
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr "Név mező hibaüzenet"
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  #, fuzzy
433
  msgid "Error message for the Address field"
434
  msgstr "Üzenet mező hibaüzenet"
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr "Email cím mező hibaüzenet"
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr "Telefonszám mező hibaüzenet"
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr "Tárgy mező hibaüzenet"
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr "Üzenet mező hibaüzenet"
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  #, fuzzy
459
  msgid "Error message about the file type for the Attachment field"
460
  msgstr "Csatolmány doboz hibaüzenet"
461
 
462
+ #: contact_form.php:671
463
+ #: contact_form.php:700
464
  #, fuzzy
465
  msgid "Error message while uploading a file for the Attachment field to the server"
466
  msgstr "Csatolmány doboz hibaüzenet"
467
 
468
+ #: contact_form.php:672
469
+ #: contact_form.php:701
470
  #, fuzzy
471
  msgid "Error message while moving the file for the Attachment field"
472
  msgstr "Csatolmány doboz hibaüzenet"
473
 
474
+ #: contact_form.php:673
475
+ #: contact_form.php:702
476
  #, fuzzy
477
  msgid "Error message when file size limit for the Attachment field is exceeded"
478
  msgstr "Csatolmány doboz hibaüzenet"
479
 
480
+ #: contact_form.php:674
481
+ #: contact_form.php:703
482
  msgid "Error message for the Captcha field"
483
  msgstr "CAPTCHA mező hibaüzenet"
484
 
485
+ #: contact_form.php:675
486
+ #: contact_form.php:704
487
  msgid "Error message for the whole form"
488
  msgstr "Hibaüzenet az egész form számára"
489
 
490
+ #: contact_form.php:677
491
+ #: contact_form.php:706
492
+ #: contact_form.php:725
493
+ #: contact_form.php:731
494
  msgid "Use shortcode"
495
  msgstr "Gyorskód használata"
496
 
497
+ #: contact_form.php:677
498
+ #: contact_form.php:706
499
+ #: contact_form.php:725
500
+ #: contact_form.php:731
501
  msgid "for this language"
502
  msgstr "ehhez a nyelvhez"
503
 
504
+ #: contact_form.php:713
505
  msgid "Action after email is sent"
506
  msgstr "Művelet az email elküldése után"
507
 
508
+ #: contact_form.php:715
509
  msgid "Display text"
510
  msgstr "Szöveg megjelenítése"
511
 
512
+ #: contact_form.php:724
513
+ #: contact_form.php:730
514
  msgid "Text"
515
  msgstr "Szöveg"
516
 
517
+ #: contact_form.php:737
518
  msgid "Redirect to the page"
519
  msgstr "Átirányítás egy weboldalra"
520
 
521
+ #: contact_form.php:738
522
  msgid "Url"
523
  msgstr "Url"
524
 
525
+ #: contact_form.php:743
526
+ #: contact_form.php:933
527
  msgid "Save Changes"
528
  msgstr "Módosítások Mentése"
529
 
530
+ #: contact_form.php:758
531
+ #, fuzzy
532
+ msgid "Contact Form Pro | Extra Settings"
533
+ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
534
+
535
+ #: contact_form.php:772
536
+ msgid "Errors output"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:775
540
+ msgid "Display error messages"
541
+ msgstr ""
542
+
543
+ #: contact_form.php:776
544
+ msgid "Color of the input field errors."
545
+ msgstr ""
546
+
547
+ #: contact_form.php:777
548
+ #, fuzzy
549
+ msgid "Display error messages & color of the input field errors"
550
+ msgstr "Tárgy mező hibaüzenet"
551
+
552
+ #: contact_form.php:782
553
+ msgid "Add placeholder to the input blocks"
554
+ msgstr ""
555
+
556
+ #: contact_form.php:788
557
+ #, fuzzy
558
+ msgid "Add tooltips"
559
+ msgstr "További opciók"
560
+
561
+ #: contact_form.php:802
562
+ #, fuzzy
563
+ msgid "Email address"
564
+ msgstr "Email cím:"
565
+
566
+ #: contact_form.php:807
567
+ #, fuzzy
568
+ msgid "Phone Number"
569
+ msgstr "Telefonszám:"
570
+
571
+ #: contact_form.php:821
572
+ #, fuzzy
573
+ msgid "Attachment"
574
+ msgstr "Csatolmány:"
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "Captcha"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:835
583
+ #: contact_form.php:838
584
+ #: contact_form.php:841
585
+ msgid "(powered by bestwebsoft.com)"
586
+ msgstr ""
587
+
588
+ #: contact_form.php:838
589
+ #, fuzzy
590
+ msgid "Activate captcha"
591
+ msgstr "Aktivált pluginok"
592
+
593
+ #: contact_form.php:841
594
+ #, fuzzy
595
+ msgid "Download captcha"
596
+ msgstr "Letöltés"
597
+
598
+ #: contact_form.php:846
599
+ #, fuzzy
600
+ msgid "Style options"
601
+ msgstr "További opciók"
602
+
603
+ #: contact_form.php:849
604
+ msgid "Text color"
605
+ msgstr ""
606
+
607
+ #: contact_form.php:852
608
+ #: contact_form.php:857
609
+ #: contact_form.php:867
610
+ #: contact_form.php:872
611
+ #: contact_form.php:877
612
+ #: contact_form.php:882
613
+ #: contact_form.php:892
614
+ #: contact_form.php:897
615
+ #: contact_form.php:903
616
+ #: contact_form.php:914
617
+ #: contact_form.php:919
618
+ #: contact_form.php:924
619
+ msgid "Default"
620
+ msgstr ""
621
+
622
+ #: contact_form.php:854
623
+ msgid "Label text color"
624
+ msgstr ""
625
+
626
+ #: contact_form.php:859
627
+ msgid "Placeholder color"
628
+ msgstr ""
629
+
630
+ #: contact_form.php:864
631
+ msgid "Errors color"
632
+ msgstr ""
633
+
634
+ #: contact_form.php:869
635
+ msgid "Error text color"
636
+ msgstr ""
637
+
638
+ #: contact_form.php:874
639
+ msgid "Background color of the input field errors"
640
+ msgstr ""
641
+
642
+ #: contact_form.php:879
643
+ msgid "Border color of the input field errors"
644
+ msgstr ""
645
+
646
+ #: contact_form.php:884
647
+ msgid "Placeholder color of the input field errors"
648
+ msgstr ""
649
+
650
+ #: contact_form.php:889
651
+ #, fuzzy
652
+ msgid "Input fields"
653
+ msgstr "Szöveg megjelenítése"
654
+
655
+ #: contact_form.php:894
656
+ msgid "Input fields background color"
657
+ msgstr ""
658
+
659
+ #: contact_form.php:899
660
+ msgid "Text fields color"
661
+ msgstr ""
662
+
663
+ #: contact_form.php:901
664
+ msgid "Border width in px, numbers only"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:905
668
+ #: contact_form.php:926
669
+ msgid "Border color"
670
+ msgstr ""
671
+
672
+ #: contact_form.php:910
673
+ #, fuzzy
674
+ msgid "Submit button"
675
+ msgstr "Küldés"
676
+
677
+ #: contact_form.php:912
678
+ msgid "Width in px, numbers only"
679
+ msgstr ""
680
+
681
+ #: contact_form.php:916
682
+ msgid "Button color"
683
+ msgstr ""
684
+
685
+ #: contact_form.php:921
686
+ msgid "Button text color"
687
+ msgstr ""
688
+
689
+ #: contact_form.php:937
690
+ #, fuzzy
691
+ msgid "Contact Form Pro | Preview"
692
+ msgstr "Kapcsolatfelvételi Ürlap"
693
+
694
+ #: contact_form.php:940
695
+ msgid "Show with errors"
696
+ msgstr ""
697
+
698
+ #: contact_form.php:1086
699
  msgid "Sorry, email message could not be delivered."
700
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
701
 
702
+ #: contact_form.php:1170
703
  msgid "You can attach the following file formats"
704
  msgstr "A következő fájlformátumokat csatolhatja"
705
 
706
+ #: contact_form.php:1454
707
  msgid "Contact from"
708
  msgstr "Üzenet küldött"
709
 
710
+ #: contact_form.php:1467
711
  msgid "Email"
712
  msgstr "E-mail"
713
 
714
+ #: contact_form.php:1481
715
  msgid "Site"
716
  msgstr "Oldal"
717
 
718
+ #: contact_form.php:1531
719
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
720
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
721
 
722
+ #: contact_form.php:1582
723
  msgid "FAQ"
724
  msgstr "GYIK (FAQ)"
725
 
726
+ #: contact_form.php:1583
727
  msgid "Support"
728
  msgstr "Támogatás"
729
 
730
+ #: contact_form.php:1631
731
  msgid "Are you sure that you want to delete this language data?"
732
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
733
 
734
+ #~ msgid "Display Attachment tips"
735
+ #~ msgstr "Tippek megjelenítése a Csatolmányokhoz"
736
+
737
  #, fuzzy
738
  #~ msgid "Display a phone number field"
739
  #~ msgstr "Telefonszám mező megjelenítése"
languages/contact_form-it_IT.mo CHANGED
Binary file
languages/contact_form-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:05+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Leggi"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Settaggi"
44
 
@@ -80,456 +82,651 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Opzioni Contact Form"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Nome:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Indirizzo e-mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Indirizzo e-mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Numero di telefono:"
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Oggetto:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Messaggio:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Attachment:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Inviami una copia"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Invia"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Il nome è obbligatorio"
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "È richiesto un indirizzo e-mail valido."
155
 
156
- #: contact_form.php:211
157
  msgid "A valid email address is required."
158
  msgstr "È richiesto un indirizzo e-mail valido."
159
 
160
- #: contact_form.php:212
161
- #: contact_form.php:257
162
- #: contact_form.php:260
163
  msgid "Phone number is required."
164
  msgstr "Il numero di telefono è obbligatorio"
165
 
166
- #: contact_form.php:213
167
- #: contact_form.php:256
168
- #: contact_form.php:259
169
  msgid "Subject is required."
170
  msgstr "L'oggetto è obbligatorio"
171
 
172
- #: contact_form.php:214
173
- #: contact_form.php:255
174
- #: contact_form.php:258
175
  msgid "Message text is required."
176
  msgstr "Il campo messaggio è obbligatorio"
177
 
178
- #: contact_form.php:215
179
  msgid "File format is not valid."
180
  msgstr "L'attachment non è corretto"
181
 
182
- #: contact_form.php:216
183
  msgid "File upload error."
184
  msgstr ""
185
 
186
- #: contact_form.php:217
187
  msgid "The file could not be uploaded."
188
  msgstr ""
189
 
190
- #: contact_form.php:218
191
  msgid "This file is too large."
192
  msgstr ""
193
 
194
- #: contact_form.php:219
195
  msgid "Please fill out the CAPTCHA."
196
  msgstr "Completa il CAPTCHA"
197
 
198
- #: contact_form.php:220
199
  msgid "Please make corrections below and try again."
200
  msgstr "Controlla i dati del modulo e riprova!"
201
 
202
- #: contact_form.php:222
203
  msgid "Thank you for contacting us."
204
  msgstr "Grazie per averci contattato."
205
 
206
- #: contact_form.php:481
207
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
208
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
209
 
210
- #: contact_form.php:490
211
  msgid "Such user does not exist. Settings are not saved."
212
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
213
 
214
- #: contact_form.php:495
215
- #: contact_form.php:501
216
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
217
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
218
 
219
- #: contact_form.php:506
220
  msgid "Options saved."
221
  msgstr "Opzioni salvate."
222
 
223
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
224
  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:"
225
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
226
 
227
- #: contact_form.php:532
228
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
229
  msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
230
 
231
- #: contact_form.php:536
232
  msgid "The user's email address:"
233
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
234
 
235
- #: contact_form.php:540
236
  msgid "Create a username"
237
  msgstr "Seleziona nome utente"
238
 
239
- #: contact_form.php:545
240
  msgid "Enter a username of the person who should get the messages from the contact form."
241
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
242
 
243
- #: contact_form.php:549
244
  msgid "Use this email address:"
245
  msgstr "Utilizza questa e-mail:"
246
 
247
- #: contact_form.php:552
248
  msgid "Enter the email address you want the messages forwarded to."
249
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
250
 
251
- #: contact_form.php:556
252
  msgid "Additional options"
253
  msgstr "Impostazioni aggiuntive"
254
 
255
- #: contact_form.php:559
256
- msgid "Display Attachment block"
257
- msgstr "Visualizza l'attachment"
258
-
259
- #: contact_form.php:561
260
- msgid "Users can attach the following file formats"
261
- msgstr "Gli utenti possono allegare i files nei seguenti tipi"
262
-
263
  #: contact_form.php:565
264
- msgid "Display Attachment tips"
265
- msgstr "Visualizza suggerimenti Allegato"
266
-
267
- #: contact_form.php:567
268
- msgid "Display tips below the Attachment block"
269
- msgstr "Visualizza suggeriementi sotto il blocco Allegato"
270
-
271
- #: contact_form.php:571
272
- msgid "Display Send me a copy block"
273
- msgstr "Visualizza il blocco \"Inviami una copia\" "
274
-
275
- #: contact_form.php:577
276
  msgid "What to use?"
277
  msgstr "Cosa utilizzare?"
278
 
279
- #: contact_form.php:580
280
  msgid "Wp-mail"
281
  msgstr "Wp-mail"
282
 
283
- #: contact_form.php:581
284
  msgid "You can use the wp_mail function for mailing"
285
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
286
 
287
- #: contact_form.php:587
288
  msgid "Mail"
289
  msgstr "Mail"
290
 
291
- #: contact_form.php:588
292
  msgid "To send mail you can use the php mail function"
293
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
294
 
295
- #: contact_form.php:592
296
  msgid "Change text of the 'FROM' field"
297
  msgstr "Modifica il contenuto del campo 'DA'"
298
 
299
- #: contact_form.php:598
300
  msgid "Enter the email address in the 'From' field"
301
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
302
 
303
- #: contact_form.php:600
304
  msgid "The email address of the user who fills the form will be used in the field 'From'."
305
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
306
 
307
- #: contact_form.php:602
308
  msgid "This email address will be used in the 'From' field."
309
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
310
 
311
- #: contact_form.php:606
312
  #, fuzzy
313
  msgid "Display fields"
314
  msgstr "Visualizza il testo"
315
 
316
- #: contact_form.php:608
317
- #: contact_form.php:616
318
- #: contact_form.php:1175
 
319
  #, fuzzy
320
  msgid "Address"
321
  msgstr "Indirizzo e-mail"
322
 
 
323
  #: contact_form.php:609
324
- #: contact_form.php:618
325
- #: contact_form.php:1183
326
  msgid "Phone"
327
  msgstr "Telefono"
328
 
329
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  msgid "Required fields"
331
  msgstr "Campi richiesti"
332
 
333
- #: contact_form.php:615
334
- #: contact_form.php:1170
 
335
  msgid "Name"
336
  msgstr "Nome"
337
 
338
- #: contact_form.php:617
339
  msgid "Email Address"
340
  msgstr "Indirizzo e-mail"
341
 
342
- #: contact_form.php:619
343
- #: contact_form.php:1186
 
344
  msgid "Subject"
345
  msgstr "Oggetto"
346
 
347
- #: contact_form.php:620
348
- #: contact_form.php:1189
 
349
  msgid "Message"
350
  msgstr "Messaggio"
351
 
352
- #: contact_form.php:624
353
  msgid "Display additional info in the email"
354
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
355
 
356
- #: contact_form.php:629
357
- #: contact_form.php:1142
358
  msgid "Sent from (ip address)"
359
  msgstr "Inviato da (indirizzi IP)"
360
 
361
- #: contact_form.php:630
362
- #: contact_form.php:1147
363
  msgid "Date/Time"
364
  msgstr "Data/Ora"
365
 
366
- #: contact_form.php:631
367
- #: contact_form.php:1152
368
  msgid "Sent from (referer)"
369
  msgstr "Da (referente)"
370
 
371
- #: contact_form.php:632
372
- #: contact_form.php:1157
373
  msgid "Using (user agent)"
374
  msgstr "Utilizza (user agent)"
375
 
376
- #: contact_form.php:636
377
  msgid "Language settings for the field names in the form"
378
  msgstr "Impostazione della lingua per i nomi dei campi del form"
379
 
380
- #: contact_form.php:645
381
  msgid "Add a language"
382
  msgstr "Aggiungi un linguaggio"
383
 
384
- #: contact_form.php:649
385
  msgid "Change the names of the contact form fields and error messages"
386
  msgstr "Modifica le etichette dei campi del contact form"
387
 
388
- #: contact_form.php:654
389
- #: contact_form.php:719
390
  msgid "English"
391
  msgstr "Inglese"
392
 
393
- #: contact_form.php:671
394
- #: contact_form.php:697
395
  msgid "Error message for the Name field"
396
  msgstr "Messaggio d'errore per il campo Nome"
397
 
398
- #: contact_form.php:672
399
- #: contact_form.php:698
400
  #, fuzzy
401
  msgid "Error message for the Address field"
402
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
403
 
404
- #: contact_form.php:673
405
- #: contact_form.php:699
406
  msgid "Error message for the Email field"
407
  msgstr "Messaggio d'errore per il campo e-mail"
408
 
409
- #: contact_form.php:674
410
- #: contact_form.php:700
411
  msgid "Error message for the Phone field"
412
  msgstr "Messaggio d'errore per il campo Telefono"
413
 
414
- #: contact_form.php:675
415
- #: contact_form.php:701
416
  msgid "Error message for the Subject field"
417
  msgstr "Messaggio d'errore per il campo Soggetto"
418
 
419
- #: contact_form.php:676
420
- #: contact_form.php:702
421
  msgid "Error message for the Message field"
422
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
423
 
424
- #: contact_form.php:677
425
- #: contact_form.php:703
426
  #, fuzzy
427
  msgid "Error message about the file type for the Attachment field"
428
  msgstr "Messaggio d'errore per il campo Allegato"
429
 
430
- #: contact_form.php:678
431
- #: contact_form.php:704
432
  #, fuzzy
433
  msgid "Error message while uploading a file for the Attachment field to the server"
434
  msgstr "Messaggio d'errore per il campo Allegato"
435
 
436
- #: contact_form.php:679
437
- #: contact_form.php:705
438
  #, fuzzy
439
  msgid "Error message while moving the file for the Attachment field"
440
  msgstr "Messaggio d'errore per il campo Allegato"
441
 
442
- #: contact_form.php:680
443
- #: contact_form.php:706
444
  #, fuzzy
445
  msgid "Error message when file size limit for the Attachment field is exceeded"
446
  msgstr "Messaggio d'errore per il campo Allegato"
447
 
448
- #: contact_form.php:681
449
- #: contact_form.php:707
450
  msgid "Error message for the Captcha field"
451
  msgstr "Messaggio d'errore per il campo Captcha"
452
 
453
- #: contact_form.php:682
454
- #: contact_form.php:708
455
  msgid "Error message for the whole form"
456
  msgstr "Messaggio d'errore per l'intero modulo"
457
 
458
- #: contact_form.php:683
459
- #: contact_form.php:709
460
- #: contact_form.php:728
461
- #: contact_form.php:734
462
  msgid "Use shortcode"
463
  msgstr "usa lo shortcode"
464
 
465
- #: contact_form.php:683
466
- #: contact_form.php:709
467
- #: contact_form.php:728
468
- #: contact_form.php:734
469
  msgid "for this language"
470
  msgstr "per questa lingua"
471
 
472
- #: contact_form.php:716
473
  msgid "Action after email is sent"
474
  msgstr "Azione successiva all'invio dell'e-mail"
475
 
476
- #: contact_form.php:718
477
  msgid "Display text"
478
  msgstr "Visualizza il testo"
479
 
480
- #: contact_form.php:727
481
- #: contact_form.php:733
482
  msgid "Text"
483
  msgstr "Testo"
484
 
485
- #: contact_form.php:740
486
  msgid "Redirect to the page"
487
  msgstr "Reindirizza alla pagina"
488
 
489
- #: contact_form.php:741
490
  msgid "Url"
491
  msgstr "Url"
492
 
493
- #: contact_form.php:746
 
494
  msgid "Save Changes"
495
  msgstr "Salva le modifiche"
496
 
497
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
  msgid "Sorry, email message could not be delivered."
499
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
500
 
501
- #: contact_form.php:879
502
  msgid "You can attach the following file formats"
503
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
504
 
505
- #: contact_form.php:1165
506
  msgid "Contact from"
507
  msgstr "Contact from"
508
 
509
- #: contact_form.php:1178
510
  msgid "Email"
511
  msgstr "e-mail"
512
 
513
- #: contact_form.php:1192
514
  msgid "Site"
515
  msgstr "Sito"
516
 
517
- #: contact_form.php:1243
518
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
519
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
520
 
521
- #: contact_form.php:1296
522
  msgid "FAQ"
523
  msgstr "FAQ"
524
 
525
- #: contact_form.php:1297
526
  msgid "Support"
527
  msgstr "Supporto"
528
 
529
- #: contact_form.php:1345
530
  msgid "Are you sure that you want to delete this language data?"
531
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
532
 
 
 
533
  #~ msgid "Display a phone number field"
534
  #~ msgstr "VIsualizza un campo numero di telefono"
535
  #~ msgid "Please enter a valid email address. Settings are not saved."
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Settaggi"
46
 
82
  msgstr "Se hai domande, per favore contattaci a plugin@bestwebsoft.com o compila il modulo \"contact form\" sul nostro sito"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Opzioni Contact Form"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Contact Form"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Opzioni Contact Form"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Contact Form"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Nome:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Indirizzo e-mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Indirizzo e-mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Numero di telefono:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Oggetto:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Messaggio:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Attachment:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Inviami una copia"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Invia"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Il nome è obbligatorio"
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "È richiesto un indirizzo e-mail valido."
167
 
168
+ #: contact_form.php:212
169
  msgid "A valid email address is required."
170
  msgstr "È richiesto un indirizzo e-mail valido."
171
 
172
+ #: contact_form.php:213
173
+ #: contact_form.php:258
174
+ #: contact_form.php:261
175
  msgid "Phone number is required."
176
  msgstr "Il numero di telefono è obbligatorio"
177
 
178
+ #: contact_form.php:214
179
+ #: contact_form.php:257
180
+ #: contact_form.php:260
181
  msgid "Subject is required."
182
  msgstr "L'oggetto è obbligatorio"
183
 
184
+ #: contact_form.php:215
185
+ #: contact_form.php:256
186
+ #: contact_form.php:259
187
  msgid "Message text is required."
188
  msgstr "Il campo messaggio è obbligatorio"
189
 
190
+ #: contact_form.php:216
191
  msgid "File format is not valid."
192
  msgstr "L'attachment non è corretto"
193
 
194
+ #: contact_form.php:217
195
  msgid "File upload error."
196
  msgstr ""
197
 
198
+ #: contact_form.php:218
199
  msgid "The file could not be uploaded."
200
  msgstr ""
201
 
202
+ #: contact_form.php:219
203
  msgid "This file is too large."
204
  msgstr ""
205
 
206
+ #: contact_form.php:220
207
  msgid "Please fill out the CAPTCHA."
208
  msgstr "Completa il CAPTCHA"
209
 
210
+ #: contact_form.php:221
211
  msgid "Please make corrections below and try again."
212
  msgstr "Controlla i dati del modulo e riprova!"
213
 
214
+ #: contact_form.php:223
215
  msgid "Thank you for contacting us."
216
  msgstr "Grazie per averci contattato."
217
 
218
+ #: contact_form.php:482
219
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
220
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
221
 
222
+ #: contact_form.php:491
223
  msgid "Such user does not exist. Settings are not saved."
224
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
225
 
226
+ #: contact_form.php:496
227
+ #: contact_form.php:502
228
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
229
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
230
 
231
+ #: contact_form.php:507
232
  msgid "Options saved."
233
  msgstr "Opzioni salvate."
234
 
235
+ #: contact_form.php:527
236
+ msgid "Contact Form Options"
237
+ msgstr "Opzioni Contact Form"
238
+
239
+ #: contact_form.php:532
240
+ #: contact_form.php:761
241
+ #, fuzzy
242
+ msgid "Extra settings"
243
+ msgstr "Settaggi"
244
+
245
+ #: contact_form.php:537
246
+ #: contact_form.php:1032
247
  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:"
248
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
249
 
250
+ #: contact_form.php:538
251
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
252
  msgstr "Se le informazioni nei campi sottostanti sono vuote allora il messaggio sarà inviato ad un indirizzo che è stato specificato durante la fase di registrazione. "
253
 
254
+ #: contact_form.php:542
255
  msgid "The user's email address:"
256
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
257
 
258
+ #: contact_form.php:546
259
  msgid "Create a username"
260
  msgstr "Seleziona nome utente"
261
 
262
+ #: contact_form.php:551
263
  msgid "Enter a username of the person who should get the messages from the contact form."
264
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
265
 
266
+ #: contact_form.php:555
267
  msgid "Use this email address:"
268
  msgstr "Utilizza questa e-mail:"
269
 
270
+ #: contact_form.php:558
271
  msgid "Enter the email address you want the messages forwarded to."
272
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
273
 
274
+ #: contact_form.php:562
275
  msgid "Additional options"
276
  msgstr "Impostazioni aggiuntive"
277
 
 
 
 
 
 
 
 
 
278
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
279
  msgid "What to use?"
280
  msgstr "Cosa utilizzare?"
281
 
282
+ #: contact_form.php:568
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
+ #: contact_form.php:569
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
289
 
290
+ #: contact_form.php:575
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
+ #: contact_form.php:576
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
297
 
298
+ #: contact_form.php:580
299
  msgid "Change text of the 'FROM' field"
300
  msgstr "Modifica il contenuto del campo 'DA'"
301
 
302
+ #: contact_form.php:586
303
  msgid "Enter the email address in the 'From' field"
304
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
305
 
306
+ #: contact_form.php:588
307
  msgid "The email address of the user who fills the form will be used in the field 'From'."
308
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
309
 
310
+ #: contact_form.php:590
311
  msgid "This email address will be used in the 'From' field."
312
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
313
 
314
+ #: contact_form.php:594
315
  #, fuzzy
316
  msgid "Display fields"
317
  msgstr "Visualizza il testo"
318
 
319
+ #: contact_form.php:596
320
+ #: contact_form.php:607
321
+ #: contact_form.php:797
322
+ #: contact_form.php:1464
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Indirizzo e-mail"
326
 
327
+ #: contact_form.php:597
328
  #: contact_form.php:609
329
+ #: contact_form.php:1472
 
330
  msgid "Phone"
331
  msgstr "Telefono"
332
 
333
+ #: contact_form.php:598
334
+ #, fuzzy
335
+ msgid "Attachment block"
336
+ msgstr "Visualizza l'attachment"
337
+
338
+ #: contact_form.php:598
339
+ msgid "Users can attach the following file formats"
340
+ msgstr "Gli utenti possono allegare i files nei seguenti tipi"
341
+
342
+ #: contact_form.php:599
343
+ #, fuzzy
344
+ msgid "Tips below the Attachment block"
345
+ msgstr "Visualizza suggeriementi sotto il blocco Allegato"
346
+
347
+ #: contact_form.php:600
348
+ #, fuzzy
349
+ msgid "Send me a copy block"
350
+ msgstr "Visualizza il blocco \"Inviami una copia\" "
351
+
352
+ #: contact_form.php:604
353
  msgid "Required fields"
354
  msgstr "Campi richiesti"
355
 
356
+ #: contact_form.php:606
357
+ #: contact_form.php:792
358
+ #: contact_form.php:1459
359
  msgid "Name"
360
  msgstr "Nome"
361
 
362
+ #: contact_form.php:608
363
  msgid "Email Address"
364
  msgstr "Indirizzo e-mail"
365
 
366
+ #: contact_form.php:610
367
+ #: contact_form.php:812
368
+ #: contact_form.php:1475
369
  msgid "Subject"
370
  msgstr "Oggetto"
371
 
372
+ #: contact_form.php:611
373
+ #: contact_form.php:816
374
+ #: contact_form.php:1478
375
  msgid "Message"
376
  msgstr "Messaggio"
377
 
378
+ #: contact_form.php:615
379
  msgid "Display additional info in the email"
380
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
381
 
382
+ #: contact_form.php:620
383
+ #: contact_form.php:1431
384
  msgid "Sent from (ip address)"
385
  msgstr "Inviato da (indirizzi IP)"
386
 
387
+ #: contact_form.php:621
388
+ #: contact_form.php:1436
389
  msgid "Date/Time"
390
  msgstr "Data/Ora"
391
 
392
+ #: contact_form.php:622
393
+ #: contact_form.php:1441
394
  msgid "Sent from (referer)"
395
  msgstr "Da (referente)"
396
 
397
+ #: contact_form.php:623
398
+ #: contact_form.php:1446
399
  msgid "Using (user agent)"
400
  msgstr "Utilizza (user agent)"
401
 
402
+ #: contact_form.php:627
403
  msgid "Language settings for the field names in the form"
404
  msgstr "Impostazione della lingua per i nomi dei campi del form"
405
 
406
+ #: contact_form.php:636
407
  msgid "Add a language"
408
  msgstr "Aggiungi un linguaggio"
409
 
410
+ #: contact_form.php:640
411
  msgid "Change the names of the contact form fields and error messages"
412
  msgstr "Modifica le etichette dei campi del contact form"
413
 
414
+ #: contact_form.php:645
415
+ #: contact_form.php:716
416
  msgid "English"
417
  msgstr "Inglese"
418
 
419
+ #: contact_form.php:664
420
+ #: contact_form.php:693
421
  msgid "Error message for the Name field"
422
  msgstr "Messaggio d'errore per il campo Nome"
423
 
424
+ #: contact_form.php:665
425
+ #: contact_form.php:694
426
  #, fuzzy
427
  msgid "Error message for the Address field"
428
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
429
 
430
+ #: contact_form.php:666
431
+ #: contact_form.php:695
432
  msgid "Error message for the Email field"
433
  msgstr "Messaggio d'errore per il campo e-mail"
434
 
435
+ #: contact_form.php:667
436
+ #: contact_form.php:696
437
  msgid "Error message for the Phone field"
438
  msgstr "Messaggio d'errore per il campo Telefono"
439
 
440
+ #: contact_form.php:668
441
+ #: contact_form.php:697
442
  msgid "Error message for the Subject field"
443
  msgstr "Messaggio d'errore per il campo Soggetto"
444
 
445
+ #: contact_form.php:669
446
+ #: contact_form.php:698
447
  msgid "Error message for the Message field"
448
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
449
 
450
+ #: contact_form.php:670
451
+ #: contact_form.php:699
452
  #, fuzzy
453
  msgid "Error message about the file type for the Attachment field"
454
  msgstr "Messaggio d'errore per il campo Allegato"
455
 
456
+ #: contact_form.php:671
457
+ #: contact_form.php:700
458
  #, fuzzy
459
  msgid "Error message while uploading a file for the Attachment field to the server"
460
  msgstr "Messaggio d'errore per il campo Allegato"
461
 
462
+ #: contact_form.php:672
463
+ #: contact_form.php:701
464
  #, fuzzy
465
  msgid "Error message while moving the file for the Attachment field"
466
  msgstr "Messaggio d'errore per il campo Allegato"
467
 
468
+ #: contact_form.php:673
469
+ #: contact_form.php:702
470
  #, fuzzy
471
  msgid "Error message when file size limit for the Attachment field is exceeded"
472
  msgstr "Messaggio d'errore per il campo Allegato"
473
 
474
+ #: contact_form.php:674
475
+ #: contact_form.php:703
476
  msgid "Error message for the Captcha field"
477
  msgstr "Messaggio d'errore per il campo Captcha"
478
 
479
+ #: contact_form.php:675
480
+ #: contact_form.php:704
481
  msgid "Error message for the whole form"
482
  msgstr "Messaggio d'errore per l'intero modulo"
483
 
484
+ #: contact_form.php:677
485
+ #: contact_form.php:706
486
+ #: contact_form.php:725
487
+ #: contact_form.php:731
488
  msgid "Use shortcode"
489
  msgstr "usa lo shortcode"
490
 
491
+ #: contact_form.php:677
492
+ #: contact_form.php:706
493
+ #: contact_form.php:725
494
+ #: contact_form.php:731
495
  msgid "for this language"
496
  msgstr "per questa lingua"
497
 
498
+ #: contact_form.php:713
499
  msgid "Action after email is sent"
500
  msgstr "Azione successiva all'invio dell'e-mail"
501
 
502
+ #: contact_form.php:715
503
  msgid "Display text"
504
  msgstr "Visualizza il testo"
505
 
506
+ #: contact_form.php:724
507
+ #: contact_form.php:730
508
  msgid "Text"
509
  msgstr "Testo"
510
 
511
+ #: contact_form.php:737
512
  msgid "Redirect to the page"
513
  msgstr "Reindirizza alla pagina"
514
 
515
+ #: contact_form.php:738
516
  msgid "Url"
517
  msgstr "Url"
518
 
519
+ #: contact_form.php:743
520
+ #: contact_form.php:933
521
  msgid "Save Changes"
522
  msgstr "Salva le modifiche"
523
 
524
+ #: contact_form.php:758
525
+ #, fuzzy
526
+ msgid "Contact Form Pro | Extra Settings"
527
+ msgstr "Opzioni Contact Form"
528
+
529
+ #: contact_form.php:772
530
+ msgid "Errors output"
531
+ msgstr ""
532
+
533
+ #: contact_form.php:775
534
+ msgid "Display error messages"
535
+ msgstr ""
536
+
537
+ #: contact_form.php:776
538
+ msgid "Color of the input field errors."
539
+ msgstr ""
540
+
541
+ #: contact_form.php:777
542
+ #, fuzzy
543
+ msgid "Display error messages & color of the input field errors"
544
+ msgstr "Messaggio d'errore per il campo Soggetto"
545
+
546
+ #: contact_form.php:782
547
+ msgid "Add placeholder to the input blocks"
548
+ msgstr ""
549
+
550
+ #: contact_form.php:788
551
+ #, fuzzy
552
+ msgid "Add tooltips"
553
+ msgstr "Impostazioni aggiuntive"
554
+
555
+ #: contact_form.php:802
556
+ #, fuzzy
557
+ msgid "Email address"
558
+ msgstr "Indirizzo e-mail"
559
+
560
+ #: contact_form.php:807
561
+ #, fuzzy
562
+ msgid "Phone Number"
563
+ msgstr "Numero di telefono:"
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Attachment:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Plugin attivati"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Download"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Impostazioni aggiuntive"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ #, fuzzy
646
+ msgid "Input fields"
647
+ msgstr "Visualizza il testo"
648
+
649
+ #: contact_form.php:894
650
+ msgid "Input fields background color"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:899
654
+ msgid "Text fields color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:901
658
+ msgid "Border width in px, numbers only"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:905
662
+ #: contact_form.php:926
663
+ msgid "Border color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:910
667
+ #, fuzzy
668
+ msgid "Submit button"
669
+ msgstr "Invia"
670
+
671
+ #: contact_form.php:912
672
+ msgid "Width in px, numbers only"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:916
676
+ msgid "Button color"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:921
680
+ msgid "Button text color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:937
684
+ #, fuzzy
685
+ msgid "Contact Form Pro | Preview"
686
+ msgstr "Contact Form"
687
+
688
+ #: contact_form.php:940
689
+ msgid "Show with errors"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:1086
693
  msgid "Sorry, email message could not be delivered."
694
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
695
 
696
+ #: contact_form.php:1170
697
  msgid "You can attach the following file formats"
698
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
699
 
700
+ #: contact_form.php:1454
701
  msgid "Contact from"
702
  msgstr "Contact from"
703
 
704
+ #: contact_form.php:1467
705
  msgid "Email"
706
  msgstr "e-mail"
707
 
708
+ #: contact_form.php:1481
709
  msgid "Site"
710
  msgstr "Sito"
711
 
712
+ #: contact_form.php:1531
713
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
714
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
715
 
716
+ #: contact_form.php:1582
717
  msgid "FAQ"
718
  msgstr "FAQ"
719
 
720
+ #: contact_form.php:1583
721
  msgid "Support"
722
  msgstr "Supporto"
723
 
724
+ #: contact_form.php:1631
725
  msgid "Are you sure that you want to delete this language data?"
726
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
727
 
728
+ #~ msgid "Display Attachment tips"
729
+ #~ msgstr "Visualizza suggerimenti Allegato"
730
  #~ msgid "Display a phone number field"
731
  #~ msgstr "VIsualizza un campo numero di telefono"
732
  #~ msgid "Please enter a valid email address. Settings are not saved."
languages/contact_form-ja.mo CHANGED
Binary file
languages/contact_form-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "もっと読む"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "設定"
44
 
@@ -80,463 +82,655 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "もそご質問がある場合は、plugin@bestwebsoft.comにご連絡頂くか、我々のサイトのコンタクトフォームからお願いします。"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "コンタクトフォーム オプション"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "名前:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "E-Mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "E-Mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "件名:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "メッセージ:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "添付:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "コピーを自分に送る"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "送信"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "名前は必須です。"
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "正確なemailが必須です。"
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "正確なemailが必須です。"
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "名前は必須です。"
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "件名は必須です。"
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "メッセージ本文は必須です。"
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "添付が壊れています。"
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "CAPTCHAを入力して下さい。"
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "以下を修正し、再度試して下さい。"
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "ご連絡ありがとうございます"
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "このようなユーザは存在しません。設定は保存されません。"
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "オプション保存."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  #, fuzzy
228
  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:"
229
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
230
 
231
- #: contact_form.php:532
232
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
233
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
234
 
235
- #: contact_form.php:536
236
  msgid "The user's email address:"
237
  msgstr "wordpressユーザのemailを利用r:"
238
 
239
- #: contact_form.php:540
240
  msgid "Create a username"
241
  msgstr "ユーザ名の選択"
242
 
243
- #: contact_form.php:545
244
  #, fuzzy
245
  msgid "Enter a username of the person who should get the messages from the contact form."
246
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
247
 
248
- #: contact_form.php:549
249
  msgid "Use this email address:"
250
  msgstr "このemailを利用:"
251
 
252
- #: contact_form.php:552
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "メッセージ受信用のemailを設定。"
255
 
256
- #: contact_form.php:556
257
  msgid "Additional options"
258
  msgstr "追加オプション"
259
 
260
- #: contact_form.php:559
261
- msgid "Display Attachment block"
262
- msgstr "添付ブロックを表示"
263
-
264
- #: contact_form.php:561
265
- msgid "Users can attach the following file formats"
266
- msgstr "ユーザは、以下のタイプのファイルを添付できる"
267
-
268
  #: contact_form.php:565
269
- #, fuzzy
270
- msgid "Display Attachment tips"
271
- msgstr "添付ブロックを表示"
272
-
273
- #: contact_form.php:567
274
- #, fuzzy
275
- msgid "Display tips below the Attachment block"
276
- msgstr "添付ブロックを表示"
277
-
278
- #: contact_form.php:571
279
- msgid "Display Send me a copy block"
280
- msgstr "コピーブロックを自分に送るを表示"
281
-
282
- #: contact_form.php:577
283
  msgid "What to use?"
284
  msgstr ""
285
 
286
- #: contact_form.php:580
287
  #, fuzzy
288
  msgid "Wp-mail"
289
  msgstr "E-Mail"
290
 
291
- #: contact_form.php:581
292
  msgid "You can use the wp_mail function for mailing"
293
  msgstr ""
294
 
295
- #: contact_form.php:587
296
  msgid "Mail"
297
  msgstr ""
298
 
299
- #: contact_form.php:588
300
  msgid "To send mail you can use the php mail function"
301
  msgstr ""
302
 
303
- #: contact_form.php:592
304
  #, fuzzy
305
  msgid "Change text of the 'FROM' field"
306
  msgstr "コンタクトフォームのフィールドのラベルを変更"
307
 
308
- #: contact_form.php:598
309
  msgid "Enter the email address in the 'From' field"
310
  msgstr ""
311
 
312
- #: contact_form.php:600
313
  msgid "The email address of the user who fills the form will be used in the field 'From'."
314
  msgstr ""
315
 
316
- #: contact_form.php:602
317
  msgid "This email address will be used in the 'From' field."
318
  msgstr ""
319
 
320
- #: contact_form.php:606
321
  #, fuzzy
322
  msgid "Display fields"
323
  msgstr "添付ブロックを表示"
324
 
325
- #: contact_form.php:608
326
- #: contact_form.php:616
327
- #: contact_form.php:1175
 
328
  #, fuzzy
329
  msgid "Address"
330
  msgstr "E-Mail:"
331
 
 
332
  #: contact_form.php:609
333
- #: contact_form.php:618
334
- #: contact_form.php:1183
335
  msgid "Phone"
336
  msgstr ""
337
 
338
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  msgid "Required fields"
340
  msgstr ""
341
 
342
- #: contact_form.php:615
343
- #: contact_form.php:1170
 
344
  msgid "Name"
345
  msgstr "名前"
346
 
347
- #: contact_form.php:617
348
  #, fuzzy
349
  msgid "Email Address"
350
  msgstr "E-Mail:"
351
 
352
- #: contact_form.php:619
353
- #: contact_form.php:1186
 
354
  msgid "Subject"
355
  msgstr "件名"
356
 
357
- #: contact_form.php:620
358
- #: contact_form.php:1189
 
359
  msgid "Message"
360
  msgstr "メッセージ"
361
 
362
- #: contact_form.php:624
363
  msgid "Display additional info in the email"
364
  msgstr ""
365
 
366
- #: contact_form.php:629
367
- #: contact_form.php:1142
368
  msgid "Sent from (ip address)"
369
  msgstr "(IP-Adresse)から送られた"
370
 
371
- #: contact_form.php:630
372
- #: contact_form.php:1147
373
  msgid "Date/Time"
374
  msgstr "日時"
375
 
376
- #: contact_form.php:631
377
- #: contact_form.php:1152
378
  msgid "Sent from (referer)"
379
  msgstr "(referer)から送られている"
380
 
381
- #: contact_form.php:632
382
- #: contact_form.php:1157
383
  msgid "Using (user agent)"
384
  msgstr "(user agent)使用"
385
 
386
- #: contact_form.php:636
387
  msgid "Language settings for the field names in the form"
388
  msgstr ""
389
 
390
- #: contact_form.php:645
391
  msgid "Add a language"
392
  msgstr ""
393
 
394
- #: contact_form.php:649
395
  #, fuzzy
396
  msgid "Change the names of the contact form fields and error messages"
397
  msgstr "コンタクトフォームのフィールドのラベルを変更"
398
 
399
- #: contact_form.php:654
400
- #: contact_form.php:719
401
  msgid "English"
402
  msgstr ""
403
 
404
- #: contact_form.php:671
405
- #: contact_form.php:697
406
  msgid "Error message for the Name field"
407
  msgstr ""
408
 
409
- #: contact_form.php:672
410
- #: contact_form.php:698
411
  msgid "Error message for the Address field"
412
  msgstr ""
413
 
414
- #: contact_form.php:673
415
- #: contact_form.php:699
416
  msgid "Error message for the Email field"
417
  msgstr ""
418
 
419
- #: contact_form.php:674
420
- #: contact_form.php:700
421
  msgid "Error message for the Phone field"
422
  msgstr ""
423
 
424
- #: contact_form.php:675
425
- #: contact_form.php:701
426
  msgid "Error message for the Subject field"
427
  msgstr ""
428
 
429
- #: contact_form.php:676
430
- #: contact_form.php:702
431
  msgid "Error message for the Message field"
432
  msgstr ""
433
 
434
- #: contact_form.php:677
435
- #: contact_form.php:703
436
  msgid "Error message about the file type for the Attachment field"
437
  msgstr ""
438
 
439
- #: contact_form.php:678
440
- #: contact_form.php:704
441
  msgid "Error message while uploading a file for the Attachment field to the server"
442
  msgstr ""
443
 
444
- #: contact_form.php:679
445
- #: contact_form.php:705
446
  msgid "Error message while moving the file for the Attachment field"
447
  msgstr ""
448
 
449
- #: contact_form.php:680
450
- #: contact_form.php:706
451
  msgid "Error message when file size limit for the Attachment field is exceeded"
452
  msgstr ""
453
 
454
- #: contact_form.php:681
455
- #: contact_form.php:707
456
  msgid "Error message for the Captcha field"
457
  msgstr ""
458
 
459
- #: contact_form.php:682
460
- #: contact_form.php:708
461
  msgid "Error message for the whole form"
462
  msgstr ""
463
 
464
- #: contact_form.php:683
465
- #: contact_form.php:709
466
- #: contact_form.php:728
467
- #: contact_form.php:734
468
  msgid "Use shortcode"
469
  msgstr ""
470
 
471
- #: contact_form.php:683
472
- #: contact_form.php:709
473
- #: contact_form.php:728
474
- #: contact_form.php:734
475
  msgid "for this language"
476
  msgstr ""
477
 
478
- #: contact_form.php:716
479
  msgid "Action after email is sent"
480
  msgstr ""
481
 
482
- #: contact_form.php:718
483
  #, fuzzy
484
  msgid "Display text"
485
  msgstr "添付ブロックを表示"
486
 
487
- #: contact_form.php:727
488
- #: contact_form.php:733
489
  msgid "Text"
490
  msgstr ""
491
 
492
- #: contact_form.php:740
493
  msgid "Redirect to the page"
494
  msgstr ""
495
 
496
- #: contact_form.php:741
497
  msgid "Url"
498
  msgstr ""
499
 
500
- #: contact_form.php:746
 
501
  msgid "Save Changes"
502
  msgstr "変更を保存"
503
 
504
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
505
  msgid "Sorry, email message could not be delivered."
506
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
507
 
508
- #: contact_form.php:879
509
  msgid "You can attach the following file formats"
510
  msgstr "貴方は、以下のタイプのファイルを添付できます"
511
 
512
- #: contact_form.php:1165
513
  msgid "Contact from"
514
  msgstr "コンタクトフォーム"
515
 
516
- #: contact_form.php:1178
517
  msgid "Email"
518
  msgstr "E-Mail"
519
 
520
- #: contact_form.php:1192
521
  msgid "Site"
522
  msgstr "サイト"
523
 
524
- #: contact_form.php:1243
525
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
526
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
527
 
528
- #: contact_form.php:1296
529
  msgid "FAQ"
530
  msgstr "FAQ"
531
 
532
- #: contact_form.php:1297
533
  msgid "Support"
534
  msgstr "サポート"
535
 
536
- #: contact_form.php:1345
537
  msgid "Are you sure that you want to delete this language data?"
538
  msgstr ""
539
 
 
 
 
540
  #~ msgid "Please enter a valid email address. Settings are not saved."
541
  #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
542
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "設定"
46
 
82
  msgstr "もそご質問がある場合は、plugin@bestwebsoft.comにご連絡頂くか、我々のサイトのコンタクトフォームからお願いします。"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "コンタクトフォーム オプション"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Contact Form"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "コンタクトフォーム オプション"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Contact Form"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "名前:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "E-Mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-Mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "件名:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "メッセージ:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "添付:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "コピーを自分に送る"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "送信"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "名前は必須です。"
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "正確なemailが必須です。"
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "正確なemailが必須です。"
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "名前は必須です。"
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "件名は必須です。"
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "メッセージ本文は必須です。"
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "添付が壊れています。"
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "CAPTCHAを入力して下さい。"
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "以下を修正し、再度試して下さい。"
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "ご連絡ありがとうございます"
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "このようなユーザは存在しません。設定は保存されません。"
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "正確なemailを入力して下さい。設定は保存されません。"
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "オプション保存."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "コンタクトフォーム オプション"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "設定"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  #, fuzzy
251
  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:"
252
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿またはページにコピーして貼り付けるだけです。"
253
 
254
+ #: contact_form.php:538
255
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
256
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
257
 
258
+ #: contact_form.php:542
259
  msgid "The user's email address:"
260
  msgstr "wordpressユーザのemailを利用r:"
261
 
262
+ #: contact_form.php:546
263
  msgid "Create a username"
264
  msgstr "ユーザ名の選択"
265
 
266
+ #: contact_form.php:551
267
  #, fuzzy
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "コンタクトフォームからメッセージを受け取るユーザ名を設定。"
270
 
271
+ #: contact_form.php:555
272
  msgid "Use this email address:"
273
  msgstr "このemailを利用:"
274
 
275
+ #: contact_form.php:558
276
  msgid "Enter the email address you want the messages forwarded to."
277
  msgstr "メッセージ受信用のemailを設定。"
278
 
279
+ #: contact_form.php:562
280
  msgid "Additional options"
281
  msgstr "追加オプション"
282
 
 
 
 
 
 
 
 
 
283
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
284
  msgid "What to use?"
285
  msgstr ""
286
 
287
+ #: contact_form.php:568
288
  #, fuzzy
289
  msgid "Wp-mail"
290
  msgstr "E-Mail"
291
 
292
+ #: contact_form.php:569
293
  msgid "You can use the wp_mail function for mailing"
294
  msgstr ""
295
 
296
+ #: contact_form.php:575
297
  msgid "Mail"
298
  msgstr ""
299
 
300
+ #: contact_form.php:576
301
  msgid "To send mail you can use the php mail function"
302
  msgstr ""
303
 
304
+ #: contact_form.php:580
305
  #, fuzzy
306
  msgid "Change text of the 'FROM' field"
307
  msgstr "コンタクトフォームのフィールドのラベルを変更"
308
 
309
+ #: contact_form.php:586
310
  msgid "Enter the email address in the 'From' field"
311
  msgstr ""
312
 
313
+ #: contact_form.php:588
314
  msgid "The email address of the user who fills the form will be used in the field 'From'."
315
  msgstr ""
316
 
317
+ #: contact_form.php:590
318
  msgid "This email address will be used in the 'From' field."
319
  msgstr ""
320
 
321
+ #: contact_form.php:594
322
  #, fuzzy
323
  msgid "Display fields"
324
  msgstr "添付ブロックを表示"
325
 
326
+ #: contact_form.php:596
327
+ #: contact_form.php:607
328
+ #: contact_form.php:797
329
+ #: contact_form.php:1464
330
  #, fuzzy
331
  msgid "Address"
332
  msgstr "E-Mail:"
333
 
334
+ #: contact_form.php:597
335
  #: contact_form.php:609
336
+ #: contact_form.php:1472
 
337
  msgid "Phone"
338
  msgstr ""
339
 
340
+ #: contact_form.php:598
341
+ #, fuzzy
342
+ msgid "Attachment block"
343
+ msgstr "添付ブロックを表示"
344
+
345
+ #: contact_form.php:598
346
+ msgid "Users can attach the following file formats"
347
+ msgstr "ユーザは、以下のタイプのファイルを添付できる"
348
+
349
+ #: contact_form.php:599
350
+ #, fuzzy
351
+ msgid "Tips below the Attachment block"
352
+ msgstr "添付ブロックを表示"
353
+
354
+ #: contact_form.php:600
355
+ #, fuzzy
356
+ msgid "Send me a copy block"
357
+ msgstr "コピーブロックを自分に送るを表示"
358
+
359
+ #: contact_form.php:604
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
+ #: contact_form.php:606
364
+ #: contact_form.php:792
365
+ #: contact_form.php:1459
366
  msgid "Name"
367
  msgstr "名前"
368
 
369
+ #: contact_form.php:608
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "E-Mail:"
373
 
374
+ #: contact_form.php:610
375
+ #: contact_form.php:812
376
+ #: contact_form.php:1475
377
  msgid "Subject"
378
  msgstr "件名"
379
 
380
+ #: contact_form.php:611
381
+ #: contact_form.php:816
382
+ #: contact_form.php:1478
383
  msgid "Message"
384
  msgstr "メッセージ"
385
 
386
+ #: contact_form.php:615
387
  msgid "Display additional info in the email"
388
  msgstr ""
389
 
390
+ #: contact_form.php:620
391
+ #: contact_form.php:1431
392
  msgid "Sent from (ip address)"
393
  msgstr "(IP-Adresse)から送られた"
394
 
395
+ #: contact_form.php:621
396
+ #: contact_form.php:1436
397
  msgid "Date/Time"
398
  msgstr "日時"
399
 
400
+ #: contact_form.php:622
401
+ #: contact_form.php:1441
402
  msgid "Sent from (referer)"
403
  msgstr "(referer)から送られている"
404
 
405
+ #: contact_form.php:623
406
+ #: contact_form.php:1446
407
  msgid "Using (user agent)"
408
  msgstr "(user agent)使用"
409
 
410
+ #: contact_form.php:627
411
  msgid "Language settings for the field names in the form"
412
  msgstr ""
413
 
414
+ #: contact_form.php:636
415
  msgid "Add a language"
416
  msgstr ""
417
 
418
+ #: contact_form.php:640
419
  #, fuzzy
420
  msgid "Change the names of the contact form fields and error messages"
421
  msgstr "コンタクトフォームのフィールドのラベルを変更"
422
 
423
+ #: contact_form.php:645
424
+ #: contact_form.php:716
425
  msgid "English"
426
  msgstr ""
427
 
428
+ #: contact_form.php:664
429
+ #: contact_form.php:693
430
  msgid "Error message for the Name field"
431
  msgstr ""
432
 
433
+ #: contact_form.php:665
434
+ #: contact_form.php:694
435
  msgid "Error message for the Address field"
436
  msgstr ""
437
 
438
+ #: contact_form.php:666
439
+ #: contact_form.php:695
440
  msgid "Error message for the Email field"
441
  msgstr ""
442
 
443
+ #: contact_form.php:667
444
+ #: contact_form.php:696
445
  msgid "Error message for the Phone field"
446
  msgstr ""
447
 
448
+ #: contact_form.php:668
449
+ #: contact_form.php:697
450
  msgid "Error message for the Subject field"
451
  msgstr ""
452
 
453
+ #: contact_form.php:669
454
+ #: contact_form.php:698
455
  msgid "Error message for the Message field"
456
  msgstr ""
457
 
458
+ #: contact_form.php:670
459
+ #: contact_form.php:699
460
  msgid "Error message about the file type for the Attachment field"
461
  msgstr ""
462
 
463
+ #: contact_form.php:671
464
+ #: contact_form.php:700
465
  msgid "Error message while uploading a file for the Attachment field to the server"
466
  msgstr ""
467
 
468
+ #: contact_form.php:672
469
+ #: contact_form.php:701
470
  msgid "Error message while moving the file for the Attachment field"
471
  msgstr ""
472
 
473
+ #: contact_form.php:673
474
+ #: contact_form.php:702
475
  msgid "Error message when file size limit for the Attachment field is exceeded"
476
  msgstr ""
477
 
478
+ #: contact_form.php:674
479
+ #: contact_form.php:703
480
  msgid "Error message for the Captcha field"
481
  msgstr ""
482
 
483
+ #: contact_form.php:675
484
+ #: contact_form.php:704
485
  msgid "Error message for the whole form"
486
  msgstr ""
487
 
488
+ #: contact_form.php:677
489
+ #: contact_form.php:706
490
+ #: contact_form.php:725
491
+ #: contact_form.php:731
492
  msgid "Use shortcode"
493
  msgstr ""
494
 
495
+ #: contact_form.php:677
496
+ #: contact_form.php:706
497
+ #: contact_form.php:725
498
+ #: contact_form.php:731
499
  msgid "for this language"
500
  msgstr ""
501
 
502
+ #: contact_form.php:713
503
  msgid "Action after email is sent"
504
  msgstr ""
505
 
506
+ #: contact_form.php:715
507
  #, fuzzy
508
  msgid "Display text"
509
  msgstr "添付ブロックを表示"
510
 
511
+ #: contact_form.php:724
512
+ #: contact_form.php:730
513
  msgid "Text"
514
  msgstr ""
515
 
516
+ #: contact_form.php:737
517
  msgid "Redirect to the page"
518
  msgstr ""
519
 
520
+ #: contact_form.php:738
521
  msgid "Url"
522
  msgstr ""
523
 
524
+ #: contact_form.php:743
525
+ #: contact_form.php:933
526
  msgid "Save Changes"
527
  msgstr "変更を保存"
528
 
529
+ #: contact_form.php:758
530
+ #, fuzzy
531
+ msgid "Contact Form Pro | Extra Settings"
532
+ msgstr "コンタクトフォーム オプション"
533
+
534
+ #: contact_form.php:772
535
+ msgid "Errors output"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:775
539
+ msgid "Display error messages"
540
+ msgstr ""
541
+
542
+ #: contact_form.php:776
543
+ msgid "Color of the input field errors."
544
+ msgstr ""
545
+
546
+ #: contact_form.php:777
547
+ msgid "Display error messages & color of the input field errors"
548
+ msgstr ""
549
+
550
+ #: contact_form.php:782
551
+ msgid "Add placeholder to the input blocks"
552
+ msgstr ""
553
+
554
+ #: contact_form.php:788
555
+ #, fuzzy
556
+ msgid "Add tooltips"
557
+ msgstr "追加オプション"
558
+
559
+ #: contact_form.php:802
560
+ #, fuzzy
561
+ msgid "Email address"
562
+ msgstr "E-Mail:"
563
+
564
+ #: contact_form.php:807
565
+ msgid "Phone Number"
566
+ msgstr ""
567
+
568
+ #: contact_form.php:821
569
+ #, fuzzy
570
+ msgid "Attachment"
571
+ msgstr "添付:"
572
+
573
+ #: contact_form.php:835
574
+ #: contact_form.php:838
575
+ #: contact_form.php:841
576
+ msgid "Captcha"
577
+ msgstr ""
578
+
579
+ #: contact_form.php:835
580
+ #: contact_form.php:838
581
+ #: contact_form.php:841
582
+ msgid "(powered by bestwebsoft.com)"
583
+ msgstr ""
584
+
585
+ #: contact_form.php:838
586
+ #, fuzzy
587
+ msgid "Activate captcha"
588
+ msgstr "有効なプラグイン"
589
+
590
+ #: contact_form.php:841
591
+ #, fuzzy
592
+ msgid "Download captcha"
593
+ msgstr "ダウンロード"
594
+
595
+ #: contact_form.php:846
596
+ #, fuzzy
597
+ msgid "Style options"
598
+ msgstr "追加オプション"
599
+
600
+ #: contact_form.php:849
601
+ msgid "Text color"
602
+ msgstr ""
603
+
604
+ #: contact_form.php:852
605
+ #: contact_form.php:857
606
+ #: contact_form.php:867
607
+ #: contact_form.php:872
608
+ #: contact_form.php:877
609
+ #: contact_form.php:882
610
+ #: contact_form.php:892
611
+ #: contact_form.php:897
612
+ #: contact_form.php:903
613
+ #: contact_form.php:914
614
+ #: contact_form.php:919
615
+ #: contact_form.php:924
616
+ msgid "Default"
617
+ msgstr ""
618
+
619
+ #: contact_form.php:854
620
+ msgid "Label text color"
621
+ msgstr ""
622
+
623
+ #: contact_form.php:859
624
+ msgid "Placeholder color"
625
+ msgstr ""
626
+
627
+ #: contact_form.php:864
628
+ msgid "Errors color"
629
+ msgstr ""
630
+
631
+ #: contact_form.php:869
632
+ msgid "Error text color"
633
+ msgstr ""
634
+
635
+ #: contact_form.php:874
636
+ msgid "Background color of the input field errors"
637
+ msgstr ""
638
+
639
+ #: contact_form.php:879
640
+ msgid "Border color of the input field errors"
641
+ msgstr ""
642
+
643
+ #: contact_form.php:884
644
+ msgid "Placeholder color of the input field errors"
645
+ msgstr ""
646
+
647
+ #: contact_form.php:889
648
+ #, fuzzy
649
+ msgid "Input fields"
650
+ msgstr "添付ブロックを表示"
651
+
652
+ #: contact_form.php:894
653
+ msgid "Input fields background color"
654
+ msgstr ""
655
+
656
+ #: contact_form.php:899
657
+ msgid "Text fields color"
658
+ msgstr ""
659
+
660
+ #: contact_form.php:901
661
+ msgid "Border width in px, numbers only"
662
+ msgstr ""
663
+
664
+ #: contact_form.php:905
665
+ #: contact_form.php:926
666
+ msgid "Border color"
667
+ msgstr ""
668
+
669
+ #: contact_form.php:910
670
+ #, fuzzy
671
+ msgid "Submit button"
672
+ msgstr "送信"
673
+
674
+ #: contact_form.php:912
675
+ msgid "Width in px, numbers only"
676
+ msgstr ""
677
+
678
+ #: contact_form.php:916
679
+ msgid "Button color"
680
+ msgstr ""
681
+
682
+ #: contact_form.php:921
683
+ msgid "Button text color"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:937
687
+ #, fuzzy
688
+ msgid "Contact Form Pro | Preview"
689
+ msgstr "Contact Form"
690
+
691
+ #: contact_form.php:940
692
+ msgid "Show with errors"
693
+ msgstr ""
694
+
695
+ #: contact_form.php:1086
696
  msgid "Sorry, email message could not be delivered."
697
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
698
 
699
+ #: contact_form.php:1170
700
  msgid "You can attach the following file formats"
701
  msgstr "貴方は、以下のタイプのファイルを添付できます"
702
 
703
+ #: contact_form.php:1454
704
  msgid "Contact from"
705
  msgstr "コンタクトフォーム"
706
 
707
+ #: contact_form.php:1467
708
  msgid "Email"
709
  msgstr "E-Mail"
710
 
711
+ #: contact_form.php:1481
712
  msgid "Site"
713
  msgstr "サイト"
714
 
715
+ #: contact_form.php:1531
716
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
717
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
718
 
719
+ #: contact_form.php:1582
720
  msgid "FAQ"
721
  msgstr "FAQ"
722
 
723
+ #: contact_form.php:1583
724
  msgid "Support"
725
  msgstr "サポート"
726
 
727
+ #: contact_form.php:1631
728
  msgid "Are you sure that you want to delete this language data?"
729
  msgstr ""
730
 
731
+ #, fuzzy
732
+ #~ msgid "Display Attachment tips"
733
+ #~ msgstr "添付ブロックを表示"
734
  #~ msgid "Please enter a valid email address. Settings are not saved."
735
  #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
736
 
languages/contact_form-lt_LT.mo CHANGED
Binary file
languages/contact_form-lt_LT.po CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2013-05-27 16:06+0300\n"
7
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
@@ -39,8 +39,10 @@ msgstr "Skaityti daugiau"
39
 
40
  #: contact_form.php:105
41
  #: contact_form.php:131
42
- #: contact_form.php:1286
43
- #: contact_form.php:1295
 
 
44
  msgid "Settings"
45
  msgstr "Nustatymai"
46
 
@@ -82,455 +84,646 @@ msgid "If you have any questions, please contact us via"
82
  msgstr "Jei turite klausimų, prašome susisiekti su mumis per plugin@bestwebsoft.com arba užpildykite mūsų kontaktų formą mūsų svetainėje"
83
 
84
  #: contact_form.php:161
85
- #: contact_form.php:526
86
- msgid "Contact Form Options"
87
  msgstr "Kontaktų formos parinktys"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontaktų forma"
92
 
93
- #: contact_form.php:200
94
- #: contact_form.php:662
95
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
96
  msgid "Name:"
97
  msgstr "Vardas:"
98
 
99
- #: contact_form.php:201
100
- #: contact_form.php:663
101
- #: contact_form.php:689
102
  #, fuzzy
103
  msgid "Address:"
104
  msgstr "El. pašto adresas:"
105
 
106
- #: contact_form.php:202
107
- #: contact_form.php:664
108
- #: contact_form.php:690
109
  msgid "Email Address:"
110
  msgstr "El. pašto adresas:"
111
 
112
- #: contact_form.php:203
113
- #: contact_form.php:665
114
- #: contact_form.php:691
115
  msgid "Phone number:"
116
  msgstr ""
117
 
118
- #: contact_form.php:204
119
- #: contact_form.php:666
120
- #: contact_form.php:692
121
  msgid "Subject:"
122
  msgstr "Tema:"
123
 
124
- #: contact_form.php:205
125
- #: contact_form.php:667
126
- #: contact_form.php:693
127
  msgid "Message:"
128
  msgstr "Pranešimas:"
129
 
130
- #: contact_form.php:206
131
- #: contact_form.php:668
132
- #: contact_form.php:694
133
  msgid "Attachment:"
134
  msgstr "Priedas:"
135
 
136
- #: contact_form.php:207
137
- #: contact_form.php:262
138
- #: contact_form.php:669
139
- #: contact_form.php:695
140
  msgid "Send me a copy"
141
  msgstr "Siųsti kopiją man"
142
 
143
- #: contact_form.php:208
144
- #: contact_form.php:670
145
- #: contact_form.php:696
146
  msgid "Submit"
147
  msgstr "Siųsti"
148
 
149
- #: contact_form.php:209
150
  msgid "Your name is required."
151
  msgstr "Būtina įrašyti vardą."
152
 
153
- #: contact_form.php:210
154
  #, fuzzy
155
  msgid "Address is required."
156
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
157
 
158
- #: contact_form.php:211
159
  #, fuzzy
160
  msgid "A valid email address is required."
161
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
162
 
163
- #: contact_form.php:212
164
- #: contact_form.php:257
165
- #: contact_form.php:260
166
  #, fuzzy
167
  msgid "Phone number is required."
168
  msgstr "Būtina įrašyti vardą."
169
 
170
- #: contact_form.php:213
171
- #: contact_form.php:256
172
- #: contact_form.php:259
173
  msgid "Subject is required."
174
  msgstr "Būtina įrašyti temą."
175
 
176
- #: contact_form.php:214
177
- #: contact_form.php:255
178
- #: contact_form.php:258
179
  msgid "Message text is required."
180
  msgstr "Būtina įrašyti laiško turinį."
181
 
182
- #: contact_form.php:215
183
  msgid "File format is not valid."
184
  msgstr "Pridedamas failas sugadintas."
185
 
186
- #: contact_form.php:216
187
  msgid "File upload error."
188
  msgstr ""
189
 
190
- #: contact_form.php:217
191
  msgid "The file could not be uploaded."
192
  msgstr ""
193
 
194
- #: contact_form.php:218
195
  msgid "This file is too large."
196
  msgstr ""
197
 
198
- #: contact_form.php:219
199
  msgid "Please fill out the CAPTCHA."
200
  msgstr "Prašome užpildyti CAPTCHA."
201
 
202
- #: contact_form.php:220
203
  msgid "Please make corrections below and try again."
204
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
205
 
206
- #: contact_form.php:222
207
  msgid "Thank you for contacting us."
208
  msgstr "Dėkojame, kad su mumis susisiekėte."
209
 
210
- #: contact_form.php:481
211
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
212
  msgstr ""
213
 
214
- #: contact_form.php:490
215
  msgid "Such user does not exist. Settings are not saved."
216
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
217
 
218
- #: contact_form.php:495
219
- #: contact_form.php:501
220
  #, fuzzy
221
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
222
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
223
 
224
- #: contact_form.php:506
225
  msgid "Options saved."
226
  msgstr "Parinktys išsaugotos."
227
 
228
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
229
  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:"
230
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
231
 
232
- #: contact_form.php:532
233
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
234
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
235
 
236
- #: contact_form.php:536
237
  msgid "The user's email address:"
238
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
239
 
240
- #: contact_form.php:540
241
  msgid "Create a username"
242
  msgstr "Pasirinkite vartotojo vardą"
243
 
244
- #: contact_form.php:545
245
  msgid "Enter a username of the person who should get the messages from the contact form."
246
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
247
 
248
- #: contact_form.php:549
249
  msgid "Use this email address:"
250
  msgstr "Naudoti šį el. pašto adresą:"
251
 
252
- #: contact_form.php:552
253
  msgid "Enter the email address you want the messages forwarded to."
254
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
255
 
256
- #: contact_form.php:556
257
  msgid "Additional options"
258
  msgstr "Papildomos parinktys"
259
 
260
- #: contact_form.php:559
261
- msgid "Display Attachment block"
262
- msgstr "Rodyti priedų įrašą"
263
-
264
- #: contact_form.php:561
265
- msgid "Users can attach the following file formats"
266
- msgstr "Vartotojai gali prikabinti šių tipų failus"
267
-
268
  #: contact_form.php:565
269
- msgid "Display Attachment tips"
270
- msgstr ""
271
-
272
- #: contact_form.php:567
273
- msgid "Display tips below the Attachment block"
274
- msgstr ""
275
-
276
- #: contact_form.php:571
277
- msgid "Display Send me a copy block"
278
- msgstr "Rodyti „Siųsti kopiją man“ įrašą"
279
-
280
- #: contact_form.php:577
281
  msgid "What to use?"
282
  msgstr ""
283
 
284
- #: contact_form.php:580
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
- #: contact_form.php:581
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr ""
291
 
292
- #: contact_form.php:587
293
  msgid "Mail"
294
  msgstr "Mail"
295
 
296
- #: contact_form.php:588
297
  msgid "To send mail you can use the php mail function"
298
  msgstr ""
299
 
300
- #: contact_form.php:592
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
304
 
305
- #: contact_form.php:598
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr ""
308
 
309
- #: contact_form.php:600
310
  msgid "The email address of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
- #: contact_form.php:602
314
  msgid "This email address will be used in the 'From' field."
315
  msgstr ""
316
 
317
- #: contact_form.php:606
318
  #, fuzzy
319
  msgid "Display fields"
320
  msgstr "Rodyti priedų įrašą"
321
 
322
- #: contact_form.php:608
323
- #: contact_form.php:616
324
- #: contact_form.php:1175
 
325
  #, fuzzy
326
  msgid "Address"
327
  msgstr "El. pašto adresas:"
328
 
 
329
  #: contact_form.php:609
330
- #: contact_form.php:618
331
- #: contact_form.php:1183
332
  msgid "Phone"
333
  msgstr ""
334
 
335
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  msgid "Required fields"
337
  msgstr ""
338
 
339
- #: contact_form.php:615
340
- #: contact_form.php:1170
 
341
  msgid "Name"
342
  msgstr "Vardas"
343
 
344
- #: contact_form.php:617
345
  #, fuzzy
346
  msgid "Email Address"
347
  msgstr "El. pašto adresas:"
348
 
349
- #: contact_form.php:619
350
- #: contact_form.php:1186
 
351
  msgid "Subject"
352
  msgstr "Tema"
353
 
354
- #: contact_form.php:620
355
- #: contact_form.php:1189
 
356
  msgid "Message"
357
  msgstr "Tekstas"
358
 
359
- #: contact_form.php:624
360
  msgid "Display additional info in the email"
361
  msgstr ""
362
 
363
- #: contact_form.php:629
364
- #: contact_form.php:1142
365
  msgid "Sent from (ip address)"
366
  msgstr "Siųsta iš (ip adresas)"
367
 
368
- #: contact_form.php:630
369
- #: contact_form.php:1147
370
  msgid "Date/Time"
371
  msgstr "Data/laikas"
372
 
373
- #: contact_form.php:631
374
- #: contact_form.php:1152
375
  msgid "Sent from (referer)"
376
  msgstr "Ateita iš (nukreipiklis)"
377
 
378
- #: contact_form.php:632
379
- #: contact_form.php:1157
380
  msgid "Using (user agent)"
381
  msgstr "Naudoja (naršyklės įrašas)"
382
 
383
- #: contact_form.php:636
384
  msgid "Language settings for the field names in the form"
385
  msgstr ""
386
 
387
- #: contact_form.php:645
388
  msgid "Add a language"
389
  msgstr ""
390
 
391
- #: contact_form.php:649
392
  #, fuzzy
393
  msgid "Change the names of the contact form fields and error messages"
394
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
395
 
396
- #: contact_form.php:654
397
- #: contact_form.php:719
398
  msgid "English"
399
  msgstr ""
400
 
401
- #: contact_form.php:671
402
- #: contact_form.php:697
403
  msgid "Error message for the Name field"
404
  msgstr ""
405
 
406
- #: contact_form.php:672
407
- #: contact_form.php:698
408
  msgid "Error message for the Address field"
409
  msgstr ""
410
 
411
- #: contact_form.php:673
412
- #: contact_form.php:699
413
  msgid "Error message for the Email field"
414
  msgstr ""
415
 
416
- #: contact_form.php:674
417
- #: contact_form.php:700
418
  msgid "Error message for the Phone field"
419
  msgstr ""
420
 
421
- #: contact_form.php:675
422
- #: contact_form.php:701
423
  msgid "Error message for the Subject field"
424
  msgstr ""
425
 
426
- #: contact_form.php:676
427
- #: contact_form.php:702
428
  msgid "Error message for the Message field"
429
  msgstr ""
430
 
431
- #: contact_form.php:677
432
- #: contact_form.php:703
433
  msgid "Error message about the file type for the Attachment field"
434
  msgstr ""
435
 
436
- #: contact_form.php:678
437
- #: contact_form.php:704
438
  msgid "Error message while uploading a file for the Attachment field to the server"
439
  msgstr ""
440
 
441
- #: contact_form.php:679
442
- #: contact_form.php:705
443
  msgid "Error message while moving the file for the Attachment field"
444
  msgstr ""
445
 
446
- #: contact_form.php:680
447
- #: contact_form.php:706
448
  msgid "Error message when file size limit for the Attachment field is exceeded"
449
  msgstr ""
450
 
451
- #: contact_form.php:681
452
- #: contact_form.php:707
453
  msgid "Error message for the Captcha field"
454
  msgstr ""
455
 
456
- #: contact_form.php:682
457
- #: contact_form.php:708
458
  msgid "Error message for the whole form"
459
  msgstr ""
460
 
461
- #: contact_form.php:683
462
- #: contact_form.php:709
463
- #: contact_form.php:728
464
- #: contact_form.php:734
465
  msgid "Use shortcode"
466
  msgstr ""
467
 
468
- #: contact_form.php:683
469
- #: contact_form.php:709
470
- #: contact_form.php:728
471
- #: contact_form.php:734
472
  msgid "for this language"
473
  msgstr ""
474
 
475
- #: contact_form.php:716
476
  msgid "Action after email is sent"
477
  msgstr ""
478
 
479
- #: contact_form.php:718
480
  #, fuzzy
481
  msgid "Display text"
482
  msgstr "Rodyti priedų įrašą"
483
 
484
- #: contact_form.php:727
485
- #: contact_form.php:733
486
  msgid "Text"
487
  msgstr ""
488
 
489
- #: contact_form.php:740
490
  msgid "Redirect to the page"
491
  msgstr ""
492
 
493
- #: contact_form.php:741
494
  msgid "Url"
495
  msgstr ""
496
 
497
- #: contact_form.php:746
 
498
  msgid "Save Changes"
499
  msgstr "Įrašyti pakeitimus"
500
 
501
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
502
  msgid "Sorry, email message could not be delivered."
503
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
504
 
505
- #: contact_form.php:879
506
  msgid "You can attach the following file formats"
507
  msgstr "Galite prikabinti šių tipų failus"
508
 
509
- #: contact_form.php:1165
510
  msgid "Contact from"
511
  msgstr "Kontaktų forma"
512
 
513
- #: contact_form.php:1178
514
  msgid "Email"
515
  msgstr "El. paštas"
516
 
517
- #: contact_form.php:1192
518
  msgid "Site"
519
  msgstr "Svetainė"
520
 
521
- #: contact_form.php:1243
522
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
523
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
524
 
525
- #: contact_form.php:1296
526
  msgid "FAQ"
527
  msgstr "DUK"
528
 
529
- #: contact_form.php:1297
530
  msgid "Support"
531
  msgstr "Palaikymas"
532
 
533
- #: contact_form.php:1345
534
  msgid "Are you sure that you want to delete this language data?"
535
  msgstr ""
536
 
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2013-06-24 17:48+0300\n"
7
+ "PO-Revision-Date: 2013-06-24 17:48+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
39
 
40
  #: contact_form.php:105
41
  #: contact_form.php:131
42
+ #: contact_form.php:531
43
+ #: contact_form.php:760
44
+ #: contact_form.php:1572
45
+ #: contact_form.php:1581
46
  msgid "Settings"
47
  msgstr "Nustatymai"
48
 
84
  msgstr "Jei turite klausimų, prašome susisiekti su mumis per plugin@bestwebsoft.com arba užpildykite mūsų kontaktų formą mūsų svetainėje"
85
 
86
  #: contact_form.php:161
87
+ #, fuzzy
88
+ msgid "Contact Form Settings"
89
  msgstr "Kontaktų formos parinktys"
90
 
91
  #: contact_form.php:161
92
  msgid "Contact Form"
93
  msgstr "Kontaktų forma"
94
 
95
+ #: contact_form.php:162
96
+ #, fuzzy
97
+ msgid "Contact Form Pro Extra Settings"
98
+ msgstr "Kontaktų formos parinktys"
99
+
100
+ #: contact_form.php:162
101
+ #, fuzzy
102
+ msgid "Contact Form Pro"
103
+ msgstr "Kontaktų forma"
104
+
105
+ #: contact_form.php:201
106
+ #: contact_form.php:655
107
+ #: contact_form.php:684
108
  msgid "Name:"
109
  msgstr "Vardas:"
110
 
111
+ #: contact_form.php:202
112
+ #: contact_form.php:656
113
+ #: contact_form.php:685
114
  #, fuzzy
115
  msgid "Address:"
116
  msgstr "El. pašto adresas:"
117
 
118
+ #: contact_form.php:203
119
+ #: contact_form.php:657
120
+ #: contact_form.php:686
121
  msgid "Email Address:"
122
  msgstr "El. pašto adresas:"
123
 
124
+ #: contact_form.php:204
125
+ #: contact_form.php:658
126
+ #: contact_form.php:687
127
  msgid "Phone number:"
128
  msgstr ""
129
 
130
+ #: contact_form.php:205
131
+ #: contact_form.php:659
132
+ #: contact_form.php:688
133
  msgid "Subject:"
134
  msgstr "Tema:"
135
 
136
+ #: contact_form.php:206
137
+ #: contact_form.php:660
138
+ #: contact_form.php:689
139
  msgid "Message:"
140
  msgstr "Pranešimas:"
141
 
142
+ #: contact_form.php:207
143
+ #: contact_form.php:661
144
+ #: contact_form.php:690
145
  msgid "Attachment:"
146
  msgstr "Priedas:"
147
 
148
+ #: contact_form.php:208
149
+ #: contact_form.php:263
150
+ #: contact_form.php:662
151
+ #: contact_form.php:691
152
  msgid "Send me a copy"
153
  msgstr "Siųsti kopiją man"
154
 
155
+ #: contact_form.php:209
156
+ #: contact_form.php:663
157
+ #: contact_form.php:692
158
  msgid "Submit"
159
  msgstr "Siųsti"
160
 
161
+ #: contact_form.php:210
162
  msgid "Your name is required."
163
  msgstr "Būtina įrašyti vardą."
164
 
165
+ #: contact_form.php:211
166
  #, fuzzy
167
  msgid "Address is required."
168
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
169
 
170
+ #: contact_form.php:212
171
  #, fuzzy
172
  msgid "A valid email address is required."
173
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
174
 
175
+ #: contact_form.php:213
176
+ #: contact_form.php:258
177
+ #: contact_form.php:261
178
  #, fuzzy
179
  msgid "Phone number is required."
180
  msgstr "Būtina įrašyti vardą."
181
 
182
+ #: contact_form.php:214
183
+ #: contact_form.php:257
184
+ #: contact_form.php:260
185
  msgid "Subject is required."
186
  msgstr "Būtina įrašyti temą."
187
 
188
+ #: contact_form.php:215
189
+ #: contact_form.php:256
190
+ #: contact_form.php:259
191
  msgid "Message text is required."
192
  msgstr "Būtina įrašyti laiško turinį."
193
 
194
+ #: contact_form.php:216
195
  msgid "File format is not valid."
196
  msgstr "Pridedamas failas sugadintas."
197
 
198
+ #: contact_form.php:217
199
  msgid "File upload error."
200
  msgstr ""
201
 
202
+ #: contact_form.php:218
203
  msgid "The file could not be uploaded."
204
  msgstr ""
205
 
206
+ #: contact_form.php:219
207
  msgid "This file is too large."
208
  msgstr ""
209
 
210
+ #: contact_form.php:220
211
  msgid "Please fill out the CAPTCHA."
212
  msgstr "Prašome užpildyti CAPTCHA."
213
 
214
+ #: contact_form.php:221
215
  msgid "Please make corrections below and try again."
216
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
217
 
218
+ #: contact_form.php:223
219
  msgid "Thank you for contacting us."
220
  msgstr "Dėkojame, kad su mumis susisiekėte."
221
 
222
+ #: contact_form.php:482
223
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
224
  msgstr ""
225
 
226
+ #: contact_form.php:491
227
  msgid "Such user does not exist. Settings are not saved."
228
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
229
 
230
+ #: contact_form.php:496
231
+ #: contact_form.php:502
232
  #, fuzzy
233
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
234
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
235
 
236
+ #: contact_form.php:507
237
  msgid "Options saved."
238
  msgstr "Parinktys išsaugotos."
239
 
240
+ #: contact_form.php:527
241
+ msgid "Contact Form Options"
242
+ msgstr "Kontaktų formos parinktys"
243
+
244
+ #: contact_form.php:532
245
+ #: contact_form.php:761
246
+ #, fuzzy
247
+ msgid "Extra settings"
248
+ msgstr "Nustatymai"
249
+
250
+ #: contact_form.php:537
251
+ #: contact_form.php:1032
252
  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:"
253
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
254
 
255
+ #: contact_form.php:538
256
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
257
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
258
 
259
+ #: contact_form.php:542
260
  msgid "The user's email address:"
261
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
262
 
263
+ #: contact_form.php:546
264
  msgid "Create a username"
265
  msgstr "Pasirinkite vartotojo vardą"
266
 
267
+ #: contact_form.php:551
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
270
 
271
+ #: contact_form.php:555
272
  msgid "Use this email address:"
273
  msgstr "Naudoti šį el. pašto adresą:"
274
 
275
+ #: contact_form.php:558
276
  msgid "Enter the email address you want the messages forwarded to."
277
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
278
 
279
+ #: contact_form.php:562
280
  msgid "Additional options"
281
  msgstr "Papildomos parinktys"
282
 
 
 
 
 
 
 
 
 
283
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
284
  msgid "What to use?"
285
  msgstr ""
286
 
287
+ #: contact_form.php:568
288
  msgid "Wp-mail"
289
  msgstr "Wp-mail"
290
 
291
+ #: contact_form.php:569
292
  msgid "You can use the wp_mail function for mailing"
293
  msgstr ""
294
 
295
+ #: contact_form.php:575
296
  msgid "Mail"
297
  msgstr "Mail"
298
 
299
+ #: contact_form.php:576
300
  msgid "To send mail you can use the php mail function"
301
  msgstr ""
302
 
303
+ #: contact_form.php:580
304
  #, fuzzy
305
  msgid "Change text of the 'FROM' field"
306
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
307
 
308
+ #: contact_form.php:586
309
  msgid "Enter the email address in the 'From' field"
310
  msgstr ""
311
 
312
+ #: contact_form.php:588
313
  msgid "The email address of the user who fills the form will be used in the field 'From'."
314
  msgstr ""
315
 
316
+ #: contact_form.php:590
317
  msgid "This email address will be used in the 'From' field."
318
  msgstr ""
319
 
320
+ #: contact_form.php:594
321
  #, fuzzy
322
  msgid "Display fields"
323
  msgstr "Rodyti priedų įrašą"
324
 
325
+ #: contact_form.php:596
326
+ #: contact_form.php:607
327
+ #: contact_form.php:797
328
+ #: contact_form.php:1464
329
  #, fuzzy
330
  msgid "Address"
331
  msgstr "El. pašto adresas:"
332
 
333
+ #: contact_form.php:597
334
  #: contact_form.php:609
335
+ #: contact_form.php:1472
 
336
  msgid "Phone"
337
  msgstr ""
338
 
339
+ #: contact_form.php:598
340
+ #, fuzzy
341
+ msgid "Attachment block"
342
+ msgstr "Rodyti priedų įrašą"
343
+
344
+ #: contact_form.php:598
345
+ msgid "Users can attach the following file formats"
346
+ msgstr "Vartotojai gali prikabinti šių tipų failus"
347
+
348
+ #: contact_form.php:599
349
+ #, fuzzy
350
+ msgid "Tips below the Attachment block"
351
+ msgstr "Rodyti priedų įrašą"
352
+
353
+ #: contact_form.php:600
354
+ #, fuzzy
355
+ msgid "Send me a copy block"
356
+ msgstr "Rodyti „Siųsti kopiją man“ įrašą"
357
+
358
+ #: contact_form.php:604
359
  msgid "Required fields"
360
  msgstr ""
361
 
362
+ #: contact_form.php:606
363
+ #: contact_form.php:792
364
+ #: contact_form.php:1459
365
  msgid "Name"
366
  msgstr "Vardas"
367
 
368
+ #: contact_form.php:608
369
  #, fuzzy
370
  msgid "Email Address"
371
  msgstr "El. pašto adresas:"
372
 
373
+ #: contact_form.php:610
374
+ #: contact_form.php:812
375
+ #: contact_form.php:1475
376
  msgid "Subject"
377
  msgstr "Tema"
378
 
379
+ #: contact_form.php:611
380
+ #: contact_form.php:816
381
+ #: contact_form.php:1478
382
  msgid "Message"
383
  msgstr "Tekstas"
384
 
385
+ #: contact_form.php:615
386
  msgid "Display additional info in the email"
387
  msgstr ""
388
 
389
+ #: contact_form.php:620
390
+ #: contact_form.php:1431
391
  msgid "Sent from (ip address)"
392
  msgstr "Siųsta iš (ip adresas)"
393
 
394
+ #: contact_form.php:621
395
+ #: contact_form.php:1436
396
  msgid "Date/Time"
397
  msgstr "Data/laikas"
398
 
399
+ #: contact_form.php:622
400
+ #: contact_form.php:1441
401
  msgid "Sent from (referer)"
402
  msgstr "Ateita iš (nukreipiklis)"
403
 
404
+ #: contact_form.php:623
405
+ #: contact_form.php:1446
406
  msgid "Using (user agent)"
407
  msgstr "Naudoja (naršyklės įrašas)"
408
 
409
+ #: contact_form.php:627
410
  msgid "Language settings for the field names in the form"
411
  msgstr ""
412
 
413
+ #: contact_form.php:636
414
  msgid "Add a language"
415
  msgstr ""
416
 
417
+ #: contact_form.php:640
418
  #, fuzzy
419
  msgid "Change the names of the contact form fields and error messages"
420
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
421
 
422
+ #: contact_form.php:645
423
+ #: contact_form.php:716
424
  msgid "English"
425
  msgstr ""
426
 
427
+ #: contact_form.php:664
428
+ #: contact_form.php:693
429
  msgid "Error message for the Name field"
430
  msgstr ""
431
 
432
+ #: contact_form.php:665
433
+ #: contact_form.php:694
434
  msgid "Error message for the Address field"
435
  msgstr ""
436
 
437
+ #: contact_form.php:666
438
+ #: contact_form.php:695
439
  msgid "Error message for the Email field"
440
  msgstr ""
441
 
442
+ #: contact_form.php:667
443
+ #: contact_form.php:696
444
  msgid "Error message for the Phone field"
445
  msgstr ""
446
 
447
+ #: contact_form.php:668
448
+ #: contact_form.php:697
449
  msgid "Error message for the Subject field"
450
  msgstr ""
451
 
452
+ #: contact_form.php:669
453
+ #: contact_form.php:698
454
  msgid "Error message for the Message field"
455
  msgstr ""
456
 
457
+ #: contact_form.php:670
458
+ #: contact_form.php:699
459
  msgid "Error message about the file type for the Attachment field"
460
  msgstr ""
461
 
462
+ #: contact_form.php:671
463
+ #: contact_form.php:700
464
  msgid "Error message while uploading a file for the Attachment field to the server"
465
  msgstr ""
466
 
467
+ #: contact_form.php:672
468
+ #: contact_form.php:701
469
  msgid "Error message while moving the file for the Attachment field"
470
  msgstr ""
471
 
472
+ #: contact_form.php:673
473
+ #: contact_form.php:702
474
  msgid "Error message when file size limit for the Attachment field is exceeded"
475
  msgstr ""
476
 
477
+ #: contact_form.php:674
478
+ #: contact_form.php:703
479
  msgid "Error message for the Captcha field"
480
  msgstr ""
481
 
482
+ #: contact_form.php:675
483
+ #: contact_form.php:704
484
  msgid "Error message for the whole form"
485
  msgstr ""
486
 
487
+ #: contact_form.php:677
488
+ #: contact_form.php:706
489
+ #: contact_form.php:725
490
+ #: contact_form.php:731
491
  msgid "Use shortcode"
492
  msgstr ""
493
 
494
+ #: contact_form.php:677
495
+ #: contact_form.php:706
496
+ #: contact_form.php:725
497
+ #: contact_form.php:731
498
  msgid "for this language"
499
  msgstr ""
500
 
501
+ #: contact_form.php:713
502
  msgid "Action after email is sent"
503
  msgstr ""
504
 
505
+ #: contact_form.php:715
506
  #, fuzzy
507
  msgid "Display text"
508
  msgstr "Rodyti priedų įrašą"
509
 
510
+ #: contact_form.php:724
511
+ #: contact_form.php:730
512
  msgid "Text"
513
  msgstr ""
514
 
515
+ #: contact_form.php:737
516
  msgid "Redirect to the page"
517
  msgstr ""
518
 
519
+ #: contact_form.php:738
520
  msgid "Url"
521
  msgstr ""
522
 
523
+ #: contact_form.php:743
524
+ #: contact_form.php:933
525
  msgid "Save Changes"
526
  msgstr "Įrašyti pakeitimus"
527
 
528
+ #: contact_form.php:758
529
+ #, fuzzy
530
+ msgid "Contact Form Pro | Extra Settings"
531
+ msgstr "Kontaktų formos parinktys"
532
+
533
+ #: contact_form.php:772
534
+ msgid "Errors output"
535
+ msgstr ""
536
+
537
+ #: contact_form.php:775
538
+ msgid "Display error messages"
539
+ msgstr ""
540
+
541
+ #: contact_form.php:776
542
+ msgid "Color of the input field errors."
543
+ msgstr ""
544
+
545
+ #: contact_form.php:777
546
+ msgid "Display error messages & color of the input field errors"
547
+ msgstr ""
548
+
549
+ #: contact_form.php:782
550
+ msgid "Add placeholder to the input blocks"
551
+ msgstr ""
552
+
553
+ #: contact_form.php:788
554
+ #, fuzzy
555
+ msgid "Add tooltips"
556
+ msgstr "Papildomos parinktys"
557
+
558
+ #: contact_form.php:802
559
+ #, fuzzy
560
+ msgid "Email address"
561
+ msgstr "El. pašto adresas:"
562
+
563
+ #: contact_form.php:807
564
+ msgid "Phone Number"
565
+ msgstr ""
566
+
567
+ #: contact_form.php:821
568
+ #, fuzzy
569
+ msgid "Attachment"
570
+ msgstr "Priedas:"
571
+
572
+ #: contact_form.php:835
573
+ #: contact_form.php:838
574
+ #: contact_form.php:841
575
+ msgid "Captcha"
576
+ msgstr ""
577
+
578
+ #: contact_form.php:835
579
+ #: contact_form.php:838
580
+ #: contact_form.php:841
581
+ msgid "(powered by bestwebsoft.com)"
582
+ msgstr ""
583
+
584
+ #: contact_form.php:838
585
+ #, fuzzy
586
+ msgid "Activate captcha"
587
+ msgstr "Aktyvuoti įskiepiai"
588
+
589
+ #: contact_form.php:841
590
+ #, fuzzy
591
+ msgid "Download captcha"
592
+ msgstr "Atsisiųsti"
593
+
594
+ #: contact_form.php:846
595
+ #, fuzzy
596
+ msgid "Style options"
597
+ msgstr "Papildomos parinktys"
598
+
599
+ #: contact_form.php:849
600
+ msgid "Text color"
601
+ msgstr ""
602
+
603
+ #: contact_form.php:852
604
+ #: contact_form.php:857
605
+ #: contact_form.php:867
606
+ #: contact_form.php:872
607
+ #: contact_form.php:877
608
+ #: contact_form.php:882
609
+ #: contact_form.php:892
610
+ #: contact_form.php:897
611
+ #: contact_form.php:903
612
+ #: contact_form.php:914
613
+ #: contact_form.php:919
614
+ #: contact_form.php:924
615
+ msgid "Default"
616
+ msgstr ""
617
+
618
+ #: contact_form.php:854
619
+ msgid "Label text color"
620
+ msgstr ""
621
+
622
+ #: contact_form.php:859
623
+ msgid "Placeholder color"
624
+ msgstr ""
625
+
626
+ #: contact_form.php:864
627
+ msgid "Errors color"
628
+ msgstr ""
629
+
630
+ #: contact_form.php:869
631
+ msgid "Error text color"
632
+ msgstr ""
633
+
634
+ #: contact_form.php:874
635
+ msgid "Background color of the input field errors"
636
+ msgstr ""
637
+
638
+ #: contact_form.php:879
639
+ msgid "Border color of the input field errors"
640
+ msgstr ""
641
+
642
+ #: contact_form.php:884
643
+ msgid "Placeholder color of the input field errors"
644
+ msgstr ""
645
+
646
+ #: contact_form.php:889
647
+ #, fuzzy
648
+ msgid "Input fields"
649
+ msgstr "Rodyti priedų įrašą"
650
+
651
+ #: contact_form.php:894
652
+ msgid "Input fields background color"
653
+ msgstr ""
654
+
655
+ #: contact_form.php:899
656
+ msgid "Text fields color"
657
+ msgstr ""
658
+
659
+ #: contact_form.php:901
660
+ msgid "Border width in px, numbers only"
661
+ msgstr ""
662
+
663
+ #: contact_form.php:905
664
+ #: contact_form.php:926
665
+ msgid "Border color"
666
+ msgstr ""
667
+
668
+ #: contact_form.php:910
669
+ #, fuzzy
670
+ msgid "Submit button"
671
+ msgstr "Siųsti"
672
+
673
+ #: contact_form.php:912
674
+ msgid "Width in px, numbers only"
675
+ msgstr ""
676
+
677
+ #: contact_form.php:916
678
+ msgid "Button color"
679
+ msgstr ""
680
+
681
+ #: contact_form.php:921
682
+ msgid "Button text color"
683
+ msgstr ""
684
+
685
+ #: contact_form.php:937
686
+ #, fuzzy
687
+ msgid "Contact Form Pro | Preview"
688
+ msgstr "Kontaktų forma"
689
+
690
+ #: contact_form.php:940
691
+ msgid "Show with errors"
692
+ msgstr ""
693
+
694
+ #: contact_form.php:1086
695
  msgid "Sorry, email message could not be delivered."
696
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
697
 
698
+ #: contact_form.php:1170
699
  msgid "You can attach the following file formats"
700
  msgstr "Galite prikabinti šių tipų failus"
701
 
702
+ #: contact_form.php:1454
703
  msgid "Contact from"
704
  msgstr "Kontaktų forma"
705
 
706
+ #: contact_form.php:1467
707
  msgid "Email"
708
  msgstr "El. paštas"
709
 
710
+ #: contact_form.php:1481
711
  msgid "Site"
712
  msgstr "Svetainė"
713
 
714
+ #: contact_form.php:1531
715
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
716
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
717
 
718
+ #: contact_form.php:1582
719
  msgid "FAQ"
720
  msgstr "DUK"
721
 
722
+ #: contact_form.php:1583
723
  msgid "Support"
724
  msgstr "Palaikymas"
725
 
726
+ #: contact_form.php:1631
727
  msgid "Are you sure that you want to delete this language data?"
728
  msgstr ""
729
 
languages/contact_form-nb_NO.mo CHANGED
Binary file
languages/contact_form-nb_NO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Les mer"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Innstilllinger"
44
 
@@ -80,455 +82,646 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Hvis du har spørsmål kan du kontakte oss på plugin@bestwebsoft.com eller bruke kontaktskjemaet på hjemmesiden vår"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Innstillinger for kontaktskjema"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Kontaktskjema"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Navn:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Epostadresse:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Epostadresse:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Tema:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Melding:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Vedlegg:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Send meg en kopi"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Send"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Navnet ditt er påkrevet."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "En korrekt epostadresse er påkrevet."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "En korrekt epostadresse er påkrevet."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Navnet ditt er påkrevet."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Tekst i temafeltet er påkrevet."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Tekst i meldingsfeltet er påkrevet"
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Vedlegget fungerer ikke."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Vennligst fyll ut CAPTCHA"
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Takk for at du tok kontakt med oss"
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr ""
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Innstillinger lagret."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Benytt eposten til wordpressbruker:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Velg brukernavn"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Benytt denne epostadressen:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Flere valg"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Vis vedlegg"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Brukere kan legge ved filer av følgende typer"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr ""
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr ""
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Vis send meg en kopi"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr ""
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr ""
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Endring fra feltene i kontaktskjemaet"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Vis vedlegg"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Epostadresse:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Navn"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Epostadresse:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Tema"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Melding"
356
 
357
- #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr ""
360
 
361
- #: contact_form.php:629
362
- #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Sendt fra (IP-adresse)"
365
 
366
- #: contact_form.php:630
367
- #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Dato/tid"
370
 
371
- #: contact_form.php:631
372
- #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Sendt fra (referent)"
375
 
376
- #: contact_form.php:632
377
- #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "med (user agent)"
380
 
381
- #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr ""
384
 
385
- #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr ""
388
 
389
- #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Forandre etikett for felter i kontaktskjemaet"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  msgid "Error message for the Address field"
407
  msgstr ""
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  msgid "Error message about the file type for the Attachment field"
432
  msgstr ""
433
 
434
- #: contact_form.php:678
435
- #: contact_form.php:704
436
  msgid "Error message while uploading a file for the Attachment field to the server"
437
  msgstr ""
438
 
439
- #: contact_form.php:679
440
- #: contact_form.php:705
441
  msgid "Error message while moving the file for the Attachment field"
442
  msgstr ""
443
 
444
- #: contact_form.php:680
445
- #: contact_form.php:706
446
  msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
- #: contact_form.php:681
450
- #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
- #: contact_form.php:682
455
- #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
- #: contact_form.php:683
460
- #: contact_form.php:709
461
- #: contact_form.php:728
462
- #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
- #: contact_form.php:683
467
- #: contact_form.php:709
468
- #: contact_form.php:728
469
- #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
- #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr ""
476
 
477
- #: contact_form.php:718
478
  #, fuzzy
479
  msgid "Display text"
480
  msgstr "Vis vedlegg"
481
 
482
- #: contact_form.php:727
483
- #: contact_form.php:733
484
  msgid "Text"
485
  msgstr ""
486
 
487
- #: contact_form.php:740
488
  msgid "Redirect to the page"
489
  msgstr ""
490
 
491
- #: contact_form.php:741
492
  msgid "Url"
493
  msgstr ""
494
 
495
- #: contact_form.php:746
 
496
  msgid "Save Changes"
497
  msgstr "Lagre endringer"
498
 
499
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  msgid "Sorry, email message could not be delivered."
501
  msgstr "Beklager, eposten din kunne ikke leveres."
502
 
503
- #: contact_form.php:879
504
  msgid "You can attach the following file formats"
505
  msgstr "Du kan legge til filer av følgende typer"
506
 
507
- #: contact_form.php:1165
508
  msgid "Contact from"
509
  msgstr "Kontakt fra"
510
 
511
- #: contact_form.php:1178
512
  msgid "Email"
513
  msgstr "Epost"
514
 
515
- #: contact_form.php:1192
516
  msgid "Site"
517
  msgstr "Site"
518
 
519
- #: contact_form.php:1243
520
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
521
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
522
 
523
- #: contact_form.php:1296
524
  msgid "FAQ"
525
  msgstr "Vanlige spørsmål"
526
 
527
- #: contact_form.php:1297
528
  msgid "Support"
529
  msgstr "Support"
530
 
531
- #: contact_form.php:1345
532
  msgid "Are you sure that you want to delete this language data?"
533
  msgstr ""
534
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Innstilllinger"
46
 
82
  msgstr "Hvis du har spørsmål kan du kontakte oss på plugin@bestwebsoft.com eller bruke kontaktskjemaet på hjemmesiden vår"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Innstillinger for kontaktskjema"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontaktskjema"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Innstillinger for kontaktskjema"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Kontaktskjema"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Navn:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Epostadresse:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Epostadresse:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Tema:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Melding:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Vedlegg:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Send meg en kopi"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Send"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Navnet ditt er påkrevet."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "En korrekt epostadresse er påkrevet."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "En korrekt epostadresse er påkrevet."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Navnet ditt er påkrevet."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Tekst i temafeltet er påkrevet."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Tekst i meldingsfeltet er påkrevet"
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Vedlegget fungerer ikke."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Vennligst fyll ut CAPTCHA"
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Takk for at du tok kontakt med oss"
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Innstillinger lagret."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Innstillinger for kontaktskjema"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Innstilllinger"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Benytt eposten til wordpressbruker:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Velg brukernavn"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Benytt denne epostadressen:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Flere valg"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Endring fra feltene i kontaktskjemaet"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Vis vedlegg"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "Epostadresse:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Vis vedlegg"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Brukere kan legge ved filer av følgende typer"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Vis vedlegg"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Vis send meg en kopi"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Navn"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "Epostadresse:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Tema"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Melding"
382
 
383
+ #: contact_form.php:615
384
  msgid "Display additional info in the email"
385
  msgstr ""
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Sendt fra (IP-adresse)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Dato/tid"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "Sendt fra (referent)"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "med (user agent)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr ""
410
 
411
+ #: contact_form.php:636
412
  msgid "Add a language"
413
  msgstr ""
414
 
415
+ #: contact_form.php:640
416
  #, fuzzy
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "Forandre etikett for felter i kontaktskjemaet"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr ""
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  msgid "Error message for the Address field"
433
  msgstr ""
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr ""
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr ""
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr ""
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  msgid "Error message about the file type for the Attachment field"
458
  msgstr ""
459
 
460
+ #: contact_form.php:671
461
+ #: contact_form.php:700
462
  msgid "Error message while uploading a file for the Attachment field to the server"
463
  msgstr ""
464
 
465
+ #: contact_form.php:672
466
+ #: contact_form.php:701
467
  msgid "Error message while moving the file for the Attachment field"
468
  msgstr ""
469
 
470
+ #: contact_form.php:673
471
+ #: contact_form.php:702
472
  msgid "Error message when file size limit for the Attachment field is exceeded"
473
  msgstr ""
474
 
475
+ #: contact_form.php:674
476
+ #: contact_form.php:703
477
  msgid "Error message for the Captcha field"
478
  msgstr ""
479
 
480
+ #: contact_form.php:675
481
+ #: contact_form.php:704
482
  msgid "Error message for the whole form"
483
  msgstr ""
484
 
485
+ #: contact_form.php:677
486
+ #: contact_form.php:706
487
+ #: contact_form.php:725
488
+ #: contact_form.php:731
489
  msgid "Use shortcode"
490
  msgstr ""
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:706
494
+ #: contact_form.php:725
495
+ #: contact_form.php:731
496
  msgid "for this language"
497
  msgstr ""
498
 
499
+ #: contact_form.php:713
500
  msgid "Action after email is sent"
501
  msgstr ""
502
 
503
+ #: contact_form.php:715
504
  #, fuzzy
505
  msgid "Display text"
506
  msgstr "Vis vedlegg"
507
 
508
+ #: contact_form.php:724
509
+ #: contact_form.php:730
510
  msgid "Text"
511
  msgstr ""
512
 
513
+ #: contact_form.php:737
514
  msgid "Redirect to the page"
515
  msgstr ""
516
 
517
+ #: contact_form.php:738
518
  msgid "Url"
519
  msgstr ""
520
 
521
+ #: contact_form.php:743
522
+ #: contact_form.php:933
523
  msgid "Save Changes"
524
  msgstr "Lagre endringer"
525
 
526
+ #: contact_form.php:758
527
+ #, fuzzy
528
+ msgid "Contact Form Pro | Extra Settings"
529
+ msgstr "Innstillinger for kontaktskjema"
530
+
531
+ #: contact_form.php:772
532
+ msgid "Errors output"
533
+ msgstr ""
534
+
535
+ #: contact_form.php:775
536
+ msgid "Display error messages"
537
+ msgstr ""
538
+
539
+ #: contact_form.php:776
540
+ msgid "Color of the input field errors."
541
+ msgstr ""
542
+
543
+ #: contact_form.php:777
544
+ msgid "Display error messages & color of the input field errors"
545
+ msgstr ""
546
+
547
+ #: contact_form.php:782
548
+ msgid "Add placeholder to the input blocks"
549
+ msgstr ""
550
+
551
+ #: contact_form.php:788
552
+ #, fuzzy
553
+ msgid "Add tooltips"
554
+ msgstr "Flere valg"
555
+
556
+ #: contact_form.php:802
557
+ #, fuzzy
558
+ msgid "Email address"
559
+ msgstr "Epostadresse:"
560
+
561
+ #: contact_form.php:807
562
+ msgid "Phone Number"
563
+ msgstr ""
564
+
565
+ #: contact_form.php:821
566
+ #, fuzzy
567
+ msgid "Attachment"
568
+ msgstr "Vedlegg:"
569
+
570
+ #: contact_form.php:835
571
+ #: contact_form.php:838
572
+ #: contact_form.php:841
573
+ msgid "Captcha"
574
+ msgstr ""
575
+
576
+ #: contact_form.php:835
577
+ #: contact_form.php:838
578
+ #: contact_form.php:841
579
+ msgid "(powered by bestwebsoft.com)"
580
+ msgstr ""
581
+
582
+ #: contact_form.php:838
583
+ #, fuzzy
584
+ msgid "Activate captcha"
585
+ msgstr "Aktiverte innstikk"
586
+
587
+ #: contact_form.php:841
588
+ #, fuzzy
589
+ msgid "Download captcha"
590
+ msgstr "Last ned"
591
+
592
+ #: contact_form.php:846
593
+ #, fuzzy
594
+ msgid "Style options"
595
+ msgstr "Flere valg"
596
+
597
+ #: contact_form.php:849
598
+ msgid "Text color"
599
+ msgstr ""
600
+
601
+ #: contact_form.php:852
602
+ #: contact_form.php:857
603
+ #: contact_form.php:867
604
+ #: contact_form.php:872
605
+ #: contact_form.php:877
606
+ #: contact_form.php:882
607
+ #: contact_form.php:892
608
+ #: contact_form.php:897
609
+ #: contact_form.php:903
610
+ #: contact_form.php:914
611
+ #: contact_form.php:919
612
+ #: contact_form.php:924
613
+ msgid "Default"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:854
617
+ msgid "Label text color"
618
+ msgstr ""
619
+
620
+ #: contact_form.php:859
621
+ msgid "Placeholder color"
622
+ msgstr ""
623
+
624
+ #: contact_form.php:864
625
+ msgid "Errors color"
626
+ msgstr ""
627
+
628
+ #: contact_form.php:869
629
+ msgid "Error text color"
630
+ msgstr ""
631
+
632
+ #: contact_form.php:874
633
+ msgid "Background color of the input field errors"
634
+ msgstr ""
635
+
636
+ #: contact_form.php:879
637
+ msgid "Border color of the input field errors"
638
+ msgstr ""
639
+
640
+ #: contact_form.php:884
641
+ msgid "Placeholder color of the input field errors"
642
+ msgstr ""
643
+
644
+ #: contact_form.php:889
645
+ #, fuzzy
646
+ msgid "Input fields"
647
+ msgstr "Vis vedlegg"
648
+
649
+ #: contact_form.php:894
650
+ msgid "Input fields background color"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:899
654
+ msgid "Text fields color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:901
658
+ msgid "Border width in px, numbers only"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:905
662
+ #: contact_form.php:926
663
+ msgid "Border color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:910
667
+ #, fuzzy
668
+ msgid "Submit button"
669
+ msgstr "Send"
670
+
671
+ #: contact_form.php:912
672
+ msgid "Width in px, numbers only"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:916
676
+ msgid "Button color"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:921
680
+ msgid "Button text color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:937
684
+ #, fuzzy
685
+ msgid "Contact Form Pro | Preview"
686
+ msgstr "Kontaktskjema"
687
+
688
+ #: contact_form.php:940
689
+ msgid "Show with errors"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:1086
693
  msgid "Sorry, email message could not be delivered."
694
  msgstr "Beklager, eposten din kunne ikke leveres."
695
 
696
+ #: contact_form.php:1170
697
  msgid "You can attach the following file formats"
698
  msgstr "Du kan legge til filer av følgende typer"
699
 
700
+ #: contact_form.php:1454
701
  msgid "Contact from"
702
  msgstr "Kontakt fra"
703
 
704
+ #: contact_form.php:1467
705
  msgid "Email"
706
  msgstr "Epost"
707
 
708
+ #: contact_form.php:1481
709
  msgid "Site"
710
  msgstr "Site"
711
 
712
+ #: contact_form.php:1531
713
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
714
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
715
 
716
+ #: contact_form.php:1582
717
  msgid "FAQ"
718
  msgstr "Vanlige spørsmål"
719
 
720
+ #: contact_form.php:1583
721
  msgid "Support"
722
  msgstr "Support"
723
 
724
+ #: contact_form.php:1631
725
  msgid "Are you sure that you want to delete this language data?"
726
  msgstr ""
727
 
languages/contact_form-nl_NL.mo CHANGED
Binary file
languages/contact_form-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Lees verder"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Instellingen"
44
 
@@ -80,461 +82,657 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Contact Form Opties"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Contact Form"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Naam:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Email adres:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Email adres:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Telefoonnummer:"
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Onderwerp:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Bericht:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Bijlage:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Kopie aan mij sturen"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Versturen"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Uw naam is verplicht."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Een correct email adres is vereist."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Een correct email adres is vereist."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  msgid "Phone number is required."
165
  msgstr "Telefoonnummer verplicht"
166
 
167
- #: contact_form.php:213
168
- #: contact_form.php:256
169
- #: contact_form.php:259
170
  msgid "Subject is required."
171
  msgstr "Onderwerp tekst is verplicht."
172
 
173
- #: contact_form.php:214
174
- #: contact_form.php:255
175
- #: contact_form.php:258
176
  msgid "Message text is required."
177
  msgstr "Bericht tekst is verplicht."
178
 
179
- #: contact_form.php:215
180
  msgid "File format is not valid."
181
  msgstr "Bijlage is beschadigd."
182
 
183
- #: contact_form.php:216
184
  msgid "File upload error."
185
  msgstr ""
186
 
187
- #: contact_form.php:217
188
  msgid "The file could not be uploaded."
189
  msgstr ""
190
 
191
- #: contact_form.php:218
192
  msgid "This file is too large."
193
  msgstr ""
194
 
195
- #: contact_form.php:219
196
  msgid "Please fill out the CAPTCHA."
197
  msgstr "Vul de CAPTCHA in."
198
 
199
- #: contact_form.php:220
200
  msgid "Please make corrections below and try again."
201
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
202
 
203
- #: contact_form.php:222
204
  msgid "Thank you for contacting us."
205
  msgstr "Bedankt voor uw bericht."
206
 
207
- #: contact_form.php:481
208
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
209
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
210
 
211
- #: contact_form.php:490
212
  msgid "Such user does not exist. Settings are not saved."
213
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
214
 
215
- #: contact_form.php:495
216
- #: contact_form.php:501
217
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
218
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
219
 
220
- #: contact_form.php:506
221
  msgid "Options saved."
222
  msgstr "Instellingen opgeslagen."
223
 
224
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
225
  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:"
226
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
227
 
228
- #: contact_form.php:532
229
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
230
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
231
 
232
- #: contact_form.php:536
233
  msgid "The user's email address:"
234
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
235
 
236
- #: contact_form.php:540
237
  msgid "Create a username"
238
  msgstr "Kies gebruikersnaam"
239
 
240
- #: contact_form.php:545
241
  msgid "Enter a username of the person who should get the messages from the contact form."
242
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
243
 
244
- #: contact_form.php:549
245
  msgid "Use this email address:"
246
  msgstr "Gebruik dit email adres:"
247
 
248
- #: contact_form.php:552
249
  msgid "Enter the email address you want the messages forwarded to."
250
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
251
 
252
- #: contact_form.php:556
253
  msgid "Additional options"
254
  msgstr "Extra opties"
255
 
256
- #: contact_form.php:559
257
- msgid "Display Attachment block"
258
- msgstr "Toon de bijlage knop"
259
-
260
- #: contact_form.php:561
261
- msgid "Users can attach the following file formats"
262
- msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
263
-
264
  #: contact_form.php:565
265
- msgid "Display Attachment tips"
266
- msgstr "Toon Bijlage uitleg"
267
-
268
- #: contact_form.php:567
269
- msgid "Display tips below the Attachment block"
270
- msgstr "Toon uitleg na Bijlage knop"
271
-
272
- #: contact_form.php:571
273
- msgid "Display Send me a copy block"
274
- msgstr "Geef 'Kopie aan mij sturen' weer"
275
-
276
- #: contact_form.php:577
277
  msgid "What to use?"
278
  msgstr "Voor welk gebruik?"
279
 
280
- #: contact_form.php:580
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
- #: contact_form.php:581
285
  msgid "You can use the wp_mail function for mailing"
286
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
287
 
288
- #: contact_form.php:587
289
  msgid "Mail"
290
  msgstr "Mail"
291
 
292
- #: contact_form.php:588
293
  msgid "To send mail you can use the php mail function"
294
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
295
 
296
- #: contact_form.php:592
297
  msgid "Change text of the 'FROM' field"
298
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
299
 
300
- #: contact_form.php:598
301
  msgid "Enter the email address in the 'From' field"
302
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
303
 
304
- #: contact_form.php:600
305
  #, fuzzy
306
  msgid "The email address of the user who fills the form will be used in the field 'From'."
307
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
308
 
309
- #: contact_form.php:602
310
  msgid "This email address will be used in the 'From' field."
311
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
312
 
313
- #: contact_form.php:606
314
  #, fuzzy
315
  msgid "Display fields"
316
  msgstr "Toon tekst"
317
 
318
- #: contact_form.php:608
319
- #: contact_form.php:616
320
- #: contact_form.php:1175
 
321
  #, fuzzy
322
  msgid "Address"
323
  msgstr "Email adres:"
324
 
 
325
  #: contact_form.php:609
326
- #: contact_form.php:618
327
- #: contact_form.php:1183
328
  msgid "Phone"
329
  msgstr "Telefoonnummer"
330
 
331
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  msgid "Required fields"
333
  msgstr "Verplicht veld"
334
 
335
- #: contact_form.php:615
336
- #: contact_form.php:1170
 
337
  msgid "Name"
338
  msgstr "Naam"
339
 
340
- #: contact_form.php:617
341
  #, fuzzy
342
  msgid "Email Address"
343
  msgstr "Email adres:"
344
 
345
- #: contact_form.php:619
346
- #: contact_form.php:1186
 
347
  msgid "Subject"
348
  msgstr "Onderwerp"
349
 
350
- #: contact_form.php:620
351
- #: contact_form.php:1189
 
352
  msgid "Message"
353
  msgstr "Bericht"
354
 
355
- #: contact_form.php:624
356
  #, fuzzy
357
  msgid "Display additional info in the email"
358
  msgstr "Toon aanvullende informatie in de email"
359
 
360
- #: contact_form.php:629
361
- #: contact_form.php:1142
362
  msgid "Sent from (ip address)"
363
  msgstr "Verstuurd van (IP-adres)"
364
 
365
- #: contact_form.php:630
366
- #: contact_form.php:1147
367
  msgid "Date/Time"
368
  msgstr "Datum/Tijd"
369
 
370
- #: contact_form.php:631
371
- #: contact_form.php:1152
372
  msgid "Sent from (referer)"
373
  msgstr "Verstuurd vanaf (referer)"
374
 
375
- #: contact_form.php:632
376
- #: contact_form.php:1157
377
  msgid "Using (user agent)"
378
  msgstr "Met (user agent)"
379
 
380
- #: contact_form.php:636
381
  msgid "Language settings for the field names in the form"
382
  msgstr "Taal instellingen voor velden met een label"
383
 
384
- #: contact_form.php:645
385
  #, fuzzy
386
  msgid "Add a language"
387
  msgstr "Voeg een taal toe"
388
 
389
- #: contact_form.php:649
390
  msgid "Change the names of the contact form fields and error messages"
391
  msgstr "Verander de namen van de labels en de foutmeldingen"
392
 
393
- #: contact_form.php:654
394
- #: contact_form.php:719
395
  msgid "English"
396
  msgstr "Engels"
397
 
398
- #: contact_form.php:671
399
- #: contact_form.php:697
400
  msgid "Error message for the Name field"
401
  msgstr "Foutmelding voor naam veld"
402
 
403
- #: contact_form.php:672
404
- #: contact_form.php:698
405
  #, fuzzy
406
  msgid "Error message for the Address field"
407
  msgstr "Foutmelding voor bericht veld"
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr "Foutmelding voor email veld"
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr "Foutmelding voor telefoonnummer veld"
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr "Foutmelding voor onderwerp veld"
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr "Foutmelding voor bericht veld"
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  #, fuzzy
432
  msgid "Error message about the file type for the Attachment field"
433
  msgstr "Foutmelding voor bijlage veld"
434
 
435
- #: contact_form.php:678
436
- #: contact_form.php:704
437
  #, fuzzy
438
  msgid "Error message while uploading a file for the Attachment field to the server"
439
  msgstr "Foutmelding voor bijlage veld"
440
 
441
- #: contact_form.php:679
442
- #: contact_form.php:705
443
  #, fuzzy
444
  msgid "Error message while moving the file for the Attachment field"
445
  msgstr "Foutmelding voor bijlage veld"
446
 
447
- #: contact_form.php:680
448
- #: contact_form.php:706
449
  #, fuzzy
450
  msgid "Error message when file size limit for the Attachment field is exceeded"
451
  msgstr "Foutmelding voor bijlage veld"
452
 
453
- #: contact_form.php:681
454
- #: contact_form.php:707
455
  msgid "Error message for the Captcha field"
456
  msgstr "Foutmelding voor captcha"
457
 
458
- #: contact_form.php:682
459
- #: contact_form.php:708
460
  msgid "Error message for the whole form"
461
  msgstr "Foutmelding voor het gehele formulier"
462
 
463
- #: contact_form.php:683
464
- #: contact_form.php:709
465
- #: contact_form.php:728
466
- #: contact_form.php:734
467
  msgid "Use shortcode"
468
  msgstr "Gebruik shortcode"
469
 
470
- #: contact_form.php:683
471
- #: contact_form.php:709
472
- #: contact_form.php:728
473
- #: contact_form.php:734
474
  msgid "for this language"
475
  msgstr "voor deze taal"
476
 
477
- #: contact_form.php:716
478
  msgid "Action after email is sent"
479
  msgstr "Actie na het verzenden van de email"
480
 
481
- #: contact_form.php:718
482
  msgid "Display text"
483
  msgstr "Toon tekst"
484
 
485
- #: contact_form.php:727
486
- #: contact_form.php:733
487
  msgid "Text"
488
  msgstr "Tekst"
489
 
490
- #: contact_form.php:740
491
  msgid "Redirect to the page"
492
  msgstr "Dooorsturen naar pagina"
493
 
494
- #: contact_form.php:741
495
  msgid "Url"
496
  msgstr "Url"
497
 
498
- #: contact_form.php:746
 
499
  msgid "Save Changes"
500
  msgstr "Bewaar veranderingen"
501
 
502
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  msgid "Sorry, email message could not be delivered."
504
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
505
 
506
- #: contact_form.php:879
507
  msgid "You can attach the following file formats"
508
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
509
 
510
- #: contact_form.php:1165
511
  msgid "Contact from"
512
  msgstr "Contact van"
513
 
514
- #: contact_form.php:1178
515
  msgid "Email"
516
  msgstr "Email"
517
 
518
- #: contact_form.php:1192
519
  msgid "Site"
520
  msgstr "Website"
521
 
522
- #: contact_form.php:1243
523
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
524
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
525
 
526
- #: contact_form.php:1296
527
  msgid "FAQ"
528
  msgstr "Veel gestelde vragen (FAQ)"
529
 
530
- #: contact_form.php:1297
531
  msgid "Support"
532
  msgstr "Ondersteuning"
533
 
534
- #: contact_form.php:1345
535
  msgid "Are you sure that you want to delete this language data?"
536
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
537
 
 
 
 
538
  #, fuzzy
539
  #~ msgid "Display a phone number field"
540
  #~ msgstr "Toon telefoonnummer veld"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, Dorine Kat-Stronck <thartung@adipositas-mm.de, info@katchy.nl>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Instellingen"
46
 
82
  msgstr "Mocht u nog vragen hebben, stuur dan een email naar plugin@bestwebsoft.com of vul het contactformulier op onze website in."
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Contact Form Opties"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Contact Form"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Contact Form Opties"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Contact Form"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Naam:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Email adres:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Email adres:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Telefoonnummer:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Onderwerp:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Bericht:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Bijlage:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Kopie aan mij sturen"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Versturen"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Uw naam is verplicht."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Een correct email adres is vereist."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Een correct email adres is vereist."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  msgid "Phone number is required."
177
  msgstr "Telefoonnummer verplicht"
178
 
179
+ #: contact_form.php:214
180
+ #: contact_form.php:257
181
+ #: contact_form.php:260
182
  msgid "Subject is required."
183
  msgstr "Onderwerp tekst is verplicht."
184
 
185
+ #: contact_form.php:215
186
+ #: contact_form.php:256
187
+ #: contact_form.php:259
188
  msgid "Message text is required."
189
  msgstr "Bericht tekst is verplicht."
190
 
191
+ #: contact_form.php:216
192
  msgid "File format is not valid."
193
  msgstr "Bijlage is beschadigd."
194
 
195
+ #: contact_form.php:217
196
  msgid "File upload error."
197
  msgstr ""
198
 
199
+ #: contact_form.php:218
200
  msgid "The file could not be uploaded."
201
  msgstr ""
202
 
203
+ #: contact_form.php:219
204
  msgid "This file is too large."
205
  msgstr ""
206
 
207
+ #: contact_form.php:220
208
  msgid "Please fill out the CAPTCHA."
209
  msgstr "Vul de CAPTCHA in."
210
 
211
+ #: contact_form.php:221
212
  msgid "Please make corrections below and try again."
213
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
214
 
215
+ #: contact_form.php:223
216
  msgid "Thank you for contacting us."
217
  msgstr "Bedankt voor uw bericht."
218
 
219
+ #: contact_form.php:482
220
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
221
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
222
 
223
+ #: contact_form.php:491
224
  msgid "Such user does not exist. Settings are not saved."
225
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
226
 
227
+ #: contact_form.php:496
228
+ #: contact_form.php:502
229
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
230
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
231
 
232
+ #: contact_form.php:507
233
  msgid "Options saved."
234
  msgstr "Instellingen opgeslagen."
235
 
236
+ #: contact_form.php:527
237
+ msgid "Contact Form Options"
238
+ msgstr "Contact Form Opties"
239
+
240
+ #: contact_form.php:532
241
+ #: contact_form.php:761
242
+ #, fuzzy
243
+ msgid "Extra settings"
244
+ msgstr "Instellingen"
245
+
246
+ #: contact_form.php:537
247
+ #: contact_form.php:1032
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 "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
250
 
251
+ #: contact_form.php:538
252
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
253
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
254
 
255
+ #: contact_form.php:542
256
  msgid "The user's email address:"
257
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
258
 
259
+ #: contact_form.php:546
260
  msgid "Create a username"
261
  msgstr "Kies gebruikersnaam"
262
 
263
+ #: contact_form.php:551
264
  msgid "Enter a username of the person who should get the messages from the contact form."
265
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
266
 
267
+ #: contact_form.php:555
268
  msgid "Use this email address:"
269
  msgstr "Gebruik dit email adres:"
270
 
271
+ #: contact_form.php:558
272
  msgid "Enter the email address you want the messages forwarded to."
273
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
274
 
275
+ #: contact_form.php:562
276
  msgid "Additional options"
277
  msgstr "Extra opties"
278
 
 
 
 
 
 
 
 
 
279
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
280
  msgid "What to use?"
281
  msgstr "Voor welk gebruik?"
282
 
283
+ #: contact_form.php:568
284
  msgid "Wp-mail"
285
  msgstr "Wp-mail"
286
 
287
+ #: contact_form.php:569
288
  msgid "You can use the wp_mail function for mailing"
289
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
290
 
291
+ #: contact_form.php:575
292
  msgid "Mail"
293
  msgstr "Mail"
294
 
295
+ #: contact_form.php:576
296
  msgid "To send mail you can use the php mail function"
297
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
298
 
299
+ #: contact_form.php:580
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
302
 
303
+ #: contact_form.php:586
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
306
 
307
+ #: contact_form.php:588
308
  #, fuzzy
309
  msgid "The email address of the user who fills the form will be used in the field 'From'."
310
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
311
 
312
+ #: contact_form.php:590
313
  msgid "This email address will be used in the 'From' field."
314
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
315
 
316
+ #: contact_form.php:594
317
  #, fuzzy
318
  msgid "Display fields"
319
  msgstr "Toon tekst"
320
 
321
+ #: contact_form.php:596
322
+ #: contact_form.php:607
323
+ #: contact_form.php:797
324
+ #: contact_form.php:1464
325
  #, fuzzy
326
  msgid "Address"
327
  msgstr "Email adres:"
328
 
329
+ #: contact_form.php:597
330
  #: contact_form.php:609
331
+ #: contact_form.php:1472
 
332
  msgid "Phone"
333
  msgstr "Telefoonnummer"
334
 
335
+ #: contact_form.php:598
336
+ #, fuzzy
337
+ msgid "Attachment block"
338
+ msgstr "Toon de bijlage knop"
339
+
340
+ #: contact_form.php:598
341
+ msgid "Users can attach the following file formats"
342
+ msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
343
+
344
+ #: contact_form.php:599
345
+ #, fuzzy
346
+ msgid "Tips below the Attachment block"
347
+ msgstr "Toon uitleg na Bijlage knop"
348
+
349
+ #: contact_form.php:600
350
+ #, fuzzy
351
+ msgid "Send me a copy block"
352
+ msgstr "Geef 'Kopie aan mij sturen' weer"
353
+
354
+ #: contact_form.php:604
355
  msgid "Required fields"
356
  msgstr "Verplicht veld"
357
 
358
+ #: contact_form.php:606
359
+ #: contact_form.php:792
360
+ #: contact_form.php:1459
361
  msgid "Name"
362
  msgstr "Naam"
363
 
364
+ #: contact_form.php:608
365
  #, fuzzy
366
  msgid "Email Address"
367
  msgstr "Email adres:"
368
 
369
+ #: contact_form.php:610
370
+ #: contact_form.php:812
371
+ #: contact_form.php:1475
372
  msgid "Subject"
373
  msgstr "Onderwerp"
374
 
375
+ #: contact_form.php:611
376
+ #: contact_form.php:816
377
+ #: contact_form.php:1478
378
  msgid "Message"
379
  msgstr "Bericht"
380
 
381
+ #: contact_form.php:615
382
  #, fuzzy
383
  msgid "Display additional info in the email"
384
  msgstr "Toon aanvullende informatie in de email"
385
 
386
+ #: contact_form.php:620
387
+ #: contact_form.php:1431
388
  msgid "Sent from (ip address)"
389
  msgstr "Verstuurd van (IP-adres)"
390
 
391
+ #: contact_form.php:621
392
+ #: contact_form.php:1436
393
  msgid "Date/Time"
394
  msgstr "Datum/Tijd"
395
 
396
+ #: contact_form.php:622
397
+ #: contact_form.php:1441
398
  msgid "Sent from (referer)"
399
  msgstr "Verstuurd vanaf (referer)"
400
 
401
+ #: contact_form.php:623
402
+ #: contact_form.php:1446
403
  msgid "Using (user agent)"
404
  msgstr "Met (user agent)"
405
 
406
+ #: contact_form.php:627
407
  msgid "Language settings for the field names in the form"
408
  msgstr "Taal instellingen voor velden met een label"
409
 
410
+ #: contact_form.php:636
411
  #, fuzzy
412
  msgid "Add a language"
413
  msgstr "Voeg een taal toe"
414
 
415
+ #: contact_form.php:640
416
  msgid "Change the names of the contact form fields and error messages"
417
  msgstr "Verander de namen van de labels en de foutmeldingen"
418
 
419
+ #: contact_form.php:645
420
+ #: contact_form.php:716
421
  msgid "English"
422
  msgstr "Engels"
423
 
424
+ #: contact_form.php:664
425
+ #: contact_form.php:693
426
  msgid "Error message for the Name field"
427
  msgstr "Foutmelding voor naam veld"
428
 
429
+ #: contact_form.php:665
430
+ #: contact_form.php:694
431
  #, fuzzy
432
  msgid "Error message for the Address field"
433
  msgstr "Foutmelding voor bericht veld"
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr "Foutmelding voor email veld"
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr "Foutmelding voor telefoonnummer veld"
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr "Foutmelding voor onderwerp veld"
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr "Foutmelding voor bericht veld"
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  #, fuzzy
458
  msgid "Error message about the file type for the Attachment field"
459
  msgstr "Foutmelding voor bijlage veld"
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
  #, fuzzy
464
  msgid "Error message while uploading a file for the Attachment field to the server"
465
  msgstr "Foutmelding voor bijlage veld"
466
 
467
+ #: contact_form.php:672
468
+ #: contact_form.php:701
469
  #, fuzzy
470
  msgid "Error message while moving the file for the Attachment field"
471
  msgstr "Foutmelding voor bijlage veld"
472
 
473
+ #: contact_form.php:673
474
+ #: contact_form.php:702
475
  #, fuzzy
476
  msgid "Error message when file size limit for the Attachment field is exceeded"
477
  msgstr "Foutmelding voor bijlage veld"
478
 
479
+ #: contact_form.php:674
480
+ #: contact_form.php:703
481
  msgid "Error message for the Captcha field"
482
  msgstr "Foutmelding voor captcha"
483
 
484
+ #: contact_form.php:675
485
+ #: contact_form.php:704
486
  msgid "Error message for the whole form"
487
  msgstr "Foutmelding voor het gehele formulier"
488
 
489
+ #: contact_form.php:677
490
+ #: contact_form.php:706
491
+ #: contact_form.php:725
492
+ #: contact_form.php:731
493
  msgid "Use shortcode"
494
  msgstr "Gebruik shortcode"
495
 
496
+ #: contact_form.php:677
497
+ #: contact_form.php:706
498
+ #: contact_form.php:725
499
+ #: contact_form.php:731
500
  msgid "for this language"
501
  msgstr "voor deze taal"
502
 
503
+ #: contact_form.php:713
504
  msgid "Action after email is sent"
505
  msgstr "Actie na het verzenden van de email"
506
 
507
+ #: contact_form.php:715
508
  msgid "Display text"
509
  msgstr "Toon tekst"
510
 
511
+ #: contact_form.php:724
512
+ #: contact_form.php:730
513
  msgid "Text"
514
  msgstr "Tekst"
515
 
516
+ #: contact_form.php:737
517
  msgid "Redirect to the page"
518
  msgstr "Dooorsturen naar pagina"
519
 
520
+ #: contact_form.php:738
521
  msgid "Url"
522
  msgstr "Url"
523
 
524
+ #: contact_form.php:743
525
+ #: contact_form.php:933
526
  msgid "Save Changes"
527
  msgstr "Bewaar veranderingen"
528
 
529
+ #: contact_form.php:758
530
+ #, fuzzy
531
+ msgid "Contact Form Pro | Extra Settings"
532
+ msgstr "Contact Form Opties"
533
+
534
+ #: contact_form.php:772
535
+ msgid "Errors output"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:775
539
+ msgid "Display error messages"
540
+ msgstr ""
541
+
542
+ #: contact_form.php:776
543
+ msgid "Color of the input field errors."
544
+ msgstr ""
545
+
546
+ #: contact_form.php:777
547
+ #, fuzzy
548
+ msgid "Display error messages & color of the input field errors"
549
+ msgstr "Foutmelding voor onderwerp veld"
550
+
551
+ #: contact_form.php:782
552
+ msgid "Add placeholder to the input blocks"
553
+ msgstr ""
554
+
555
+ #: contact_form.php:788
556
+ #, fuzzy
557
+ msgid "Add tooltips"
558
+ msgstr "Extra opties"
559
+
560
+ #: contact_form.php:802
561
+ #, fuzzy
562
+ msgid "Email address"
563
+ msgstr "Email adres:"
564
+
565
+ #: contact_form.php:807
566
+ #, fuzzy
567
+ msgid "Phone Number"
568
+ msgstr "Telefoonnummer:"
569
+
570
+ #: contact_form.php:821
571
+ #, fuzzy
572
+ msgid "Attachment"
573
+ msgstr "Bijlage:"
574
+
575
+ #: contact_form.php:835
576
+ #: contact_form.php:838
577
+ #: contact_form.php:841
578
+ msgid "Captcha"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:835
582
+ #: contact_form.php:838
583
+ #: contact_form.php:841
584
+ msgid "(powered by bestwebsoft.com)"
585
+ msgstr ""
586
+
587
+ #: contact_form.php:838
588
+ #, fuzzy
589
+ msgid "Activate captcha"
590
+ msgstr "Geactiveerde plugins"
591
+
592
+ #: contact_form.php:841
593
+ #, fuzzy
594
+ msgid "Download captcha"
595
+ msgstr "Download"
596
+
597
+ #: contact_form.php:846
598
+ #, fuzzy
599
+ msgid "Style options"
600
+ msgstr "Extra opties"
601
+
602
+ #: contact_form.php:849
603
+ msgid "Text color"
604
+ msgstr ""
605
+
606
+ #: contact_form.php:852
607
+ #: contact_form.php:857
608
+ #: contact_form.php:867
609
+ #: contact_form.php:872
610
+ #: contact_form.php:877
611
+ #: contact_form.php:882
612
+ #: contact_form.php:892
613
+ #: contact_form.php:897
614
+ #: contact_form.php:903
615
+ #: contact_form.php:914
616
+ #: contact_form.php:919
617
+ #: contact_form.php:924
618
+ msgid "Default"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:854
622
+ msgid "Label text color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:859
626
+ msgid "Placeholder color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:864
630
+ msgid "Errors color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:869
634
+ msgid "Error text color"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:874
638
+ msgid "Background color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:879
642
+ msgid "Border color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:884
646
+ msgid "Placeholder color of the input field errors"
647
+ msgstr ""
648
+
649
+ #: contact_form.php:889
650
+ #, fuzzy
651
+ msgid "Input fields"
652
+ msgstr "Toon tekst"
653
+
654
+ #: contact_form.php:894
655
+ msgid "Input fields background color"
656
+ msgstr ""
657
+
658
+ #: contact_form.php:899
659
+ msgid "Text fields color"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:901
663
+ msgid "Border width in px, numbers only"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:905
667
+ #: contact_form.php:926
668
+ msgid "Border color"
669
+ msgstr ""
670
+
671
+ #: contact_form.php:910
672
+ #, fuzzy
673
+ msgid "Submit button"
674
+ msgstr "Versturen"
675
+
676
+ #: contact_form.php:912
677
+ msgid "Width in px, numbers only"
678
+ msgstr ""
679
+
680
+ #: contact_form.php:916
681
+ msgid "Button color"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:921
685
+ msgid "Button text color"
686
+ msgstr ""
687
+
688
+ #: contact_form.php:937
689
+ #, fuzzy
690
+ msgid "Contact Form Pro | Preview"
691
+ msgstr "Contact Form"
692
+
693
+ #: contact_form.php:940
694
+ msgid "Show with errors"
695
+ msgstr ""
696
+
697
+ #: contact_form.php:1086
698
  msgid "Sorry, email message could not be delivered."
699
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
700
 
701
+ #: contact_form.php:1170
702
  msgid "You can attach the following file formats"
703
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
704
 
705
+ #: contact_form.php:1454
706
  msgid "Contact from"
707
  msgstr "Contact van"
708
 
709
+ #: contact_form.php:1467
710
  msgid "Email"
711
  msgstr "Email"
712
 
713
+ #: contact_form.php:1481
714
  msgid "Site"
715
  msgstr "Website"
716
 
717
+ #: contact_form.php:1531
718
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
719
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
720
 
721
+ #: contact_form.php:1582
722
  msgid "FAQ"
723
  msgstr "Veel gestelde vragen (FAQ)"
724
 
725
+ #: contact_form.php:1583
726
  msgid "Support"
727
  msgstr "Ondersteuning"
728
 
729
+ #: contact_form.php:1631
730
  msgid "Are you sure that you want to delete this language data?"
731
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
732
 
733
+ #~ msgid "Display Attachment tips"
734
+ #~ msgstr "Toon Bijlage uitleg"
735
+
736
  #, fuzzy
737
  #~ msgid "Display a phone number field"
738
  #~ msgstr "Toon telefoonnummer veld"
languages/contact_form-pl_PL.mo CHANGED
Binary file
languages/contact_form-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -43,8 +43,10 @@ msgstr "Czytaj więcej"
43
  # @ contact_form
44
  #: contact_form.php:105
45
  #: contact_form.php:131
46
- #: contact_form.php:1286
47
- #: contact_form.php:1295
 
 
48
  msgid "Settings"
49
  msgstr "Ustawienia"
50
 
@@ -94,8 +96,8 @@ msgstr "Jeśli masz pytania, napisz na adres plugin@bestwebsoft.com lub skorzyst
94
 
95
  # @ contact_form
96
  #: contact_form.php:161
97
- #: contact_form.php:526
98
- msgid "Contact Form Options"
99
  msgstr "Opcje Contact Form"
100
 
101
  # @ contact_form
@@ -104,503 +106,707 @@ msgid "Contact Form"
104
  msgstr "Contact Form"
105
 
106
  # @ contact_form
107
- #: contact_form.php:200
108
- #: contact_form.php:662
109
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
 
 
110
  msgid "Name:"
111
  msgstr "Imię:"
112
 
113
  # @ contact_form
114
- #: contact_form.php:201
115
- #: contact_form.php:663
116
- #: contact_form.php:689
117
  #, fuzzy
118
  msgid "Address:"
119
  msgstr "Adres e-mail"
120
 
121
  # @ contact_form
122
- #: contact_form.php:202
123
- #: contact_form.php:664
124
- #: contact_form.php:690
125
  msgid "Email Address:"
126
  msgstr "Adres e-mail"
127
 
128
- #: contact_form.php:203
129
- #: contact_form.php:665
130
- #: contact_form.php:691
131
  msgid "Phone number:"
132
  msgstr ""
133
 
134
  # @ contact_form
135
- #: contact_form.php:204
136
- #: contact_form.php:666
137
- #: contact_form.php:692
138
  msgid "Subject:"
139
  msgstr "Temat:"
140
 
141
  # @ contact_form
142
- #: contact_form.php:205
143
- #: contact_form.php:667
144
- #: contact_form.php:693
145
  msgid "Message:"
146
  msgstr "Treść wiadomości:"
147
 
148
  # @ contact_form
149
- #: contact_form.php:206
150
- #: contact_form.php:668
151
- #: contact_form.php:694
152
  msgid "Attachment:"
153
  msgstr "Załączniki:"
154
 
155
  # @ contact_form
156
- #: contact_form.php:207
157
- #: contact_form.php:262
158
- #: contact_form.php:669
159
- #: contact_form.php:695
160
  msgid "Send me a copy"
161
  msgstr "Wyślij mi kopię"
162
 
163
  # @ contact_form
164
- #: contact_form.php:208
165
- #: contact_form.php:670
166
- #: contact_form.php:696
167
  msgid "Submit"
168
  msgstr "Wyślij"
169
 
170
  # @ contact_form
171
- #: contact_form.php:209
172
  msgid "Your name is required."
173
  msgstr "Podanie imienia jest wymagane."
174
 
175
  # @ contact_form
176
- #: contact_form.php:210
177
  #, fuzzy
178
  msgid "Address is required."
179
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
180
 
181
  # @ contact_form
182
- #: contact_form.php:211
183
  #, fuzzy
184
  msgid "A valid email address is required."
185
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
186
 
187
  # @ contact_form
188
- #: contact_form.php:212
189
- #: contact_form.php:257
190
- #: contact_form.php:260
191
  #, fuzzy
192
  msgid "Phone number is required."
193
  msgstr "Podanie imienia jest wymagane."
194
 
195
  # @ contact_form
196
- #: contact_form.php:213
197
- #: contact_form.php:256
198
- #: contact_form.php:259
199
  msgid "Subject is required."
200
  msgstr "Podanie tematu jest wymagane."
201
 
202
  # @ contact_form
203
- #: contact_form.php:214
204
- #: contact_form.php:255
205
- #: contact_form.php:258
206
  msgid "Message text is required."
207
  msgstr "Wiadomość musi mieć jakąś treść."
208
 
209
  # @ contact_form
210
- #: contact_form.php:215
211
  msgid "File format is not valid."
212
  msgstr "Załącznik jest uszkodzony."
213
 
214
- #: contact_form.php:216
215
  msgid "File upload error."
216
  msgstr ""
217
 
218
- #: contact_form.php:217
219
  msgid "The file could not be uploaded."
220
  msgstr ""
221
 
222
- #: contact_form.php:218
223
  msgid "This file is too large."
224
  msgstr ""
225
 
226
  # @ contact_form
227
- #: contact_form.php:219
228
  msgid "Please fill out the CAPTCHA."
229
  msgstr "Proszę dokładnie przepisać kod."
230
 
231
  # @ contact_form
232
- #: contact_form.php:220
233
  msgid "Please make corrections below and try again."
234
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
235
 
236
  # @ contact_form
237
- #: contact_form.php:222
238
  msgid "Thank you for contacting us."
239
  msgstr "Dziękujemy za wiadomość."
240
 
241
- #: contact_form.php:481
242
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
243
  msgstr ""
244
 
245
  # @ contact_form
246
- #: contact_form.php:490
247
  msgid "Such user does not exist. Settings are not saved."
248
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
249
 
250
  # @ contact_form
251
- #: contact_form.php:495
252
- #: contact_form.php:501
253
  #, fuzzy
254
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
255
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
256
 
257
  # @ contact_form
258
- #: contact_form.php:506
259
  msgid "Options saved."
260
  msgstr "Opcje zapisano"
261
 
262
  # @ contact_form
263
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  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:"
265
  msgstr "Jeśli chcesz dodać formularz do swojej strony, po prostu skopiuj ten kod i wklej go do wpisu lub treści strony lub Widget:"
266
 
267
  # @ contact_form
268
- #: contact_form.php:532
269
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
270
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
271
 
272
  # @ contact_form
273
- #: contact_form.php:536
274
  msgid "The user's email address:"
275
  msgstr "Użyj adresu e-mail użytkownika:"
276
 
277
  # @ contact_form
278
- #: contact_form.php:540
279
  msgid "Create a username"
280
  msgstr "Wybierz użytkownika"
281
 
282
  # @ contact_form
283
- #: contact_form.php:545
284
  msgid "Enter a username of the person who should get the messages from the contact form."
285
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
286
 
287
  # @ contact_form
288
- #: contact_form.php:549
289
  msgid "Use this email address:"
290
  msgstr "Wybierz ten e-mail:"
291
 
292
  # @ contact_form
293
- #: contact_form.php:552
294
  msgid "Enter the email address you want the messages forwarded to."
295
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
296
 
297
  # @ contact_form
298
- #: contact_form.php:556
299
  msgid "Additional options"
300
  msgstr "Dodatkowe opcje"
301
 
302
- # @ contact_form
303
- #: contact_form.php:559
304
- msgid "Display Attachment block"
305
- msgstr "Wyświetlaj blok załączników"
306
-
307
- # @ contact_form
308
- #: contact_form.php:561
309
- msgid "Users can attach the following file formats"
310
- msgstr "Można załączać pliki następujących typów"
311
-
312
- # @ contact_form
313
  #: contact_form.php:565
314
- msgid "Display Attachment tips"
315
- msgstr ""
316
-
317
- # @ contact_form
318
- #: contact_form.php:567
319
- msgid "Display tips below the Attachment block"
320
- msgstr ""
321
-
322
- # @ contact_form
323
- #: contact_form.php:571
324
- msgid "Display Send me a copy block"
325
- msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
326
-
327
- #: contact_form.php:577
328
  msgid "What to use?"
329
  msgstr ""
330
 
331
  # @ contact_form
332
- #: contact_form.php:580
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
- #: contact_form.php:581
337
  msgid "You can use the wp_mail function for mailing"
338
  msgstr ""
339
 
340
  # @ contact_form
341
- #: contact_form.php:587
342
  msgid "Mail"
343
  msgstr "Mail"
344
 
345
- #: contact_form.php:588
346
  msgid "To send mail you can use the php mail function"
347
  msgstr ""
348
 
349
  # @ contact_form
350
- #: contact_form.php:592
351
  #, fuzzy
352
  msgid "Change text of the 'FROM' field"
353
  msgstr "Zmień od pola formularza"
354
 
355
- #: contact_form.php:598
356
  msgid "Enter the email address in the 'From' field"
357
  msgstr ""
358
 
359
- #: contact_form.php:600
360
  msgid "The email address of the user who fills the form will be used in the field 'From'."
361
  msgstr ""
362
 
363
- #: contact_form.php:602
364
  msgid "This email address will be used in the 'From' field."
365
  msgstr ""
366
 
367
  # @ contact_form
368
- #: contact_form.php:606
369
  #, fuzzy
370
  msgid "Display fields"
371
  msgstr "Wyświetlaj blok załączników"
372
 
373
  # @ contact_form
374
- #: contact_form.php:608
375
- #: contact_form.php:616
376
- #: contact_form.php:1175
 
377
  #, fuzzy
378
  msgid "Address"
379
  msgstr "Adres e-mail"
380
 
 
381
  #: contact_form.php:609
382
- #: contact_form.php:618
383
- #: contact_form.php:1183
384
  msgid "Phone"
385
  msgstr ""
386
 
387
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  msgid "Required fields"
389
  msgstr ""
390
 
391
  # @ contact_form
392
- #: contact_form.php:615
393
- #: contact_form.php:1170
 
394
  msgid "Name"
395
  msgstr "Imię"
396
 
397
  # @ contact_form
398
- #: contact_form.php:617
399
  #, fuzzy
400
  msgid "Email Address"
401
  msgstr "Adres e-mail"
402
 
403
  # @ contact_form
404
- #: contact_form.php:619
405
- #: contact_form.php:1186
 
406
  msgid "Subject"
407
  msgstr "Temat"
408
 
409
  # @ contact_form
410
- #: contact_form.php:620
411
- #: contact_form.php:1189
 
412
  msgid "Message"
413
  msgstr "Wiadomość"
414
 
415
- #: contact_form.php:624
416
  msgid "Display additional info in the email"
417
  msgstr ""
418
 
419
  # @ contact_form
420
- #: contact_form.php:629
421
- #: contact_form.php:1142
422
  msgid "Sent from (ip address)"
423
  msgstr "Przysłane z (adres IP)"
424
 
425
  # @ contact_form
426
- #: contact_form.php:630
427
- #: contact_form.php:1147
428
  msgid "Date/Time"
429
  msgstr "Data/czas"
430
 
431
  # @ contact_form
432
- #: contact_form.php:631
433
- #: contact_form.php:1152
434
  msgid "Sent from (referer)"
435
  msgstr "Przekierowane z (referrer)"
436
 
437
  # @ contact_form
438
- #: contact_form.php:632
439
- #: contact_form.php:1157
440
  msgid "Using (user agent)"
441
  msgstr "Klient (program użytkownika)"
442
 
443
- #: contact_form.php:636
444
  msgid "Language settings for the field names in the form"
445
  msgstr ""
446
 
447
- #: contact_form.php:645
448
  msgid "Add a language"
449
  msgstr ""
450
 
451
  # @ contact_form
452
- #: contact_form.php:649
453
  #, fuzzy
454
  msgid "Change the names of the contact form fields and error messages"
455
  msgstr "Zmień etykiety pól formularza"
456
 
457
- #: contact_form.php:654
458
- #: contact_form.php:719
459
  msgid "English"
460
  msgstr ""
461
 
462
- #: contact_form.php:671
463
- #: contact_form.php:697
464
  msgid "Error message for the Name field"
465
  msgstr ""
466
 
467
- #: contact_form.php:672
468
- #: contact_form.php:698
469
  msgid "Error message for the Address field"
470
  msgstr ""
471
 
472
- #: contact_form.php:673
473
- #: contact_form.php:699
474
  msgid "Error message for the Email field"
475
  msgstr ""
476
 
477
- #: contact_form.php:674
478
- #: contact_form.php:700
479
  msgid "Error message for the Phone field"
480
  msgstr ""
481
 
482
- #: contact_form.php:675
483
- #: contact_form.php:701
484
  msgid "Error message for the Subject field"
485
  msgstr ""
486
 
487
- #: contact_form.php:676
488
- #: contact_form.php:702
489
  msgid "Error message for the Message field"
490
  msgstr ""
491
 
492
- #: contact_form.php:677
493
- #: contact_form.php:703
494
  msgid "Error message about the file type for the Attachment field"
495
  msgstr ""
496
 
497
- #: contact_form.php:678
498
- #: contact_form.php:704
499
  msgid "Error message while uploading a file for the Attachment field to the server"
500
  msgstr ""
501
 
502
- #: contact_form.php:679
503
- #: contact_form.php:705
504
  msgid "Error message while moving the file for the Attachment field"
505
  msgstr ""
506
 
507
- #: contact_form.php:680
508
- #: contact_form.php:706
509
  msgid "Error message when file size limit for the Attachment field is exceeded"
510
  msgstr ""
511
 
512
- #: contact_form.php:681
513
- #: contact_form.php:707
514
  msgid "Error message for the Captcha field"
515
  msgstr ""
516
 
517
- #: contact_form.php:682
518
- #: contact_form.php:708
519
  msgid "Error message for the whole form"
520
  msgstr ""
521
 
522
- #: contact_form.php:683
523
- #: contact_form.php:709
524
- #: contact_form.php:728
525
- #: contact_form.php:734
526
  msgid "Use shortcode"
527
  msgstr ""
528
 
529
- #: contact_form.php:683
530
- #: contact_form.php:709
531
- #: contact_form.php:728
532
- #: contact_form.php:734
533
  msgid "for this language"
534
  msgstr ""
535
 
536
- #: contact_form.php:716
537
  msgid "Action after email is sent"
538
  msgstr ""
539
 
540
  # @ contact_form
541
- #: contact_form.php:718
542
  #, fuzzy
543
  msgid "Display text"
544
  msgstr "Wyświetlaj blok załączników"
545
 
546
- #: contact_form.php:727
547
- #: contact_form.php:733
548
  msgid "Text"
549
  msgstr ""
550
 
551
- #: contact_form.php:740
552
  msgid "Redirect to the page"
553
  msgstr ""
554
 
555
- #: contact_form.php:741
556
  msgid "Url"
557
  msgstr ""
558
 
559
  # @ default
560
- #: contact_form.php:746
 
561
  msgid "Save Changes"
562
  msgstr "Zapisz zmiany"
563
 
564
  # @ contact_form
565
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  msgid "Sorry, email message could not be delivered."
567
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
568
 
569
  # @ contact_form
570
- #: contact_form.php:879
571
  msgid "You can attach the following file formats"
572
  msgstr "Możesz załączać pliki następujących typów"
573
 
574
  # @ contact_form
575
- #: contact_form.php:1165
576
  msgid "Contact from"
577
  msgstr "Kontakt z"
578
 
579
  # @ contact_form
580
- #: contact_form.php:1178
581
  msgid "Email"
582
  msgstr "E-mail"
583
 
584
  # @ contact_form
585
- #: contact_form.php:1192
586
  msgid "Site"
587
  msgstr "Strona www"
588
 
589
- #: contact_form.php:1243
590
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
591
  msgstr ""
592
 
593
  # @ contact_form
594
- #: contact_form.php:1296
595
  msgid "FAQ"
596
  msgstr "FAQ"
597
 
598
  # @ contact_form
599
- #: contact_form.php:1297
600
  msgid "Support"
601
  msgstr "Wsparcie"
602
 
603
- #: contact_form.php:1345
604
  msgid "Are you sure that you want to delete this language data?"
605
  msgstr ""
606
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
43
  # @ contact_form
44
  #: contact_form.php:105
45
  #: contact_form.php:131
46
+ #: contact_form.php:531
47
+ #: contact_form.php:760
48
+ #: contact_form.php:1572
49
+ #: contact_form.php:1581
50
  msgid "Settings"
51
  msgstr "Ustawienia"
52
 
96
 
97
  # @ contact_form
98
  #: contact_form.php:161
99
+ #, fuzzy
100
+ msgid "Contact Form Settings"
101
  msgstr "Opcje Contact Form"
102
 
103
  # @ contact_form
106
  msgstr "Contact Form"
107
 
108
  # @ contact_form
109
+ #: contact_form.php:162
110
+ #, fuzzy
111
+ msgid "Contact Form Pro Extra Settings"
112
+ msgstr "Opcje Contact Form"
113
+
114
+ # @ contact_form
115
+ #: contact_form.php:162
116
+ #, fuzzy
117
+ msgid "Contact Form Pro"
118
+ msgstr "Contact Form"
119
+
120
+ # @ contact_form
121
+ #: contact_form.php:201
122
+ #: contact_form.php:655
123
+ #: contact_form.php:684
124
  msgid "Name:"
125
  msgstr "Imię:"
126
 
127
  # @ contact_form
128
+ #: contact_form.php:202
129
+ #: contact_form.php:656
130
+ #: contact_form.php:685
131
  #, fuzzy
132
  msgid "Address:"
133
  msgstr "Adres e-mail"
134
 
135
  # @ contact_form
136
+ #: contact_form.php:203
137
+ #: contact_form.php:657
138
+ #: contact_form.php:686
139
  msgid "Email Address:"
140
  msgstr "Adres e-mail"
141
 
142
+ #: contact_form.php:204
143
+ #: contact_form.php:658
144
+ #: contact_form.php:687
145
  msgid "Phone number:"
146
  msgstr ""
147
 
148
  # @ contact_form
149
+ #: contact_form.php:205
150
+ #: contact_form.php:659
151
+ #: contact_form.php:688
152
  msgid "Subject:"
153
  msgstr "Temat:"
154
 
155
  # @ contact_form
156
+ #: contact_form.php:206
157
+ #: contact_form.php:660
158
+ #: contact_form.php:689
159
  msgid "Message:"
160
  msgstr "Treść wiadomości:"
161
 
162
  # @ contact_form
163
+ #: contact_form.php:207
164
+ #: contact_form.php:661
165
+ #: contact_form.php:690
166
  msgid "Attachment:"
167
  msgstr "Załączniki:"
168
 
169
  # @ contact_form
170
+ #: contact_form.php:208
171
+ #: contact_form.php:263
172
+ #: contact_form.php:662
173
+ #: contact_form.php:691
174
  msgid "Send me a copy"
175
  msgstr "Wyślij mi kopię"
176
 
177
  # @ contact_form
178
+ #: contact_form.php:209
179
+ #: contact_form.php:663
180
+ #: contact_form.php:692
181
  msgid "Submit"
182
  msgstr "Wyślij"
183
 
184
  # @ contact_form
185
+ #: contact_form.php:210
186
  msgid "Your name is required."
187
  msgstr "Podanie imienia jest wymagane."
188
 
189
  # @ contact_form
190
+ #: contact_form.php:211
191
  #, fuzzy
192
  msgid "Address is required."
193
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
194
 
195
  # @ contact_form
196
+ #: contact_form.php:212
197
  #, fuzzy
198
  msgid "A valid email address is required."
199
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
200
 
201
  # @ contact_form
202
+ #: contact_form.php:213
203
+ #: contact_form.php:258
204
+ #: contact_form.php:261
205
  #, fuzzy
206
  msgid "Phone number is required."
207
  msgstr "Podanie imienia jest wymagane."
208
 
209
  # @ contact_form
210
+ #: contact_form.php:214
211
+ #: contact_form.php:257
212
+ #: contact_form.php:260
213
  msgid "Subject is required."
214
  msgstr "Podanie tematu jest wymagane."
215
 
216
  # @ contact_form
217
+ #: contact_form.php:215
218
+ #: contact_form.php:256
219
+ #: contact_form.php:259
220
  msgid "Message text is required."
221
  msgstr "Wiadomość musi mieć jakąś treść."
222
 
223
  # @ contact_form
224
+ #: contact_form.php:216
225
  msgid "File format is not valid."
226
  msgstr "Załącznik jest uszkodzony."
227
 
228
+ #: contact_form.php:217
229
  msgid "File upload error."
230
  msgstr ""
231
 
232
+ #: contact_form.php:218
233
  msgid "The file could not be uploaded."
234
  msgstr ""
235
 
236
+ #: contact_form.php:219
237
  msgid "This file is too large."
238
  msgstr ""
239
 
240
  # @ contact_form
241
+ #: contact_form.php:220
242
  msgid "Please fill out the CAPTCHA."
243
  msgstr "Proszę dokładnie przepisać kod."
244
 
245
  # @ contact_form
246
+ #: contact_form.php:221
247
  msgid "Please make corrections below and try again."
248
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
249
 
250
  # @ contact_form
251
+ #: contact_form.php:223
252
  msgid "Thank you for contacting us."
253
  msgstr "Dziękujemy za wiadomość."
254
 
255
+ #: contact_form.php:482
256
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
257
  msgstr ""
258
 
259
  # @ contact_form
260
+ #: contact_form.php:491
261
  msgid "Such user does not exist. Settings are not saved."
262
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
263
 
264
  # @ contact_form
265
+ #: contact_form.php:496
266
+ #: contact_form.php:502
267
  #, fuzzy
268
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
269
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
270
 
271
  # @ contact_form
272
+ #: contact_form.php:507
273
  msgid "Options saved."
274
  msgstr "Opcje zapisano"
275
 
276
  # @ contact_form
277
+ #: contact_form.php:527
278
+ msgid "Contact Form Options"
279
+ msgstr "Opcje Contact Form"
280
+
281
+ # @ contact_form
282
+ #: contact_form.php:532
283
+ #: contact_form.php:761
284
+ #, fuzzy
285
+ msgid "Extra settings"
286
+ msgstr "Ustawienia"
287
+
288
+ # @ contact_form
289
+ #: contact_form.php:537
290
+ #: contact_form.php:1032
291
  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:"
292
  msgstr "Jeśli chcesz dodać formularz do swojej strony, po prostu skopiuj ten kod i wklej go do wpisu lub treści strony lub Widget:"
293
 
294
  # @ contact_form
295
+ #: contact_form.php:538
296
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
297
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
298
 
299
  # @ contact_form
300
+ #: contact_form.php:542
301
  msgid "The user's email address:"
302
  msgstr "Użyj adresu e-mail użytkownika:"
303
 
304
  # @ contact_form
305
+ #: contact_form.php:546
306
  msgid "Create a username"
307
  msgstr "Wybierz użytkownika"
308
 
309
  # @ contact_form
310
+ #: contact_form.php:551
311
  msgid "Enter a username of the person who should get the messages from the contact form."
312
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
313
 
314
  # @ contact_form
315
+ #: contact_form.php:555
316
  msgid "Use this email address:"
317
  msgstr "Wybierz ten e-mail:"
318
 
319
  # @ contact_form
320
+ #: contact_form.php:558
321
  msgid "Enter the email address you want the messages forwarded to."
322
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
323
 
324
  # @ contact_form
325
+ #: contact_form.php:562
326
  msgid "Additional options"
327
  msgstr "Dodatkowe opcje"
328
 
 
 
 
 
 
 
 
 
 
 
 
329
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  msgid "What to use?"
331
  msgstr ""
332
 
333
  # @ contact_form
334
+ #: contact_form.php:568
335
  msgid "Wp-mail"
336
  msgstr "Wp-mail"
337
 
338
+ #: contact_form.php:569
339
  msgid "You can use the wp_mail function for mailing"
340
  msgstr ""
341
 
342
  # @ contact_form
343
+ #: contact_form.php:575
344
  msgid "Mail"
345
  msgstr "Mail"
346
 
347
+ #: contact_form.php:576
348
  msgid "To send mail you can use the php mail function"
349
  msgstr ""
350
 
351
  # @ contact_form
352
+ #: contact_form.php:580
353
  #, fuzzy
354
  msgid "Change text of the 'FROM' field"
355
  msgstr "Zmień od pola formularza"
356
 
357
+ #: contact_form.php:586
358
  msgid "Enter the email address in the 'From' field"
359
  msgstr ""
360
 
361
+ #: contact_form.php:588
362
  msgid "The email address of the user who fills the form will be used in the field 'From'."
363
  msgstr ""
364
 
365
+ #: contact_form.php:590
366
  msgid "This email address will be used in the 'From' field."
367
  msgstr ""
368
 
369
  # @ contact_form
370
+ #: contact_form.php:594
371
  #, fuzzy
372
  msgid "Display fields"
373
  msgstr "Wyświetlaj blok załączników"
374
 
375
  # @ contact_form
376
+ #: contact_form.php:596
377
+ #: contact_form.php:607
378
+ #: contact_form.php:797
379
+ #: contact_form.php:1464
380
  #, fuzzy
381
  msgid "Address"
382
  msgstr "Adres e-mail"
383
 
384
+ #: contact_form.php:597
385
  #: contact_form.php:609
386
+ #: contact_form.php:1472
 
387
  msgid "Phone"
388
  msgstr ""
389
 
390
+ # @ contact_form
391
+ #: contact_form.php:598
392
+ #, fuzzy
393
+ msgid "Attachment block"
394
+ msgstr "Wyświetlaj blok załączników"
395
+
396
+ # @ contact_form
397
+ #: contact_form.php:598
398
+ msgid "Users can attach the following file formats"
399
+ msgstr "Można załączać pliki następujących typów"
400
+
401
+ # @ contact_form
402
+ #: contact_form.php:599
403
+ #, fuzzy
404
+ msgid "Tips below the Attachment block"
405
+ msgstr "Wyświetlaj blok załączników"
406
+
407
+ # @ contact_form
408
+ #: contact_form.php:600
409
+ #, fuzzy
410
+ msgid "Send me a copy block"
411
+ msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
412
+
413
+ #: contact_form.php:604
414
  msgid "Required fields"
415
  msgstr ""
416
 
417
  # @ contact_form
418
+ #: contact_form.php:606
419
+ #: contact_form.php:792
420
+ #: contact_form.php:1459
421
  msgid "Name"
422
  msgstr "Imię"
423
 
424
  # @ contact_form
425
+ #: contact_form.php:608
426
  #, fuzzy
427
  msgid "Email Address"
428
  msgstr "Adres e-mail"
429
 
430
  # @ contact_form
431
+ #: contact_form.php:610
432
+ #: contact_form.php:812
433
+ #: contact_form.php:1475
434
  msgid "Subject"
435
  msgstr "Temat"
436
 
437
  # @ contact_form
438
+ #: contact_form.php:611
439
+ #: contact_form.php:816
440
+ #: contact_form.php:1478
441
  msgid "Message"
442
  msgstr "Wiadomość"
443
 
444
+ #: contact_form.php:615
445
  msgid "Display additional info in the email"
446
  msgstr ""
447
 
448
  # @ contact_form
449
+ #: contact_form.php:620
450
+ #: contact_form.php:1431
451
  msgid "Sent from (ip address)"
452
  msgstr "Przysłane z (adres IP)"
453
 
454
  # @ contact_form
455
+ #: contact_form.php:621
456
+ #: contact_form.php:1436
457
  msgid "Date/Time"
458
  msgstr "Data/czas"
459
 
460
  # @ contact_form
461
+ #: contact_form.php:622
462
+ #: contact_form.php:1441
463
  msgid "Sent from (referer)"
464
  msgstr "Przekierowane z (referrer)"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:623
468
+ #: contact_form.php:1446
469
  msgid "Using (user agent)"
470
  msgstr "Klient (program użytkownika)"
471
 
472
+ #: contact_form.php:627
473
  msgid "Language settings for the field names in the form"
474
  msgstr ""
475
 
476
+ #: contact_form.php:636
477
  msgid "Add a language"
478
  msgstr ""
479
 
480
  # @ contact_form
481
+ #: contact_form.php:640
482
  #, fuzzy
483
  msgid "Change the names of the contact form fields and error messages"
484
  msgstr "Zmień etykiety pól formularza"
485
 
486
+ #: contact_form.php:645
487
+ #: contact_form.php:716
488
  msgid "English"
489
  msgstr ""
490
 
491
+ #: contact_form.php:664
492
+ #: contact_form.php:693
493
  msgid "Error message for the Name field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:665
497
+ #: contact_form.php:694
498
  msgid "Error message for the Address field"
499
  msgstr ""
500
 
501
+ #: contact_form.php:666
502
+ #: contact_form.php:695
503
  msgid "Error message for the Email field"
504
  msgstr ""
505
 
506
+ #: contact_form.php:667
507
+ #: contact_form.php:696
508
  msgid "Error message for the Phone field"
509
  msgstr ""
510
 
511
+ #: contact_form.php:668
512
+ #: contact_form.php:697
513
  msgid "Error message for the Subject field"
514
  msgstr ""
515
 
516
+ #: contact_form.php:669
517
+ #: contact_form.php:698
518
  msgid "Error message for the Message field"
519
  msgstr ""
520
 
521
+ #: contact_form.php:670
522
+ #: contact_form.php:699
523
  msgid "Error message about the file type for the Attachment field"
524
  msgstr ""
525
 
526
+ #: contact_form.php:671
527
+ #: contact_form.php:700
528
  msgid "Error message while uploading a file for the Attachment field to the server"
529
  msgstr ""
530
 
531
+ #: contact_form.php:672
532
+ #: contact_form.php:701
533
  msgid "Error message while moving the file for the Attachment field"
534
  msgstr ""
535
 
536
+ #: contact_form.php:673
537
+ #: contact_form.php:702
538
  msgid "Error message when file size limit for the Attachment field is exceeded"
539
  msgstr ""
540
 
541
+ #: contact_form.php:674
542
+ #: contact_form.php:703
543
  msgid "Error message for the Captcha field"
544
  msgstr ""
545
 
546
+ #: contact_form.php:675
547
+ #: contact_form.php:704
548
  msgid "Error message for the whole form"
549
  msgstr ""
550
 
551
+ #: contact_form.php:677
552
+ #: contact_form.php:706
553
+ #: contact_form.php:725
554
+ #: contact_form.php:731
555
  msgid "Use shortcode"
556
  msgstr ""
557
 
558
+ #: contact_form.php:677
559
+ #: contact_form.php:706
560
+ #: contact_form.php:725
561
+ #: contact_form.php:731
562
  msgid "for this language"
563
  msgstr ""
564
 
565
+ #: contact_form.php:713
566
  msgid "Action after email is sent"
567
  msgstr ""
568
 
569
  # @ contact_form
570
+ #: contact_form.php:715
571
  #, fuzzy
572
  msgid "Display text"
573
  msgstr "Wyświetlaj blok załączników"
574
 
575
+ #: contact_form.php:724
576
+ #: contact_form.php:730
577
  msgid "Text"
578
  msgstr ""
579
 
580
+ #: contact_form.php:737
581
  msgid "Redirect to the page"
582
  msgstr ""
583
 
584
+ #: contact_form.php:738
585
  msgid "Url"
586
  msgstr ""
587
 
588
  # @ default
589
+ #: contact_form.php:743
590
+ #: contact_form.php:933
591
  msgid "Save Changes"
592
  msgstr "Zapisz zmiany"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:758
596
+ #, fuzzy
597
+ msgid "Contact Form Pro | Extra Settings"
598
+ msgstr "Opcje Contact Form"
599
+
600
+ #: contact_form.php:772
601
+ msgid "Errors output"
602
+ msgstr ""
603
+
604
+ #: contact_form.php:775
605
+ msgid "Display error messages"
606
+ msgstr ""
607
+
608
+ #: contact_form.php:776
609
+ msgid "Color of the input field errors."
610
+ msgstr ""
611
+
612
+ #: contact_form.php:777
613
+ msgid "Display error messages & color of the input field errors"
614
+ msgstr ""
615
+
616
+ #: contact_form.php:782
617
+ msgid "Add placeholder to the input blocks"
618
+ msgstr ""
619
+
620
+ # @ contact_form
621
+ #: contact_form.php:788
622
+ #, fuzzy
623
+ msgid "Add tooltips"
624
+ msgstr "Dodatkowe opcje"
625
+
626
+ # @ contact_form
627
+ #: contact_form.php:802
628
+ #, fuzzy
629
+ msgid "Email address"
630
+ msgstr "Adres e-mail"
631
+
632
+ #: contact_form.php:807
633
+ msgid "Phone Number"
634
+ msgstr ""
635
+
636
+ # @ contact_form
637
+ #: contact_form.php:821
638
+ #, fuzzy
639
+ msgid "Attachment"
640
+ msgstr "Załączniki:"
641
+
642
+ #: contact_form.php:835
643
+ #: contact_form.php:838
644
+ #: contact_form.php:841
645
+ msgid "Captcha"
646
+ msgstr ""
647
+
648
+ #: contact_form.php:835
649
+ #: contact_form.php:838
650
+ #: contact_form.php:841
651
+ msgid "(powered by bestwebsoft.com)"
652
+ msgstr ""
653
+
654
+ # @ contact_form
655
+ #: contact_form.php:838
656
+ #, fuzzy
657
+ msgid "Activate captcha"
658
+ msgstr "Aktywne wtyczki"
659
+
660
+ # @ contact_form
661
+ #: contact_form.php:841
662
+ #, fuzzy
663
+ msgid "Download captcha"
664
+ msgstr "Pobierz"
665
+
666
+ # @ contact_form
667
+ #: contact_form.php:846
668
+ #, fuzzy
669
+ msgid "Style options"
670
+ msgstr "Dodatkowe opcje"
671
+
672
+ #: contact_form.php:849
673
+ msgid "Text color"
674
+ msgstr ""
675
+
676
+ #: contact_form.php:852
677
+ #: contact_form.php:857
678
+ #: contact_form.php:867
679
+ #: contact_form.php:872
680
+ #: contact_form.php:877
681
+ #: contact_form.php:882
682
+ #: contact_form.php:892
683
+ #: contact_form.php:897
684
+ #: contact_form.php:903
685
+ #: contact_form.php:914
686
+ #: contact_form.php:919
687
+ #: contact_form.php:924
688
+ msgid "Default"
689
+ msgstr ""
690
+
691
+ #: contact_form.php:854
692
+ msgid "Label text color"
693
+ msgstr ""
694
+
695
+ #: contact_form.php:859
696
+ msgid "Placeholder color"
697
+ msgstr ""
698
+
699
+ #: contact_form.php:864
700
+ msgid "Errors color"
701
+ msgstr ""
702
+
703
+ #: contact_form.php:869
704
+ msgid "Error text color"
705
+ msgstr ""
706
+
707
+ #: contact_form.php:874
708
+ msgid "Background color of the input field errors"
709
+ msgstr ""
710
+
711
+ #: contact_form.php:879
712
+ msgid "Border color of the input field errors"
713
+ msgstr ""
714
+
715
+ #: contact_form.php:884
716
+ msgid "Placeholder color of the input field errors"
717
+ msgstr ""
718
+
719
+ # @ contact_form
720
+ #: contact_form.php:889
721
+ #, fuzzy
722
+ msgid "Input fields"
723
+ msgstr "Wyświetlaj blok załączników"
724
+
725
+ #: contact_form.php:894
726
+ msgid "Input fields background color"
727
+ msgstr ""
728
+
729
+ #: contact_form.php:899
730
+ msgid "Text fields color"
731
+ msgstr ""
732
+
733
+ #: contact_form.php:901
734
+ msgid "Border width in px, numbers only"
735
+ msgstr ""
736
+
737
+ #: contact_form.php:905
738
+ #: contact_form.php:926
739
+ msgid "Border color"
740
+ msgstr ""
741
+
742
+ # @ contact_form
743
+ #: contact_form.php:910
744
+ #, fuzzy
745
+ msgid "Submit button"
746
+ msgstr "Wyślij"
747
+
748
+ #: contact_form.php:912
749
+ msgid "Width in px, numbers only"
750
+ msgstr ""
751
+
752
+ #: contact_form.php:916
753
+ msgid "Button color"
754
+ msgstr ""
755
+
756
+ #: contact_form.php:921
757
+ msgid "Button text color"
758
+ msgstr ""
759
+
760
+ # @ contact_form
761
+ #: contact_form.php:937
762
+ #, fuzzy
763
+ msgid "Contact Form Pro | Preview"
764
+ msgstr "Contact Form"
765
+
766
+ #: contact_form.php:940
767
+ msgid "Show with errors"
768
+ msgstr ""
769
+
770
+ # @ contact_form
771
+ #: contact_form.php:1086
772
  msgid "Sorry, email message could not be delivered."
773
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
774
 
775
  # @ contact_form
776
+ #: contact_form.php:1170
777
  msgid "You can attach the following file formats"
778
  msgstr "Możesz załączać pliki następujących typów"
779
 
780
  # @ contact_form
781
+ #: contact_form.php:1454
782
  msgid "Contact from"
783
  msgstr "Kontakt z"
784
 
785
  # @ contact_form
786
+ #: contact_form.php:1467
787
  msgid "Email"
788
  msgstr "E-mail"
789
 
790
  # @ contact_form
791
+ #: contact_form.php:1481
792
  msgid "Site"
793
  msgstr "Strona www"
794
 
795
+ #: contact_form.php:1531
796
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
797
  msgstr ""
798
 
799
  # @ contact_form
800
+ #: contact_form.php:1582
801
  msgid "FAQ"
802
  msgstr "FAQ"
803
 
804
  # @ contact_form
805
+ #: contact_form.php:1583
806
  msgid "Support"
807
  msgstr "Wsparcie"
808
 
809
+ #: contact_form.php:1631
810
  msgid "Are you sure that you want to delete this language data?"
811
  msgstr ""
812
 
languages/contact_form-pt_BR.mo CHANGED
Binary file
languages/contact_form-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:06+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Leia Mais"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Configurações"
44
 
@@ -80,463 +82,658 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Opções do formulário de contato"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formulário de contato"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Nome:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Endereço de E-mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Endereço de E-mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Número de Telefone:"
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Assunto:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mensagem:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Anexo:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Envie-me uma cópia"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Enviar"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Seu nome é obrigatório"
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Um e-mail correto é obrigatório."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Um e-mail correto é obrigatório."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Seu nome é obrigatório"
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "O Assunto da mensagem é obrigatório."
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "O texto da Mensagem é obrigatório."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Impossível anexar arquivo. "
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Por favor, complete a resposta da charada ."
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Obrigado por nos contatar"
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Tal usuário não existe. Configurações não foram salvas."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Opções salvas."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Use o email de um usuário do wordpress:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Selecione o nome do usuário"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Use este email:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Opções adicionais"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Mostrar opção para anexar arquivos"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Usuários pode anexar arquivos do seguinte tipo:"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr "Mostrar dicas para Anexos"
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr "Mostrar dicas abaixo do bloco de Anexos"
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Mostrar a opção Envie-me um cópia"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "O que usar?"
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "Você pode usar a função wp_mail para enviar emails"
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "Para enviar emails você pode usar a função mail() do php"
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Mudar de campos do formulário de contato"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr "Entre com o endereço de e-mail no campo 'De'"
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr "Este endereço de email será usado no campo 'De'"
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Mostrar opção para anexar arquivos"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Endereço de E-mail:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr "Telefone"
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr "Campos obrigatórios"
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Nome"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Endereço de E-mail:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Assunto"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Mensagem"
356
 
357
- #: contact_form.php:624
358
  msgid "Display additional info in the email"
359
  msgstr "Mostre informações adicionais no email"
360
 
361
- #: contact_form.php:629
362
- #: contact_form.php:1142
363
  msgid "Sent from (ip address)"
364
  msgstr "Enviado de (Endereço IP)"
365
 
366
- #: contact_form.php:630
367
- #: contact_form.php:1147
368
  msgid "Date/Time"
369
  msgstr "Data / Hora"
370
 
371
- #: contact_form.php:631
372
- #: contact_form.php:1152
373
  msgid "Sent from (referer)"
374
  msgstr "Vindo de (origem)"
375
 
376
- #: contact_form.php:632
377
- #: contact_form.php:1157
378
  msgid "Using (user agent)"
379
  msgstr "Usando (cliente de email)"
380
 
381
- #: contact_form.php:636
382
  msgid "Language settings for the field names in the form"
383
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
384
 
385
- #: contact_form.php:645
386
  msgid "Add a language"
387
  msgstr "Adicione um idioma"
388
 
389
- #: contact_form.php:649
390
  #, fuzzy
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Mudar rótulo para os campos no formulário de contato"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr "Inglês"
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr "Mensagem de erro para o campo Nome"
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  #, fuzzy
407
  msgid "Error message for the Address field"
408
  msgstr "Mensagem de erro para o campo Mensagem"
409
 
410
- #: contact_form.php:673
411
- #: contact_form.php:699
412
  msgid "Error message for the Email field"
413
  msgstr "Mensagem de erro para o campo Email"
414
 
415
- #: contact_form.php:674
416
- #: contact_form.php:700
417
  msgid "Error message for the Phone field"
418
  msgstr "Mensagem de erro para o campo Telefone"
419
 
420
- #: contact_form.php:675
421
- #: contact_form.php:701
422
  msgid "Error message for the Subject field"
423
  msgstr "Mensagem de erro para o campo Assunto"
424
 
425
- #: contact_form.php:676
426
- #: contact_form.php:702
427
  msgid "Error message for the Message field"
428
  msgstr "Mensagem de erro para o campo Mensagem"
429
 
430
- #: contact_form.php:677
431
- #: contact_form.php:703
432
  #, fuzzy
433
  msgid "Error message about the file type for the Attachment field"
434
  msgstr "Mensagem de erro para o campo Anexo"
435
 
436
- #: contact_form.php:678
437
- #: contact_form.php:704
438
  #, fuzzy
439
  msgid "Error message while uploading a file for the Attachment field to the server"
440
  msgstr "Mensagem de erro para o campo Anexo"
441
 
442
- #: contact_form.php:679
443
- #: contact_form.php:705
444
  #, fuzzy
445
  msgid "Error message while moving the file for the Attachment field"
446
  msgstr "Mensagem de erro para o campo Anexo"
447
 
448
- #: contact_form.php:680
449
- #: contact_form.php:706
450
  #, fuzzy
451
  msgid "Error message when file size limit for the Attachment field is exceeded"
452
  msgstr "Mensagem de erro para o campo Anexo"
453
 
454
- #: contact_form.php:681
455
- #: contact_form.php:707
456
  msgid "Error message for the Captcha field"
457
  msgstr "Mensagem de erro para o campo Captcha"
458
 
459
- #: contact_form.php:682
460
- #: contact_form.php:708
461
  msgid "Error message for the whole form"
462
  msgstr "Mensagem de erro para o formulário inteiro"
463
 
464
- #: contact_form.php:683
465
- #: contact_form.php:709
466
- #: contact_form.php:728
467
- #: contact_form.php:734
468
  msgid "Use shortcode"
469
  msgstr "Use shortcode (abreviações)"
470
 
471
- #: contact_form.php:683
472
- #: contact_form.php:709
473
- #: contact_form.php:728
474
- #: contact_form.php:734
475
  msgid "for this language"
476
  msgstr "para este idioma"
477
 
478
- #: contact_form.php:716
479
  msgid "Action after email is sent"
480
  msgstr "Ação após o email ser enviado"
481
 
482
- #: contact_form.php:718
483
  #, fuzzy
484
  msgid "Display text"
485
  msgstr "Mostrar opção para anexar arquivos"
486
 
487
- #: contact_form.php:727
488
- #: contact_form.php:733
489
  msgid "Text"
490
  msgstr "Texto"
491
 
492
- #: contact_form.php:740
493
  msgid "Redirect to the page"
494
  msgstr "Redirecione para a página"
495
 
496
- #: contact_form.php:741
497
  msgid "Url"
498
  msgstr "URL"
499
 
500
- #: contact_form.php:746
 
501
  msgid "Save Changes"
502
  msgstr "Salvar mudanças"
503
 
504
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
505
  msgid "Sorry, email message could not be delivered."
506
  msgstr "Desculpe, seu e-mail não pode ser entregue."
507
 
508
- #: contact_form.php:879
509
  msgid "You can attach the following file formats"
510
  msgstr "Você pode anexar arquivos do seguinte tipo"
511
 
512
- #: contact_form.php:1165
513
  msgid "Contact from"
514
  msgstr "Formulário de Contato"
515
 
516
- #: contact_form.php:1178
517
  msgid "Email"
518
  msgstr "E-Mail"
519
 
520
- #: contact_form.php:1192
521
  msgid "Site"
522
  msgstr "Site"
523
 
524
- #: contact_form.php:1243
525
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
526
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
527
 
528
- #: contact_form.php:1296
529
  msgid "FAQ"
530
  msgstr "Perguntas Frequentes"
531
 
532
- #: contact_form.php:1297
533
  msgid "Support"
534
  msgstr "Suporte"
535
 
536
- #: contact_form.php:1345
537
  msgid "Are you sure that you want to delete this language data?"
538
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
539
 
 
 
540
  #~ msgid "Display a phone number field"
541
  #~ msgstr "Mostre o campo número telefônico"
542
  #~ msgid "Please enter a valid email address. Settings are not saved."
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Configurações"
46
 
82
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Opções do formulário de contato"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Formulário de contato"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Opções do formulário de contato"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Formulário de contato"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Nome:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Endereço de E-mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Endereço de E-mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Número de Telefone:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Assunto:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Mensagem:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Anexo:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Envie-me uma cópia"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Enviar"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Seu nome é obrigatório"
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Um e-mail correto é obrigatório."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Um e-mail correto é obrigatório."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Seu nome é obrigatório"
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "O Assunto da mensagem é obrigatório."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "O texto da Mensagem é obrigatório."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Impossível anexar arquivo. "
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Por favor, complete a resposta da charada ."
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Obrigado por nos contatar"
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Tal usuário não existe. Configurações não foram salvas."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Opções salvas."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Opções do formulário de contato"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Configurações"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Se informações nos campos abaixo estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Use o email de um usuário do wordpress:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Selecione o nome do usuário"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Use este email:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Opções adicionais"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr "O que usar?"
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr "Você pode usar a função wp_mail para enviar emails"
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr "Para enviar emails você pode usar a função mail() do php"
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Mudar de campos do formulário de contato"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr "Entre com o endereço de e-mail no campo 'De'"
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr "Este endereço de email será usado no campo 'De'"
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Mostrar opção para anexar arquivos"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "Endereço de E-mail:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr "Telefone"
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Mostrar opção para anexar arquivos"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Usuários pode anexar arquivos do seguinte tipo:"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Mostrar dicas abaixo do bloco de Anexos"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Mostrar a opção Envie-me um cópia"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr "Campos obrigatórios"
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Nome"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "Endereço de E-mail:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Assunto"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Mensagem"
382
 
383
+ #: contact_form.php:615
384
  msgid "Display additional info in the email"
385
  msgstr "Mostre informações adicionais no email"
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Enviado de (Endereço IP)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Data / Hora"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "Vindo de (origem)"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "Usando (cliente de email)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
410
 
411
+ #: contact_form.php:636
412
  msgid "Add a language"
413
  msgstr "Adicione um idioma"
414
 
415
+ #: contact_form.php:640
416
  #, fuzzy
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "Mudar rótulo para os campos no formulário de contato"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr "Inglês"
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr "Mensagem de erro para o campo Nome"
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  #, fuzzy
433
  msgid "Error message for the Address field"
434
  msgstr "Mensagem de erro para o campo Mensagem"
435
 
436
+ #: contact_form.php:666
437
+ #: contact_form.php:695
438
  msgid "Error message for the Email field"
439
  msgstr "Mensagem de erro para o campo Email"
440
 
441
+ #: contact_form.php:667
442
+ #: contact_form.php:696
443
  msgid "Error message for the Phone field"
444
  msgstr "Mensagem de erro para o campo Telefone"
445
 
446
+ #: contact_form.php:668
447
+ #: contact_form.php:697
448
  msgid "Error message for the Subject field"
449
  msgstr "Mensagem de erro para o campo Assunto"
450
 
451
+ #: contact_form.php:669
452
+ #: contact_form.php:698
453
  msgid "Error message for the Message field"
454
  msgstr "Mensagem de erro para o campo Mensagem"
455
 
456
+ #: contact_form.php:670
457
+ #: contact_form.php:699
458
  #, fuzzy
459
  msgid "Error message about the file type for the Attachment field"
460
  msgstr "Mensagem de erro para o campo Anexo"
461
 
462
+ #: contact_form.php:671
463
+ #: contact_form.php:700
464
  #, fuzzy
465
  msgid "Error message while uploading a file for the Attachment field to the server"
466
  msgstr "Mensagem de erro para o campo Anexo"
467
 
468
+ #: contact_form.php:672
469
+ #: contact_form.php:701
470
  #, fuzzy
471
  msgid "Error message while moving the file for the Attachment field"
472
  msgstr "Mensagem de erro para o campo Anexo"
473
 
474
+ #: contact_form.php:673
475
+ #: contact_form.php:702
476
  #, fuzzy
477
  msgid "Error message when file size limit for the Attachment field is exceeded"
478
  msgstr "Mensagem de erro para o campo Anexo"
479
 
480
+ #: contact_form.php:674
481
+ #: contact_form.php:703
482
  msgid "Error message for the Captcha field"
483
  msgstr "Mensagem de erro para o campo Captcha"
484
 
485
+ #: contact_form.php:675
486
+ #: contact_form.php:704
487
  msgid "Error message for the whole form"
488
  msgstr "Mensagem de erro para o formulário inteiro"
489
 
490
+ #: contact_form.php:677
491
+ #: contact_form.php:706
492
+ #: contact_form.php:725
493
+ #: contact_form.php:731
494
  msgid "Use shortcode"
495
  msgstr "Use shortcode (abreviações)"
496
 
497
+ #: contact_form.php:677
498
+ #: contact_form.php:706
499
+ #: contact_form.php:725
500
+ #: contact_form.php:731
501
  msgid "for this language"
502
  msgstr "para este idioma"
503
 
504
+ #: contact_form.php:713
505
  msgid "Action after email is sent"
506
  msgstr "Ação após o email ser enviado"
507
 
508
+ #: contact_form.php:715
509
  #, fuzzy
510
  msgid "Display text"
511
  msgstr "Mostrar opção para anexar arquivos"
512
 
513
+ #: contact_form.php:724
514
+ #: contact_form.php:730
515
  msgid "Text"
516
  msgstr "Texto"
517
 
518
+ #: contact_form.php:737
519
  msgid "Redirect to the page"
520
  msgstr "Redirecione para a página"
521
 
522
+ #: contact_form.php:738
523
  msgid "Url"
524
  msgstr "URL"
525
 
526
+ #: contact_form.php:743
527
+ #: contact_form.php:933
528
  msgid "Save Changes"
529
  msgstr "Salvar mudanças"
530
 
531
+ #: contact_form.php:758
532
+ #, fuzzy
533
+ msgid "Contact Form Pro | Extra Settings"
534
+ msgstr "Opções do formulário de contato"
535
+
536
+ #: contact_form.php:772
537
+ msgid "Errors output"
538
+ msgstr ""
539
+
540
+ #: contact_form.php:775
541
+ msgid "Display error messages"
542
+ msgstr ""
543
+
544
+ #: contact_form.php:776
545
+ msgid "Color of the input field errors."
546
+ msgstr ""
547
+
548
+ #: contact_form.php:777
549
+ #, fuzzy
550
+ msgid "Display error messages & color of the input field errors"
551
+ msgstr "Mensagem de erro para o campo Assunto"
552
+
553
+ #: contact_form.php:782
554
+ msgid "Add placeholder to the input blocks"
555
+ msgstr ""
556
+
557
+ #: contact_form.php:788
558
+ #, fuzzy
559
+ msgid "Add tooltips"
560
+ msgstr "Opções adicionais"
561
+
562
+ #: contact_form.php:802
563
+ #, fuzzy
564
+ msgid "Email address"
565
+ msgstr "Endereço de E-mail:"
566
+
567
+ #: contact_form.php:807
568
+ #, fuzzy
569
+ msgid "Phone Number"
570
+ msgstr "Número de Telefone:"
571
+
572
+ #: contact_form.php:821
573
+ #, fuzzy
574
+ msgid "Attachment"
575
+ msgstr "Anexo:"
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "Captcha"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:835
584
+ #: contact_form.php:838
585
+ #: contact_form.php:841
586
+ msgid "(powered by bestwebsoft.com)"
587
+ msgstr ""
588
+
589
+ #: contact_form.php:838
590
+ #, fuzzy
591
+ msgid "Activate captcha"
592
+ msgstr "Plugins ativados"
593
+
594
+ #: contact_form.php:841
595
+ #, fuzzy
596
+ msgid "Download captcha"
597
+ msgstr "Baixar"
598
+
599
+ #: contact_form.php:846
600
+ #, fuzzy
601
+ msgid "Style options"
602
+ msgstr "Opções adicionais"
603
+
604
+ #: contact_form.php:849
605
+ msgid "Text color"
606
+ msgstr ""
607
+
608
+ #: contact_form.php:852
609
+ #: contact_form.php:857
610
+ #: contact_form.php:867
611
+ #: contact_form.php:872
612
+ #: contact_form.php:877
613
+ #: contact_form.php:882
614
+ #: contact_form.php:892
615
+ #: contact_form.php:897
616
+ #: contact_form.php:903
617
+ #: contact_form.php:914
618
+ #: contact_form.php:919
619
+ #: contact_form.php:924
620
+ msgid "Default"
621
+ msgstr ""
622
+
623
+ #: contact_form.php:854
624
+ msgid "Label text color"
625
+ msgstr ""
626
+
627
+ #: contact_form.php:859
628
+ msgid "Placeholder color"
629
+ msgstr ""
630
+
631
+ #: contact_form.php:864
632
+ msgid "Errors color"
633
+ msgstr ""
634
+
635
+ #: contact_form.php:869
636
+ msgid "Error text color"
637
+ msgstr ""
638
+
639
+ #: contact_form.php:874
640
+ msgid "Background color of the input field errors"
641
+ msgstr ""
642
+
643
+ #: contact_form.php:879
644
+ msgid "Border color of the input field errors"
645
+ msgstr ""
646
+
647
+ #: contact_form.php:884
648
+ msgid "Placeholder color of the input field errors"
649
+ msgstr ""
650
+
651
+ #: contact_form.php:889
652
+ #, fuzzy
653
+ msgid "Input fields"
654
+ msgstr "Mostrar opção para anexar arquivos"
655
+
656
+ #: contact_form.php:894
657
+ msgid "Input fields background color"
658
+ msgstr ""
659
+
660
+ #: contact_form.php:899
661
+ msgid "Text fields color"
662
+ msgstr ""
663
+
664
+ #: contact_form.php:901
665
+ msgid "Border width in px, numbers only"
666
+ msgstr ""
667
+
668
+ #: contact_form.php:905
669
+ #: contact_form.php:926
670
+ msgid "Border color"
671
+ msgstr ""
672
+
673
+ #: contact_form.php:910
674
+ #, fuzzy
675
+ msgid "Submit button"
676
+ msgstr "Enviar"
677
+
678
+ #: contact_form.php:912
679
+ msgid "Width in px, numbers only"
680
+ msgstr ""
681
+
682
+ #: contact_form.php:916
683
+ msgid "Button color"
684
+ msgstr ""
685
+
686
+ #: contact_form.php:921
687
+ msgid "Button text color"
688
+ msgstr ""
689
+
690
+ #: contact_form.php:937
691
+ #, fuzzy
692
+ msgid "Contact Form Pro | Preview"
693
+ msgstr "Formulário de contato"
694
+
695
+ #: contact_form.php:940
696
+ msgid "Show with errors"
697
+ msgstr ""
698
+
699
+ #: contact_form.php:1086
700
  msgid "Sorry, email message could not be delivered."
701
  msgstr "Desculpe, seu e-mail não pode ser entregue."
702
 
703
+ #: contact_form.php:1170
704
  msgid "You can attach the following file formats"
705
  msgstr "Você pode anexar arquivos do seguinte tipo"
706
 
707
+ #: contact_form.php:1454
708
  msgid "Contact from"
709
  msgstr "Formulário de Contato"
710
 
711
+ #: contact_form.php:1467
712
  msgid "Email"
713
  msgstr "E-Mail"
714
 
715
+ #: contact_form.php:1481
716
  msgid "Site"
717
  msgstr "Site"
718
 
719
+ #: contact_form.php:1531
720
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
721
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
722
 
723
+ #: contact_form.php:1582
724
  msgid "FAQ"
725
  msgstr "Perguntas Frequentes"
726
 
727
+ #: contact_form.php:1583
728
  msgid "Support"
729
  msgstr "Suporte"
730
 
731
+ #: contact_form.php:1631
732
  msgid "Are you sure that you want to delete this language data?"
733
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
734
 
735
+ #~ msgid "Display Attachment tips"
736
+ #~ msgstr "Mostrar dicas para Anexos"
737
  #~ msgid "Display a phone number field"
738
  #~ msgstr "Mostre o campo número telefônico"
739
  #~ msgid "Please enter a valid email address. Settings are not saved."
languages/contact_form-pt_PT.mo CHANGED
Binary file
languages/contact_form-pt_PT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:07+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Leia Mais"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Configurações"
44
 
@@ -80,465 +82,661 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Opções do formulário de contato"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formulário de contato"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Nome:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Endereço de E-mail:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Endereço de E-mail:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr "Número de Telefone :"
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Assunto:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mensagem:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Anexo:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Envie-me uma cópia"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Enviar"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Nome é obrigatório"
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "Um e-mail correto é obrigatório."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "Um e-mail correto é obrigatório."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  msgid "Phone number is required."
165
  msgstr "Número de Telefone é obrigatório"
166
 
167
- #: contact_form.php:213
168
- #: contact_form.php:256
169
- #: contact_form.php:259
170
  msgid "Subject is required."
171
  msgstr "O Assunto da mensagem é obrigatório."
172
 
173
- #: contact_form.php:214
174
- #: contact_form.php:255
175
- #: contact_form.php:258
176
  msgid "Message text is required."
177
  msgstr "O texto da Mensagem é obrigatório."
178
 
179
- #: contact_form.php:215
180
  msgid "File format is not valid."
181
  msgstr "Impossível anexar arquivo. "
182
 
183
- #: contact_form.php:216
184
  msgid "File upload error."
185
  msgstr ""
186
 
187
- #: contact_form.php:217
188
  msgid "The file could not be uploaded."
189
  msgstr ""
190
 
191
- #: contact_form.php:218
192
  msgid "This file is too large."
193
  msgstr ""
194
 
195
- #: contact_form.php:219
196
  msgid "Please fill out the CAPTCHA."
197
  msgstr "Por favor, complete a resposta do CAPTCHA ."
198
 
199
- #: contact_form.php:220
200
  msgid "Please make corrections below and try again."
201
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
202
 
203
- #: contact_form.php:222
204
  msgid "Thank you for contacting us."
205
  msgstr "Obrigado por nos contactar"
206
 
207
- #: contact_form.php:481
208
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
209
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
210
 
211
- #: contact_form.php:490
212
  msgid "Such user does not exist. Settings are not saved."
213
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
214
 
215
- #: contact_form.php:495
216
- #: contact_form.php:501
217
  #, fuzzy
218
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
219
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
220
 
221
- #: contact_form.php:506
222
  msgid "Options saved."
223
  msgstr "Opções guardadas."
224
 
225
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
226
  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:"
227
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
228
 
229
- #: contact_form.php:532
230
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
231
  msgstr "Se informações nos campos abaixo estão vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
232
 
233
- #: contact_form.php:536
234
  msgid "The user's email address:"
235
  msgstr "Use o email de um utilizador do wordpress:"
236
 
237
- #: contact_form.php:540
238
  msgid "Create a username"
239
  msgstr "Selecione o nome do utilizador"
240
 
241
- #: contact_form.php:545
242
  msgid "Enter a username of the person who should get the messages from the contact form."
243
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
244
 
245
- #: contact_form.php:549
246
  msgid "Use this email address:"
247
  msgstr "Use este email:"
248
 
249
- #: contact_form.php:552
250
  msgid "Enter the email address you want the messages forwarded to."
251
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
252
 
253
- #: contact_form.php:556
254
  msgid "Additional options"
255
  msgstr "Opções adicionais"
256
 
257
- #: contact_form.php:559
258
- msgid "Display Attachment block"
259
- msgstr "Mostrar opção para anexar arquivos"
260
-
261
- #: contact_form.php:561
262
- msgid "Users can attach the following file formats"
263
- msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
264
-
265
  #: contact_form.php:565
266
- msgid "Display Attachment tips"
267
- msgstr "Exibir dicas para anexos"
268
-
269
- #: contact_form.php:567
270
- msgid "Display tips below the Attachment block"
271
- msgstr "Mostrar dicas para anexar arquivos"
272
-
273
- #: contact_form.php:571
274
- msgid "Display Send me a copy block"
275
- msgstr "Mostrar a opção Envie-me um cópia"
276
-
277
- #: contact_form.php:577
278
  msgid "What to use?"
279
  msgstr "O que usar?"
280
 
281
- #: contact_form.php:580
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
- #: contact_form.php:581
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Pode usar a função wp_mail para emailing"
288
 
289
- #: contact_form.php:587
290
  msgid "Mail"
291
  msgstr "Mail"
292
 
293
- #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
296
 
297
- #: contact_form.php:592
298
  #, fuzzy
299
  msgid "Change text of the 'FROM' field"
300
  msgstr "Mudar rótulo para os campos no formulário de contato"
301
 
302
- #: contact_form.php:598
303
  msgid "Enter the email address in the 'From' field"
304
  msgstr "Insira o email no campo 'Form'"
305
 
306
- #: contact_form.php:600
307
  #, fuzzy
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr "Este endereço de e-mail será usado no campo 'De'."
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Mostrar opção para anexar arquivos"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Endereço de E-mail:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr "Telefone"
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr "Campos obrigatórios"
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Nome"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Endereço de E-mail:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Assunto"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Mensagem"
356
 
357
- #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Mostrar informações adicionais no e-mail"
361
 
362
- #: contact_form.php:629
363
- #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Enviado de (Endereço IP)"
366
 
367
- #: contact_form.php:630
368
- #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Data / Hora"
371
 
372
- #: contact_form.php:631
373
- #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Vindo de (origem)"
376
 
377
- #: contact_form.php:632
378
- #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Usando (cliente de email)"
381
 
382
- #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
385
 
386
- #: contact_form.php:645
387
  #, fuzzy
388
  msgid "Add a language"
389
  msgstr "Adicionar idioma"
390
 
391
- #: contact_form.php:649
392
  #, fuzzy
393
  msgid "Change the names of the contact form fields and error messages"
394
  msgstr "Mudar rótulo para os campos no formulário de contato"
395
 
396
- #: contact_form.php:654
397
- #: contact_form.php:719
398
  msgid "English"
399
  msgstr "Inglês"
400
 
401
- #: contact_form.php:671
402
- #: contact_form.php:697
403
  msgid "Error message for the Name field"
404
  msgstr "Mensagem de erro para o campo Nome"
405
 
406
- #: contact_form.php:672
407
- #: contact_form.php:698
408
  #, fuzzy
409
  msgid "Error message for the Address field"
410
  msgstr "Mensagem de erro para o campo Mensagem"
411
 
412
- #: contact_form.php:673
413
- #: contact_form.php:699
414
  msgid "Error message for the Email field"
415
  msgstr "Mensagem de erro para o campo de E-mail"
416
 
417
- #: contact_form.php:674
418
- #: contact_form.php:700
419
  msgid "Error message for the Phone field"
420
  msgstr "Mensagem de erro para o campo de Telefone"
421
 
422
- #: contact_form.php:675
423
- #: contact_form.php:701
424
  msgid "Error message for the Subject field"
425
  msgstr "Mensagem de erro para o campo Assunto"
426
 
427
- #: contact_form.php:676
428
- #: contact_form.php:702
429
  msgid "Error message for the Message field"
430
  msgstr "Mensagem de erro para o campo Mensagem"
431
 
432
- #: contact_form.php:677
433
- #: contact_form.php:703
434
  #, fuzzy
435
  msgid "Error message about the file type for the Attachment field"
436
  msgstr "Mensagem de erro para o campo Anexos"
437
 
438
- #: contact_form.php:678
439
- #: contact_form.php:704
440
  #, fuzzy
441
  msgid "Error message while uploading a file for the Attachment field to the server"
442
  msgstr "Mensagem de erro para o campo Anexos"
443
 
444
- #: contact_form.php:679
445
- #: contact_form.php:705
446
  #, fuzzy
447
  msgid "Error message while moving the file for the Attachment field"
448
  msgstr "Mensagem de erro para o campo Anexos"
449
 
450
- #: contact_form.php:680
451
- #: contact_form.php:706
452
  #, fuzzy
453
  msgid "Error message when file size limit for the Attachment field is exceeded"
454
  msgstr "Mensagem de erro para o campo Anexos"
455
 
456
- #: contact_form.php:681
457
- #: contact_form.php:707
458
  msgid "Error message for the Captcha field"
459
  msgstr "Mensagem de erro para o controlo Captcha"
460
 
461
- #: contact_form.php:682
462
- #: contact_form.php:708
463
  msgid "Error message for the whole form"
464
  msgstr "Mensagem de erro para todo o formulário"
465
 
466
- #: contact_form.php:683
467
- #: contact_form.php:709
468
- #: contact_form.php:728
469
- #: contact_form.php:734
470
  msgid "Use shortcode"
471
  msgstr "usar código abreviado"
472
 
473
- #: contact_form.php:683
474
- #: contact_form.php:709
475
- #: contact_form.php:728
476
- #: contact_form.php:734
477
  msgid "for this language"
478
  msgstr "para este idioma"
479
 
480
- #: contact_form.php:716
481
  msgid "Action after email is sent"
482
  msgstr "Ação após envio de email"
483
 
484
- #: contact_form.php:718
485
  #, fuzzy
486
  msgid "Display text"
487
  msgstr "Mostrar opção para anexar arquivos"
488
 
489
- #: contact_form.php:727
490
- #: contact_form.php:733
491
  msgid "Text"
492
  msgstr "Texto"
493
 
494
- #: contact_form.php:740
495
  msgid "Redirect to the page"
496
  msgstr "Redirecionamento para a página"
497
 
498
- #: contact_form.php:741
499
  msgid "Url"
500
  msgstr "Url"
501
 
502
- #: contact_form.php:746
 
503
  msgid "Save Changes"
504
  msgstr "Salvar mudanças"
505
 
506
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
507
  msgid "Sorry, email message could not be delivered."
508
  msgstr "Desculpe, seu e-mail não pode ser entregue."
509
 
510
- #: contact_form.php:879
511
  msgid "You can attach the following file formats"
512
  msgstr "Você pode anexar arquivos do seguinte tipo"
513
 
514
- #: contact_form.php:1165
515
  msgid "Contact from"
516
  msgstr "Formulário de Contato"
517
 
518
- #: contact_form.php:1178
519
  msgid "Email"
520
  msgstr "E-Mail"
521
 
522
- #: contact_form.php:1192
523
  msgid "Site"
524
  msgstr "Site"
525
 
526
- #: contact_form.php:1243
527
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
528
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
529
 
530
- #: contact_form.php:1296
531
  msgid "FAQ"
532
  msgstr "Perguntas Frequentes"
533
 
534
- #: contact_form.php:1297
535
  msgid "Support"
536
  msgstr "Suporte"
537
 
538
- #: contact_form.php:1345
539
  msgid "Are you sure that you want to delete this language data?"
540
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
541
 
 
 
 
542
  #, fuzzy
543
  #~ msgid "Display a phone number field"
544
  #~ msgstr "Mostrar campo telefone"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung, César Silva <thartung@adipositas-mm.de, cesarbsilva@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Configurações"
46
 
82
  msgstr "Se você tem quaisquer perguntas, por favor entre em contato através do email plugin@bestwebsoft.com ou preencha nosso formulário de contato pelo site. "
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Opções do formulário de contato"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Formulário de contato"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Opções do formulário de contato"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Formulário de contato"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Nome:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Endereço de E-mail:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Endereço de E-mail:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Número de Telefone :"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Assunto:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Mensagem:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Anexo:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Envie-me uma cópia"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Enviar"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Nome é obrigatório"
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "Um e-mail correto é obrigatório."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Um e-mail correto é obrigatório."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  msgid "Phone number is required."
177
  msgstr "Número de Telefone é obrigatório"
178
 
179
+ #: contact_form.php:214
180
+ #: contact_form.php:257
181
+ #: contact_form.php:260
182
  msgid "Subject is required."
183
  msgstr "O Assunto da mensagem é obrigatório."
184
 
185
+ #: contact_form.php:215
186
+ #: contact_form.php:256
187
+ #: contact_form.php:259
188
  msgid "Message text is required."
189
  msgstr "O texto da Mensagem é obrigatório."
190
 
191
+ #: contact_form.php:216
192
  msgid "File format is not valid."
193
  msgstr "Impossível anexar arquivo. "
194
 
195
+ #: contact_form.php:217
196
  msgid "File upload error."
197
  msgstr ""
198
 
199
+ #: contact_form.php:218
200
  msgid "The file could not be uploaded."
201
  msgstr ""
202
 
203
+ #: contact_form.php:219
204
  msgid "This file is too large."
205
  msgstr ""
206
 
207
+ #: contact_form.php:220
208
  msgid "Please fill out the CAPTCHA."
209
  msgstr "Por favor, complete a resposta do CAPTCHA ."
210
 
211
+ #: contact_form.php:221
212
  msgid "Please make corrections below and try again."
213
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
214
 
215
+ #: contact_form.php:223
216
  msgid "Thank you for contacting us."
217
  msgstr "Obrigado por nos contactar"
218
 
219
+ #: contact_form.php:482
220
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
221
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
222
 
223
+ #: contact_form.php:491
224
  msgid "Such user does not exist. Settings are not saved."
225
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
226
 
227
+ #: contact_form.php:496
228
+ #: contact_form.php:502
229
  #, fuzzy
230
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
231
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
232
 
233
+ #: contact_form.php:507
234
  msgid "Options saved."
235
  msgstr "Opções guardadas."
236
 
237
+ #: contact_form.php:527
238
+ msgid "Contact Form Options"
239
+ msgstr "Opções do formulário de contato"
240
+
241
+ #: contact_form.php:532
242
+ #: contact_form.php:761
243
+ #, fuzzy
244
+ msgid "Extra settings"
245
+ msgstr "Configurações"
246
+
247
+ #: contact_form.php:537
248
+ #: contact_form.php:1032
249
  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:"
250
  msgstr "Se você gostaria de adicionar o Formulário de Contato no seu site, apenas copie e cole este código na sua postagem ou página ou widget:"
251
 
252
+ #: contact_form.php:538
253
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
254
  msgstr "Se informações nos campos abaixo estão vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
255
 
256
+ #: contact_form.php:542
257
  msgid "The user's email address:"
258
  msgstr "Use o email de um utilizador do wordpress:"
259
 
260
+ #: contact_form.php:546
261
  msgid "Create a username"
262
  msgstr "Selecione o nome do utilizador"
263
 
264
+ #: contact_form.php:551
265
  msgid "Enter a username of the person who should get the messages from the contact form."
266
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
267
 
268
+ #: contact_form.php:555
269
  msgid "Use this email address:"
270
  msgstr "Use este email:"
271
 
272
+ #: contact_form.php:558
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
275
 
276
+ #: contact_form.php:562
277
  msgid "Additional options"
278
  msgstr "Opções adicionais"
279
 
 
 
 
 
 
 
 
 
280
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "What to use?"
282
  msgstr "O que usar?"
283
 
284
+ #: contact_form.php:568
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:569
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "Pode usar a função wp_mail para emailing"
291
 
292
+ #: contact_form.php:575
293
  msgid "Mail"
294
  msgstr "Mail"
295
 
296
+ #: contact_form.php:576
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
299
 
300
+ #: contact_form.php:580
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "Mudar rótulo para os campos no formulário de contato"
304
 
305
+ #: contact_form.php:586
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr "Insira o email no campo 'Form'"
308
 
309
+ #: contact_form.php:588
310
  #, fuzzy
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr "Este endereço de e-mail será usado no campo 'De'."
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Mostrar opção para anexar arquivos"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "Endereço de E-mail:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr "Telefone"
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Mostrar opção para anexar arquivos"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Mostrar dicas para anexar arquivos"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Mostrar a opção Envie-me um cópia"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr "Campos obrigatórios"
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Nome"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "Endereço de E-mail:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Assunto"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Mensagem"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "Mostrar informações adicionais no e-mail"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "Enviado de (Endereço IP)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "Data / Hora"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Vindo de (origem)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "Usando (cliente de email)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
411
 
412
+ #: contact_form.php:636
413
  #, fuzzy
414
  msgid "Add a language"
415
  msgstr "Adicionar idioma"
416
 
417
+ #: contact_form.php:640
418
  #, fuzzy
419
  msgid "Change the names of the contact form fields and error messages"
420
  msgstr "Mudar rótulo para os campos no formulário de contato"
421
 
422
+ #: contact_form.php:645
423
+ #: contact_form.php:716
424
  msgid "English"
425
  msgstr "Inglês"
426
 
427
+ #: contact_form.php:664
428
+ #: contact_form.php:693
429
  msgid "Error message for the Name field"
430
  msgstr "Mensagem de erro para o campo Nome"
431
 
432
+ #: contact_form.php:665
433
+ #: contact_form.php:694
434
  #, fuzzy
435
  msgid "Error message for the Address field"
436
  msgstr "Mensagem de erro para o campo Mensagem"
437
 
438
+ #: contact_form.php:666
439
+ #: contact_form.php:695
440
  msgid "Error message for the Email field"
441
  msgstr "Mensagem de erro para o campo de E-mail"
442
 
443
+ #: contact_form.php:667
444
+ #: contact_form.php:696
445
  msgid "Error message for the Phone field"
446
  msgstr "Mensagem de erro para o campo de Telefone"
447
 
448
+ #: contact_form.php:668
449
+ #: contact_form.php:697
450
  msgid "Error message for the Subject field"
451
  msgstr "Mensagem de erro para o campo Assunto"
452
 
453
+ #: contact_form.php:669
454
+ #: contact_form.php:698
455
  msgid "Error message for the Message field"
456
  msgstr "Mensagem de erro para o campo Mensagem"
457
 
458
+ #: contact_form.php:670
459
+ #: contact_form.php:699
460
  #, fuzzy
461
  msgid "Error message about the file type for the Attachment field"
462
  msgstr "Mensagem de erro para o campo Anexos"
463
 
464
+ #: contact_form.php:671
465
+ #: contact_form.php:700
466
  #, fuzzy
467
  msgid "Error message while uploading a file for the Attachment field to the server"
468
  msgstr "Mensagem de erro para o campo Anexos"
469
 
470
+ #: contact_form.php:672
471
+ #: contact_form.php:701
472
  #, fuzzy
473
  msgid "Error message while moving the file for the Attachment field"
474
  msgstr "Mensagem de erro para o campo Anexos"
475
 
476
+ #: contact_form.php:673
477
+ #: contact_form.php:702
478
  #, fuzzy
479
  msgid "Error message when file size limit for the Attachment field is exceeded"
480
  msgstr "Mensagem de erro para o campo Anexos"
481
 
482
+ #: contact_form.php:674
483
+ #: contact_form.php:703
484
  msgid "Error message for the Captcha field"
485
  msgstr "Mensagem de erro para o controlo Captcha"
486
 
487
+ #: contact_form.php:675
488
+ #: contact_form.php:704
489
  msgid "Error message for the whole form"
490
  msgstr "Mensagem de erro para todo o formulário"
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:706
494
+ #: contact_form.php:725
495
+ #: contact_form.php:731
496
  msgid "Use shortcode"
497
  msgstr "usar código abreviado"
498
 
499
+ #: contact_form.php:677
500
+ #: contact_form.php:706
501
+ #: contact_form.php:725
502
+ #: contact_form.php:731
503
  msgid "for this language"
504
  msgstr "para este idioma"
505
 
506
+ #: contact_form.php:713
507
  msgid "Action after email is sent"
508
  msgstr "Ação após envio de email"
509
 
510
+ #: contact_form.php:715
511
  #, fuzzy
512
  msgid "Display text"
513
  msgstr "Mostrar opção para anexar arquivos"
514
 
515
+ #: contact_form.php:724
516
+ #: contact_form.php:730
517
  msgid "Text"
518
  msgstr "Texto"
519
 
520
+ #: contact_form.php:737
521
  msgid "Redirect to the page"
522
  msgstr "Redirecionamento para a página"
523
 
524
+ #: contact_form.php:738
525
  msgid "Url"
526
  msgstr "Url"
527
 
528
+ #: contact_form.php:743
529
+ #: contact_form.php:933
530
  msgid "Save Changes"
531
  msgstr "Salvar mudanças"
532
 
533
+ #: contact_form.php:758
534
+ #, fuzzy
535
+ msgid "Contact Form Pro | Extra Settings"
536
+ msgstr "Opções do formulário de contato"
537
+
538
+ #: contact_form.php:772
539
+ msgid "Errors output"
540
+ msgstr ""
541
+
542
+ #: contact_form.php:775
543
+ msgid "Display error messages"
544
+ msgstr ""
545
+
546
+ #: contact_form.php:776
547
+ msgid "Color of the input field errors."
548
+ msgstr ""
549
+
550
+ #: contact_form.php:777
551
+ #, fuzzy
552
+ msgid "Display error messages & color of the input field errors"
553
+ msgstr "Mensagem de erro para o campo Assunto"
554
+
555
+ #: contact_form.php:782
556
+ msgid "Add placeholder to the input blocks"
557
+ msgstr ""
558
+
559
+ #: contact_form.php:788
560
+ #, fuzzy
561
+ msgid "Add tooltips"
562
+ msgstr "Opções adicionais"
563
+
564
+ #: contact_form.php:802
565
+ #, fuzzy
566
+ msgid "Email address"
567
+ msgstr "Endereço de E-mail:"
568
+
569
+ #: contact_form.php:807
570
+ #, fuzzy
571
+ msgid "Phone Number"
572
+ msgstr "Número de Telefone :"
573
+
574
+ #: contact_form.php:821
575
+ #, fuzzy
576
+ msgid "Attachment"
577
+ msgstr "Anexo:"
578
+
579
+ #: contact_form.php:835
580
+ #: contact_form.php:838
581
+ #: contact_form.php:841
582
+ msgid "Captcha"
583
+ msgstr ""
584
+
585
+ #: contact_form.php:835
586
+ #: contact_form.php:838
587
+ #: contact_form.php:841
588
+ msgid "(powered by bestwebsoft.com)"
589
+ msgstr ""
590
+
591
+ #: contact_form.php:838
592
+ #, fuzzy
593
+ msgid "Activate captcha"
594
+ msgstr "Plugins ativados"
595
+
596
+ #: contact_form.php:841
597
+ #, fuzzy
598
+ msgid "Download captcha"
599
+ msgstr "Baixar"
600
+
601
+ #: contact_form.php:846
602
+ #, fuzzy
603
+ msgid "Style options"
604
+ msgstr "Opções adicionais"
605
+
606
+ #: contact_form.php:849
607
+ msgid "Text color"
608
+ msgstr ""
609
+
610
+ #: contact_form.php:852
611
+ #: contact_form.php:857
612
+ #: contact_form.php:867
613
+ #: contact_form.php:872
614
+ #: contact_form.php:877
615
+ #: contact_form.php:882
616
+ #: contact_form.php:892
617
+ #: contact_form.php:897
618
+ #: contact_form.php:903
619
+ #: contact_form.php:914
620
+ #: contact_form.php:919
621
+ #: contact_form.php:924
622
+ msgid "Default"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:854
626
+ msgid "Label text color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:859
630
+ msgid "Placeholder color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:864
634
+ msgid "Errors color"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:869
638
+ msgid "Error text color"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:874
642
+ msgid "Background color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:879
646
+ msgid "Border color of the input field errors"
647
+ msgstr ""
648
+
649
+ #: contact_form.php:884
650
+ msgid "Placeholder color of the input field errors"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:889
654
+ #, fuzzy
655
+ msgid "Input fields"
656
+ msgstr "Mostrar opção para anexar arquivos"
657
+
658
+ #: contact_form.php:894
659
+ msgid "Input fields background color"
660
+ msgstr ""
661
+
662
+ #: contact_form.php:899
663
+ msgid "Text fields color"
664
+ msgstr ""
665
+
666
+ #: contact_form.php:901
667
+ msgid "Border width in px, numbers only"
668
+ msgstr ""
669
+
670
+ #: contact_form.php:905
671
+ #: contact_form.php:926
672
+ msgid "Border color"
673
+ msgstr ""
674
+
675
+ #: contact_form.php:910
676
+ #, fuzzy
677
+ msgid "Submit button"
678
+ msgstr "Enviar"
679
+
680
+ #: contact_form.php:912
681
+ msgid "Width in px, numbers only"
682
+ msgstr ""
683
+
684
+ #: contact_form.php:916
685
+ msgid "Button color"
686
+ msgstr ""
687
+
688
+ #: contact_form.php:921
689
+ msgid "Button text color"
690
+ msgstr ""
691
+
692
+ #: contact_form.php:937
693
+ #, fuzzy
694
+ msgid "Contact Form Pro | Preview"
695
+ msgstr "Formulário de contato"
696
+
697
+ #: contact_form.php:940
698
+ msgid "Show with errors"
699
+ msgstr ""
700
+
701
+ #: contact_form.php:1086
702
  msgid "Sorry, email message could not be delivered."
703
  msgstr "Desculpe, seu e-mail não pode ser entregue."
704
 
705
+ #: contact_form.php:1170
706
  msgid "You can attach the following file formats"
707
  msgstr "Você pode anexar arquivos do seguinte tipo"
708
 
709
+ #: contact_form.php:1454
710
  msgid "Contact from"
711
  msgstr "Formulário de Contato"
712
 
713
+ #: contact_form.php:1467
714
  msgid "Email"
715
  msgstr "E-Mail"
716
 
717
+ #: contact_form.php:1481
718
  msgid "Site"
719
  msgstr "Site"
720
 
721
+ #: contact_form.php:1531
722
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
723
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
724
 
725
+ #: contact_form.php:1582
726
  msgid "FAQ"
727
  msgstr "Perguntas Frequentes"
728
 
729
+ #: contact_form.php:1583
730
  msgid "Support"
731
  msgstr "Suporte"
732
 
733
+ #: contact_form.php:1631
734
  msgid "Are you sure that you want to delete this language data?"
735
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
736
 
737
+ #~ msgid "Display Attachment tips"
738
+ #~ msgstr "Exibir dicas para anexos"
739
+
740
  #, fuzzy
741
  #~ msgid "Display a phone number field"
742
  #~ msgstr "Mostrar campo telefone"
languages/contact_form-ro_RO.mo CHANGED
Binary file
languages/contact_form-ro_RO.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:07+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -37,8 +37,10 @@ msgstr "Citeste mai multe"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
- #: contact_form.php:1286
41
- #: contact_form.php:1295
 
 
42
  msgid "Settings"
43
  msgstr "Setari"
44
 
@@ -80,457 +82,650 @@ msgid "If you have any questions, please contact us via"
80
  msgstr "Daca aveti intrebari, va rugam sa ne contactati folosind plugin@bestwebsoft.com sau completati formularul de contact de la noi de pe site"
81
 
82
  #: contact_form.php:161
83
- #: contact_form.php:526
84
- msgid "Contact Form Options"
85
  msgstr "Optiuni formular de contact"
86
 
87
  #: contact_form.php:161
88
  msgid "Contact Form"
89
  msgstr "Formular de contact"
90
 
91
- #: contact_form.php:200
92
- #: contact_form.php:662
93
- #: contact_form.php:688
 
 
 
 
 
 
 
 
 
 
94
  msgid "Name:"
95
  msgstr "Nume:"
96
 
97
- #: contact_form.php:201
98
- #: contact_form.php:663
99
- #: contact_form.php:689
100
  #, fuzzy
101
  msgid "Address:"
102
  msgstr "Adresa email:"
103
 
104
- #: contact_form.php:202
105
- #: contact_form.php:664
106
- #: contact_form.php:690
107
  msgid "Email Address:"
108
  msgstr "Adresa email:"
109
 
110
- #: contact_form.php:203
111
- #: contact_form.php:665
112
- #: contact_form.php:691
113
  msgid "Phone number:"
114
  msgstr ""
115
 
116
- #: contact_form.php:204
117
- #: contact_form.php:666
118
- #: contact_form.php:692
119
  msgid "Subject:"
120
  msgstr "Subiect:"
121
 
122
- #: contact_form.php:205
123
- #: contact_form.php:667
124
- #: contact_form.php:693
125
  msgid "Message:"
126
  msgstr "Mesaj:"
127
 
128
- #: contact_form.php:206
129
- #: contact_form.php:668
130
- #: contact_form.php:694
131
  msgid "Attachment:"
132
  msgstr "Atasament:"
133
 
134
- #: contact_form.php:207
135
- #: contact_form.php:262
136
- #: contact_form.php:669
137
- #: contact_form.php:695
138
  msgid "Send me a copy"
139
  msgstr "Trimite-mi o copie"
140
 
141
- #: contact_form.php:208
142
- #: contact_form.php:670
143
- #: contact_form.php:696
144
  msgid "Submit"
145
  msgstr "Trimite"
146
 
147
- #: contact_form.php:209
148
  msgid "Your name is required."
149
  msgstr "Numele dumneavoastra este necesar."
150
 
151
- #: contact_form.php:210
152
  #, fuzzy
153
  msgid "Address is required."
154
  msgstr "O adresa email valida este necesara."
155
 
156
- #: contact_form.php:211
157
  #, fuzzy
158
  msgid "A valid email address is required."
159
  msgstr "O adresa email valida este necesara."
160
 
161
- #: contact_form.php:212
162
- #: contact_form.php:257
163
- #: contact_form.php:260
164
  #, fuzzy
165
  msgid "Phone number is required."
166
  msgstr "Numele dumneavoastra este necesar."
167
 
168
- #: contact_form.php:213
169
- #: contact_form.php:256
170
- #: contact_form.php:259
171
  msgid "Subject is required."
172
  msgstr "Subiectul mesajului este necesar"
173
 
174
- #: contact_form.php:214
175
- #: contact_form.php:255
176
- #: contact_form.php:258
177
  msgid "Message text is required."
178
  msgstr "Textul mesajului este necesar."
179
 
180
- #: contact_form.php:215
181
  msgid "File format is not valid."
182
  msgstr "Atasamentul este stricat."
183
 
184
- #: contact_form.php:216
185
  msgid "File upload error."
186
  msgstr ""
187
 
188
- #: contact_form.php:217
189
  msgid "The file could not be uploaded."
190
  msgstr ""
191
 
192
- #: contact_form.php:218
193
  msgid "This file is too large."
194
  msgstr ""
195
 
196
- #: contact_form.php:219
197
  msgid "Please fill out the CAPTCHA."
198
  msgstr "Va rugam completati CAPTCHA-ul"
199
 
200
- #: contact_form.php:220
201
  msgid "Please make corrections below and try again."
202
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
203
 
204
- #: contact_form.php:222
205
  msgid "Thank you for contacting us."
206
  msgstr "Va multumim ca ati luat legatura cu noi."
207
 
208
- #: contact_form.php:481
209
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
210
  msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
211
 
212
- #: contact_form.php:490
213
  msgid "Such user does not exist. Settings are not saved."
214
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
215
 
216
- #: contact_form.php:495
217
- #: contact_form.php:501
218
  #, fuzzy
219
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
220
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
221
 
222
- #: contact_form.php:506
223
  msgid "Options saved."
224
  msgstr "Optiuni salvate."
225
 
226
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
 
227
  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:"
228
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
229
 
230
- #: contact_form.php:532
231
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
232
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
233
 
234
- #: contact_form.php:536
235
  msgid "The user's email address:"
236
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
237
 
238
- #: contact_form.php:540
239
  msgid "Create a username"
240
  msgstr "Alege numele utilizatorului"
241
 
242
- #: contact_form.php:545
243
  msgid "Enter a username of the person who should get the messages from the contact form."
244
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
245
 
246
- #: contact_form.php:549
247
  msgid "Use this email address:"
248
  msgstr "Foloseste acest email:"
249
 
250
- #: contact_form.php:552
251
  msgid "Enter the email address you want the messages forwarded to."
252
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
253
 
254
- #: contact_form.php:556
255
  msgid "Additional options"
256
  msgstr "Optiuni aditionale"
257
 
258
- #: contact_form.php:559
259
- msgid "Display Attachment block"
260
- msgstr "Afisaza blocul de Atasamente"
261
-
262
- #: contact_form.php:561
263
- msgid "Users can attach the following file formats"
264
- msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
265
-
266
  #: contact_form.php:565
267
- msgid "Display Attachment tips"
268
- msgstr "Afisaza explicatii despre Atasamente"
269
-
270
- #: contact_form.php:567
271
- msgid "Display tips below the Attachment block"
272
- msgstr "Afisaza explicatiile dupa blocul Atasament"
273
-
274
- #: contact_form.php:571
275
- msgid "Display Send me a copy block"
276
- msgstr "Afisaza blocul Trimite-mi o copie"
277
-
278
- #: contact_form.php:577
279
  msgid "What to use?"
280
  msgstr "Ce sa folosesc?"
281
 
282
- #: contact_form.php:580
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:581
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
289
 
290
- #: contact_form.php:587
291
  msgid "Mail"
292
  msgstr "Mail"
293
 
294
- #: contact_form.php:588
295
  msgid "To send mail you can use the php mail function"
296
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
297
 
298
- #: contact_form.php:592
299
  #, fuzzy
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Modifica linia DE LA din formularul de contact"
302
 
303
- #: contact_form.php:598
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr ""
306
 
307
- #: contact_form.php:600
308
  msgid "The email address of the user who fills the form will be used in the field 'From'."
309
  msgstr ""
310
 
311
- #: contact_form.php:602
312
  msgid "This email address will be used in the 'From' field."
313
  msgstr ""
314
 
315
- #: contact_form.php:606
316
  #, fuzzy
317
  msgid "Display fields"
318
  msgstr "Afisaza text"
319
 
320
- #: contact_form.php:608
321
- #: contact_form.php:616
322
- #: contact_form.php:1175
 
323
  #, fuzzy
324
  msgid "Address"
325
  msgstr "Adresa email:"
326
 
 
327
  #: contact_form.php:609
328
- #: contact_form.php:618
329
- #: contact_form.php:1183
330
  msgid "Phone"
331
  msgstr ""
332
 
333
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Required fields"
335
  msgstr ""
336
 
337
- #: contact_form.php:615
338
- #: contact_form.php:1170
 
339
  msgid "Name"
340
  msgstr "Nume"
341
 
342
- #: contact_form.php:617
343
  #, fuzzy
344
  msgid "Email Address"
345
  msgstr "Adresa email:"
346
 
347
- #: contact_form.php:619
348
- #: contact_form.php:1186
 
349
  msgid "Subject"
350
  msgstr "Subiect"
351
 
352
- #: contact_form.php:620
353
- #: contact_form.php:1189
 
354
  msgid "Message"
355
  msgstr "Mesaj"
356
 
357
- #: contact_form.php:624
358
  #, fuzzy
359
  msgid "Display additional info in the email"
360
  msgstr "Afisaza informatii aditionale in email"
361
 
362
- #: contact_form.php:629
363
- #: contact_form.php:1142
364
  msgid "Sent from (ip address)"
365
  msgstr "Trimis de la (adresa IP)"
366
 
367
- #: contact_form.php:630
368
- #: contact_form.php:1147
369
  msgid "Date/Time"
370
  msgstr "Data/Ora"
371
 
372
- #: contact_form.php:631
373
- #: contact_form.php:1152
374
  msgid "Sent from (referer)"
375
  msgstr "Venind de la (referinta)"
376
 
377
- #: contact_form.php:632
378
- #: contact_form.php:1157
379
  msgid "Using (user agent)"
380
  msgstr "Folosind (Agent)"
381
 
382
- #: contact_form.php:636
383
  msgid "Language settings for the field names in the form"
384
  msgstr ""
385
 
386
- #: contact_form.php:645
387
  msgid "Add a language"
388
  msgstr ""
389
 
390
- #: contact_form.php:649
391
  msgid "Change the names of the contact form fields and error messages"
392
  msgstr "Schimba etichetele pentru campurile formularului de contact"
393
 
394
- #: contact_form.php:654
395
- #: contact_form.php:719
396
  msgid "English"
397
  msgstr ""
398
 
399
- #: contact_form.php:671
400
- #: contact_form.php:697
401
  msgid "Error message for the Name field"
402
  msgstr ""
403
 
404
- #: contact_form.php:672
405
- #: contact_form.php:698
406
  msgid "Error message for the Address field"
407
  msgstr ""
408
 
409
- #: contact_form.php:673
410
- #: contact_form.php:699
411
  msgid "Error message for the Email field"
412
  msgstr ""
413
 
414
- #: contact_form.php:674
415
- #: contact_form.php:700
416
  msgid "Error message for the Phone field"
417
  msgstr ""
418
 
419
- #: contact_form.php:675
420
- #: contact_form.php:701
421
  msgid "Error message for the Subject field"
422
  msgstr ""
423
 
424
- #: contact_form.php:676
425
- #: contact_form.php:702
426
  msgid "Error message for the Message field"
427
  msgstr ""
428
 
429
- #: contact_form.php:677
430
- #: contact_form.php:703
431
  msgid "Error message about the file type for the Attachment field"
432
  msgstr ""
433
 
434
- #: contact_form.php:678
435
- #: contact_form.php:704
436
  msgid "Error message while uploading a file for the Attachment field to the server"
437
  msgstr ""
438
 
439
- #: contact_form.php:679
440
- #: contact_form.php:705
441
  msgid "Error message while moving the file for the Attachment field"
442
  msgstr ""
443
 
444
- #: contact_form.php:680
445
- #: contact_form.php:706
446
  msgid "Error message when file size limit for the Attachment field is exceeded"
447
  msgstr ""
448
 
449
- #: contact_form.php:681
450
- #: contact_form.php:707
451
  msgid "Error message for the Captcha field"
452
  msgstr ""
453
 
454
- #: contact_form.php:682
455
- #: contact_form.php:708
456
  msgid "Error message for the whole form"
457
  msgstr ""
458
 
459
- #: contact_form.php:683
460
- #: contact_form.php:709
461
- #: contact_form.php:728
462
- #: contact_form.php:734
463
  msgid "Use shortcode"
464
  msgstr ""
465
 
466
- #: contact_form.php:683
467
- #: contact_form.php:709
468
- #: contact_form.php:728
469
- #: contact_form.php:734
470
  msgid "for this language"
471
  msgstr ""
472
 
473
- #: contact_form.php:716
474
  msgid "Action after email is sent"
475
  msgstr "Actiune dupa trimiterea mailului"
476
 
477
- #: contact_form.php:718
478
  msgid "Display text"
479
  msgstr "Afisaza text"
480
 
481
- #: contact_form.php:727
482
- #: contact_form.php:733
483
  msgid "Text"
484
  msgstr "Text"
485
 
486
- #: contact_form.php:740
487
  msgid "Redirect to the page"
488
  msgstr "Redirectioneaza la pagina"
489
 
490
- #: contact_form.php:741
491
  msgid "Url"
492
  msgstr "Url"
493
 
494
- #: contact_form.php:746
 
495
  msgid "Save Changes"
496
  msgstr "Salveaza schimbarile"
497
 
498
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  msgid "Sorry, email message could not be delivered."
500
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
501
 
502
- #: contact_form.php:879
503
  msgid "You can attach the following file formats"
504
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
505
 
506
- #: contact_form.php:1165
507
  msgid "Contact from"
508
  msgstr "Formular de contact"
509
 
510
- #: contact_form.php:1178
511
  msgid "Email"
512
  msgstr "Email"
513
 
514
- #: contact_form.php:1192
515
  msgid "Site"
516
  msgstr "Site"
517
 
518
- #: contact_form.php:1243
519
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
520
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
521
 
522
- #: contact_form.php:1296
523
  msgid "FAQ"
524
  msgstr "FAQ"
525
 
526
- #: contact_form.php:1297
527
  msgid "Support"
528
  msgstr "Suport tehnic"
529
 
530
- #: contact_form.php:1345
531
  msgid "Are you sure that you want to delete this language data?"
532
  msgstr ""
533
 
 
 
534
  #~ msgid "Please enter a valid email address. Settings are not saved."
535
  #~ msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
536
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
37
 
38
  #: contact_form.php:105
39
  #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Setari"
46
 
82
  msgstr "Daca aveti intrebari, va rugam sa ne contactati folosind plugin@bestwebsoft.com sau completati formularul de contact de la noi de pe site"
83
 
84
  #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Optiuni formular de contact"
88
 
89
  #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Formular de contact"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Optiuni formular de contact"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Formular de contact"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Nume:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
  #, fuzzy
113
  msgid "Address:"
114
  msgstr "Adresa email:"
115
 
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "Adresa email:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Subiect:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Mesaj:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Atasament:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Trimite-mi o copie"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Trimite"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Numele dumneavoastra este necesar."
162
 
163
+ #: contact_form.php:211
164
  #, fuzzy
165
  msgid "Address is required."
166
  msgstr "O adresa email valida este necesara."
167
 
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "O adresa email valida este necesara."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Numele dumneavoastra este necesar."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Subiectul mesajului este necesar"
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Textul mesajului este necesar."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Atasamentul este stricat."
195
 
196
+ #: contact_form.php:217
197
  msgid "File upload error."
198
  msgstr ""
199
 
200
+ #: contact_form.php:218
201
  msgid "The file could not be uploaded."
202
  msgstr ""
203
 
204
+ #: contact_form.php:219
205
  msgid "This file is too large."
206
  msgstr ""
207
 
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "Va rugam completati CAPTCHA-ul"
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Va multumim ca ati luat legatura cu noi."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Optiuni salvate."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "Optiuni formular de contact"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Setari"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Alege numele utilizatorului"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Foloseste acest email:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Optiuni aditionale"
280
 
 
 
 
 
 
 
 
 
281
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr "Ce sa folosesc?"
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Modifica linia DE LA din formularul de contact"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
  #, fuzzy
320
  msgid "Display fields"
321
  msgstr "Afisaza text"
322
 
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
  msgid "Address"
329
  msgstr "Adresa email:"
330
 
331
+ #: contact_form.php:597
332
  #: contact_form.php:609
333
+ #: contact_form.php:1472
 
334
  msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Afisaza blocul de Atasamente"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Afisaza explicatiile dupa blocul Atasament"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Afisaza blocul Trimite-mi o copie"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Nume"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "Adresa email:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
374
  msgid "Subject"
375
  msgstr "Subiect"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Mesaj"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "Afisaza informatii aditionale in email"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "Trimis de la (adresa IP)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "Data/Ora"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Venind de la (referinta)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "Folosind (Agent)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr ""
411
 
412
+ #: contact_form.php:636
413
  msgid "Add a language"
414
  msgstr ""
415
 
416
+ #: contact_form.php:640
417
  msgid "Change the names of the contact form fields and error messages"
418
  msgstr "Schimba etichetele pentru campurile formularului de contact"
419
 
420
+ #: contact_form.php:645
421
+ #: contact_form.php:716
422
  msgid "English"
423
  msgstr ""
424
 
425
+ #: contact_form.php:664
426
+ #: contact_form.php:693
427
  msgid "Error message for the Name field"
428
  msgstr ""
429
 
430
+ #: contact_form.php:665
431
+ #: contact_form.php:694
432
  msgid "Error message for the Address field"
433
  msgstr ""
434
 
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr ""
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr ""
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr ""
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr ""
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
  msgid "Error message about the file type for the Attachment field"
458
  msgstr ""
459
 
460
+ #: contact_form.php:671
461
+ #: contact_form.php:700
462
  msgid "Error message while uploading a file for the Attachment field to the server"
463
  msgstr ""
464
 
465
+ #: contact_form.php:672
466
+ #: contact_form.php:701
467
  msgid "Error message while moving the file for the Attachment field"
468
  msgstr ""
469
 
470
+ #: contact_form.php:673
471
+ #: contact_form.php:702
472
  msgid "Error message when file size limit for the Attachment field is exceeded"
473
  msgstr ""
474
 
475
+ #: contact_form.php:674
476
+ #: contact_form.php:703
477
  msgid "Error message for the Captcha field"
478
  msgstr ""
479
 
480
+ #: contact_form.php:675
481
+ #: contact_form.php:704
482
  msgid "Error message for the whole form"
483
  msgstr ""
484
 
485
+ #: contact_form.php:677
486
+ #: contact_form.php:706
487
+ #: contact_form.php:725
488
+ #: contact_form.php:731
489
  msgid "Use shortcode"
490
  msgstr ""
491
 
492
+ #: contact_form.php:677
493
+ #: contact_form.php:706
494
+ #: contact_form.php:725
495
+ #: contact_form.php:731
496
  msgid "for this language"
497
  msgstr ""
498
 
499
+ #: contact_form.php:713
500
  msgid "Action after email is sent"
501
  msgstr "Actiune dupa trimiterea mailului"
502
 
503
+ #: contact_form.php:715
504
  msgid "Display text"
505
  msgstr "Afisaza text"
506
 
507
+ #: contact_form.php:724
508
+ #: contact_form.php:730
509
  msgid "Text"
510
  msgstr "Text"
511
 
512
+ #: contact_form.php:737
513
  msgid "Redirect to the page"
514
  msgstr "Redirectioneaza la pagina"
515
 
516
+ #: contact_form.php:738
517
  msgid "Url"
518
  msgstr "Url"
519
 
520
+ #: contact_form.php:743
521
+ #: contact_form.php:933
522
  msgid "Save Changes"
523
  msgstr "Salveaza schimbarile"
524
 
525
+ #: contact_form.php:758
526
+ #, fuzzy
527
+ msgid "Contact Form Pro | Extra Settings"
528
+ msgstr "Optiuni formular de contact"
529
+
530
+ #: contact_form.php:772
531
+ msgid "Errors output"
532
+ msgstr ""
533
+
534
+ #: contact_form.php:775
535
+ msgid "Display error messages"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:776
539
+ msgid "Color of the input field errors."
540
+ msgstr ""
541
+
542
+ #: contact_form.php:777
543
+ msgid "Display error messages & color of the input field errors"
544
+ msgstr ""
545
+
546
+ #: contact_form.php:782
547
+ msgid "Add placeholder to the input blocks"
548
+ msgstr ""
549
+
550
+ #: contact_form.php:788
551
+ #, fuzzy
552
+ msgid "Add tooltips"
553
+ msgstr "Optiuni aditionale"
554
+
555
+ #: contact_form.php:802
556
+ #, fuzzy
557
+ msgid "Email address"
558
+ msgstr "Adresa email:"
559
+
560
+ #: contact_form.php:807
561
+ msgid "Phone Number"
562
+ msgstr ""
563
+
564
+ #: contact_form.php:821
565
+ #, fuzzy
566
+ msgid "Attachment"
567
+ msgstr "Atasament:"
568
+
569
+ #: contact_form.php:835
570
+ #: contact_form.php:838
571
+ #: contact_form.php:841
572
+ msgid "Captcha"
573
+ msgstr ""
574
+
575
+ #: contact_form.php:835
576
+ #: contact_form.php:838
577
+ #: contact_form.php:841
578
+ msgid "(powered by bestwebsoft.com)"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:838
582
+ #, fuzzy
583
+ msgid "Activate captcha"
584
+ msgstr "Plugin-uri activate"
585
+
586
+ #: contact_form.php:841
587
+ #, fuzzy
588
+ msgid "Download captcha"
589
+ msgstr "Descarca"
590
+
591
+ #: contact_form.php:846
592
+ #, fuzzy
593
+ msgid "Style options"
594
+ msgstr "Optiuni aditionale"
595
+
596
+ #: contact_form.php:849
597
+ msgid "Text color"
598
+ msgstr ""
599
+
600
+ #: contact_form.php:852
601
+ #: contact_form.php:857
602
+ #: contact_form.php:867
603
+ #: contact_form.php:872
604
+ #: contact_form.php:877
605
+ #: contact_form.php:882
606
+ #: contact_form.php:892
607
+ #: contact_form.php:897
608
+ #: contact_form.php:903
609
+ #: contact_form.php:914
610
+ #: contact_form.php:919
611
+ #: contact_form.php:924
612
+ msgid "Default"
613
+ msgstr ""
614
+
615
+ #: contact_form.php:854
616
+ msgid "Label text color"
617
+ msgstr ""
618
+
619
+ #: contact_form.php:859
620
+ msgid "Placeholder color"
621
+ msgstr ""
622
+
623
+ #: contact_form.php:864
624
+ msgid "Errors color"
625
+ msgstr ""
626
+
627
+ #: contact_form.php:869
628
+ msgid "Error text color"
629
+ msgstr ""
630
+
631
+ #: contact_form.php:874
632
+ msgid "Background color of the input field errors"
633
+ msgstr ""
634
+
635
+ #: contact_form.php:879
636
+ msgid "Border color of the input field errors"
637
+ msgstr ""
638
+
639
+ #: contact_form.php:884
640
+ msgid "Placeholder color of the input field errors"
641
+ msgstr ""
642
+
643
+ #: contact_form.php:889
644
+ #, fuzzy
645
+ msgid "Input fields"
646
+ msgstr "Afisaza text"
647
+
648
+ #: contact_form.php:894
649
+ msgid "Input fields background color"
650
+ msgstr ""
651
+
652
+ #: contact_form.php:899
653
+ msgid "Text fields color"
654
+ msgstr ""
655
+
656
+ #: contact_form.php:901
657
+ msgid "Border width in px, numbers only"
658
+ msgstr ""
659
+
660
+ #: contact_form.php:905
661
+ #: contact_form.php:926
662
+ msgid "Border color"
663
+ msgstr ""
664
+
665
+ #: contact_form.php:910
666
+ #, fuzzy
667
+ msgid "Submit button"
668
+ msgstr "Trimite"
669
+
670
+ #: contact_form.php:912
671
+ msgid "Width in px, numbers only"
672
+ msgstr ""
673
+
674
+ #: contact_form.php:916
675
+ msgid "Button color"
676
+ msgstr ""
677
+
678
+ #: contact_form.php:921
679
+ msgid "Button text color"
680
+ msgstr ""
681
+
682
+ #: contact_form.php:937
683
+ #, fuzzy
684
+ msgid "Contact Form Pro | Preview"
685
+ msgstr "Formular de contact"
686
+
687
+ #: contact_form.php:940
688
+ msgid "Show with errors"
689
+ msgstr ""
690
+
691
+ #: contact_form.php:1086
692
  msgid "Sorry, email message could not be delivered."
693
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
694
 
695
+ #: contact_form.php:1170
696
  msgid "You can attach the following file formats"
697
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
698
 
699
+ #: contact_form.php:1454
700
  msgid "Contact from"
701
  msgstr "Formular de contact"
702
 
703
+ #: contact_form.php:1467
704
  msgid "Email"
705
  msgstr "Email"
706
 
707
+ #: contact_form.php:1481
708
  msgid "Site"
709
  msgstr "Site"
710
 
711
+ #: contact_form.php:1531
712
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
713
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
714
 
715
+ #: contact_form.php:1582
716
  msgid "FAQ"
717
  msgstr "FAQ"
718
 
719
+ #: contact_form.php:1583
720
  msgid "Support"
721
  msgstr "Suport tehnic"
722
 
723
+ #: contact_form.php:1631
724
  msgid "Are you sure that you want to delete this language data?"
725
  msgstr ""
726
 
727
+ #~ msgid "Display Attachment tips"
728
+ #~ msgstr "Afisaza explicatii despre Atasamente"
729
  #~ msgid "Please enter a valid email address. Settings are not saved."
730
  #~ msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
731
 
languages/contact_form-ru_RU.mo CHANGED
Binary file
languages/contact_form-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-05-27 16:07+0300\n"
6
- "PO-Revision-Date: 2013-05-27 16:10+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -36,8 +36,10 @@ msgstr "Читать далее"
36
 
37
  #: contact_form.php:105
38
  #: contact_form.php:131
39
- #: contact_form.php:1286
40
- #: contact_form.php:1295
 
 
41
  msgid "Settings"
42
  msgstr "Настройки"
43
 
@@ -77,447 +79,623 @@ msgid "If you have any questions, please contact us via"
77
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
78
 
79
  #: contact_form.php:161
80
- #: contact_form.php:526
81
- msgid "Contact Form Options"
82
  msgstr "Настройки Контактной Формы"
83
 
84
  #: contact_form.php:161
85
  msgid "Contact Form"
86
  msgstr "Контактная Форма"
87
 
88
- #: contact_form.php:200
89
- #: contact_form.php:662
90
- #: contact_form.php:688
 
 
 
 
 
 
 
 
91
  msgid "Name:"
92
  msgstr "Имя:"
93
 
94
- #: contact_form.php:201
95
- #: contact_form.php:663
96
- #: contact_form.php:689
97
  msgid "Address:"
98
  msgstr "Адрес:"
99
 
100
- #: contact_form.php:202
101
- #: contact_form.php:664
102
- #: contact_form.php:690
103
  msgid "Email Address:"
104
  msgstr "E-mail адрес:"
105
 
106
- #: contact_form.php:203
107
- #: contact_form.php:665
108
- #: contact_form.php:691
109
  msgid "Phone number:"
110
  msgstr "Телефон:"
111
 
112
- #: contact_form.php:204
113
- #: contact_form.php:666
114
- #: contact_form.php:692
115
  msgid "Subject:"
116
  msgstr "Тема:"
117
 
118
- #: contact_form.php:205
119
- #: contact_form.php:667
120
- #: contact_form.php:693
121
  msgid "Message:"
122
  msgstr "Сообщение:"
123
 
124
- #: contact_form.php:206
125
- #: contact_form.php:668
126
- #: contact_form.php:694
127
  msgid "Attachment:"
128
  msgstr "Прикрепить файл:"
129
 
130
- #: contact_form.php:207
131
- #: contact_form.php:262
132
- #: contact_form.php:669
133
- #: contact_form.php:695
134
  msgid "Send me a copy"
135
  msgstr "Отправить мне копию"
136
 
137
- #: contact_form.php:208
138
- #: contact_form.php:670
139
- #: contact_form.php:696
140
  msgid "Submit"
141
  msgstr "Отправить"
142
 
143
- #: contact_form.php:209
144
  msgid "Your name is required."
145
  msgstr "Ваше имя - это обязательное поле."
146
 
147
- #: contact_form.php:210
148
  msgid "Address is required."
149
  msgstr "Поле адреса - обязательное для заполнения."
150
 
151
- #: contact_form.php:211
152
  msgid "A valid email address is required."
153
  msgstr "Поле email адреса - обязательное для заполнения."
154
 
155
- #: contact_form.php:212
156
- #: contact_form.php:257
157
- #: contact_form.php:260
158
  msgid "Phone number is required."
159
  msgstr "Телефон - это обязательное поле."
160
 
161
- #: contact_form.php:213
162
- #: contact_form.php:256
163
- #: contact_form.php:259
164
  msgid "Subject is required."
165
  msgstr "Поле Тема - обязательное поле."
166
 
167
- #: contact_form.php:214
168
- #: contact_form.php:255
169
- #: contact_form.php:258
170
  msgid "Message text is required."
171
  msgstr "Поле Сообщение - обязательное поле."
172
 
173
- #: contact_form.php:215
174
  msgid "File format is not valid."
175
  msgstr "Прикрепленный тип файла не поддерживается"
176
 
177
- #: contact_form.php:216
178
  msgid "File upload error."
179
  msgstr "Ошибка загрузки файла."
180
 
181
- #: contact_form.php:217
182
  msgid "The file could not be uploaded."
183
  msgstr "Невозможно загрузить файл."
184
 
185
- #: contact_form.php:218
186
  msgid "This file is too large."
187
  msgstr "Размер файла слишком большой."
188
 
189
- #: contact_form.php:219
190
  msgid "Please fill out the CAPTCHA."
191
  msgstr "Пожалуйста, заполните КАПЧУ."
192
 
193
- #: contact_form.php:220
194
  msgid "Please make corrections below and try again."
195
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
196
 
197
- #: contact_form.php:222
198
  msgid "Thank you for contacting us."
199
  msgstr "Спасибо за контакт с нами."
200
 
201
- #: contact_form.php:481
202
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
203
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
204
 
205
- #: contact_form.php:490
206
  msgid "Such user does not exist. Settings are not saved."
207
  msgstr "Данный пользователь не найден. Настройки не сохранены"
208
 
209
- #: contact_form.php:495
210
- #: contact_form.php:501
211
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
212
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
213
 
214
- #: contact_form.php:506
215
  msgid "Options saved."
216
  msgstr "Опции сохранены"
217
 
218
- #: contact_form.php:531
 
 
 
 
 
 
 
 
 
 
219
  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:"
220
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
221
 
222
- #: contact_form.php:532
223
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
224
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
225
 
226
- #: contact_form.php:536
227
  msgid "The user's email address:"
228
  msgstr "Email пользователя сайта:"
229
 
230
- #: contact_form.php:540
231
  msgid "Create a username"
232
  msgstr "Выберите имя пользователя"
233
 
234
- #: contact_form.php:545
235
  msgid "Enter a username of the person who should get the messages from the contact form."
236
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
237
 
238
- #: contact_form.php:549
239
  msgid "Use this email address:"
240
  msgstr "Использовать этот email:"
241
 
242
- #: contact_form.php:552
243
  msgid "Enter the email address you want the messages forwarded to."
244
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
245
 
246
- #: contact_form.php:556
247
  msgid "Additional options"
248
  msgstr "Дополнительные настройки"
249
 
250
- #: contact_form.php:559
251
- msgid "Display Attachment block"
252
- msgstr "Отобразить блок Прикрепить файл"
253
-
254
- #: contact_form.php:561
255
- msgid "Users can attach the following file formats"
256
- msgstr "Пользователи могут прикрепить файлы таких типов"
257
-
258
  #: contact_form.php:565
259
- msgid "Display Attachment tips"
260
- msgstr "Отобразить пояснения для блока Прикрепить файл"
261
-
262
- #: contact_form.php:567
263
- msgid "Display tips below the Attachment block"
264
- msgstr "Отобразить пояснения после блока Прикрепить файл"
265
-
266
- #: contact_form.php:571
267
- msgid "Display Send me a copy block"
268
- msgstr "Отобразить блок Отправить мне копию"
269
-
270
- #: contact_form.php:577
271
  msgid "What to use?"
272
  msgstr "Что использовать?"
273
 
274
- #: contact_form.php:580
275
  msgid "Wp-mail"
276
  msgstr "Wp-mail"
277
 
278
- #: contact_form.php:581
279
  msgid "You can use the wp_mail function for mailing"
280
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
281
 
282
- #: contact_form.php:587
283
  msgid "Mail"
284
  msgstr "Mail"
285
 
286
- #: contact_form.php:588
287
  msgid "To send mail you can use the php mail function"
288
  msgstr "Для отправки почты вы можете использовать функцию php mail"
289
 
290
- #: contact_form.php:592
291
  msgid "Change text of the 'FROM' field"
292
  msgstr "Изменить текст для поля ОТ в письме"
293
 
294
- #: contact_form.php:598
295
  msgid "Enter the email address in the 'From' field"
296
  msgstr "Выберите email для поля 'FROM' письма"
297
 
298
- #: contact_form.php:600
299
  msgid "The email address of the user who fills the form will be used in the field 'From'."
300
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
301
 
302
- #: contact_form.php:602
303
  msgid "This email address will be used in the 'From' field."
304
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
305
 
306
- #: contact_form.php:606
307
  msgid "Display fields"
308
  msgstr "Отобразить поля"
309
 
310
- #: contact_form.php:608
311
- #: contact_form.php:616
312
- #: contact_form.php:1175
 
313
  msgid "Address"
314
  msgstr "Адрес"
315
 
 
316
  #: contact_form.php:609
317
- #: contact_form.php:618
318
- #: contact_form.php:1183
319
  msgid "Phone"
320
  msgstr "Телефон"
321
 
322
- #: contact_form.php:613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  msgid "Required fields"
324
  msgstr "Обязательные поля"
325
 
326
- #: contact_form.php:615
327
- #: contact_form.php:1170
 
328
  msgid "Name"
329
  msgstr "Имя"
330
 
331
- #: contact_form.php:617
332
  msgid "Email Address"
333
  msgstr "Email адрес"
334
 
335
- #: contact_form.php:619
336
- #: contact_form.php:1186
 
337
  msgid "Subject"
338
  msgstr "Тема"
339
 
340
- #: contact_form.php:620
341
- #: contact_form.php:1189
 
342
  msgid "Message"
343
  msgstr "Сообщение"
344
 
345
- #: contact_form.php:624
346
  msgid "Display additional info in the email"
347
  msgstr "Отображение дополнительной информации в письме"
348
 
349
- #: contact_form.php:629
350
- #: contact_form.php:1142
351
  msgid "Sent from (ip address)"
352
  msgstr "Отправлено от (ip адрес)"
353
 
354
- #: contact_form.php:630
355
- #: contact_form.php:1147
356
  msgid "Date/Time"
357
  msgstr "Дата/Время"
358
 
359
- #: contact_form.php:631
360
- #: contact_form.php:1152
361
  msgid "Sent from (referer)"
362
  msgstr "Пришло из (реферер)"
363
 
364
- #: contact_form.php:632
365
- #: contact_form.php:1157
366
  msgid "Using (user agent)"
367
  msgstr "Используя (user agent)"
368
 
369
- #: contact_form.php:636
370
  msgid "Language settings for the field names in the form"
371
  msgstr "Языковые настройки для названия полей в форме"
372
 
373
- #: contact_form.php:645
374
  msgid "Add a language"
375
  msgstr "Добавить язык"
376
 
377
- #: contact_form.php:649
378
  msgid "Change the names of the contact form fields and error messages"
379
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
380
 
381
- #: contact_form.php:654
382
- #: contact_form.php:719
383
  msgid "English"
384
  msgstr "Английский"
385
 
386
- #: contact_form.php:671
387
- #: contact_form.php:697
388
  msgid "Error message for the Name field"
389
  msgstr "Сообщение об ошибке для поля Name"
390
 
391
- #: contact_form.php:672
392
- #: contact_form.php:698
393
  msgid "Error message for the Address field"
394
  msgstr "Сообщение об ошибке для поля Address"
395
 
396
- #: contact_form.php:673
397
- #: contact_form.php:699
398
  msgid "Error message for the Email field"
399
  msgstr "Сообщение об ошибке для поля Email"
400
 
401
- #: contact_form.php:674
402
- #: contact_form.php:700
403
  msgid "Error message for the Phone field"
404
  msgstr "Сообщение об ошибке для поля Phone"
405
 
406
- #: contact_form.php:675
407
- #: contact_form.php:701
408
  msgid "Error message for the Subject field"
409
  msgstr "Сообщение об ошибке для поля Subject"
410
 
411
- #: contact_form.php:676
412
- #: contact_form.php:702
413
  msgid "Error message for the Message field"
414
  msgstr "Сообщение об ошибке для поля Message"
415
 
416
- #: contact_form.php:677
417
- #: contact_form.php:703
418
  msgid "Error message about the file type for the Attachment field"
419
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
420
 
421
- #: contact_form.php:678
422
- #: contact_form.php:704
423
  msgid "Error message while uploading a file for the Attachment field to the server"
424
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
425
 
426
- #: contact_form.php:679
427
- #: contact_form.php:705
428
  msgid "Error message while moving the file for the Attachment field"
429
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
430
 
431
- #: contact_form.php:680
432
- #: contact_form.php:706
433
  msgid "Error message when file size limit for the Attachment field is exceeded"
434
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
435
 
436
- #: contact_form.php:681
437
- #: contact_form.php:707
438
  msgid "Error message for the Captcha field"
439
  msgstr "Сообщение об ошибке для поля Captcha"
440
 
441
- #: contact_form.php:682
442
- #: contact_form.php:708
443
  msgid "Error message for the whole form"
444
  msgstr "Сообщение об ошибке для всей формы"
445
 
446
- #: contact_form.php:683
447
- #: contact_form.php:709
448
- #: contact_form.php:728
449
- #: contact_form.php:734
450
  msgid "Use shortcode"
451
  msgstr "Использовать шорткод"
452
 
453
- #: contact_form.php:683
454
- #: contact_form.php:709
455
- #: contact_form.php:728
456
- #: contact_form.php:734
457
  msgid "for this language"
458
  msgstr "для данного языка"
459
 
460
- #: contact_form.php:716
461
  msgid "Action after email is sent"
462
  msgstr "Действие после отправки письма"
463
 
464
- #: contact_form.php:718
465
  msgid "Display text"
466
  msgstr "Отобразить текст"
467
 
468
- #: contact_form.php:727
469
- #: contact_form.php:733
470
  msgid "Text"
471
  msgstr "Текст"
472
 
473
- #: contact_form.php:740
474
  msgid "Redirect to the page"
475
  msgstr "Перенаправление на страницу"
476
 
477
- #: contact_form.php:741
478
  msgid "Url"
479
  msgstr "Урл"
480
 
481
- #: contact_form.php:746
 
482
  msgid "Save Changes"
483
  msgstr "Save Changes"
484
 
485
- #: contact_form.php:795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  msgid "Sorry, email message could not be delivered."
487
  msgstr "Извините, ваш email не может быть отправлен."
488
 
489
- #: contact_form.php:879
490
  msgid "You can attach the following file formats"
491
  msgstr "Пользователи могут прикрепить файлы таких типов"
492
 
493
- #: contact_form.php:1165
494
  msgid "Contact from"
495
  msgstr "Контактная Форма"
496
 
497
- #: contact_form.php:1178
498
  msgid "Email"
499
  msgstr "Email"
500
 
501
- #: contact_form.php:1192
502
  msgid "Site"
503
  msgstr "Сайт"
504
 
505
- #: contact_form.php:1243
506
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
507
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
508
 
509
- #: contact_form.php:1296
510
  msgid "FAQ"
511
  msgstr "FAQ"
512
 
513
- #: contact_form.php:1297
514
  msgid "Support"
515
  msgstr "Поддержка"
516
 
517
- #: contact_form.php:1345
518
  msgid "Are you sure that you want to delete this language data?"
519
  msgstr "Вы действительно хотите удалить данные для этого языка?"
520
 
 
 
521
  #~ msgid "Display a phone number field"
522
  #~ msgstr "Отобразить поле для телефона"
523
 
@@ -530,8 +708,6 @@ msgstr "Вы действительно хотите удалить данные
530
  #, fuzzy
531
  #~ msgid "E-Mail Address"
532
  #~ msgstr "E-mail адрес:"
533
- #~ msgid "Phone number"
534
- #~ msgstr "Телефон"
535
  #~ msgid "Install Now"
536
  #~ msgstr "Установить сейчас"
537
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:57+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
36
 
37
  #: contact_form.php:105
38
  #: contact_form.php:131
39
+ #: contact_form.php:531
40
+ #: contact_form.php:760
41
+ #: contact_form.php:1572
42
+ #: contact_form.php:1581
43
  msgid "Settings"
44
  msgstr "Настройки"
45
 
79
  msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
80
 
81
  #: contact_form.php:161
82
+ msgid "Contact Form Settings"
 
83
  msgstr "Настройки Контактной Формы"
84
 
85
  #: contact_form.php:161
86
  msgid "Contact Form"
87
  msgstr "Контактная Форма"
88
 
89
+ #: contact_form.php:162
90
+ msgid "Contact Form Pro Extra Settings"
91
+ msgstr "Extra Настройки Контактной Формы"
92
+
93
+ #: contact_form.php:162
94
+ msgid "Contact Form Pro"
95
+ msgstr "Контактная Форма PRO"
96
+
97
+ #: contact_form.php:201
98
+ #: contact_form.php:655
99
+ #: contact_form.php:684
100
  msgid "Name:"
101
  msgstr "Имя:"
102
 
103
+ #: contact_form.php:202
104
+ #: contact_form.php:656
105
+ #: contact_form.php:685
106
  msgid "Address:"
107
  msgstr "Адрес:"
108
 
109
+ #: contact_form.php:203
110
+ #: contact_form.php:657
111
+ #: contact_form.php:686
112
  msgid "Email Address:"
113
  msgstr "E-mail адрес:"
114
 
115
+ #: contact_form.php:204
116
+ #: contact_form.php:658
117
+ #: contact_form.php:687
118
  msgid "Phone number:"
119
  msgstr "Телефон:"
120
 
121
+ #: contact_form.php:205
122
+ #: contact_form.php:659
123
+ #: contact_form.php:688
124
  msgid "Subject:"
125
  msgstr "Тема:"
126
 
127
+ #: contact_form.php:206
128
+ #: contact_form.php:660
129
+ #: contact_form.php:689
130
  msgid "Message:"
131
  msgstr "Сообщение:"
132
 
133
+ #: contact_form.php:207
134
+ #: contact_form.php:661
135
+ #: contact_form.php:690
136
  msgid "Attachment:"
137
  msgstr "Прикрепить файл:"
138
 
139
+ #: contact_form.php:208
140
+ #: contact_form.php:263
141
+ #: contact_form.php:662
142
+ #: contact_form.php:691
143
  msgid "Send me a copy"
144
  msgstr "Отправить мне копию"
145
 
146
+ #: contact_form.php:209
147
+ #: contact_form.php:663
148
+ #: contact_form.php:692
149
  msgid "Submit"
150
  msgstr "Отправить"
151
 
152
+ #: contact_form.php:210
153
  msgid "Your name is required."
154
  msgstr "Ваше имя - это обязательное поле."
155
 
156
+ #: contact_form.php:211
157
  msgid "Address is required."
158
  msgstr "Поле адреса - обязательное для заполнения."
159
 
160
+ #: contact_form.php:212
161
  msgid "A valid email address is required."
162
  msgstr "Поле email адреса - обязательное для заполнения."
163
 
164
+ #: contact_form.php:213
165
+ #: contact_form.php:258
166
+ #: contact_form.php:261
167
  msgid "Phone number is required."
168
  msgstr "Телефон - это обязательное поле."
169
 
170
+ #: contact_form.php:214
171
+ #: contact_form.php:257
172
+ #: contact_form.php:260
173
  msgid "Subject is required."
174
  msgstr "Поле Тема - обязательное поле."
175
 
176
+ #: contact_form.php:215
177
+ #: contact_form.php:256
178
+ #: contact_form.php:259
179
  msgid "Message text is required."
180
  msgstr "Поле Сообщение - обязательное поле."
181
 
182
+ #: contact_form.php:216
183
  msgid "File format is not valid."
184
  msgstr "Прикрепленный тип файла не поддерживается"
185
 
186
+ #: contact_form.php:217
187
  msgid "File upload error."
188
  msgstr "Ошибка загрузки файла."
189
 
190
+ #: contact_form.php:218
191
  msgid "The file could not be uploaded."
192
  msgstr "Невозможно загрузить файл."
193
 
194
+ #: contact_form.php:219
195
  msgid "This file is too large."
196
  msgstr "Размер файла слишком большой."
197
 
198
+ #: contact_form.php:220
199
  msgid "Please fill out the CAPTCHA."
200
  msgstr "Пожалуйста, заполните КАПЧУ."
201
 
202
+ #: contact_form.php:221
203
  msgid "Please make corrections below and try again."
204
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
205
 
206
+ #: contact_form.php:223
207
  msgid "Thank you for contacting us."
208
  msgstr "Спасибо за контакт с нами."
209
 
210
+ #: contact_form.php:482
211
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
212
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
213
 
214
+ #: contact_form.php:491
215
  msgid "Such user does not exist. Settings are not saved."
216
  msgstr "Данный пользователь не найден. Настройки не сохранены"
217
 
218
+ #: contact_form.php:496
219
+ #: contact_form.php:502
220
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
221
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
222
 
223
+ #: contact_form.php:507
224
  msgid "Options saved."
225
  msgstr "Опции сохранены"
226
 
227
+ #: contact_form.php:527
228
+ msgid "Contact Form Options"
229
+ msgstr "Настройки Контактной Формы"
230
+
231
+ #: contact_form.php:532
232
+ #: contact_form.php:761
233
+ msgid "Extra settings"
234
+ msgstr "Extra Настройки"
235
+
236
+ #: contact_form.php:537
237
+ #: contact_form.php:1032
238
  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:"
239
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
240
 
241
+ #: contact_form.php:538
242
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
243
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
244
 
245
+ #: contact_form.php:542
246
  msgid "The user's email address:"
247
  msgstr "Email пользователя сайта:"
248
 
249
+ #: contact_form.php:546
250
  msgid "Create a username"
251
  msgstr "Выберите имя пользователя"
252
 
253
+ #: contact_form.php:551
254
  msgid "Enter a username of the person who should get the messages from the contact form."
255
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
256
 
257
+ #: contact_form.php:555
258
  msgid "Use this email address:"
259
  msgstr "Использовать этот email:"
260
 
261
+ #: contact_form.php:558
262
  msgid "Enter the email address you want the messages forwarded to."
263
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
264
 
265
+ #: contact_form.php:562
266
  msgid "Additional options"
267
  msgstr "Дополнительные настройки"
268
 
 
 
 
 
 
 
 
 
269
  #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
270
  msgid "What to use?"
271
  msgstr "Что использовать?"
272
 
273
+ #: contact_form.php:568
274
  msgid "Wp-mail"
275
  msgstr "Wp-mail"
276
 
277
+ #: contact_form.php:569
278
  msgid "You can use the wp_mail function for mailing"
279
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
280
 
281
+ #: contact_form.php:575
282
  msgid "Mail"
283
  msgstr "Mail"
284
 
285
+ #: contact_form.php:576
286
  msgid "To send mail you can use the php mail function"
287
  msgstr "Для отправки почты вы можете использовать функцию php mail"
288
 
289
+ #: contact_form.php:580
290
  msgid "Change text of the 'FROM' field"
291
  msgstr "Изменить текст для поля ОТ в письме"
292
 
293
+ #: contact_form.php:586
294
  msgid "Enter the email address in the 'From' field"
295
  msgstr "Выберите email для поля 'FROM' письма"
296
 
297
+ #: contact_form.php:588
298
  msgid "The email address of the user who fills the form will be used in the field 'From'."
299
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
300
 
301
+ #: contact_form.php:590
302
  msgid "This email address will be used in the 'From' field."
303
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
304
 
305
+ #: contact_form.php:594
306
  msgid "Display fields"
307
  msgstr "Отобразить поля"
308
 
309
+ #: contact_form.php:596
310
+ #: contact_form.php:607
311
+ #: contact_form.php:797
312
+ #: contact_form.php:1464
313
  msgid "Address"
314
  msgstr "Адрес"
315
 
316
+ #: contact_form.php:597
317
  #: contact_form.php:609
318
+ #: contact_form.php:1472
 
319
  msgid "Phone"
320
  msgstr "Телефон"
321
 
322
+ #: contact_form.php:598
323
+ msgid "Attachment block"
324
+ msgstr "Блок Прикрепить файл"
325
+
326
+ #: contact_form.php:598
327
+ msgid "Users can attach the following file formats"
328
+ msgstr "Пользователи могут прикрепить файлы таких типов"
329
+
330
+ #: contact_form.php:599
331
+ msgid "Tips below the Attachment block"
332
+ msgstr "Пояснения после блока Прикрепить файл"
333
+
334
+ #: contact_form.php:600
335
+ msgid "Send me a copy block"
336
+ msgstr "Блок Отправить мне копию"
337
+
338
+ #: contact_form.php:604
339
  msgid "Required fields"
340
  msgstr "Обязательные поля"
341
 
342
+ #: contact_form.php:606
343
+ #: contact_form.php:792
344
+ #: contact_form.php:1459
345
  msgid "Name"
346
  msgstr "Имя"
347
 
348
+ #: contact_form.php:608
349
  msgid "Email Address"
350
  msgstr "Email адрес"
351
 
352
+ #: contact_form.php:610
353
+ #: contact_form.php:812
354
+ #: contact_form.php:1475
355
  msgid "Subject"
356
  msgstr "Тема"
357
 
358
+ #: contact_form.php:611
359
+ #: contact_form.php:816
360
+ #: contact_form.php:1478
361
  msgid "Message"
362
  msgstr "Сообщение"
363
 
364
+ #: contact_form.php:615
365
  msgid "Display additional info in the email"
366
  msgstr "Отображение дополнительной информации в письме"
367
 
368
+ #: contact_form.php:620
369
+ #: contact_form.php:1431
370
  msgid "Sent from (ip address)"
371
  msgstr "Отправлено от (ip адрес)"
372
 
373
+ #: contact_form.php:621
374
+ #: contact_form.php:1436
375
  msgid "Date/Time"
376
  msgstr "Дата/Время"
377
 
378
+ #: contact_form.php:622
379
+ #: contact_form.php:1441
380
  msgid "Sent from (referer)"
381
  msgstr "Пришло из (реферер)"
382
 
383
+ #: contact_form.php:623
384
+ #: contact_form.php:1446
385
  msgid "Using (user agent)"
386
  msgstr "Используя (user agent)"
387
 
388
+ #: contact_form.php:627
389
  msgid "Language settings for the field names in the form"
390
  msgstr "Языковые настройки для названия полей в форме"
391
 
392
+ #: contact_form.php:636
393
  msgid "Add a language"
394
  msgstr "Добавить язык"
395
 
396
+ #: contact_form.php:640
397
  msgid "Change the names of the contact form fields and error messages"
398
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
399
 
400
+ #: contact_form.php:645
401
+ #: contact_form.php:716
402
  msgid "English"
403
  msgstr "Английский"
404
 
405
+ #: contact_form.php:664
406
+ #: contact_form.php:693
407
  msgid "Error message for the Name field"
408
  msgstr "Сообщение об ошибке для поля Name"
409
 
410
+ #: contact_form.php:665
411
+ #: contact_form.php:694
412
  msgid "Error message for the Address field"
413
  msgstr "Сообщение об ошибке для поля Address"
414
 
415
+ #: contact_form.php:666
416
+ #: contact_form.php:695
417
  msgid "Error message for the Email field"
418
  msgstr "Сообщение об ошибке для поля Email"
419
 
420
+ #: contact_form.php:667
421
+ #: contact_form.php:696
422
  msgid "Error message for the Phone field"
423
  msgstr "Сообщение об ошибке для поля Phone"
424
 
425
+ #: contact_form.php:668
426
+ #: contact_form.php:697
427
  msgid "Error message for the Subject field"
428
  msgstr "Сообщение об ошибке для поля Subject"
429
 
430
+ #: contact_form.php:669
431
+ #: contact_form.php:698
432
  msgid "Error message for the Message field"
433
  msgstr "Сообщение об ошибке для поля Message"
434
 
435
+ #: contact_form.php:670
436
+ #: contact_form.php:699
437
  msgid "Error message about the file type for the Attachment field"
438
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
439
 
440
+ #: contact_form.php:671
441
+ #: contact_form.php:700
442
  msgid "Error message while uploading a file for the Attachment field to the server"
443
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
444
 
445
+ #: contact_form.php:672
446
+ #: contact_form.php:701
447
  msgid "Error message while moving the file for the Attachment field"
448
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
449
 
450
+ #: contact_form.php:673
451
+ #: contact_form.php:702
452
  msgid "Error message when file size limit for the Attachment field is exceeded"
453
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
454
 
455
+ #: contact_form.php:674
456
+ #: contact_form.php:703
457
  msgid "Error message for the Captcha field"
458
  msgstr "Сообщение об ошибке для поля Captcha"
459
 
460
+ #: contact_form.php:675
461
+ #: contact_form.php:704
462
  msgid "Error message for the whole form"
463
  msgstr "Сообщение об ошибке для всей формы"
464
 
465
+ #: contact_form.php:677
466
+ #: contact_form.php:706
467
+ #: contact_form.php:725
468
+ #: contact_form.php:731
469
  msgid "Use shortcode"
470
  msgstr "Использовать шорткод"
471
 
472
+ #: contact_form.php:677
473
+ #: contact_form.php:706
474
+ #: contact_form.php:725
475
+ #: contact_form.php:731
476
  msgid "for this language"
477
  msgstr "для данного языка"
478
 
479
+ #: contact_form.php:713
480
  msgid "Action after email is sent"
481
  msgstr "Действие после отправки письма"
482
 
483
+ #: contact_form.php:715
484
  msgid "Display text"
485
  msgstr "Отобразить текст"
486
 
487
+ #: contact_form.php:724
488
+ #: contact_form.php:730
489
  msgid "Text"
490
  msgstr "Текст"
491
 
492
+ #: contact_form.php:737
493
  msgid "Redirect to the page"
494
  msgstr "Перенаправление на страницу"
495
 
496
+ #: contact_form.php:738
497
  msgid "Url"
498
  msgstr "Урл"
499
 
500
+ #: contact_form.php:743
501
+ #: contact_form.php:933
502
  msgid "Save Changes"
503
  msgstr "Save Changes"
504
 
505
+ #: contact_form.php:758
506
+ msgid "Contact Form Pro | Extra Settings"
507
+ msgstr "Contact Form Pro | Extra Настройки"
508
+
509
+ #: contact_form.php:772
510
+ msgid "Errors output"
511
+ msgstr "Отображение ошибок"
512
+
513
+ #: contact_form.php:775
514
+ msgid "Display error messages"
515
+ msgstr "Отображать сообщения об ошибках"
516
+
517
+ #: contact_form.php:776
518
+ msgid "Color of the input field errors."
519
+ msgstr "Отображать ошибки цветом для полей ввода"
520
+
521
+ #: contact_form.php:777
522
+ msgid "Display error messages & color of the input field errors"
523
+ msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
524
+
525
+ #: contact_form.php:782
526
+ msgid "Add placeholder to the input blocks"
527
+ msgstr "Добавить вспомогательный текст в поля ввода"
528
+
529
+ #: contact_form.php:788
530
+ msgid "Add tooltips"
531
+ msgstr "Добавить подсказки"
532
+
533
+ #: contact_form.php:802
534
+ msgid "Email address"
535
+ msgstr "Email адрес"
536
+
537
+ #: contact_form.php:807
538
+ msgid "Phone Number"
539
+ msgstr "Телефон"
540
+
541
+ #: contact_form.php:821
542
+ msgid "Attachment"
543
+ msgstr "Прикрепить файл"
544
+
545
+ #: contact_form.php:835
546
+ #: contact_form.php:838
547
+ #: contact_form.php:841
548
+ msgid "Captcha"
549
+ msgstr "КАПЧА"
550
+
551
+ #: contact_form.php:835
552
+ #: contact_form.php:838
553
+ #: contact_form.php:841
554
+ msgid "(powered by bestwebsoft.com)"
555
+ msgstr "(powered by bestwebsoft.com)"
556
+
557
+ #: contact_form.php:838
558
+ msgid "Activate captcha"
559
+ msgstr "Активировать Капчу"
560
+
561
+ #: contact_form.php:841
562
+ msgid "Download captcha"
563
+ msgstr "Скачать Капчу"
564
+
565
+ #: contact_form.php:846
566
+ msgid "Style options"
567
+ msgstr "Настройки стиля"
568
+
569
+ #: contact_form.php:849
570
+ msgid "Text color"
571
+ msgstr "Цвет текста"
572
+
573
+ #: contact_form.php:852
574
+ #: contact_form.php:857
575
+ #: contact_form.php:867
576
+ #: contact_form.php:872
577
+ #: contact_form.php:877
578
+ #: contact_form.php:882
579
+ #: contact_form.php:892
580
+ #: contact_form.php:897
581
+ #: contact_form.php:903
582
+ #: contact_form.php:914
583
+ #: contact_form.php:919
584
+ #: contact_form.php:924
585
+ msgid "Default"
586
+ msgstr "По-умолчанию"
587
+
588
+ #: contact_form.php:854
589
+ msgid "Label text color"
590
+ msgstr "Цвет текста"
591
+
592
+ #: contact_form.php:859
593
+ msgid "Placeholder color"
594
+ msgstr "Цвет замещающегося текста"
595
+
596
+ #: contact_form.php:864
597
+ msgid "Errors color"
598
+ msgstr "Цвет ошибок"
599
+
600
+ #: contact_form.php:869
601
+ msgid "Error text color"
602
+ msgstr "Цвет текста для ошибок"
603
+
604
+ #: contact_form.php:874
605
+ msgid "Background color of the input field errors"
606
+ msgstr "Цвет фона для полей ввода с ошибками"
607
+
608
+ #: contact_form.php:879
609
+ msgid "Border color of the input field errors"
610
+ msgstr "Цвет рамки для полей ввода с ошибками"
611
+
612
+ #: contact_form.php:884
613
+ msgid "Placeholder color of the input field errors"
614
+ msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
615
+
616
+ #: contact_form.php:889
617
+ msgid "Input fields"
618
+ msgstr "Поля ввода"
619
+
620
+ #: contact_form.php:894
621
+ msgid "Input fields background color"
622
+ msgstr "Цвет фона для полей ввода"
623
+
624
+ #: contact_form.php:899
625
+ msgid "Text fields color"
626
+ msgstr "Цвет текста для полей ввода"
627
+
628
+ #: contact_form.php:901
629
+ msgid "Border width in px, numbers only"
630
+ msgstr "Ширина рамки в пикселях, только цифры"
631
+
632
+ #: contact_form.php:905
633
+ #: contact_form.php:926
634
+ msgid "Border color"
635
+ msgstr "Цвет рамки"
636
+
637
+ #: contact_form.php:910
638
+ msgid "Submit button"
639
+ msgstr "Кнопка Отправить"
640
+
641
+ #: contact_form.php:912
642
+ msgid "Width in px, numbers only"
643
+ msgstr "Ширина в пикселях, только цифры"
644
+
645
+ #: contact_form.php:916
646
+ msgid "Button color"
647
+ msgstr "Цвет кнопки"
648
+
649
+ #: contact_form.php:921
650
+ msgid "Button text color"
651
+ msgstr "Цвет текста для кнопки"
652
+
653
+ #: contact_form.php:937
654
+ msgid "Contact Form Pro | Preview"
655
+ msgstr "Contact Form Pro | Предпросмотр"
656
+
657
+ #: contact_form.php:940
658
+ msgid "Show with errors"
659
+ msgstr "Отображать с ошибками"
660
+
661
+ #: contact_form.php:1086
662
  msgid "Sorry, email message could not be delivered."
663
  msgstr "Извините, ваш email не может быть отправлен."
664
 
665
+ #: contact_form.php:1170
666
  msgid "You can attach the following file formats"
667
  msgstr "Пользователи могут прикрепить файлы таких типов"
668
 
669
+ #: contact_form.php:1454
670
  msgid "Contact from"
671
  msgstr "Контактная Форма"
672
 
673
+ #: contact_form.php:1467
674
  msgid "Email"
675
  msgstr "Email"
676
 
677
+ #: contact_form.php:1481
678
  msgid "Site"
679
  msgstr "Сайт"
680
 
681
+ #: contact_form.php:1531
682
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
683
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
684
 
685
+ #: contact_form.php:1582
686
  msgid "FAQ"
687
  msgstr "FAQ"
688
 
689
+ #: contact_form.php:1583
690
  msgid "Support"
691
  msgstr "Поддержка"
692
 
693
+ #: contact_form.php:1631
694
  msgid "Are you sure that you want to delete this language data?"
695
  msgstr "Вы действительно хотите удалить данные для этого языка?"
696
 
697
+ #~ msgid "Display Attachment tips"
698
+ #~ msgstr "Отобразить пояснения для блока Прикрепить файл"
699
  #~ msgid "Display a phone number field"
700
  #~ msgstr "Отобразить поле для телефона"
701
 
708
  #, fuzzy
709
  #~ msgid "E-Mail Address"
710
  #~ msgstr "E-mail адрес:"
 
 
711
  #~ msgid "Install Now"
712
  #~ msgstr "Установить сейчас"
713
 
languages/contact_form-sr_RS.mo CHANGED
Binary file
languages/contact_form-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,448 +16,727 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Aktivni dodaci"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Čitaj više"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
 
 
32
  msgid "Settings"
33
  msgstr "Podešavanja"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Instalirani dodaci"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Preporučeni dodaci"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Preuzmi"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Instaliraj %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Instaliraj sa wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
- msgid "Contact Form Options"
63
  msgstr "Opcije Kontakt Forme"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontakt Forma"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
 
 
 
 
 
 
 
 
 
 
72
  msgid "Name:"
73
  msgstr "Ime:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-mail Adresa:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "Broj telefona"
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Tema:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Poruka:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Priveži fajl:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Pošalji mi kopiju"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Podnesi"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Vaše ime je potrebno."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Ispravna e-mail adresa potrebna."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  msgid "Phone number is required."
131
  msgstr "Broj telefona je potreban."
132
 
133
- #: contact_form.php:158
134
- #: contact_form.php:193
135
- #: contact_form.php:196
136
  msgid "Subject is required."
137
  msgstr "Tekst Teme je potreban."
138
 
139
- #: contact_form.php:159
140
- #: contact_form.php:192
141
- #: contact_form.php:195
142
  msgid "Message text is required."
143
  msgstr "Tekst poruke je potreban."
144
 
145
- #: contact_form.php:160
146
  msgid "File format is not valid."
147
  msgstr "Privezak ne radi"
148
 
149
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "Please fill out the CAPTCHA."
151
  msgstr "Molimo vas popunite CAPTCHA."
152
 
153
- #: contact_form.php:162
154
  msgid "Please make corrections below and try again."
155
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
156
 
157
- #: contact_form.php:164
158
  msgid "Thank you for contacting us."
159
  msgstr "Hvala što ste nas kontaktirali."
160
 
161
- #: contact_form.php:385
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
164
 
165
- #: contact_form.php:394
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
168
 
169
- #: contact_form.php:399
170
- #: contact_form.php:405
171
  #, fuzzy
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
174
 
175
- #: contact_form.php:410
176
  msgid "Options saved."
177
  msgstr "Opcije sačuvane"
178
 
179
- #: contact_form.php:435
 
 
 
 
 
 
 
 
 
 
 
180
  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:"
181
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
182
 
183
- #: contact_form.php:436
184
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
185
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
186
 
187
- #: contact_form.php:440
188
  msgid "The user's email address:"
189
  msgstr "Koristi mejl wordpress korisnika:"
190
 
191
- #: contact_form.php:444
192
  msgid "Create a username"
193
  msgstr "Odaberi korisničko ime"
194
 
195
- #: contact_form.php:449
196
  msgid "Enter a username of the person who should get the messages from the contact form."
197
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
198
 
199
- #: contact_form.php:453
200
  msgid "Use this email address:"
201
  msgstr "Koristi ovaj mejl:"
202
 
203
- #: contact_form.php:456
204
  msgid "Enter the email address you want the messages forwarded to."
205
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
206
 
207
- #: contact_form.php:460
208
  msgid "Additional options"
209
  msgstr "Dodatne opcije"
210
 
211
- #: contact_form.php:463
212
- msgid "Display Attachment block"
213
- msgstr "Prikaži blok privezaka"
214
-
215
- #: contact_form.php:465
216
- msgid "Users can attach the following file formats"
217
- msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
218
-
219
- #: contact_form.php:469
220
- msgid "Display Attachment tips"
221
- msgstr "Prikaži objašnjenja privezaka"
222
-
223
- #: contact_form.php:471
224
- msgid "Display tips below the Attachment block"
225
- msgstr "Prikaži objašnjenja posle bloka Privezaka"
226
-
227
- #: contact_form.php:475
228
- msgid "Display Send me a copy block"
229
- msgstr "Prikaži Pošalji mi kopiju blok"
230
-
231
- #: contact_form.php:481
232
  msgid "What to use?"
233
  msgstr "Šta koristite?"
234
 
235
- #: contact_form.php:484
236
  msgid "Wp-mail"
237
  msgstr "Wp-mail"
238
 
239
- #: contact_form.php:485
240
  msgid "You can use the wp_mail function for mailing"
241
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
242
 
243
- #: contact_form.php:491
244
  msgid "Mail"
245
  msgstr "Mail"
246
 
247
- #: contact_form.php:492
248
  msgid "To send mail you can use the php mail function"
249
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
250
 
251
- #: contact_form.php:496
252
  #, fuzzy
253
  msgid "Change text of the 'FROM' field"
254
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
255
 
256
- #: contact_form.php:502
257
  msgid "Enter the email address in the 'From' field"
258
  msgstr "Unesi mejl adresu u polje 'OD'"
259
 
260
- #: contact_form.php:504
261
  #, fuzzy
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
268
 
269
- #: contact_form.php:510
 
 
 
 
 
 
 
 
270
  #, fuzzy
271
- msgid "Display a phone number field"
272
- msgstr "Prikaži polje broja telefona"
 
 
 
 
 
 
273
 
274
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  msgid "Required fields"
276
  msgstr "Zahtevana polja"
277
 
278
- #: contact_form.php:518
279
- #: contact_form.php:1016
 
280
  msgid "Name"
281
  msgstr "Ime"
282
 
283
- #: contact_form.php:519
284
  #, fuzzy
285
  msgid "Email Address"
286
  msgstr "E-mail Adresa:"
287
 
288
- #: contact_form.php:520
289
- #: contact_form.php:1024
290
- msgid "Phone"
291
- msgstr "Broj telefona"
292
-
293
- #: contact_form.php:521
294
- #: contact_form.php:1027
295
  msgid "Subject"
296
  msgstr "Tema"
297
 
298
- #: contact_form.php:522
299
- #: contact_form.php:1030
 
300
  msgid "Message"
301
  msgstr "Poruka"
302
 
303
- #: contact_form.php:526
304
  #, fuzzy
305
  msgid "Display additional info in the email"
306
  msgstr "Prikaži dodatne informacije u mejlu"
307
 
308
- #: contact_form.php:531
309
- #: contact_form.php:988
310
  msgid "Sent from (ip address)"
311
  msgstr "Poslato sa (ip adresa)"
312
 
313
- #: contact_form.php:532
314
- #: contact_form.php:993
315
  msgid "Date/Time"
316
  msgstr "Datum/Vreme"
317
 
318
- #: contact_form.php:533
319
- #: contact_form.php:998
320
  msgid "Sent from (referer)"
321
  msgstr "Poslato od (prosleđivač)"
322
 
323
- #: contact_form.php:534
324
- #: contact_form.php:1003
325
  msgid "Using (user agent)"
326
  msgstr "Koristi (user agent)"
327
 
328
- #: contact_form.php:538
329
  msgid "Language settings for the field names in the form"
330
  msgstr "Podešavanja jezika za polje imena u obrascu"
331
 
332
- #: contact_form.php:547
333
  #, fuzzy
334
  msgid "Add a language"
335
  msgstr "Dodaj jezik"
336
 
337
- #: contact_form.php:551
338
  msgid "Change the names of the contact form fields and error messages"
339
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
340
 
341
- #: contact_form.php:556
342
- #: contact_form.php:611
343
  msgid "English"
344
  msgstr "Engleski"
345
 
346
- #: contact_form.php:572
347
- #: contact_form.php:593
348
  msgid "Error message for the Name field"
349
  msgstr "Poruka greške za polje Ime"
350
 
351
- #: contact_form.php:573
352
- #: contact_form.php:594
 
 
 
 
 
 
353
  msgid "Error message for the Email field"
354
  msgstr "Poruka greške za polje imejl"
355
 
356
- #: contact_form.php:574
357
- #: contact_form.php:595
358
  msgid "Error message for the Phone field"
359
  msgstr "Poruka greške za polje Broj telefona"
360
 
361
- #: contact_form.php:575
362
- #: contact_form.php:596
363
  msgid "Error message for the Subject field"
364
  msgstr "Poruka greške za polje Tema"
365
 
366
- #: contact_form.php:576
367
- #: contact_form.php:597
368
  msgid "Error message for the Message field"
369
  msgstr "Poruka greške za polje Poruka"
370
 
371
- #: contact_form.php:577
372
- #: contact_form.php:598
373
- msgid "Error message for the Attachment field"
 
374
  msgstr "Poruka greške za polje Privezaka"
375
 
376
- #: contact_form.php:578
377
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378
  msgid "Error message for the Captcha field"
379
  msgstr "Poruka greške za polje Kapča"
380
 
381
- #: contact_form.php:579
382
- #: contact_form.php:600
383
  msgid "Error message for the whole form"
384
  msgstr "Poruka greške za ceo obrazac"
385
 
386
- #: contact_form.php:580
387
- #: contact_form.php:601
388
- #: contact_form.php:620
389
- #: contact_form.php:626
390
  msgid "Use shortcode"
391
  msgstr "Koristi prečicu"
392
 
393
- #: contact_form.php:580
394
- #: contact_form.php:601
395
- #: contact_form.php:620
396
- #: contact_form.php:626
397
  msgid "for this language"
398
  msgstr "za ovaj jezik"
399
 
400
- #: contact_form.php:608
401
  msgid "Action after email is sent"
402
  msgstr "Akcija posle poslatog mejla"
403
 
404
- #: contact_form.php:610
405
  msgid "Display text"
406
  msgstr "Prikaži tekst"
407
 
408
- #: contact_form.php:619
409
- #: contact_form.php:625
410
  msgid "Text"
411
  msgstr "Tekst"
412
 
413
- #: contact_form.php:632
414
  msgid "Redirect to the page"
415
  msgstr "Preusmeri na stranu"
416
 
417
- #: contact_form.php:633
418
  msgid "Url"
419
  msgstr "Url"
420
 
421
- #: contact_form.php:638
 
422
  msgid "Save Changes"
423
  msgstr "Sačuvaj izmene"
424
 
425
- #: contact_form.php:685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
426
  msgid "Sorry, email message could not be delivered."
427
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
428
 
429
- #: contact_form.php:755
430
  msgid "You can attach the following file formats"
431
  msgstr "Možete privezati fajlove sledećih tipova"
432
 
433
- #: contact_form.php:1011
434
  msgid "Contact from"
435
  msgstr "Kontakt forma"
436
 
437
- #: contact_form.php:1019
438
  msgid "Email"
439
  msgstr "Email"
440
 
441
- #: contact_form.php:1033
442
  msgid "Site"
443
  msgstr "Sajt"
444
 
445
- #: contact_form.php:1084
446
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
447
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
448
 
449
- #: contact_form.php:1137
450
  msgid "FAQ"
451
  msgstr "FAQ"
452
 
453
- #: contact_form.php:1138
454
  msgid "Support"
455
  msgstr "Podrška"
456
 
457
- #: contact_form.php:1184
458
  msgid "Are you sure that you want to delete this language data?"
459
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
460
 
 
 
 
 
 
 
461
  #~ msgid "Please enter a valid email address. Settings are not saved."
462
  #~ msgstr "Molim Vas unesite ispravan mejl. Podešavanja nisu sačuvana."
463
  #~ msgid "E-Mail Address"
@@ -466,6 +745,4 @@ msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
466
  #~ msgstr "E-mail adresa:"
467
  #~ msgid "Install Now"
468
  #~ msgstr "Instaliraj Sada"
469
- #~ msgid "BWS Plugins"
470
- #~ msgstr "BWS Dodaci"
471
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:49+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:49+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Dodaci"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Aktivni dodaci"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Čitaj više"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Podešavanja"
46
 
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
  msgid "Installed plugins"
50
  msgstr "Instalirani dodaci"
51
 
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
  msgid "Recommended plugins"
55
  msgstr "Preporučeni dodaci"
56
 
57
+ #: contact_form.php:121
58
+ msgid "Purchase"
59
+ msgstr ""
60
+
61
+ #: contact_form.php:126
62
+ #, fuzzy
63
+ msgid "Free plugins"
64
+ msgstr "Preporučeni dodaci"
65
+
66
+ #: contact_form.php:147
67
  msgid "Download"
68
  msgstr "Preuzmi"
69
 
70
+ #: contact_form.php:147
71
  #, php-format
72
  msgid "Install %s"
73
  msgstr "Instaliraj %s"
74
 
75
+ #: contact_form.php:147
76
  msgid "Install now from wordpress.org"
77
  msgstr "Instaliraj sa wordpress.org"
78
 
79
+ #: contact_form.php:152
80
+ #, fuzzy
81
+ msgid "If you have any questions, please contact us via"
82
  msgstr "Ako imate bilo kakva pitanja, kontaktirajte na mejl plugin@bestwebsoft.com ili popunite kontakt formu na našem sajtu"
83
 
84
+ #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Opcije Kontakt Forme"
88
 
89
+ #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontakt Forma"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Opcije Kontakt Forme"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Kontakt Forma"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Ime:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
+ #, fuzzy
113
+ msgid "Address:"
114
+ msgstr "E-mail Adresa:"
115
+
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-mail Adresa:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Broj telefona"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Tema:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Poruka:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Priveži fajl:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Pošalji mi kopiju"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Podnesi"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Vaše ime je potrebno."
162
 
163
+ #: contact_form.php:211
164
+ #, fuzzy
165
+ msgid "Address is required."
166
+ msgstr "Ispravna e-mail adresa potrebna."
167
+
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Ispravna e-mail adresa potrebna."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  msgid "Phone number is required."
177
  msgstr "Broj telefona je potreban."
178
 
179
+ #: contact_form.php:214
180
+ #: contact_form.php:257
181
+ #: contact_form.php:260
182
  msgid "Subject is required."
183
  msgstr "Tekst Teme je potreban."
184
 
185
+ #: contact_form.php:215
186
+ #: contact_form.php:256
187
+ #: contact_form.php:259
188
  msgid "Message text is required."
189
  msgstr "Tekst poruke je potreban."
190
 
191
+ #: contact_form.php:216
192
  msgid "File format is not valid."
193
  msgstr "Privezak ne radi"
194
 
195
+ #: contact_form.php:217
196
+ msgid "File upload error."
197
+ msgstr ""
198
+
199
+ #: contact_form.php:218
200
+ msgid "The file could not be uploaded."
201
+ msgstr ""
202
+
203
+ #: contact_form.php:219
204
+ msgid "This file is too large."
205
+ msgstr ""
206
+
207
+ #: contact_form.php:220
208
  msgid "Please fill out the CAPTCHA."
209
  msgstr "Molimo vas popunite CAPTCHA."
210
 
211
+ #: contact_form.php:221
212
  msgid "Please make corrections below and try again."
213
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
214
 
215
+ #: contact_form.php:223
216
  msgid "Thank you for contacting us."
217
  msgstr "Hvala što ste nas kontaktirali."
218
 
219
+ #: contact_form.php:482
220
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
221
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
222
 
223
+ #: contact_form.php:491
224
  msgid "Such user does not exist. Settings are not saved."
225
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
226
 
227
+ #: contact_form.php:496
228
+ #: contact_form.php:502
229
  #, fuzzy
230
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
231
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
232
 
233
+ #: contact_form.php:507
234
  msgid "Options saved."
235
  msgstr "Opcije sačuvane"
236
 
237
+ #: contact_form.php:527
238
+ msgid "Contact Form Options"
239
+ msgstr "Opcije Kontakt Forme"
240
+
241
+ #: contact_form.php:532
242
+ #: contact_form.php:761
243
+ #, fuzzy
244
+ msgid "Extra settings"
245
+ msgstr "Podešavanja"
246
+
247
+ #: contact_form.php:537
248
+ #: contact_form.php:1032
249
  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:"
250
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
251
 
252
+ #: contact_form.php:538
253
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
254
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
255
 
256
+ #: contact_form.php:542
257
  msgid "The user's email address:"
258
  msgstr "Koristi mejl wordpress korisnika:"
259
 
260
+ #: contact_form.php:546
261
  msgid "Create a username"
262
  msgstr "Odaberi korisničko ime"
263
 
264
+ #: contact_form.php:551
265
  msgid "Enter a username of the person who should get the messages from the contact form."
266
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
267
 
268
+ #: contact_form.php:555
269
  msgid "Use this email address:"
270
  msgstr "Koristi ovaj mejl:"
271
 
272
+ #: contact_form.php:558
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
275
 
276
+ #: contact_form.php:562
277
  msgid "Additional options"
278
  msgstr "Dodatne opcije"
279
 
280
+ #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  msgid "What to use?"
282
  msgstr "Šta koristite?"
283
 
284
+ #: contact_form.php:568
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
+ #: contact_form.php:569
289
  msgid "You can use the wp_mail function for mailing"
290
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
291
 
292
+ #: contact_form.php:575
293
  msgid "Mail"
294
  msgstr "Mail"
295
 
296
+ #: contact_form.php:576
297
  msgid "To send mail you can use the php mail function"
298
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
299
 
300
+ #: contact_form.php:580
301
  #, fuzzy
302
  msgid "Change text of the 'FROM' field"
303
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
304
 
305
+ #: contact_form.php:586
306
  msgid "Enter the email address in the 'From' field"
307
  msgstr "Unesi mejl adresu u polje 'OD'"
308
 
309
+ #: contact_form.php:588
310
  #, fuzzy
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
317
 
318
+ #: contact_form.php:594
319
+ #, fuzzy
320
+ msgid "Display fields"
321
+ msgstr "Prikaži tekst"
322
+
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
  #, fuzzy
328
+ msgid "Address"
329
+ msgstr "E-mail Adresa:"
330
+
331
+ #: contact_form.php:597
332
+ #: contact_form.php:609
333
+ #: contact_form.php:1472
334
+ msgid "Phone"
335
+ msgstr "Broj telefona"
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Prikaži blok privezaka"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Prikaži objašnjenja posle bloka Privezaka"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Prikaži Pošalji mi kopiju blok"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr "Zahtevana polja"
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Ime"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "E-mail Adresa:"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
 
 
 
 
374
  msgid "Subject"
375
  msgstr "Tema"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Poruka"
382
 
383
+ #: contact_form.php:615
384
  #, fuzzy
385
  msgid "Display additional info in the email"
386
  msgstr "Prikaži dodatne informacije u mejlu"
387
 
388
+ #: contact_form.php:620
389
+ #: contact_form.php:1431
390
  msgid "Sent from (ip address)"
391
  msgstr "Poslato sa (ip adresa)"
392
 
393
+ #: contact_form.php:621
394
+ #: contact_form.php:1436
395
  msgid "Date/Time"
396
  msgstr "Datum/Vreme"
397
 
398
+ #: contact_form.php:622
399
+ #: contact_form.php:1441
400
  msgid "Sent from (referer)"
401
  msgstr "Poslato od (prosleđivač)"
402
 
403
+ #: contact_form.php:623
404
+ #: contact_form.php:1446
405
  msgid "Using (user agent)"
406
  msgstr "Koristi (user agent)"
407
 
408
+ #: contact_form.php:627
409
  msgid "Language settings for the field names in the form"
410
  msgstr "Podešavanja jezika za polje imena u obrascu"
411
 
412
+ #: contact_form.php:636
413
  #, fuzzy
414
  msgid "Add a language"
415
  msgstr "Dodaj jezik"
416
 
417
+ #: contact_form.php:640
418
  msgid "Change the names of the contact form fields and error messages"
419
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
420
 
421
+ #: contact_form.php:645
422
+ #: contact_form.php:716
423
  msgid "English"
424
  msgstr "Engleski"
425
 
426
+ #: contact_form.php:664
427
+ #: contact_form.php:693
428
  msgid "Error message for the Name field"
429
  msgstr "Poruka greške za polje Ime"
430
 
431
+ #: contact_form.php:665
432
+ #: contact_form.php:694
433
+ #, fuzzy
434
+ msgid "Error message for the Address field"
435
+ msgstr "Poruka greške za polje Poruka"
436
+
437
+ #: contact_form.php:666
438
+ #: contact_form.php:695
439
  msgid "Error message for the Email field"
440
  msgstr "Poruka greške za polje imejl"
441
 
442
+ #: contact_form.php:667
443
+ #: contact_form.php:696
444
  msgid "Error message for the Phone field"
445
  msgstr "Poruka greške za polje Broj telefona"
446
 
447
+ #: contact_form.php:668
448
+ #: contact_form.php:697
449
  msgid "Error message for the Subject field"
450
  msgstr "Poruka greške za polje Tema"
451
 
452
+ #: contact_form.php:669
453
+ #: contact_form.php:698
454
  msgid "Error message for the Message field"
455
  msgstr "Poruka greške za polje Poruka"
456
 
457
+ #: contact_form.php:670
458
+ #: contact_form.php:699
459
+ #, fuzzy
460
+ msgid "Error message about the file type for the Attachment field"
461
  msgstr "Poruka greške za polje Privezaka"
462
 
463
+ #: contact_form.php:671
464
+ #: contact_form.php:700
465
+ #, fuzzy
466
+ msgid "Error message while uploading a file for the Attachment field to the server"
467
+ msgstr "Poruka greške za polje Privezaka"
468
+
469
+ #: contact_form.php:672
470
+ #: contact_form.php:701
471
+ #, fuzzy
472
+ msgid "Error message while moving the file for the Attachment field"
473
+ msgstr "Poruka greške za polje Privezaka"
474
+
475
+ #: contact_form.php:673
476
+ #: contact_form.php:702
477
+ #, fuzzy
478
+ msgid "Error message when file size limit for the Attachment field is exceeded"
479
+ msgstr "Poruka greške za polje Privezaka"
480
+
481
+ #: contact_form.php:674
482
+ #: contact_form.php:703
483
  msgid "Error message for the Captcha field"
484
  msgstr "Poruka greške za polje Kapča"
485
 
486
+ #: contact_form.php:675
487
+ #: contact_form.php:704
488
  msgid "Error message for the whole form"
489
  msgstr "Poruka greške za ceo obrazac"
490
 
491
+ #: contact_form.php:677
492
+ #: contact_form.php:706
493
+ #: contact_form.php:725
494
+ #: contact_form.php:731
495
  msgid "Use shortcode"
496
  msgstr "Koristi prečicu"
497
 
498
+ #: contact_form.php:677
499
+ #: contact_form.php:706
500
+ #: contact_form.php:725
501
+ #: contact_form.php:731
502
  msgid "for this language"
503
  msgstr "za ovaj jezik"
504
 
505
+ #: contact_form.php:713
506
  msgid "Action after email is sent"
507
  msgstr "Akcija posle poslatog mejla"
508
 
509
+ #: contact_form.php:715
510
  msgid "Display text"
511
  msgstr "Prikaži tekst"
512
 
513
+ #: contact_form.php:724
514
+ #: contact_form.php:730
515
  msgid "Text"
516
  msgstr "Tekst"
517
 
518
+ #: contact_form.php:737
519
  msgid "Redirect to the page"
520
  msgstr "Preusmeri na stranu"
521
 
522
+ #: contact_form.php:738
523
  msgid "Url"
524
  msgstr "Url"
525
 
526
+ #: contact_form.php:743
527
+ #: contact_form.php:933
528
  msgid "Save Changes"
529
  msgstr "Sačuvaj izmene"
530
 
531
+ #: contact_form.php:758
532
+ #, fuzzy
533
+ msgid "Contact Form Pro | Extra Settings"
534
+ msgstr "Opcije Kontakt Forme"
535
+
536
+ #: contact_form.php:772
537
+ msgid "Errors output"
538
+ msgstr ""
539
+
540
+ #: contact_form.php:775
541
+ msgid "Display error messages"
542
+ msgstr ""
543
+
544
+ #: contact_form.php:776
545
+ msgid "Color of the input field errors."
546
+ msgstr ""
547
+
548
+ #: contact_form.php:777
549
+ #, fuzzy
550
+ msgid "Display error messages & color of the input field errors"
551
+ msgstr "Poruka greške za polje Tema"
552
+
553
+ #: contact_form.php:782
554
+ msgid "Add placeholder to the input blocks"
555
+ msgstr ""
556
+
557
+ #: contact_form.php:788
558
+ #, fuzzy
559
+ msgid "Add tooltips"
560
+ msgstr "Dodatne opcije"
561
+
562
+ #: contact_form.php:802
563
+ #, fuzzy
564
+ msgid "Email address"
565
+ msgstr "E-mail Adresa:"
566
+
567
+ #: contact_form.php:807
568
+ #, fuzzy
569
+ msgid "Phone Number"
570
+ msgstr "Broj telefona"
571
+
572
+ #: contact_form.php:821
573
+ #, fuzzy
574
+ msgid "Attachment"
575
+ msgstr "Priveži fajl:"
576
+
577
+ #: contact_form.php:835
578
+ #: contact_form.php:838
579
+ #: contact_form.php:841
580
+ msgid "Captcha"
581
+ msgstr ""
582
+
583
+ #: contact_form.php:835
584
+ #: contact_form.php:838
585
+ #: contact_form.php:841
586
+ msgid "(powered by bestwebsoft.com)"
587
+ msgstr ""
588
+
589
+ #: contact_form.php:838
590
+ #, fuzzy
591
+ msgid "Activate captcha"
592
+ msgstr "Aktivni dodaci"
593
+
594
+ #: contact_form.php:841
595
+ #, fuzzy
596
+ msgid "Download captcha"
597
+ msgstr "Preuzmi"
598
+
599
+ #: contact_form.php:846
600
+ #, fuzzy
601
+ msgid "Style options"
602
+ msgstr "Dodatne opcije"
603
+
604
+ #: contact_form.php:849
605
+ msgid "Text color"
606
+ msgstr ""
607
+
608
+ #: contact_form.php:852
609
+ #: contact_form.php:857
610
+ #: contact_form.php:867
611
+ #: contact_form.php:872
612
+ #: contact_form.php:877
613
+ #: contact_form.php:882
614
+ #: contact_form.php:892
615
+ #: contact_form.php:897
616
+ #: contact_form.php:903
617
+ #: contact_form.php:914
618
+ #: contact_form.php:919
619
+ #: contact_form.php:924
620
+ msgid "Default"
621
+ msgstr ""
622
+
623
+ #: contact_form.php:854
624
+ msgid "Label text color"
625
+ msgstr ""
626
+
627
+ #: contact_form.php:859
628
+ msgid "Placeholder color"
629
+ msgstr ""
630
+
631
+ #: contact_form.php:864
632
+ msgid "Errors color"
633
+ msgstr ""
634
+
635
+ #: contact_form.php:869
636
+ msgid "Error text color"
637
+ msgstr ""
638
+
639
+ #: contact_form.php:874
640
+ msgid "Background color of the input field errors"
641
+ msgstr ""
642
+
643
+ #: contact_form.php:879
644
+ msgid "Border color of the input field errors"
645
+ msgstr ""
646
+
647
+ #: contact_form.php:884
648
+ msgid "Placeholder color of the input field errors"
649
+ msgstr ""
650
+
651
+ #: contact_form.php:889
652
+ msgid "Input fields"
653
+ msgstr ""
654
+
655
+ #: contact_form.php:894
656
+ msgid "Input fields background color"
657
+ msgstr ""
658
+
659
+ #: contact_form.php:899
660
+ msgid "Text fields color"
661
+ msgstr ""
662
+
663
+ #: contact_form.php:901
664
+ msgid "Border width in px, numbers only"
665
+ msgstr ""
666
+
667
+ #: contact_form.php:905
668
+ #: contact_form.php:926
669
+ msgid "Border color"
670
+ msgstr ""
671
+
672
+ #: contact_form.php:910
673
+ #, fuzzy
674
+ msgid "Submit button"
675
+ msgstr "Podnesi"
676
+
677
+ #: contact_form.php:912
678
+ msgid "Width in px, numbers only"
679
+ msgstr ""
680
+
681
+ #: contact_form.php:916
682
+ msgid "Button color"
683
+ msgstr ""
684
+
685
+ #: contact_form.php:921
686
+ msgid "Button text color"
687
+ msgstr ""
688
+
689
+ #: contact_form.php:937
690
+ #, fuzzy
691
+ msgid "Contact Form Pro | Preview"
692
+ msgstr "Kontakt Forma"
693
+
694
+ #: contact_form.php:940
695
+ msgid "Show with errors"
696
+ msgstr ""
697
+
698
+ #: contact_form.php:1086
699
  msgid "Sorry, email message could not be delivered."
700
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
701
 
702
+ #: contact_form.php:1170
703
  msgid "You can attach the following file formats"
704
  msgstr "Možete privezati fajlove sledećih tipova"
705
 
706
+ #: contact_form.php:1454
707
  msgid "Contact from"
708
  msgstr "Kontakt forma"
709
 
710
+ #: contact_form.php:1467
711
  msgid "Email"
712
  msgstr "Email"
713
 
714
+ #: contact_form.php:1481
715
  msgid "Site"
716
  msgstr "Sajt"
717
 
718
+ #: contact_form.php:1531
719
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
720
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
721
 
722
+ #: contact_form.php:1582
723
  msgid "FAQ"
724
  msgstr "FAQ"
725
 
726
+ #: contact_form.php:1583
727
  msgid "Support"
728
  msgstr "Podrška"
729
 
730
+ #: contact_form.php:1631
731
  msgid "Are you sure that you want to delete this language data?"
732
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
733
 
734
+ #~ msgid "Display Attachment tips"
735
+ #~ msgstr "Prikaži objašnjenja privezaka"
736
+
737
+ #, fuzzy
738
+ #~ msgid "Display a phone number field"
739
+ #~ msgstr "Prikaži polje broja telefona"
740
  #~ msgid "Please enter a valid email address. Settings are not saved."
741
  #~ msgstr "Molim Vas unesite ispravan mejl. Podešavanja nisu sačuvana."
742
  #~ msgid "E-Mail Address"
745
  #~ msgstr "E-mail adresa:"
746
  #~ msgid "Install Now"
747
  #~ msgstr "Instaliraj Sada"
 
 
748
 
languages/contact_form-sv_SE.mo CHANGED
Binary file
languages/contact_form-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,446 +16,725 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "aktiverade plugins"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Les mer"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
 
 
32
  msgid "Settings"
33
  msgstr "Inställningar"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Installerade plugins"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Rekommenderade plugins"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Hämta"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Installera %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Installera nu från wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Om du har några frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller fyll i vårt kontaktformulär på vår webbplats."
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
- msgid "Contact Form Options"
63
  msgstr "Konktaktformulär Alternativ "
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Kontaktformulär"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
 
 
 
 
 
 
 
 
 
 
72
  msgid "Name:"
73
  msgstr "Namn:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-post adress"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "Telefon:"
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Ämne:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Meddelande:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Bilaga:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Skicka mig en kopia"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Skicka"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Ditt namn krävs."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "En giltig e-postadress krävs."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  msgid "Phone number is required."
131
  msgstr "Fält 'telefon' krävs."
132
 
133
- #: contact_form.php:158
134
- #: contact_form.php:193
135
- #: contact_form.php:196
136
  msgid "Subject is required."
137
  msgstr "Ämnesfält krävs."
138
 
139
- #: contact_form.php:159
140
- #: contact_form.php:192
141
- #: contact_form.php:195
142
  msgid "Message text is required."
143
  msgstr "Meddelandesfält krävs."
144
 
145
- #: contact_form.php:160
146
  msgid "File format is not valid."
147
  msgstr "Bilagan bryts."
148
 
149
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "Please fill out the CAPTCHA."
151
  msgstr "Vänligen fyll i CAPTCHA."
152
 
153
- #: contact_form.php:162
154
  msgid "Please make corrections below and try again."
155
  msgstr "Vänligen göra korrigeringar nedan och försök igen."
156
 
157
- #: contact_form.php:164
158
  msgid "Thank you for contacting us."
159
  msgstr "Tack så mycket för att kontakta oss."
160
 
161
- #: contact_form.php:385
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Om alternativet \"Omdirigera till sidan\" väljs, URL ska fyllas i följande format"
164
 
165
- #: contact_form.php:394
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Sådan användaren finns inte. Inställningar sparas inte."
168
 
169
- #: contact_form.php:399
170
- #: contact_form.php:405
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Vänligen ange korrekt \"från\" e-postadress. Inställningar sparas inte."
173
 
174
- #: contact_form.php:410
175
  msgid "Options saved."
176
  msgstr "Inställningar sparas."
177
 
178
- #: contact_form.php:435
 
 
 
 
 
 
 
 
 
 
 
179
  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:"
180
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, bara kopiera och sätta detta kortkod i din post eller sida eller widget:"
181
 
182
- #: contact_form.php:436
183
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
184
  msgstr "Om informationen i nedanstående fält är tomma då meddelandet kommer att skickas till en adress som angetts vid registreringen."
185
 
186
- #: contact_form.php:440
187
  msgid "The user's email address:"
188
  msgstr "Använda e-postadress användare:"
189
 
190
- #: contact_form.php:444
191
  msgid "Create a username"
192
  msgstr "Välj användarnamn"
193
 
194
- #: contact_form.php:449
195
  msgid "Enter a username of the person who should get the messages from the contact form."
196
  msgstr "Ange ett namn på den användare som kommer att få meddelanden från ett kontaktformulär."
197
 
198
- #: contact_form.php:453
199
  msgid "Use this email address:"
200
  msgstr "Använda det här e-postadress:"
201
 
202
- #: contact_form.php:456
203
  msgid "Enter the email address you want the messages forwarded to."
204
  msgstr "Ange en e-postadress som ska användas för att få meddelanden."
205
 
206
- #: contact_form.php:460
207
  msgid "Additional options"
208
  msgstr "Ytterligare alternativ"
209
 
210
- #: contact_form.php:463
211
- msgid "Display Attachment block"
212
- msgstr "Visa bilagablock"
213
-
214
- #: contact_form.php:465
215
- msgid "Users can attach the following file formats"
216
- msgstr "Användare kan bifoga filer av följande typer"
217
-
218
- #: contact_form.php:469
219
- msgid "Display Attachment tips"
220
- msgstr "Visa Bilaga förklaringar"
221
-
222
- #: contact_form.php:471
223
- msgid "Display tips below the Attachment block"
224
- msgstr "Visa förklaringar efter bilagablocket."
225
-
226
- #: contact_form.php:475
227
- msgid "Display Send me a copy block"
228
- msgstr "Visa 'Skicka mig en kopia' block."
229
-
230
- #: contact_form.php:481
231
  msgid "What to use?"
232
  msgstr "Vad ska man använda?"
233
 
234
- #: contact_form.php:484
235
  msgid "Wp-mail"
236
  msgstr "Wp-e-post"
237
 
238
- #: contact_form.php:485
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "För att skicka e-post kan du använda wordpress wp_mail funktionen."
241
 
242
- #: contact_form.php:491
243
  msgid "Mail"
244
  msgstr "E-post"
245
 
246
- #: contact_form.php:492
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "För att skicka e-post kan du använda php funktionen."
249
 
250
- #: contact_form.php:496
251
  msgid "Change text of the 'FROM' field"
252
  msgstr "Ändra tekst för 'FRÅN' fältet på e-postmeddelandet."
253
 
254
- #: contact_form.php:502
255
  msgid "Enter the email address in the 'From' field"
256
  msgstr "Välj e-postadress för 'FRÅN' fältet för e-postmeddelandet."
257
 
258
- #: contact_form.php:504
259
  #, fuzzy
260
  msgid "The email address of the user who fills the form will be used in the field 'From'."
261
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
262
 
263
- #: contact_form.php:506
264
  msgid "This email address will be used in the 'From' field."
265
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта"
266
 
267
- #: contact_form.php:510
 
 
 
 
 
 
 
 
268
  #, fuzzy
269
- msgid "Display a phone number field"
270
- msgstr "Visa 'Telefon' fält."
 
 
 
 
 
 
271
 
272
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgid "Required fields"
274
  msgstr "Fält krävs."
275
 
276
- #: contact_form.php:518
277
- #: contact_form.php:1016
 
278
  msgid "Name"
279
  msgstr "Namn"
280
 
281
- #: contact_form.php:519
282
  #, fuzzy
283
  msgid "Email Address"
284
  msgstr "E-post adress"
285
 
286
- #: contact_form.php:520
287
- #: contact_form.php:1024
288
- msgid "Phone"
289
- msgstr "Telefon"
290
-
291
- #: contact_form.php:521
292
- #: contact_form.php:1027
293
  msgid "Subject"
294
  msgstr "Ämne"
295
 
296
- #: contact_form.php:522
297
- #: contact_form.php:1030
 
298
  msgid "Message"
299
  msgstr "Meddelande"
300
 
301
- #: contact_form.php:526
302
  #, fuzzy
303
  msgid "Display additional info in the email"
304
  msgstr "Visa ytterligare information i e-meddelande."
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Skickas från (ip adress)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Datum/Tid"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Kommande frå (referrer)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "använda (användare/ombud)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr "Språkinställningar för etikettfält"
329
 
330
- #: contact_form.php:547
331
  #, fuzzy
332
  msgid "Add a language"
333
  msgstr "Lägg till språk"
334
 
335
- #: contact_form.php:551
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr "Engelska"
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr "Felmeddelande för namnfält"
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr "Felmeddelande för e-postadressfält"
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr "Felmeddelande för telefonfält"
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr "Felmeddelande for ämnesfält"
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr "Felmeddelande för meddelandesfält"
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
372
  msgstr "Felmeddelande för "
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  msgid "Error message for the Captcha field"
377
  msgstr "Felmeddelande för CAPTCHA"
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr "Felmeddelande för hela formen"
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr "Använda kortkod"
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr "för detta språk"
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr "Åtgärd efter meddelande skickas"
401
 
402
- #: contact_form.php:610
403
  msgid "Display text"
404
  msgstr "Visa tekst"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
  msgstr "Tekst"
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
  msgstr "omdirigering till sidan"
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
  msgstr "Url"
418
 
419
- #: contact_form.php:638
 
420
  msgid "Save Changes"
421
  msgstr "Spara ändringar"
422
 
423
- #: contact_form.php:685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Tyvärr kan din e-post inte levereras."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Du kan bifoga filer av följande typer"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Kontaktformulär"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "E-post"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Sida"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Om du kan se den här MIME, så din klient inte accepterar MIME-typer!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Stöd"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
  msgstr "Är du säker på att du vill ta bort detta språk?"
458
 
 
 
 
 
 
 
459
  #~ msgid "Please enter a valid email address. Settings are not saved."
460
  #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
461
  #~ msgid "E-Mail Address"
@@ -464,6 +743,4 @@ msgstr "Är du säker på att du vill ta bort detta språk?"
464
  #~ msgstr "E-mail адрес:"
465
  #~ msgid "Install Now"
466
  #~ msgstr "Установить сейчас"
467
- #~ msgid "BWS Plugins"
468
- #~ msgstr "Плагины BWS"
469
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:50+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:50+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "Плагины BWS"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "aktiverade plugins"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Les mer"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Inställningar"
46
 
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
  msgid "Installed plugins"
50
  msgstr "Installerade plugins"
51
 
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
  msgid "Recommended plugins"
55
  msgstr "Rekommenderade plugins"
56
 
57
+ #: contact_form.php:121
58
+ msgid "Purchase"
59
+ msgstr ""
60
+
61
+ #: contact_form.php:126
62
+ #, fuzzy
63
+ msgid "Free plugins"
64
+ msgstr "Rekommenderade plugins"
65
+
66
+ #: contact_form.php:147
67
  msgid "Download"
68
  msgstr "Hämta"
69
 
70
+ #: contact_form.php:147
71
  #, php-format
72
  msgid "Install %s"
73
  msgstr "Installera %s"
74
 
75
+ #: contact_form.php:147
76
  msgid "Install now from wordpress.org"
77
  msgstr "Installera nu från wordpress.org"
78
 
79
+ #: contact_form.php:152
80
+ #, fuzzy
81
+ msgid "If you have any questions, please contact us via"
82
  msgstr "Om du har några frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller fyll i vårt kontaktformulär på vår webbplats."
83
 
84
+ #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Konktaktformulär Alternativ "
88
 
89
+ #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Kontaktformulär"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Konktaktformulär Alternativ "
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Kontaktformulär"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Namn:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
+ #, fuzzy
113
+ msgid "Address:"
114
+ msgstr "E-post adress"
115
+
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-post adress"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Telefon:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Ämne:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Meddelande:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Bilaga:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Skicka mig en kopia"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Skicka"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Ditt namn krävs."
162
 
163
+ #: contact_form.php:211
164
+ #, fuzzy
165
+ msgid "Address is required."
166
+ msgstr "En giltig e-postadress krävs."
167
+
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "En giltig e-postadress krävs."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  msgid "Phone number is required."
177
  msgstr "Fält 'telefon' krävs."
178
 
179
+ #: contact_form.php:214
180
+ #: contact_form.php:257
181
+ #: contact_form.php:260
182
  msgid "Subject is required."
183
  msgstr "Ämnesfält krävs."
184
 
185
+ #: contact_form.php:215
186
+ #: contact_form.php:256
187
+ #: contact_form.php:259
188
  msgid "Message text is required."
189
  msgstr "Meddelandesfält krävs."
190
 
191
+ #: contact_form.php:216
192
  msgid "File format is not valid."
193
  msgstr "Bilagan bryts."
194
 
195
+ #: contact_form.php:217
196
+ msgid "File upload error."
197
+ msgstr ""
198
+
199
+ #: contact_form.php:218
200
+ msgid "The file could not be uploaded."
201
+ msgstr ""
202
+
203
+ #: contact_form.php:219
204
+ msgid "This file is too large."
205
+ msgstr ""
206
+
207
+ #: contact_form.php:220
208
  msgid "Please fill out the CAPTCHA."
209
  msgstr "Vänligen fyll i CAPTCHA."
210
 
211
+ #: contact_form.php:221
212
  msgid "Please make corrections below and try again."
213
  msgstr "Vänligen göra korrigeringar nedan och försök igen."
214
 
215
+ #: contact_form.php:223
216
  msgid "Thank you for contacting us."
217
  msgstr "Tack så mycket för att kontakta oss."
218
 
219
+ #: contact_form.php:482
220
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
221
  msgstr "Om alternativet \"Omdirigera till sidan\" väljs, URL ska fyllas i följande format"
222
 
223
+ #: contact_form.php:491
224
  msgid "Such user does not exist. Settings are not saved."
225
  msgstr "Sådan användaren finns inte. Inställningar sparas inte."
226
 
227
+ #: contact_form.php:496
228
+ #: contact_form.php:502
229
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
230
  msgstr "Vänligen ange korrekt \"från\" e-postadress. Inställningar sparas inte."
231
 
232
+ #: contact_form.php:507
233
  msgid "Options saved."
234
  msgstr "Inställningar sparas."
235
 
236
+ #: contact_form.php:527
237
+ msgid "Contact Form Options"
238
+ msgstr "Konktaktformulär Alternativ "
239
+
240
+ #: contact_form.php:532
241
+ #: contact_form.php:761
242
+ #, fuzzy
243
+ msgid "Extra settings"
244
+ msgstr "Inställningar"
245
+
246
+ #: contact_form.php:537
247
+ #: contact_form.php:1032
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 "Om du vill lägga till ett kontaktformulär på din webbplats, bara kopiera och sätta detta kortkod i din post eller sida eller widget:"
250
 
251
+ #: contact_form.php:538
252
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
253
  msgstr "Om informationen i nedanstående fält är tomma då meddelandet kommer att skickas till en adress som angetts vid registreringen."
254
 
255
+ #: contact_form.php:542
256
  msgid "The user's email address:"
257
  msgstr "Använda e-postadress användare:"
258
 
259
+ #: contact_form.php:546
260
  msgid "Create a username"
261
  msgstr "Välj användarnamn"
262
 
263
+ #: contact_form.php:551
264
  msgid "Enter a username of the person who should get the messages from the contact form."
265
  msgstr "Ange ett namn på den användare som kommer att få meddelanden från ett kontaktformulär."
266
 
267
+ #: contact_form.php:555
268
  msgid "Use this email address:"
269
  msgstr "Använda det här e-postadress:"
270
 
271
+ #: contact_form.php:558
272
  msgid "Enter the email address you want the messages forwarded to."
273
  msgstr "Ange en e-postadress som ska användas för att få meddelanden."
274
 
275
+ #: contact_form.php:562
276
  msgid "Additional options"
277
  msgstr "Ytterligare alternativ"
278
 
279
+ #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  msgid "What to use?"
281
  msgstr "Vad ska man använda?"
282
 
283
+ #: contact_form.php:568
284
  msgid "Wp-mail"
285
  msgstr "Wp-e-post"
286
 
287
+ #: contact_form.php:569
288
  msgid "You can use the wp_mail function for mailing"
289
  msgstr "För att skicka e-post kan du använda wordpress wp_mail funktionen."
290
 
291
+ #: contact_form.php:575
292
  msgid "Mail"
293
  msgstr "E-post"
294
 
295
+ #: contact_form.php:576
296
  msgid "To send mail you can use the php mail function"
297
  msgstr "För att skicka e-post kan du använda php funktionen."
298
 
299
+ #: contact_form.php:580
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Ändra tekst för 'FRÅN' fältet på e-postmeddelandet."
302
 
303
+ #: contact_form.php:586
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr "Välj e-postadress för 'FRÅN' fältet för e-postmeddelandet."
306
 
307
+ #: contact_form.php:588
308
  #, fuzzy
309
  msgid "The email address of the user who fills the form will be used in the field 'From'."
310
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
311
 
312
+ #: contact_form.php:590
313
  msgid "This email address will be used in the 'From' field."
314
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта"
315
 
316
+ #: contact_form.php:594
317
+ #, fuzzy
318
+ msgid "Display fields"
319
+ msgstr "Visa tekst"
320
+
321
+ #: contact_form.php:596
322
+ #: contact_form.php:607
323
+ #: contact_form.php:797
324
+ #: contact_form.php:1464
325
  #, fuzzy
326
+ msgid "Address"
327
+ msgstr "E-post adress"
328
+
329
+ #: contact_form.php:597
330
+ #: contact_form.php:609
331
+ #: contact_form.php:1472
332
+ msgid "Phone"
333
+ msgstr "Telefon"
334
 
335
+ #: contact_form.php:598
336
+ #, fuzzy
337
+ msgid "Attachment block"
338
+ msgstr "Visa bilagablock"
339
+
340
+ #: contact_form.php:598
341
+ msgid "Users can attach the following file formats"
342
+ msgstr "Användare kan bifoga filer av följande typer"
343
+
344
+ #: contact_form.php:599
345
+ #, fuzzy
346
+ msgid "Tips below the Attachment block"
347
+ msgstr "Visa förklaringar efter bilagablocket."
348
+
349
+ #: contact_form.php:600
350
+ #, fuzzy
351
+ msgid "Send me a copy block"
352
+ msgstr "Visa 'Skicka mig en kopia' block."
353
+
354
+ #: contact_form.php:604
355
  msgid "Required fields"
356
  msgstr "Fält krävs."
357
 
358
+ #: contact_form.php:606
359
+ #: contact_form.php:792
360
+ #: contact_form.php:1459
361
  msgid "Name"
362
  msgstr "Namn"
363
 
364
+ #: contact_form.php:608
365
  #, fuzzy
366
  msgid "Email Address"
367
  msgstr "E-post adress"
368
 
369
+ #: contact_form.php:610
370
+ #: contact_form.php:812
371
+ #: contact_form.php:1475
 
 
 
 
372
  msgid "Subject"
373
  msgstr "Ämne"
374
 
375
+ #: contact_form.php:611
376
+ #: contact_form.php:816
377
+ #: contact_form.php:1478
378
  msgid "Message"
379
  msgstr "Meddelande"
380
 
381
+ #: contact_form.php:615
382
  #, fuzzy
383
  msgid "Display additional info in the email"
384
  msgstr "Visa ytterligare information i e-meddelande."
385
 
386
+ #: contact_form.php:620
387
+ #: contact_form.php:1431
388
  msgid "Sent from (ip address)"
389
  msgstr "Skickas från (ip adress)"
390
 
391
+ #: contact_form.php:621
392
+ #: contact_form.php:1436
393
  msgid "Date/Time"
394
  msgstr "Datum/Tid"
395
 
396
+ #: contact_form.php:622
397
+ #: contact_form.php:1441
398
  msgid "Sent from (referer)"
399
  msgstr "Kommande frå (referrer)"
400
 
401
+ #: contact_form.php:623
402
+ #: contact_form.php:1446
403
  msgid "Using (user agent)"
404
  msgstr "använda (användare/ombud)"
405
 
406
+ #: contact_form.php:627
407
  msgid "Language settings for the field names in the form"
408
  msgstr "Språkinställningar för etikettfält"
409
 
410
+ #: contact_form.php:636
411
  #, fuzzy
412
  msgid "Add a language"
413
  msgstr "Lägg till språk"
414
 
415
+ #: contact_form.php:640
416
  msgid "Change the names of the contact form fields and error messages"
417
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
418
 
419
+ #: contact_form.php:645
420
+ #: contact_form.php:716
421
  msgid "English"
422
  msgstr "Engelska"
423
 
424
+ #: contact_form.php:664
425
+ #: contact_form.php:693
426
  msgid "Error message for the Name field"
427
  msgstr "Felmeddelande för namnfält"
428
 
429
+ #: contact_form.php:665
430
+ #: contact_form.php:694
431
+ #, fuzzy
432
+ msgid "Error message for the Address field"
433
+ msgstr "Felmeddelande för meddelandesfält"
434
+
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr "Felmeddelande för e-postadressfält"
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr "Felmeddelande för telefonfält"
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr "Felmeddelande for ämnesfält"
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr "Felmeddelande för meddelandesfält"
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
+ #, fuzzy
458
+ msgid "Error message about the file type for the Attachment field"
459
  msgstr "Felmeddelande för "
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
+ #, fuzzy
464
+ msgid "Error message while uploading a file for the Attachment field to the server"
465
+ msgstr "Felmeddelande för "
466
+
467
+ #: contact_form.php:672
468
+ #: contact_form.php:701
469
+ #, fuzzy
470
+ msgid "Error message while moving the file for the Attachment field"
471
+ msgstr "Felmeddelande för "
472
+
473
+ #: contact_form.php:673
474
+ #: contact_form.php:702
475
+ #, fuzzy
476
+ msgid "Error message when file size limit for the Attachment field is exceeded"
477
+ msgstr "Felmeddelande för "
478
+
479
+ #: contact_form.php:674
480
+ #: contact_form.php:703
481
  msgid "Error message for the Captcha field"
482
  msgstr "Felmeddelande för CAPTCHA"
483
 
484
+ #: contact_form.php:675
485
+ #: contact_form.php:704
486
  msgid "Error message for the whole form"
487
  msgstr "Felmeddelande för hela formen"
488
 
489
+ #: contact_form.php:677
490
+ #: contact_form.php:706
491
+ #: contact_form.php:725
492
+ #: contact_form.php:731
493
  msgid "Use shortcode"
494
  msgstr "Använda kortkod"
495
 
496
+ #: contact_form.php:677
497
+ #: contact_form.php:706
498
+ #: contact_form.php:725
499
+ #: contact_form.php:731
500
  msgid "for this language"
501
  msgstr "för detta språk"
502
 
503
+ #: contact_form.php:713
504
  msgid "Action after email is sent"
505
  msgstr "Åtgärd efter meddelande skickas"
506
 
507
+ #: contact_form.php:715
508
  msgid "Display text"
509
  msgstr "Visa tekst"
510
 
511
+ #: contact_form.php:724
512
+ #: contact_form.php:730
513
  msgid "Text"
514
  msgstr "Tekst"
515
 
516
+ #: contact_form.php:737
517
  msgid "Redirect to the page"
518
  msgstr "omdirigering till sidan"
519
 
520
+ #: contact_form.php:738
521
  msgid "Url"
522
  msgstr "Url"
523
 
524
+ #: contact_form.php:743
525
+ #: contact_form.php:933
526
  msgid "Save Changes"
527
  msgstr "Spara ändringar"
528
 
529
+ #: contact_form.php:758
530
+ #, fuzzy
531
+ msgid "Contact Form Pro | Extra Settings"
532
+ msgstr "Konktaktformulär Alternativ "
533
+
534
+ #: contact_form.php:772
535
+ msgid "Errors output"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:775
539
+ msgid "Display error messages"
540
+ msgstr ""
541
+
542
+ #: contact_form.php:776
543
+ msgid "Color of the input field errors."
544
+ msgstr ""
545
+
546
+ #: contact_form.php:777
547
+ #, fuzzy
548
+ msgid "Display error messages & color of the input field errors"
549
+ msgstr "Felmeddelande for ämnesfält"
550
+
551
+ #: contact_form.php:782
552
+ msgid "Add placeholder to the input blocks"
553
+ msgstr ""
554
+
555
+ #: contact_form.php:788
556
+ #, fuzzy
557
+ msgid "Add tooltips"
558
+ msgstr "Ytterligare alternativ"
559
+
560
+ #: contact_form.php:802
561
+ #, fuzzy
562
+ msgid "Email address"
563
+ msgstr "E-post adress"
564
+
565
+ #: contact_form.php:807
566
+ #, fuzzy
567
+ msgid "Phone Number"
568
+ msgstr "Telefon:"
569
+
570
+ #: contact_form.php:821
571
+ #, fuzzy
572
+ msgid "Attachment"
573
+ msgstr "Bilaga:"
574
+
575
+ #: contact_form.php:835
576
+ #: contact_form.php:838
577
+ #: contact_form.php:841
578
+ msgid "Captcha"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:835
582
+ #: contact_form.php:838
583
+ #: contact_form.php:841
584
+ msgid "(powered by bestwebsoft.com)"
585
+ msgstr ""
586
+
587
+ #: contact_form.php:838
588
+ #, fuzzy
589
+ msgid "Activate captcha"
590
+ msgstr "aktiverade plugins"
591
+
592
+ #: contact_form.php:841
593
+ #, fuzzy
594
+ msgid "Download captcha"
595
+ msgstr "Hämta"
596
+
597
+ #: contact_form.php:846
598
+ #, fuzzy
599
+ msgid "Style options"
600
+ msgstr "Ytterligare alternativ"
601
+
602
+ #: contact_form.php:849
603
+ msgid "Text color"
604
+ msgstr ""
605
+
606
+ #: contact_form.php:852
607
+ #: contact_form.php:857
608
+ #: contact_form.php:867
609
+ #: contact_form.php:872
610
+ #: contact_form.php:877
611
+ #: contact_form.php:882
612
+ #: contact_form.php:892
613
+ #: contact_form.php:897
614
+ #: contact_form.php:903
615
+ #: contact_form.php:914
616
+ #: contact_form.php:919
617
+ #: contact_form.php:924
618
+ msgid "Default"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:854
622
+ msgid "Label text color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:859
626
+ msgid "Placeholder color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:864
630
+ msgid "Errors color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:869
634
+ msgid "Error text color"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:874
638
+ msgid "Background color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:879
642
+ msgid "Border color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:884
646
+ msgid "Placeholder color of the input field errors"
647
+ msgstr ""
648
+
649
+ #: contact_form.php:889
650
+ msgid "Input fields"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:894
654
+ msgid "Input fields background color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:899
658
+ msgid "Text fields color"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:901
662
+ msgid "Border width in px, numbers only"
663
+ msgstr ""
664
+
665
+ #: contact_form.php:905
666
+ #: contact_form.php:926
667
+ msgid "Border color"
668
+ msgstr ""
669
+
670
+ #: contact_form.php:910
671
+ #, fuzzy
672
+ msgid "Submit button"
673
+ msgstr "Skicka"
674
+
675
+ #: contact_form.php:912
676
+ msgid "Width in px, numbers only"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:916
680
+ msgid "Button color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:921
684
+ msgid "Button text color"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:937
688
+ #, fuzzy
689
+ msgid "Contact Form Pro | Preview"
690
+ msgstr "Kontaktformulär"
691
+
692
+ #: contact_form.php:940
693
+ msgid "Show with errors"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:1086
697
  msgid "Sorry, email message could not be delivered."
698
  msgstr "Tyvärr kan din e-post inte levereras."
699
 
700
+ #: contact_form.php:1170
701
  msgid "You can attach the following file formats"
702
  msgstr "Du kan bifoga filer av följande typer"
703
 
704
+ #: contact_form.php:1454
705
  msgid "Contact from"
706
  msgstr "Kontaktformulär"
707
 
708
+ #: contact_form.php:1467
709
  msgid "Email"
710
  msgstr "E-post"
711
 
712
+ #: contact_form.php:1481
713
  msgid "Site"
714
  msgstr "Sida"
715
 
716
+ #: contact_form.php:1531
717
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
718
  msgstr "Om du kan se den här MIME, så din klient inte accepterar MIME-typer!"
719
 
720
+ #: contact_form.php:1582
721
  msgid "FAQ"
722
  msgstr "FAQ"
723
 
724
+ #: contact_form.php:1583
725
  msgid "Support"
726
  msgstr "Stöd"
727
 
728
+ #: contact_form.php:1631
729
  msgid "Are you sure that you want to delete this language data?"
730
  msgstr "Är du säker på att du vill ta bort detta språk?"
731
 
732
+ #~ msgid "Display Attachment tips"
733
+ #~ msgstr "Visa Bilaga förklaringar"
734
+
735
+ #, fuzzy
736
+ #~ msgid "Display a phone number field"
737
+ #~ msgstr "Visa 'Telefon' fält."
738
  #~ msgid "Please enter a valid email address. Settings are not saved."
739
  #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
740
  #~ msgid "E-Mail Address"
743
  #~ msgstr "E-mail адрес:"
744
  #~ msgid "Install Now"
745
  #~ msgstr "Установить сейчас"
 
 
746
 
languages/contact_form-tr_TR.mo CHANGED
Binary file
languages/contact_form-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,443 +16,710 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Aktif eklentiler"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Devamı"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
 
 
32
  msgid "Settings"
33
  msgstr "Ayarlar"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Eklenti Kuruldu"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Önerilen Eklentiler"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "İndir"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Kur %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Wordpress.org dan şimdi yükleyin"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Herhangi bir sorunuz varsa, lütfen plugin@bestwebsoft.com aracılığıyla bize ulaşın veya sitemizdeki iletişim formunu kullanın"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
- msgid "Contact Form Options"
63
  msgstr "İletişim Formu Seçenekleri"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "İletişim Formu"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
 
 
 
 
 
 
 
 
 
 
72
  msgid "Name:"
73
  msgstr "Adınız Soyadınız :"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-mail Adresiniz :"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr ""
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Konu:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Mesajınız:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Dosya Eki:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Bir kopyasını banada gönder"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Gönder"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Adınız ve soyadınız gereklidir."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Düzgün bir e-posta adresi gereklidir."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  #, fuzzy
131
  msgid "Phone number is required."
132
  msgstr "Adınız ve soyadınız gereklidir."
133
 
134
- #: contact_form.php:158
135
- #: contact_form.php:193
136
- #: contact_form.php:196
137
  msgid "Subject is required."
138
  msgstr "Konu metni gereklidir."
139
 
140
- #: contact_form.php:159
141
- #: contact_form.php:192
142
- #: contact_form.php:195
143
  msgid "Message text is required."
144
  msgstr "Mesaj metni gereklidir."
145
 
146
- #: contact_form.php:160
147
  msgid "File format is not valid."
148
  msgstr "Eklenti Hatalı"
149
 
150
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "CAPTCHA Doldurunuz"
153
 
154
- #: contact_form.php:162
155
  msgid "Please make corrections below and try again."
156
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
157
 
158
- #: contact_form.php:164
159
  msgid "Thank you for contacting us."
160
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
161
 
162
- #: contact_form.php:385
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr ""
165
 
166
- #: contact_form.php:394
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Böyle bir kullanıcı yok. Ayarlar kayıt edilemedi."
169
 
170
- #: contact_form.php:399
171
- #: contact_form.php:405
172
  #, fuzzy
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
175
 
176
- #: contact_form.php:410
177
  msgid "Options saved."
178
  msgstr "Ayarlar Kayıt Edildi."
179
 
180
- #: contact_form.php:435
 
 
 
 
 
 
 
 
 
 
 
181
  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:"
182
  msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
183
 
184
- #: contact_form.php:436
185
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
186
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
187
 
188
- #: contact_form.php:440
189
  msgid "The user's email address:"
190
  msgstr "Kullanıcı adı veya mail girin"
191
 
192
- #: contact_form.php:444
193
  msgid "Create a username"
194
  msgstr "Kullanıcı adı seçin"
195
 
196
- #: contact_form.php:449
197
  msgid "Enter a username of the person who should get the messages from the contact form."
198
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
199
 
200
- #: contact_form.php:453
201
  msgid "Use this email address:"
202
  msgstr "Bu e-posta adresini kullan:"
203
 
204
- #: contact_form.php:456
205
  msgid "Enter the email address you want the messages forwarded to."
206
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
207
 
208
- #: contact_form.php:460
209
  msgid "Additional options"
210
  msgstr "Ek Seçenekler"
211
 
212
- #: contact_form.php:463
213
- msgid "Display Attachment block"
214
- msgstr "Eklenti Bloğunu Göster"
215
-
216
- #: contact_form.php:465
217
- msgid "Users can attach the following file formats"
218
- msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
219
-
220
- #: contact_form.php:469
221
- msgid "Display Attachment tips"
222
- msgstr ""
223
-
224
- #: contact_form.php:471
225
- msgid "Display tips below the Attachment block"
226
- msgstr ""
227
-
228
- #: contact_form.php:475
229
- msgid "Display Send me a copy block"
230
- msgstr "Bana bir kopya gönder bloğunu göster"
231
-
232
- #: contact_form.php:481
233
  msgid "What to use?"
234
  msgstr ""
235
 
236
- #: contact_form.php:484
237
  msgid "Wp-mail"
238
  msgstr "Wp-mail"
239
 
240
- #: contact_form.php:485
241
  msgid "You can use the wp_mail function for mailing"
242
  msgstr ""
243
 
244
- #: contact_form.php:491
245
  msgid "Mail"
246
  msgstr "Mail"
247
 
248
- #: contact_form.php:492
249
  msgid "To send mail you can use the php mail function"
250
  msgstr ""
251
 
252
- #: contact_form.php:496
253
  #, fuzzy
254
  msgid "Change text of the 'FROM' field"
255
  msgstr "Iletişim formu alanları DAN değiştirin"
256
 
257
- #: contact_form.php:502
258
  msgid "Enter the email address in the 'From' field"
259
  msgstr ""
260
 
261
- #: contact_form.php:504
262
  msgid "The email address of the user who fills the form will be used in the field 'From'."
263
  msgstr ""
264
 
265
- #: contact_form.php:506
266
  msgid "This email address will be used in the 'From' field."
267
  msgstr ""
268
 
269
- #: contact_form.php:510
270
- msgid "Display a phone number field"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  msgstr ""
272
 
273
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  msgid "Required fields"
275
  msgstr ""
276
 
277
- #: contact_form.php:518
278
- #: contact_form.php:1016
 
279
  msgid "Name"
280
  msgstr "Adınız Soyadınız"
281
 
282
- #: contact_form.php:519
283
  #, fuzzy
284
  msgid "Email Address"
285
  msgstr "E-mail Adresiniz :"
286
 
287
- #: contact_form.php:520
288
- #: contact_form.php:1024
289
- msgid "Phone"
290
- msgstr ""
291
-
292
- #: contact_form.php:521
293
- #: contact_form.php:1027
294
  msgid "Subject"
295
  msgstr "Konu"
296
 
297
- #: contact_form.php:522
298
- #: contact_form.php:1030
 
299
  msgid "Message"
300
  msgstr "Mesaj"
301
 
302
- #: contact_form.php:526
303
  msgid "Display additional info in the email"
304
  msgstr ""
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Geldiği (ip adresi)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Tarih/Zaman"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Gelen"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Using (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr ""
329
 
330
- #: contact_form.php:547
331
  msgid "Add a language"
332
  msgstr ""
333
 
334
- #: contact_form.php:551
335
  msgid "Change the names of the contact form fields and error messages"
336
  msgstr "Iletişim formu alanlar için değişim etiket"
337
 
338
- #: contact_form.php:556
339
- #: contact_form.php:611
340
  msgid "English"
341
  msgstr ""
342
 
343
- #: contact_form.php:572
344
- #: contact_form.php:593
345
  msgid "Error message for the Name field"
346
  msgstr ""
347
 
348
- #: contact_form.php:573
349
- #: contact_form.php:594
 
 
 
 
 
350
  msgid "Error message for the Email field"
351
  msgstr ""
352
 
353
- #: contact_form.php:574
354
- #: contact_form.php:595
355
  msgid "Error message for the Phone field"
356
  msgstr ""
357
 
358
- #: contact_form.php:575
359
- #: contact_form.php:596
360
  msgid "Error message for the Subject field"
361
  msgstr ""
362
 
363
- #: contact_form.php:576
364
- #: contact_form.php:597
365
  msgid "Error message for the Message field"
366
  msgstr ""
367
 
368
- #: contact_form.php:577
369
- #: contact_form.php:598
370
- msgid "Error message for the Attachment field"
371
  msgstr ""
372
 
373
- #: contact_form.php:578
374
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  msgid "Error message for the Captcha field"
376
  msgstr ""
377
 
378
- #: contact_form.php:579
379
- #: contact_form.php:600
380
  msgid "Error message for the whole form"
381
  msgstr ""
382
 
383
- #: contact_form.php:580
384
- #: contact_form.php:601
385
- #: contact_form.php:620
386
- #: contact_form.php:626
387
  msgid "Use shortcode"
388
  msgstr ""
389
 
390
- #: contact_form.php:580
391
- #: contact_form.php:601
392
- #: contact_form.php:620
393
- #: contact_form.php:626
394
  msgid "for this language"
395
  msgstr ""
396
 
397
- #: contact_form.php:608
398
  msgid "Action after email is sent"
399
  msgstr ""
400
 
401
- #: contact_form.php:610
402
  #, fuzzy
403
  msgid "Display text"
404
  msgstr "Eklenti Bloğunu Göster"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
  msgstr ""
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
  msgstr ""
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
  msgstr ""
418
 
419
- #: contact_form.php:638
 
420
  msgid "Save Changes"
421
  msgstr "Değişiklikler Kayıt Edildi"
422
 
423
- #: contact_form.php:685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Üzgünüz, e-posta gönderilemedi."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Adlı Kişiden Mail Var"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "e-mail"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Site"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "Sık Sorulanlar"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Destek"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
  msgstr ""
458
 
@@ -466,6 +733,4 @@ msgstr ""
466
  #~ msgstr "Indirizzo e-mail:"
467
  #~ msgid "Install Now"
468
  #~ msgstr "Installa Ora"
469
- #~ msgid "BWS Plugins"
470
- #~ msgstr "BWS Plugins"
471
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:50+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:50+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "BWS Plugins"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Aktif eklentiler"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Devamı"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Ayarlar"
46
 
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
  msgid "Installed plugins"
50
  msgstr "Eklenti Kuruldu"
51
 
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
  msgid "Recommended plugins"
55
  msgstr "Önerilen Eklentiler"
56
 
57
+ #: contact_form.php:121
58
+ msgid "Purchase"
59
+ msgstr ""
60
+
61
+ #: contact_form.php:126
62
+ #, fuzzy
63
+ msgid "Free plugins"
64
+ msgstr "Önerilen Eklentiler"
65
+
66
+ #: contact_form.php:147
67
  msgid "Download"
68
  msgstr "İndir"
69
 
70
+ #: contact_form.php:147
71
  #, php-format
72
  msgid "Install %s"
73
  msgstr "Kur %s"
74
 
75
+ #: contact_form.php:147
76
  msgid "Install now from wordpress.org"
77
  msgstr "Wordpress.org dan şimdi yükleyin"
78
 
79
+ #: contact_form.php:152
80
+ #, fuzzy
81
+ msgid "If you have any questions, please contact us via"
82
  msgstr "Herhangi bir sorunuz varsa, lütfen plugin@bestwebsoft.com aracılığıyla bize ulaşın veya sitemizdeki iletişim formunu kullanın"
83
 
84
+ #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "İletişim Formu Seçenekleri"
88
 
89
+ #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "İletişim Formu"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "İletişim Formu Seçenekleri"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "İletişim Formu"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Adınız Soyadınız :"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
+ #, fuzzy
113
+ msgid "Address:"
114
+ msgstr "E-mail Adresiniz :"
115
+
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-mail Adresiniz :"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr ""
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Konu:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Mesajınız:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Dosya Eki:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Bir kopyasını banada gönder"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Gönder"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Adınız ve soyadınız gereklidir."
162
 
163
+ #: contact_form.php:211
164
+ #, fuzzy
165
+ msgid "Address is required."
166
+ msgstr "Düzgün bir e-posta adresi gereklidir."
167
+
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Düzgün bir e-posta adresi gereklidir."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  #, fuzzy
177
  msgid "Phone number is required."
178
  msgstr "Adınız ve soyadınız gereklidir."
179
 
180
+ #: contact_form.php:214
181
+ #: contact_form.php:257
182
+ #: contact_form.php:260
183
  msgid "Subject is required."
184
  msgstr "Konu metni gereklidir."
185
 
186
+ #: contact_form.php:215
187
+ #: contact_form.php:256
188
+ #: contact_form.php:259
189
  msgid "Message text is required."
190
  msgstr "Mesaj metni gereklidir."
191
 
192
+ #: contact_form.php:216
193
  msgid "File format is not valid."
194
  msgstr "Eklenti Hatalı"
195
 
196
+ #: contact_form.php:217
197
+ msgid "File upload error."
198
+ msgstr ""
199
+
200
+ #: contact_form.php:218
201
+ msgid "The file could not be uploaded."
202
+ msgstr ""
203
+
204
+ #: contact_form.php:219
205
+ msgid "This file is too large."
206
+ msgstr ""
207
+
208
+ #: contact_form.php:220
209
  msgid "Please fill out the CAPTCHA."
210
  msgstr "CAPTCHA Doldurunuz"
211
 
212
+ #: contact_form.php:221
213
  msgid "Please make corrections below and try again."
214
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
215
 
216
+ #: contact_form.php:223
217
  msgid "Thank you for contacting us."
218
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
219
 
220
+ #: contact_form.php:482
221
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
222
  msgstr ""
223
 
224
+ #: contact_form.php:491
225
  msgid "Such user does not exist. Settings are not saved."
226
  msgstr "Böyle bir kullanıcı yok. Ayarlar kayıt edilemedi."
227
 
228
+ #: contact_form.php:496
229
+ #: contact_form.php:502
230
  #, fuzzy
231
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
232
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
233
 
234
+ #: contact_form.php:507
235
  msgid "Options saved."
236
  msgstr "Ayarlar Kayıt Edildi."
237
 
238
+ #: contact_form.php:527
239
+ msgid "Contact Form Options"
240
+ msgstr "İletişim Formu Seçenekleri"
241
+
242
+ #: contact_form.php:532
243
+ #: contact_form.php:761
244
+ #, fuzzy
245
+ msgid "Extra settings"
246
+ msgstr "Ayarlar"
247
+
248
+ #: contact_form.php:537
249
+ #: contact_form.php:1032
250
  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:"
251
  msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
252
 
253
+ #: contact_form.php:538
254
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
255
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
256
 
257
+ #: contact_form.php:542
258
  msgid "The user's email address:"
259
  msgstr "Kullanıcı adı veya mail girin"
260
 
261
+ #: contact_form.php:546
262
  msgid "Create a username"
263
  msgstr "Kullanıcı adı seçin"
264
 
265
+ #: contact_form.php:551
266
  msgid "Enter a username of the person who should get the messages from the contact form."
267
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
268
 
269
+ #: contact_form.php:555
270
  msgid "Use this email address:"
271
  msgstr "Bu e-posta adresini kullan:"
272
 
273
+ #: contact_form.php:558
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
276
 
277
+ #: contact_form.php:562
278
  msgid "Additional options"
279
  msgstr "Ek Seçenekler"
280
 
281
+ #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  msgid "What to use?"
283
  msgstr ""
284
 
285
+ #: contact_form.php:568
286
  msgid "Wp-mail"
287
  msgstr "Wp-mail"
288
 
289
+ #: contact_form.php:569
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
+ #: contact_form.php:575
294
  msgid "Mail"
295
  msgstr "Mail"
296
 
297
+ #: contact_form.php:576
298
  msgid "To send mail you can use the php mail function"
299
  msgstr ""
300
 
301
+ #: contact_form.php:580
302
  #, fuzzy
303
  msgid "Change text of the 'FROM' field"
304
  msgstr "Iletişim formu alanları DAN değiştirin"
305
 
306
+ #: contact_form.php:586
307
  msgid "Enter the email address in the 'From' field"
308
  msgstr ""
309
 
310
+ #: contact_form.php:588
311
  msgid "The email address of the user who fills the form will be used in the field 'From'."
312
  msgstr ""
313
 
314
+ #: contact_form.php:590
315
  msgid "This email address will be used in the 'From' field."
316
  msgstr ""
317
 
318
+ #: contact_form.php:594
319
+ #, fuzzy
320
+ msgid "Display fields"
321
+ msgstr "Eklenti Bloğunu Göster"
322
+
323
+ #: contact_form.php:596
324
+ #: contact_form.php:607
325
+ #: contact_form.php:797
326
+ #: contact_form.php:1464
327
+ #, fuzzy
328
+ msgid "Address"
329
+ msgstr "E-mail Adresiniz :"
330
+
331
+ #: contact_form.php:597
332
+ #: contact_form.php:609
333
+ #: contact_form.php:1472
334
+ msgid "Phone"
335
  msgstr ""
336
 
337
+ #: contact_form.php:598
338
+ #, fuzzy
339
+ msgid "Attachment block"
340
+ msgstr "Eklenti Bloğunu Göster"
341
+
342
+ #: contact_form.php:598
343
+ msgid "Users can attach the following file formats"
344
+ msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
345
+
346
+ #: contact_form.php:599
347
+ #, fuzzy
348
+ msgid "Tips below the Attachment block"
349
+ msgstr "Eklenti Bloğunu Göster"
350
+
351
+ #: contact_form.php:600
352
+ #, fuzzy
353
+ msgid "Send me a copy block"
354
+ msgstr "Bana bir kopya gönder bloğunu göster"
355
+
356
+ #: contact_form.php:604
357
  msgid "Required fields"
358
  msgstr ""
359
 
360
+ #: contact_form.php:606
361
+ #: contact_form.php:792
362
+ #: contact_form.php:1459
363
  msgid "Name"
364
  msgstr "Adınız Soyadınız"
365
 
366
+ #: contact_form.php:608
367
  #, fuzzy
368
  msgid "Email Address"
369
  msgstr "E-mail Adresiniz :"
370
 
371
+ #: contact_form.php:610
372
+ #: contact_form.php:812
373
+ #: contact_form.php:1475
 
 
 
 
374
  msgid "Subject"
375
  msgstr "Konu"
376
 
377
+ #: contact_form.php:611
378
+ #: contact_form.php:816
379
+ #: contact_form.php:1478
380
  msgid "Message"
381
  msgstr "Mesaj"
382
 
383
+ #: contact_form.php:615
384
  msgid "Display additional info in the email"
385
  msgstr ""
386
 
387
+ #: contact_form.php:620
388
+ #: contact_form.php:1431
389
  msgid "Sent from (ip address)"
390
  msgstr "Geldiği (ip adresi)"
391
 
392
+ #: contact_form.php:621
393
+ #: contact_form.php:1436
394
  msgid "Date/Time"
395
  msgstr "Tarih/Zaman"
396
 
397
+ #: contact_form.php:622
398
+ #: contact_form.php:1441
399
  msgid "Sent from (referer)"
400
  msgstr "Gelen"
401
 
402
+ #: contact_form.php:623
403
+ #: contact_form.php:1446
404
  msgid "Using (user agent)"
405
  msgstr "Using (user agent)"
406
 
407
+ #: contact_form.php:627
408
  msgid "Language settings for the field names in the form"
409
  msgstr ""
410
 
411
+ #: contact_form.php:636
412
  msgid "Add a language"
413
  msgstr ""
414
 
415
+ #: contact_form.php:640
416
  msgid "Change the names of the contact form fields and error messages"
417
  msgstr "Iletişim formu alanlar için değişim etiket"
418
 
419
+ #: contact_form.php:645
420
+ #: contact_form.php:716
421
  msgid "English"
422
  msgstr ""
423
 
424
+ #: contact_form.php:664
425
+ #: contact_form.php:693
426
  msgid "Error message for the Name field"
427
  msgstr ""
428
 
429
+ #: contact_form.php:665
430
+ #: contact_form.php:694
431
+ msgid "Error message for the Address field"
432
+ msgstr ""
433
+
434
+ #: contact_form.php:666
435
+ #: contact_form.php:695
436
  msgid "Error message for the Email field"
437
  msgstr ""
438
 
439
+ #: contact_form.php:667
440
+ #: contact_form.php:696
441
  msgid "Error message for the Phone field"
442
  msgstr ""
443
 
444
+ #: contact_form.php:668
445
+ #: contact_form.php:697
446
  msgid "Error message for the Subject field"
447
  msgstr ""
448
 
449
+ #: contact_form.php:669
450
+ #: contact_form.php:698
451
  msgid "Error message for the Message field"
452
  msgstr ""
453
 
454
+ #: contact_form.php:670
455
+ #: contact_form.php:699
456
+ msgid "Error message about the file type for the Attachment field"
457
  msgstr ""
458
 
459
+ #: contact_form.php:671
460
+ #: contact_form.php:700
461
+ msgid "Error message while uploading a file for the Attachment field to the server"
462
+ msgstr ""
463
+
464
+ #: contact_form.php:672
465
+ #: contact_form.php:701
466
+ msgid "Error message while moving the file for the Attachment field"
467
+ msgstr ""
468
+
469
+ #: contact_form.php:673
470
+ #: contact_form.php:702
471
+ msgid "Error message when file size limit for the Attachment field is exceeded"
472
+ msgstr ""
473
+
474
+ #: contact_form.php:674
475
+ #: contact_form.php:703
476
  msgid "Error message for the Captcha field"
477
  msgstr ""
478
 
479
+ #: contact_form.php:675
480
+ #: contact_form.php:704
481
  msgid "Error message for the whole form"
482
  msgstr ""
483
 
484
+ #: contact_form.php:677
485
+ #: contact_form.php:706
486
+ #: contact_form.php:725
487
+ #: contact_form.php:731
488
  msgid "Use shortcode"
489
  msgstr ""
490
 
491
+ #: contact_form.php:677
492
+ #: contact_form.php:706
493
+ #: contact_form.php:725
494
+ #: contact_form.php:731
495
  msgid "for this language"
496
  msgstr ""
497
 
498
+ #: contact_form.php:713
499
  msgid "Action after email is sent"
500
  msgstr ""
501
 
502
+ #: contact_form.php:715
503
  #, fuzzy
504
  msgid "Display text"
505
  msgstr "Eklenti Bloğunu Göster"
506
 
507
+ #: contact_form.php:724
508
+ #: contact_form.php:730
509
  msgid "Text"
510
  msgstr ""
511
 
512
+ #: contact_form.php:737
513
  msgid "Redirect to the page"
514
  msgstr ""
515
 
516
+ #: contact_form.php:738
517
  msgid "Url"
518
  msgstr ""
519
 
520
+ #: contact_form.php:743
521
+ #: contact_form.php:933
522
  msgid "Save Changes"
523
  msgstr "Değişiklikler Kayıt Edildi"
524
 
525
+ #: contact_form.php:758
526
+ #, fuzzy
527
+ msgid "Contact Form Pro | Extra Settings"
528
+ msgstr "İletişim Formu Seçenekleri"
529
+
530
+ #: contact_form.php:772
531
+ msgid "Errors output"
532
+ msgstr ""
533
+
534
+ #: contact_form.php:775
535
+ msgid "Display error messages"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:776
539
+ msgid "Color of the input field errors."
540
+ msgstr ""
541
+
542
+ #: contact_form.php:777
543
+ msgid "Display error messages & color of the input field errors"
544
+ msgstr ""
545
+
546
+ #: contact_form.php:782
547
+ msgid "Add placeholder to the input blocks"
548
+ msgstr ""
549
+
550
+ #: contact_form.php:788
551
+ #, fuzzy
552
+ msgid "Add tooltips"
553
+ msgstr "Ek Seçenekler"
554
+
555
+ #: contact_form.php:802
556
+ #, fuzzy
557
+ msgid "Email address"
558
+ msgstr "E-mail Adresiniz :"
559
+
560
+ #: contact_form.php:807
561
+ msgid "Phone Number"
562
+ msgstr ""
563
+
564
+ #: contact_form.php:821
565
+ #, fuzzy
566
+ msgid "Attachment"
567
+ msgstr "Dosya Eki:"
568
+
569
+ #: contact_form.php:835
570
+ #: contact_form.php:838
571
+ #: contact_form.php:841
572
+ msgid "Captcha"
573
+ msgstr ""
574
+
575
+ #: contact_form.php:835
576
+ #: contact_form.php:838
577
+ #: contact_form.php:841
578
+ msgid "(powered by bestwebsoft.com)"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:838
582
+ #, fuzzy
583
+ msgid "Activate captcha"
584
+ msgstr "Aktif eklentiler"
585
+
586
+ #: contact_form.php:841
587
+ #, fuzzy
588
+ msgid "Download captcha"
589
+ msgstr "İndir"
590
+
591
+ #: contact_form.php:846
592
+ #, fuzzy
593
+ msgid "Style options"
594
+ msgstr "Ek Seçenekler"
595
+
596
+ #: contact_form.php:849
597
+ msgid "Text color"
598
+ msgstr ""
599
+
600
+ #: contact_form.php:852
601
+ #: contact_form.php:857
602
+ #: contact_form.php:867
603
+ #: contact_form.php:872
604
+ #: contact_form.php:877
605
+ #: contact_form.php:882
606
+ #: contact_form.php:892
607
+ #: contact_form.php:897
608
+ #: contact_form.php:903
609
+ #: contact_form.php:914
610
+ #: contact_form.php:919
611
+ #: contact_form.php:924
612
+ msgid "Default"
613
+ msgstr ""
614
+
615
+ #: contact_form.php:854
616
+ msgid "Label text color"
617
+ msgstr ""
618
+
619
+ #: contact_form.php:859
620
+ msgid "Placeholder color"
621
+ msgstr ""
622
+
623
+ #: contact_form.php:864
624
+ msgid "Errors color"
625
+ msgstr ""
626
+
627
+ #: contact_form.php:869
628
+ msgid "Error text color"
629
+ msgstr ""
630
+
631
+ #: contact_form.php:874
632
+ msgid "Background color of the input field errors"
633
+ msgstr ""
634
+
635
+ #: contact_form.php:879
636
+ msgid "Border color of the input field errors"
637
+ msgstr ""
638
+
639
+ #: contact_form.php:884
640
+ msgid "Placeholder color of the input field errors"
641
+ msgstr ""
642
+
643
+ #: contact_form.php:889
644
+ msgid "Input fields"
645
+ msgstr ""
646
+
647
+ #: contact_form.php:894
648
+ msgid "Input fields background color"
649
+ msgstr ""
650
+
651
+ #: contact_form.php:899
652
+ msgid "Text fields color"
653
+ msgstr ""
654
+
655
+ #: contact_form.php:901
656
+ msgid "Border width in px, numbers only"
657
+ msgstr ""
658
+
659
+ #: contact_form.php:905
660
+ #: contact_form.php:926
661
+ msgid "Border color"
662
+ msgstr ""
663
+
664
+ #: contact_form.php:910
665
+ #, fuzzy
666
+ msgid "Submit button"
667
+ msgstr "Gönder"
668
+
669
+ #: contact_form.php:912
670
+ msgid "Width in px, numbers only"
671
+ msgstr ""
672
+
673
+ #: contact_form.php:916
674
+ msgid "Button color"
675
+ msgstr ""
676
+
677
+ #: contact_form.php:921
678
+ msgid "Button text color"
679
+ msgstr ""
680
+
681
+ #: contact_form.php:937
682
+ #, fuzzy
683
+ msgid "Contact Form Pro | Preview"
684
+ msgstr "İletişim Formu"
685
+
686
+ #: contact_form.php:940
687
+ msgid "Show with errors"
688
+ msgstr ""
689
+
690
+ #: contact_form.php:1086
691
  msgid "Sorry, email message could not be delivered."
692
  msgstr "Üzgünüz, e-posta gönderilemedi."
693
 
694
+ #: contact_form.php:1170
695
  msgid "You can attach the following file formats"
696
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
697
 
698
+ #: contact_form.php:1454
699
  msgid "Contact from"
700
  msgstr "Adlı Kişiden Mail Var"
701
 
702
+ #: contact_form.php:1467
703
  msgid "Email"
704
  msgstr "e-mail"
705
 
706
+ #: contact_form.php:1481
707
  msgid "Site"
708
  msgstr "Site"
709
 
710
+ #: contact_form.php:1531
711
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
712
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
713
 
714
+ #: contact_form.php:1582
715
  msgid "FAQ"
716
  msgstr "Sık Sorulanlar"
717
 
718
+ #: contact_form.php:1583
719
  msgid "Support"
720
  msgstr "Destek"
721
 
722
+ #: contact_form.php:1631
723
  msgid "Are you sure that you want to delete this language data?"
724
  msgstr ""
725
 
733
  #~ msgstr "Indirizzo e-mail:"
734
  #~ msgid "Install Now"
735
  #~ msgstr "Installa Ora"
 
 
736
 
languages/contact_form-uk.mo CHANGED
Binary file
languages/contact_form-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-22 15:11+0300\n"
6
- "PO-Revision-Date: 2013-04-22 15:11+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,446 +16,725 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:78
 
 
 
 
 
 
20
  msgid "Activated plugins"
21
  msgstr "Активовані плагіни"
22
 
23
- #: contact_form.php:80
24
- #: contact_form.php:88
25
- #: contact_form.php:96
 
 
 
26
  msgid "Read more"
27
  msgstr "Читати далі"
28
 
29
- #: contact_form.php:80
30
- #: contact_form.php:1127
31
- #: contact_form.php:1136
 
 
 
32
  msgid "Settings"
33
  msgstr "Налаштування"
34
 
35
- #: contact_form.php:86
 
36
  msgid "Installed plugins"
37
  msgstr "Встановлені плагіни"
38
 
39
- #: contact_form.php:94
 
40
  msgid "Recommended plugins"
41
  msgstr "Рекомендовані плагіни"
42
 
43
- #: contact_form.php:96
 
 
 
 
 
 
 
 
 
44
  msgid "Download"
45
  msgstr "Завантажити"
46
 
47
- #: contact_form.php:96
48
  #, php-format
49
  msgid "Install %s"
50
  msgstr "Встановлено %s"
51
 
52
- #: contact_form.php:96
53
  msgid "Install now from wordpress.org"
54
  msgstr "Встановити з wordpress.org"
55
 
56
- #: contact_form.php:98
57
- msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
 
58
  msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
59
 
60
- #: contact_form.php:110
61
- #: contact_form.php:430
62
- msgid "Contact Form Options"
63
  msgstr "Налаштування контактної форми"
64
 
65
- #: contact_form.php:110
66
  msgid "Contact Form"
67
  msgstr "Контактна форма"
68
 
69
- #: contact_form.php:147
70
- #: contact_form.php:564
71
- #: contact_form.php:585
 
 
 
 
 
 
 
 
 
 
72
  msgid "Name:"
73
  msgstr "Ім'я:"
74
 
75
- #: contact_form.php:148
76
- #: contact_form.php:565
77
- #: contact_form.php:586
 
 
 
 
 
 
 
78
  msgid "Email Address:"
79
  msgstr "E-mail адреса:"
80
 
81
- #: contact_form.php:149
82
- #: contact_form.php:566
83
- #: contact_form.php:587
84
  msgid "Phone number:"
85
  msgstr "Телефон:"
86
 
87
- #: contact_form.php:150
88
- #: contact_form.php:567
89
- #: contact_form.php:588
90
  msgid "Subject:"
91
  msgstr "Тема:"
92
 
93
- #: contact_form.php:151
94
- #: contact_form.php:568
95
- #: contact_form.php:589
96
  msgid "Message:"
97
  msgstr "Повідомлення:"
98
 
99
- #: contact_form.php:152
100
- #: contact_form.php:569
101
- #: contact_form.php:590
102
  msgid "Attachment:"
103
  msgstr "Прикріпити файл:"
104
 
105
- #: contact_form.php:153
106
- #: contact_form.php:199
107
- #: contact_form.php:570
108
- #: contact_form.php:591
109
  msgid "Send me a copy"
110
  msgstr "Надіслати мені копію"
111
 
112
- #: contact_form.php:154
113
- #: contact_form.php:571
114
- #: contact_form.php:592
115
  msgid "Submit"
116
  msgstr "Підтвердити"
117
 
118
- #: contact_form.php:155
119
  msgid "Your name is required."
120
  msgstr "Необхідно вказати своє ім'я."
121
 
122
- #: contact_form.php:156
 
 
 
 
 
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Необхідно вказати правильну email-адресу."
126
 
127
- #: contact_form.php:157
128
- #: contact_form.php:194
129
- #: contact_form.php:197
130
  msgid "Phone number is required."
131
  msgstr "Необхідно вказати номер телефону."
132
 
133
- #: contact_form.php:158
134
- #: contact_form.php:193
135
- #: contact_form.php:196
136
  msgid "Subject is required."
137
  msgstr "Необхідно вказати тему."
138
 
139
- #: contact_form.php:159
140
- #: contact_form.php:192
141
- #: contact_form.php:195
142
  msgid "Message text is required."
143
  msgstr "Повідомлення не може бути порожнє."
144
 
145
- #: contact_form.php:160
146
  msgid "File format is not valid."
147
  msgstr "Неправильний формат файлу."
148
 
149
- #: contact_form.php:161
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "Please fill out the CAPTCHA."
151
  msgstr "Будь ласка, введіть код КАПТЧА."
152
 
153
- #: contact_form.php:162
154
  msgid "Please make corrections below and try again."
155
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
156
 
157
- #: contact_form.php:164
158
  msgid "Thank you for contacting us."
159
  msgstr "Дякуємо, що зв'язалися з нами."
160
 
161
- #: contact_form.php:385
162
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
163
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
164
 
165
- #: contact_form.php:394
166
  msgid "Such user does not exist. Settings are not saved."
167
  msgstr "Такого користувача не існує. Налаштування не збережено"
168
 
169
- #: contact_form.php:399
170
- #: contact_form.php:405
171
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
172
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Налаштування не збережено."
173
 
174
- #: contact_form.php:410
175
  msgid "Options saved."
176
  msgstr "Опції збережено."
177
 
178
- #: contact_form.php:435
 
 
 
 
 
 
 
 
 
 
 
179
  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:"
180
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей короткий код у Вашу публікацію, сторінку або віджет:"
181
 
182
- #: contact_form.php:436
183
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
184
  msgstr "Якщо Ви залишете поля порожніми, повідомлення буде надіслано на email-адресу, вказану під час реєстрації."
185
 
186
- #: contact_form.php:440
187
  msgid "The user's email address:"
188
  msgstr "Email користувача:"
189
 
190
- #: contact_form.php:444
191
  msgid "Create a username"
192
  msgstr "Виберіть ім'я користувача"
193
 
194
- #: contact_form.php:449
195
  msgid "Enter a username of the person who should get the messages from the contact form."
196
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
197
 
198
- #: contact_form.php:453
199
  msgid "Use this email address:"
200
  msgstr "Використовувати цю email-адресу:"
201
 
202
- #: contact_form.php:456
203
  msgid "Enter the email address you want the messages forwarded to."
204
  msgstr "Вкажіть email-адресу, на яку бажаєте отримувати повідомлення."
205
 
206
- #: contact_form.php:460
207
  msgid "Additional options"
208
  msgstr "Додаткові опції"
209
 
210
- #: contact_form.php:463
211
- msgid "Display Attachment block"
212
- msgstr "Відображувати блок \"Прикріпити файл\" "
213
-
214
- #: contact_form.php:465
215
- msgid "Users can attach the following file formats"
216
- msgstr "Користувачі можуть прикріплювати файли наступних форматів"
217
-
218
- #: contact_form.php:469
219
- msgid "Display Attachment tips"
220
- msgstr "Показувати підказки для прикріплення файлів"
221
-
222
- #: contact_form.php:471
223
- msgid "Display tips below the Attachment block"
224
- msgstr "Показувати підказки під блоком \"Прикріпити файл\""
225
-
226
- #: contact_form.php:475
227
- msgid "Display Send me a copy block"
228
- msgstr "Показати блок \"Надіслати мені копію\""
229
-
230
- #: contact_form.php:481
231
  msgid "What to use?"
232
  msgstr "Що використовувати?"
233
 
234
- #: contact_form.php:484
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:485
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
241
 
242
- #: contact_form.php:491
243
  msgid "Mail"
244
  msgstr "Пошта"
245
 
246
- #: contact_form.php:492
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Для відправлення пошти ви можете використовувати функцію php mail"
249
 
250
- #: contact_form.php:496
251
  msgid "Change text of the 'FROM' field"
252
  msgstr "Змінити текст поля \"Відправник\""
253
 
254
- #: contact_form.php:502
255
  msgid "Enter the email address in the 'From' field"
256
  msgstr "Введіть email-адресу в полі \"Відправник\""
257
 
258
- #: contact_form.php:504
259
  #, fuzzy
260
  msgid "The email address of the user who fills the form will be used in the field 'From'."
261
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
262
 
263
- #: contact_form.php:506
264
  msgid "This email address will be used in the 'From' field."
265
  msgstr "Ця email-адреса буде використана у полі \"Відправник\"."
266
 
267
- #: contact_form.php:510
 
 
 
 
 
 
 
 
268
  #, fuzzy
269
- msgid "Display a phone number field"
270
- msgstr "Відобразити поле для телефону"
 
 
 
 
 
 
271
 
272
- #: contact_form.php:516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  msgid "Required fields"
274
  msgstr "Обов'язкові поля"
275
 
276
- #: contact_form.php:518
277
- #: contact_form.php:1016
 
278
  msgid "Name"
279
  msgstr "Ім'я"
280
 
281
- #: contact_form.php:519
282
  #, fuzzy
283
  msgid "Email Address"
284
  msgstr "E-mail адреса:"
285
 
286
- #: contact_form.php:520
287
- #: contact_form.php:1024
288
- msgid "Phone"
289
- msgstr "Номер телефону"
290
-
291
- #: contact_form.php:521
292
- #: contact_form.php:1027
293
  msgid "Subject"
294
  msgstr "Тема"
295
 
296
- #: contact_form.php:522
297
- #: contact_form.php:1030
 
298
  msgid "Message"
299
  msgstr "Повідомлення"
300
 
301
- #: contact_form.php:526
302
  #, fuzzy
303
  msgid "Display additional info in the email"
304
  msgstr "Відображати додаткову інформацію в email"
305
 
306
- #: contact_form.php:531
307
- #: contact_form.php:988
308
  msgid "Sent from (ip address)"
309
  msgstr "Надіслано від (ip адреса)"
310
 
311
- #: contact_form.php:532
312
- #: contact_form.php:993
313
  msgid "Date/Time"
314
  msgstr "Дата/Час"
315
 
316
- #: contact_form.php:533
317
- #: contact_form.php:998
318
  msgid "Sent from (referer)"
319
  msgstr "Надіслано від (реферер)"
320
 
321
- #: contact_form.php:534
322
- #: contact_form.php:1003
323
  msgid "Using (user agent)"
324
  msgstr "Використовується (user agent)"
325
 
326
- #: contact_form.php:538
327
  msgid "Language settings for the field names in the form"
328
  msgstr "Налаштування мови для назв полів форми"
329
 
330
- #: contact_form.php:547
331
  #, fuzzy
332
  msgid "Add a language"
333
  msgstr "Додати мову"
334
 
335
- #: contact_form.php:551
336
  msgid "Change the names of the contact form fields and error messages"
337
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
338
 
339
- #: contact_form.php:556
340
- #: contact_form.php:611
341
  msgid "English"
342
  msgstr "Англійська"
343
 
344
- #: contact_form.php:572
345
- #: contact_form.php:593
346
  msgid "Error message for the Name field"
347
  msgstr "Повідомлення про помилку для поля Ім'я"
348
 
349
- #: contact_form.php:573
350
- #: contact_form.php:594
 
 
 
 
 
 
351
  msgid "Error message for the Email field"
352
  msgstr "Повідомлення про помилку для поля Email"
353
 
354
- #: contact_form.php:574
355
- #: contact_form.php:595
356
  msgid "Error message for the Phone field"
357
  msgstr "Повідомлення про помилку для поля Номер телефону"
358
 
359
- #: contact_form.php:575
360
- #: contact_form.php:596
361
  msgid "Error message for the Subject field"
362
  msgstr "Повідомлення про помилку для поля Тема"
363
 
364
- #: contact_form.php:576
365
- #: contact_form.php:597
366
  msgid "Error message for the Message field"
367
  msgstr "Повідомлення про помилку для поля Повідомлення"
368
 
369
- #: contact_form.php:577
370
- #: contact_form.php:598
371
- msgid "Error message for the Attachment field"
 
372
  msgstr "Повідомлення про помилку для поля Вкладені файли"
373
 
374
- #: contact_form.php:578
375
- #: contact_form.php:599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
  msgid "Error message for the Captcha field"
377
  msgstr "Повідомлення про помилку для поля Captcha"
378
 
379
- #: contact_form.php:579
380
- #: contact_form.php:600
381
  msgid "Error message for the whole form"
382
  msgstr "Повідомлення про помилку для всієї форми"
383
 
384
- #: contact_form.php:580
385
- #: contact_form.php:601
386
- #: contact_form.php:620
387
- #: contact_form.php:626
388
  msgid "Use shortcode"
389
  msgstr "Використовувати скорочення"
390
 
391
- #: contact_form.php:580
392
- #: contact_form.php:601
393
- #: contact_form.php:620
394
- #: contact_form.php:626
395
  msgid "for this language"
396
  msgstr "для даної мови"
397
 
398
- #: contact_form.php:608
399
  msgid "Action after email is sent"
400
  msgstr "Дія після відправлення email"
401
 
402
- #: contact_form.php:610
403
  msgid "Display text"
404
  msgstr "Показати текст"
405
 
406
- #: contact_form.php:619
407
- #: contact_form.php:625
408
  msgid "Text"
409
  msgstr "Текст"
410
 
411
- #: contact_form.php:632
412
  msgid "Redirect to the page"
413
  msgstr "Перенаправлення на сторінку"
414
 
415
- #: contact_form.php:633
416
  msgid "Url"
417
  msgstr "Url"
418
 
419
- #: contact_form.php:638
 
420
  msgid "Save Changes"
421
  msgstr "Зберегти зміни"
422
 
423
- #: contact_form.php:685
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  msgid "Sorry, email message could not be delivered."
425
  msgstr "Вибачте, ваше email-повідомлення не може бути доставлене."
426
 
427
- #: contact_form.php:755
428
  msgid "You can attach the following file formats"
429
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
430
 
431
- #: contact_form.php:1011
432
  msgid "Contact from"
433
  msgstr "Контактна форма"
434
 
435
- #: contact_form.php:1019
436
  msgid "Email"
437
  msgstr "Email"
438
 
439
- #: contact_form.php:1033
440
  msgid "Site"
441
  msgstr "Сайт"
442
 
443
- #: contact_form.php:1084
444
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
445
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим email-клієнтом!"
446
 
447
- #: contact_form.php:1137
448
  msgid "FAQ"
449
  msgstr "FAQ"
450
 
451
- #: contact_form.php:1138
452
  msgid "Support"
453
  msgstr "Підтримка"
454
 
455
- #: contact_form.php:1184
456
  msgid "Are you sure that you want to delete this language data?"
457
  msgstr "Ви справді хочете видалити дані для цієї мови?"
458
 
 
 
 
 
 
 
459
  #~ msgid "Please enter a valid email address. Settings are not saved."
460
  #~ msgstr "Будь ласка, введіть правильну ел.адресу. Налаштування не збережено."
461
  #~ msgid "E-Mail Address"
@@ -464,6 +743,4 @@ msgstr "Ви справді хочете видалити дані для ціє
464
  #~ msgstr "E-mail адрес:"
465
  #~ msgid "Install Now"
466
  #~ msgstr "Установить сейчас"
467
- #~ msgid "BWS Plugins"
468
- #~ msgstr "Плагины BWS"
469
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-06-24 17:50+0300\n"
6
+ "PO-Revision-Date: 2013-06-24 17:50+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.5\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:100
20
+ #, fuzzy
21
+ msgid "Pro plugins"
22
+ msgstr "Плагины BWS"
23
+
24
+ #: contact_form.php:103
25
+ #: contact_form.php:129
26
  msgid "Activated plugins"
27
  msgstr "Активовані плагіни"
28
 
29
+ #: contact_form.php:105
30
+ #: contact_form.php:113
31
+ #: contact_form.php:121
32
+ #: contact_form.php:131
33
+ #: contact_form.php:139
34
+ #: contact_form.php:147
35
  msgid "Read more"
36
  msgstr "Читати далі"
37
 
38
+ #: contact_form.php:105
39
+ #: contact_form.php:131
40
+ #: contact_form.php:531
41
+ #: contact_form.php:760
42
+ #: contact_form.php:1572
43
+ #: contact_form.php:1581
44
  msgid "Settings"
45
  msgstr "Налаштування"
46
 
47
+ #: contact_form.php:111
48
+ #: contact_form.php:137
49
  msgid "Installed plugins"
50
  msgstr "Встановлені плагіни"
51
 
52
+ #: contact_form.php:119
53
+ #: contact_form.php:145
54
  msgid "Recommended plugins"
55
  msgstr "Рекомендовані плагіни"
56
 
57
+ #: contact_form.php:121
58
+ msgid "Purchase"
59
+ msgstr ""
60
+
61
+ #: contact_form.php:126
62
+ #, fuzzy
63
+ msgid "Free plugins"
64
+ msgstr "Рекомендовані плагіни"
65
+
66
+ #: contact_form.php:147
67
  msgid "Download"
68
  msgstr "Завантажити"
69
 
70
+ #: contact_form.php:147
71
  #, php-format
72
  msgid "Install %s"
73
  msgstr "Встановлено %s"
74
 
75
+ #: contact_form.php:147
76
  msgid "Install now from wordpress.org"
77
  msgstr "Встановити з wordpress.org"
78
 
79
+ #: contact_form.php:152
80
+ #, fuzzy
81
+ msgid "If you have any questions, please contact us via"
82
  msgstr "Якщо у вас є запитання, звертайтесь на plugin@bestwebsoft.com або заповніть контактну форму на нашому сайті"
83
 
84
+ #: contact_form.php:161
85
+ #, fuzzy
86
+ msgid "Contact Form Settings"
87
  msgstr "Налаштування контактної форми"
88
 
89
+ #: contact_form.php:161
90
  msgid "Contact Form"
91
  msgstr "Контактна форма"
92
 
93
+ #: contact_form.php:162
94
+ #, fuzzy
95
+ msgid "Contact Form Pro Extra Settings"
96
+ msgstr "Налаштування контактної форми"
97
+
98
+ #: contact_form.php:162
99
+ #, fuzzy
100
+ msgid "Contact Form Pro"
101
+ msgstr "Контактна форма"
102
+
103
+ #: contact_form.php:201
104
+ #: contact_form.php:655
105
+ #: contact_form.php:684
106
  msgid "Name:"
107
  msgstr "Ім'я:"
108
 
109
+ #: contact_form.php:202
110
+ #: contact_form.php:656
111
+ #: contact_form.php:685
112
+ #, fuzzy
113
+ msgid "Address:"
114
+ msgstr "E-mail адреса:"
115
+
116
+ #: contact_form.php:203
117
+ #: contact_form.php:657
118
+ #: contact_form.php:686
119
  msgid "Email Address:"
120
  msgstr "E-mail адреса:"
121
 
122
+ #: contact_form.php:204
123
+ #: contact_form.php:658
124
+ #: contact_form.php:687
125
  msgid "Phone number:"
126
  msgstr "Телефон:"
127
 
128
+ #: contact_form.php:205
129
+ #: contact_form.php:659
130
+ #: contact_form.php:688
131
  msgid "Subject:"
132
  msgstr "Тема:"
133
 
134
+ #: contact_form.php:206
135
+ #: contact_form.php:660
136
+ #: contact_form.php:689
137
  msgid "Message:"
138
  msgstr "Повідомлення:"
139
 
140
+ #: contact_form.php:207
141
+ #: contact_form.php:661
142
+ #: contact_form.php:690
143
  msgid "Attachment:"
144
  msgstr "Прикріпити файл:"
145
 
146
+ #: contact_form.php:208
147
+ #: contact_form.php:263
148
+ #: contact_form.php:662
149
+ #: contact_form.php:691
150
  msgid "Send me a copy"
151
  msgstr "Надіслати мені копію"
152
 
153
+ #: contact_form.php:209
154
+ #: contact_form.php:663
155
+ #: contact_form.php:692
156
  msgid "Submit"
157
  msgstr "Підтвердити"
158
 
159
+ #: contact_form.php:210
160
  msgid "Your name is required."
161
  msgstr "Необхідно вказати своє ім'я."
162
 
163
+ #: contact_form.php:211
164
+ #, fuzzy
165
+ msgid "Address is required."
166
+ msgstr "Необхідно вказати правильну email-адресу."
167
+
168
+ #: contact_form.php:212
169
  #, fuzzy
170
  msgid "A valid email address is required."
171
  msgstr "Необхідно вказати правильну email-адресу."
172
 
173
+ #: contact_form.php:213
174
+ #: contact_form.php:258
175
+ #: contact_form.php:261
176
  msgid "Phone number is required."
177
  msgstr "Необхідно вказати номер телефону."
178
 
179
+ #: contact_form.php:214
180
+ #: contact_form.php:257
181
+ #: contact_form.php:260
182
  msgid "Subject is required."
183
  msgstr "Необхідно вказати тему."
184
 
185
+ #: contact_form.php:215
186
+ #: contact_form.php:256
187
+ #: contact_form.php:259
188
  msgid "Message text is required."
189
  msgstr "Повідомлення не може бути порожнє."
190
 
191
+ #: contact_form.php:216
192
  msgid "File format is not valid."
193
  msgstr "Неправильний формат файлу."
194
 
195
+ #: contact_form.php:217
196
+ msgid "File upload error."
197
+ msgstr ""
198
+
199
+ #: contact_form.php:218
200
+ msgid "The file could not be uploaded."
201
+ msgstr ""
202
+
203
+ #: contact_form.php:219
204
+ msgid "This file is too large."
205
+ msgstr ""
206
+
207
+ #: contact_form.php:220
208
  msgid "Please fill out the CAPTCHA."
209
  msgstr "Будь ласка, введіть код КАПТЧА."
210
 
211
+ #: contact_form.php:221
212
  msgid "Please make corrections below and try again."
213
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
214
 
215
+ #: contact_form.php:223
216
  msgid "Thank you for contacting us."
217
  msgstr "Дякуємо, що зв'язалися з нами."
218
 
219
+ #: contact_form.php:482
220
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
221
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
222
 
223
+ #: contact_form.php:491
224
  msgid "Such user does not exist. Settings are not saved."
225
  msgstr "Такого користувача не існує. Налаштування не збережено"
226
 
227
+ #: contact_form.php:496
228
+ #: contact_form.php:502
229
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
230
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Налаштування не збережено."
231
 
232
+ #: contact_form.php:507
233
  msgid "Options saved."
234
  msgstr "Опції збережено."
235
 
236
+ #: contact_form.php:527
237
+ msgid "Contact Form Options"
238
+ msgstr "Налаштування контактної форми"
239
+
240
+ #: contact_form.php:532
241
+ #: contact_form.php:761
242
+ #, fuzzy
243
+ msgid "Extra settings"
244
+ msgstr "Налаштування"
245
+
246
+ #: contact_form.php:537
247
+ #: contact_form.php:1032
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 "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей короткий код у Вашу публікацію, сторінку або віджет:"
250
 
251
+ #: contact_form.php:538
252
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
253
  msgstr "Якщо Ви залишете поля порожніми, повідомлення буде надіслано на email-адресу, вказану під час реєстрації."
254
 
255
+ #: contact_form.php:542
256
  msgid "The user's email address:"
257
  msgstr "Email користувача:"
258
 
259
+ #: contact_form.php:546
260
  msgid "Create a username"
261
  msgstr "Виберіть ім'я користувача"
262
 
263
+ #: contact_form.php:551
264
  msgid "Enter a username of the person who should get the messages from the contact form."
265
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
266
 
267
+ #: contact_form.php:555
268
  msgid "Use this email address:"
269
  msgstr "Використовувати цю email-адресу:"
270
 
271
+ #: contact_form.php:558
272
  msgid "Enter the email address you want the messages forwarded to."
273
  msgstr "Вкажіть email-адресу, на яку бажаєте отримувати повідомлення."
274
 
275
+ #: contact_form.php:562
276
  msgid "Additional options"
277
  msgstr "Додаткові опції"
278
 
279
+ #: contact_form.php:565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  msgid "What to use?"
281
  msgstr "Що використовувати?"
282
 
283
+ #: contact_form.php:568
284
  msgid "Wp-mail"
285
  msgstr "Wp-mail"
286
 
287
+ #: contact_form.php:569
288
  msgid "You can use the wp_mail function for mailing"
289
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
290
 
291
+ #: contact_form.php:575
292
  msgid "Mail"
293
  msgstr "Пошта"
294
 
295
+ #: contact_form.php:576
296
  msgid "To send mail you can use the php mail function"
297
  msgstr "Для відправлення пошти ви можете використовувати функцію php mail"
298
 
299
+ #: contact_form.php:580
300
  msgid "Change text of the 'FROM' field"
301
  msgstr "Змінити текст поля \"Відправник\""
302
 
303
+ #: contact_form.php:586
304
  msgid "Enter the email address in the 'From' field"
305
  msgstr "Введіть email-адресу в полі \"Відправник\""
306
 
307
+ #: contact_form.php:588
308
  #, fuzzy
309
  msgid "The email address of the user who fills the form will be used in the field 'From'."
310
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
311
 
312
+ #: contact_form.php:590
313
  msgid "This email address will be used in the 'From' field."
314
  msgstr "Ця email-адреса буде використана у полі \"Відправник\"."
315
 
316
+ #: contact_form.php:594
317
+ #, fuzzy
318
+ msgid "Display fields"
319
+ msgstr "Показати текст"
320
+
321
+ #: contact_form.php:596
322
+ #: contact_form.php:607
323
+ #: contact_form.php:797
324
+ #: contact_form.php:1464
325
  #, fuzzy
326
+ msgid "Address"
327
+ msgstr "E-mail адреса:"
328
+
329
+ #: contact_form.php:597
330
+ #: contact_form.php:609
331
+ #: contact_form.php:1472
332
+ msgid "Phone"
333
+ msgstr "Номер телефону"
334
 
335
+ #: contact_form.php:598
336
+ #, fuzzy
337
+ msgid "Attachment block"
338
+ msgstr "Відображувати блок \"Прикріпити файл\" "
339
+
340
+ #: contact_form.php:598
341
+ msgid "Users can attach the following file formats"
342
+ msgstr "Користувачі можуть прикріплювати файли наступних форматів"
343
+
344
+ #: contact_form.php:599
345
+ #, fuzzy
346
+ msgid "Tips below the Attachment block"
347
+ msgstr "Показувати підказки під блоком \"Прикріпити файл\""
348
+
349
+ #: contact_form.php:600
350
+ #, fuzzy
351
+ msgid "Send me a copy block"
352
+ msgstr "Показати блок \"Надіслати мені копію\""
353
+
354
+ #: contact_form.php:604
355
  msgid "Required fields"
356
  msgstr "Обов'язкові поля"
357
 
358
+ #: contact_form.php:606
359
+ #: contact_form.php:792
360
+ #: contact_form.php:1459
361
  msgid "Name"
362
  msgstr "Ім'я"
363
 
364
+ #: contact_form.php:608
365
  #, fuzzy
366
  msgid "Email Address"
367
  msgstr "E-mail адреса:"
368
 
369
+ #: contact_form.php:610
370
+ #: contact_form.php:812
371
+ #: contact_form.php:1475
 
 
 
 
372
  msgid "Subject"
373
  msgstr "Тема"
374
 
375
+ #: contact_form.php:611
376
+ #: contact_form.php:816
377
+ #: contact_form.php:1478
378
  msgid "Message"
379
  msgstr "Повідомлення"
380
 
381
+ #: contact_form.php:615
382
  #, fuzzy
383
  msgid "Display additional info in the email"
384
  msgstr "Відображати додаткову інформацію в email"
385
 
386
+ #: contact_form.php:620
387
+ #: contact_form.php:1431
388
  msgid "Sent from (ip address)"
389
  msgstr "Надіслано від (ip адреса)"
390
 
391
+ #: contact_form.php:621
392
+ #: contact_form.php:1436
393
  msgid "Date/Time"
394
  msgstr "Дата/Час"
395
 
396
+ #: contact_form.php:622
397
+ #: contact_form.php:1441
398
  msgid "Sent from (referer)"
399
  msgstr "Надіслано від (реферер)"
400
 
401
+ #: contact_form.php:623
402
+ #: contact_form.php:1446
403
  msgid "Using (user agent)"
404
  msgstr "Використовується (user agent)"
405
 
406
+ #: contact_form.php:627
407
  msgid "Language settings for the field names in the form"
408
  msgstr "Налаштування мови для назв полів форми"
409
 
410
+ #: contact_form.php:636
411
  #, fuzzy
412
  msgid "Add a language"
413
  msgstr "Додати мову"
414
 
415
+ #: contact_form.php:640
416
  msgid "Change the names of the contact form fields and error messages"
417
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
418
 
419
+ #: contact_form.php:645
420
+ #: contact_form.php:716
421
  msgid "English"
422
  msgstr "Англійська"
423
 
424
+ #: contact_form.php:664
425
+ #: contact_form.php:693
426
  msgid "Error message for the Name field"
427
  msgstr "Повідомлення про помилку для поля Ім'я"
428
 
429
+ #: contact_form.php:665
430
+ #: contact_form.php:694
431
+ #, fuzzy
432
+ msgid "Error message for the Address field"
433
+ msgstr "Повідомлення про помилку для поля Повідомлення"
434
+
435
+ #: contact_form.php:666
436
+ #: contact_form.php:695
437
  msgid "Error message for the Email field"
438
  msgstr "Повідомлення про помилку для поля Email"
439
 
440
+ #: contact_form.php:667
441
+ #: contact_form.php:696
442
  msgid "Error message for the Phone field"
443
  msgstr "Повідомлення про помилку для поля Номер телефону"
444
 
445
+ #: contact_form.php:668
446
+ #: contact_form.php:697
447
  msgid "Error message for the Subject field"
448
  msgstr "Повідомлення про помилку для поля Тема"
449
 
450
+ #: contact_form.php:669
451
+ #: contact_form.php:698
452
  msgid "Error message for the Message field"
453
  msgstr "Повідомлення про помилку для поля Повідомлення"
454
 
455
+ #: contact_form.php:670
456
+ #: contact_form.php:699
457
+ #, fuzzy
458
+ msgid "Error message about the file type for the Attachment field"
459
  msgstr "Повідомлення про помилку для поля Вкладені файли"
460
 
461
+ #: contact_form.php:671
462
+ #: contact_form.php:700
463
+ #, fuzzy
464
+ msgid "Error message while uploading a file for the Attachment field to the server"
465
+ msgstr "Повідомлення про помилку для поля Вкладені файли"
466
+
467
+ #: contact_form.php:672
468
+ #: contact_form.php:701
469
+ #, fuzzy
470
+ msgid "Error message while moving the file for the Attachment field"
471
+ msgstr "Повідомлення про помилку для поля Вкладені файли"
472
+
473
+ #: contact_form.php:673
474
+ #: contact_form.php:702
475
+ #, fuzzy
476
+ msgid "Error message when file size limit for the Attachment field is exceeded"
477
+ msgstr "Повідомлення про помилку для поля Вкладені файли"
478
+
479
+ #: contact_form.php:674
480
+ #: contact_form.php:703
481
  msgid "Error message for the Captcha field"
482
  msgstr "Повідомлення про помилку для поля Captcha"
483
 
484
+ #: contact_form.php:675
485
+ #: contact_form.php:704
486
  msgid "Error message for the whole form"
487
  msgstr "Повідомлення про помилку для всієї форми"
488
 
489
+ #: contact_form.php:677
490
+ #: contact_form.php:706
491
+ #: contact_form.php:725
492
+ #: contact_form.php:731
493
  msgid "Use shortcode"
494
  msgstr "Використовувати скорочення"
495
 
496
+ #: contact_form.php:677
497
+ #: contact_form.php:706
498
+ #: contact_form.php:725
499
+ #: contact_form.php:731
500
  msgid "for this language"
501
  msgstr "для даної мови"
502
 
503
+ #: contact_form.php:713
504
  msgid "Action after email is sent"
505
  msgstr "Дія після відправлення email"
506
 
507
+ #: contact_form.php:715
508
  msgid "Display text"
509
  msgstr "Показати текст"
510
 
511
+ #: contact_form.php:724
512
+ #: contact_form.php:730
513
  msgid "Text"
514
  msgstr "Текст"
515
 
516
+ #: contact_form.php:737
517
  msgid "Redirect to the page"
518
  msgstr "Перенаправлення на сторінку"
519
 
520
+ #: contact_form.php:738
521
  msgid "Url"
522
  msgstr "Url"
523
 
524
+ #: contact_form.php:743
525
+ #: contact_form.php:933
526
  msgid "Save Changes"
527
  msgstr "Зберегти зміни"
528
 
529
+ #: contact_form.php:758
530
+ #, fuzzy
531
+ msgid "Contact Form Pro | Extra Settings"
532
+ msgstr "Налаштування контактної форми"
533
+
534
+ #: contact_form.php:772
535
+ msgid "Errors output"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:775
539
+ msgid "Display error messages"
540
+ msgstr ""
541
+
542
+ #: contact_form.php:776
543
+ msgid "Color of the input field errors."
544
+ msgstr ""
545
+
546
+ #: contact_form.php:777
547
+ #, fuzzy
548
+ msgid "Display error messages & color of the input field errors"
549
+ msgstr "Повідомлення про помилку для поля Тема"
550
+
551
+ #: contact_form.php:782
552
+ msgid "Add placeholder to the input blocks"
553
+ msgstr ""
554
+
555
+ #: contact_form.php:788
556
+ #, fuzzy
557
+ msgid "Add tooltips"
558
+ msgstr "Додаткові опції"
559
+
560
+ #: contact_form.php:802
561
+ #, fuzzy
562
+ msgid "Email address"
563
+ msgstr "E-mail адреса:"
564
+
565
+ #: contact_form.php:807
566
+ #, fuzzy
567
+ msgid "Phone Number"
568
+ msgstr "Телефон:"
569
+
570
+ #: contact_form.php:821
571
+ #, fuzzy
572
+ msgid "Attachment"
573
+ msgstr "Прикріпити файл:"
574
+
575
+ #: contact_form.php:835
576
+ #: contact_form.php:838
577
+ #: contact_form.php:841
578
+ msgid "Captcha"
579
+ msgstr ""
580
+
581
+ #: contact_form.php:835
582
+ #: contact_form.php:838
583
+ #: contact_form.php:841
584
+ msgid "(powered by bestwebsoft.com)"
585
+ msgstr ""
586
+
587
+ #: contact_form.php:838
588
+ #, fuzzy
589
+ msgid "Activate captcha"
590
+ msgstr "Активовані плагіни"
591
+
592
+ #: contact_form.php:841
593
+ #, fuzzy
594
+ msgid "Download captcha"
595
+ msgstr "Завантажити"
596
+
597
+ #: contact_form.php:846
598
+ #, fuzzy
599
+ msgid "Style options"
600
+ msgstr "Додаткові опції"
601
+
602
+ #: contact_form.php:849
603
+ msgid "Text color"
604
+ msgstr ""
605
+
606
+ #: contact_form.php:852
607
+ #: contact_form.php:857
608
+ #: contact_form.php:867
609
+ #: contact_form.php:872
610
+ #: contact_form.php:877
611
+ #: contact_form.php:882
612
+ #: contact_form.php:892
613
+ #: contact_form.php:897
614
+ #: contact_form.php:903
615
+ #: contact_form.php:914
616
+ #: contact_form.php:919
617
+ #: contact_form.php:924
618
+ msgid "Default"
619
+ msgstr ""
620
+
621
+ #: contact_form.php:854
622
+ msgid "Label text color"
623
+ msgstr ""
624
+
625
+ #: contact_form.php:859
626
+ msgid "Placeholder color"
627
+ msgstr ""
628
+
629
+ #: contact_form.php:864
630
+ msgid "Errors color"
631
+ msgstr ""
632
+
633
+ #: contact_form.php:869
634
+ msgid "Error text color"
635
+ msgstr ""
636
+
637
+ #: contact_form.php:874
638
+ msgid "Background color of the input field errors"
639
+ msgstr ""
640
+
641
+ #: contact_form.php:879
642
+ msgid "Border color of the input field errors"
643
+ msgstr ""
644
+
645
+ #: contact_form.php:884
646
+ msgid "Placeholder color of the input field errors"
647
+ msgstr ""
648
+
649
+ #: contact_form.php:889
650
+ msgid "Input fields"
651
+ msgstr ""
652
+
653
+ #: contact_form.php:894
654
+ msgid "Input fields background color"
655
+ msgstr ""
656
+
657
+ #: contact_form.php:899
658
+ msgid "Text fields color"
659
+ msgstr ""
660
+
661
+ #: contact_form.php:901
662
+ msgid "Border width in px, numbers only"
663
+ msgstr ""
664
+
665
+ #: contact_form.php:905
666
+ #: contact_form.php:926
667
+ msgid "Border color"
668
+ msgstr ""
669
+
670
+ #: contact_form.php:910
671
+ #, fuzzy
672
+ msgid "Submit button"
673
+ msgstr "Підтвердити"
674
+
675
+ #: contact_form.php:912
676
+ msgid "Width in px, numbers only"
677
+ msgstr ""
678
+
679
+ #: contact_form.php:916
680
+ msgid "Button color"
681
+ msgstr ""
682
+
683
+ #: contact_form.php:921
684
+ msgid "Button text color"
685
+ msgstr ""
686
+
687
+ #: contact_form.php:937
688
+ #, fuzzy
689
+ msgid "Contact Form Pro | Preview"
690
+ msgstr "Контактна форма"
691
+
692
+ #: contact_form.php:940
693
+ msgid "Show with errors"
694
+ msgstr ""
695
+
696
+ #: contact_form.php:1086
697
  msgid "Sorry, email message could not be delivered."
698
  msgstr "Вибачте, ваше email-повідомлення не може бути доставлене."
699
 
700
+ #: contact_form.php:1170
701
  msgid "You can attach the following file formats"
702
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
703
 
704
+ #: contact_form.php:1454
705
  msgid "Contact from"
706
  msgstr "Контактна форма"
707
 
708
+ #: contact_form.php:1467
709
  msgid "Email"
710
  msgstr "Email"
711
 
712
+ #: contact_form.php:1481
713
  msgid "Site"
714
  msgstr "Сайт"
715
 
716
+ #: contact_form.php:1531
717
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
718
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим email-клієнтом!"
719
 
720
+ #: contact_form.php:1582
721
  msgid "FAQ"
722
  msgstr "FAQ"
723
 
724
+ #: contact_form.php:1583
725
  msgid "Support"
726
  msgstr "Підтримка"
727
 
728
+ #: contact_form.php:1631
729
  msgid "Are you sure that you want to delete this language data?"
730
  msgstr "Ви справді хочете видалити дані для цієї мови?"
731
 
732
+ #~ msgid "Display Attachment tips"
733
+ #~ msgstr "Показувати підказки для прикріплення файлів"
734
+
735
+ #, fuzzy
736
+ #~ msgid "Display a phone number field"
737
+ #~ msgstr "Відобразити поле для телефону"
738
  #~ msgid "Please enter a valid email address. Settings are not saved."
739
  #~ msgstr "Будь ласка, введіть правильну ел.адресу. Налаштування не збережено."
740
  #~ msgid "E-Mail Address"
743
  #~ msgstr "E-mail адрес:"
744
  #~ msgid "Install Now"
745
  #~ msgstr "Установить сейчас"
 
 
746
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.5.1
7
- Stable tag: 3.45
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -17,6 +17,8 @@ Contact Form allows you to add a feedback form to a post or a page in an easy ma
17
  <a href="http://wordpress.org/extend/plugins/contact-form-plugin/faq/" target="_blank">FAQ</a>
18
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
19
 
 
 
20
  = Features =
21
 
22
  * Actions: You can choose where to send the messages - this can be any user and any email address.
@@ -34,6 +36,7 @@ Contact Form allows you to add a feedback form to a post or a page in an easy ma
34
  * Czech (cs_CZ) (thanks to Petr Zápotocký)
35
  * Danish (da_DK) (thanks to Mads Hannibal)
36
  * Dutch (nl_NL) (thanks to <a href="mailto:ronald@hostingu.nl">HostingU, Ronald Verheul</a>, Jan Boeijink, <a href="mailto:info@katchy.nl">Dorine Kat-Stronck</a>)
 
37
  * French (fr_FR) (thanks to Alain Thomas and Vincent Cibelli and Capronnier Luc)
38
  * Galician (gl_ES) (thanks to Paula Rios)
39
  * German (de_DE) (thanks to Hartung Thomas)
@@ -116,9 +119,15 @@ Here is an example for the German language files.
116
  3. Contact Form display with additional fields.
117
  4. Plugin settings in WordPress admin panel with additional fields.
118
  5. Widget settings for using shortcode in the sidebar.
 
119
 
120
  == Changelog ==
121
 
 
 
 
 
 
122
  = V3.45 - 27.05.2013 =
123
  * Bugfix : The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed.
124
  * Update : BWS plugins section is updated.
@@ -325,6 +334,9 @@ Here is an example for the German language files.
325
 
326
  == Upgrade Notice ==
327
 
 
 
 
328
  = V3.45 =
329
  The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed. BWS plugins section is updated. We updated the Italian, the French and the Brazilian Portuguese language files in the plugin.
330
 
4
  Tags: Contact Form, text, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, attachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.5.1
7
+ Stable tag: 3.46
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
17
  <a href="http://wordpress.org/extend/plugins/contact-form-plugin/faq/" target="_blank">FAQ</a>
18
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
19
 
20
+ <a href="http://bestwebsoft.com/plugin/contact-form-pro/" target="_blank">Upgrade to Pro Version</a>
21
+
22
  = Features =
23
 
24
  * Actions: You can choose where to send the messages - this can be any user and any email address.
36
  * Czech (cs_CZ) (thanks to Petr Zápotocký)
37
  * Danish (da_DK) (thanks to Mads Hannibal)
38
  * Dutch (nl_NL) (thanks to <a href="mailto:ronald@hostingu.nl">HostingU, Ronald Verheul</a>, Jan Boeijink, <a href="mailto:info@katchy.nl">Dorine Kat-Stronck</a>)
39
+ * Finnish (fi) (thanks to <a href="mailto:mikrotuki@sisuaxles.com">Mikrotuki</a>)
40
  * French (fr_FR) (thanks to Alain Thomas and Vincent Cibelli and Capronnier Luc)
41
  * Galician (gl_ES) (thanks to Paula Rios)
42
  * German (de_DE) (thanks to Hartung Thomas)
119
  3. Contact Form display with additional fields.
120
  4. Plugin settings in WordPress admin panel with additional fields.
121
  5. Widget settings for using shortcode in the sidebar.
122
+ 6. Plugin extra settings in WordPress admin panel with additional fields.
123
 
124
  == Changelog ==
125
 
126
+ = V3.46 - 24.06.2013 =
127
+ * NEW : The Finnish language file is added to the plugin.
128
+ * Bugfix : We fixed the bug of display additional info in the email when email has an attachment.
129
+ * NEW : Added html blocks.
130
+
131
  = V3.45 - 27.05.2013 =
132
  * Bugfix : The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed.
133
  * Update : BWS plugins section is updated.
334
 
335
  == Upgrade Notice ==
336
 
337
+ = V3.46 =
338
+ The Finnish language file is added to the plugin. We fixed the bug of display additional info in the email when email has an attachment. Added html blocks.
339
+
340
  = V3.45 =
341
  The error related to use function 'get_userdatabylogin' instead 'get_user_by('login')' is fixed. BWS plugins section is updated. We updated the Italian, the French and the Brazilian Portuguese language files in the plugin.
342
 
screenshot-2.jpg CHANGED
Binary file
screenshot-4.jpg CHANGED
Binary file
screenshot-6.jpg ADDED
Binary file