Contact Form by BestWebSoft - Version 3.62

Version Description

  • 1.11.2013 =
  • NEW : Add checking installed wordpress version.
  • Update : Activation of radio button or checkbox by clicking on its label.
  • Update : We updated all functionality for wordpress 3.7.1.
Download this release

Release Info

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

Code changes from version 3.61 to 3.62

Files changed (72) hide show
  1. bws_menu/bws_menu.php +7 -9
  2. contact_form.php +181 -155
  3. css/style.css +57 -0
  4. images/banner_for_ctfrmtdb.png +0 -0
  5. images/tooltip_sendme_block.png +0 -0
  6. js/bws_menu.js +0 -0
  7. js/script.js +0 -0
  8. languages/contact_form-ar.mo +0 -0
  9. languages/contact_form-ar.po +284 -247
  10. languages/contact_form-be_BY.mo +0 -0
  11. languages/contact_form-be_BY.po +286 -249
  12. languages/contact_form-bg_BG.mo +0 -0
  13. languages/contact_form-bg_BG.po +284 -247
  14. languages/contact_form-ca.mo +0 -0
  15. languages/contact_form-ca.po +285 -245
  16. languages/contact_form-cs_CZ.mo +0 -0
  17. languages/contact_form-cs_CZ.po +284 -247
  18. languages/contact_form-da_DK.mo +0 -0
  19. languages/contact_form-da_DK.po +284 -247
  20. languages/contact_form-de_DE.mo +0 -0
  21. languages/contact_form-de_DE.po +284 -247
  22. languages/contact_form-el_GR.mo +0 -0
  23. languages/contact_form-el_GR.po +284 -247
  24. languages/contact_form-es_ES.mo +0 -0
  25. languages/contact_form-es_ES.po +284 -247
  26. languages/contact_form-fa_IR.mo +0 -0
  27. languages/contact_form-fa_IR.po +285 -251
  28. languages/contact_form-fi.mo +0 -0
  29. languages/contact_form-fi.po +286 -249
  30. languages/contact_form-fr_FR.mo +0 -0
  31. languages/contact_form-fr_FR.po +286 -247
  32. languages/contact_form-gl_ES.mo +0 -0
  33. languages/contact_form-gl_ES.po +286 -251
  34. languages/contact_form-he_IL.mo +0 -0
  35. languages/contact_form-he_IL.po +287 -248
  36. languages/contact_form-hi_IN.mo +0 -0
  37. languages/contact_form-hi_IN.po +284 -247
  38. languages/contact_form-hu_HU.mo +0 -0
  39. languages/contact_form-hu_HU.po +286 -251
  40. languages/contact_form-it_IT.mo +0 -0
  41. languages/contact_form-it_IT.po +286 -249
  42. languages/contact_form-ja.mo +0 -0
  43. languages/contact_form-ja.po +285 -245
  44. languages/contact_form-lt_LT.mo +0 -0
  45. languages/contact_form-lt_LT.po +284 -247
  46. languages/contact_form-nb_NO.mo +0 -0
  47. languages/contact_form-nb_NO.po +284 -247
  48. languages/contact_form-nl_NL.mo +0 -0
  49. languages/contact_form-nl_NL.po +286 -251
  50. languages/contact_form-pl_PL.mo +0 -0
  51. languages/contact_form-pl_PL.po +287 -248
  52. languages/contact_form-pt_BR.mo +0 -0
  53. languages/contact_form-pt_BR.po +287 -243
  54. languages/contact_form-pt_PT.mo +0 -0
  55. languages/contact_form-pt_PT.po +286 -251
  56. languages/contact_form-ro_RO.mo +0 -0
  57. languages/contact_form-ro_RO.po +284 -247
  58. languages/contact_form-ru_RU.mo +0 -0
  59. languages/contact_form-ru_RU.po +281 -247
  60. languages/contact_form-sk_SK.mo +0 -0
  61. languages/contact_form-sk_SK.po +285 -245
  62. languages/contact_form-sr_RS.mo +0 -0
  63. languages/contact_form-sr_RS.po +286 -251
  64. languages/contact_form-sv_SE.mo +0 -0
  65. languages/contact_form-sv_SE.po +286 -249
  66. languages/contact_form-tr_TR.mo +0 -0
  67. languages/contact_form-tr_TR.po +284 -247
  68. languages/contact_form-uk.mo +0 -0
  69. languages/contact_form-uk.po +286 -251
  70. readme.txt +12 -4
  71. screenshot-2.jpg +0 -0
  72. screenshot-4.jpg +0 -0
bws_menu/bws_menu.php CHANGED
@@ -5,16 +5,13 @@
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
 
 
8
  $all_plugins = get_plugins();
9
  $error = '';
10
  $message = '';
11
  $bwsmn_form_email = '';
12
- if ( is_multisite() ) {
13
- $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
14
- $active_plugins = array_merge( $active_plugins , get_option( 'active_plugins' ) );
15
- } else {
16
- $active_plugins = get_option( 'active_plugins' );
17
- }
18
 
19
  $array_activate = array();
20
  $array_install = array();
@@ -35,10 +32,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
35
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
36
  array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
37
  array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
38
- array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/', 'http://bestwebsoft.com/plugin/contact-form-to-db/#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' )
 
39
  );
40
  foreach ( $array_plugins as $plugins ) {
41
- if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
42
  $array_activate[ $count_activate ]["title"] = $plugins[1];
43
  $array_activate[ $count_activate ]["link"] = $plugins[2];
44
  $array_activate[ $count_activate ]["href"] = $plugins[3];
@@ -69,7 +67,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
69
  array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
70
  );
71
  foreach ( $array_plugins_pro as $plugins ) {
72
- if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
73
  $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
74
  $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
75
  $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
5
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
6
  function bws_add_menu_render() {
7
  global $wpdb, $wp_version, $title;
8
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
9
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
10
  $all_plugins = get_plugins();
11
  $error = '';
12
  $message = '';
13
  $bwsmn_form_email = '';
14
+ $active_plugins = get_option( 'active_plugins' );
 
 
 
 
 
15
 
16
  $array_activate = array();
17
  $array_install = array();
32
  array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
33
  array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
34
  array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
35
+ array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/', 'http://bestwebsoft.com/plugin/contact-form-to-db/#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' ),
36
+ array( 'pdf-print\/pdf-print.php', 'PDF & Print', 'http://bestwebsoft.com/plugin/pdf-print/', 'http://bestwebsoft.com/plugin/pdf-print/#download', '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=pdf-print.php' )
37
  );
38
  foreach ( $array_plugins as $plugins ) {
39
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
40
  $array_activate[ $count_activate ]["title"] = $plugins[1];
41
  $array_activate[ $count_activate ]["link"] = $plugins[2];
42
  $array_activate[ $count_activate ]["href"] = $plugins[3];
67
  array( 'contact-form-to-db-pro\/contact_form_to_db_pro.php', 'Contact Form to DB Pro', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a', 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a#purchase', 'admin.php?page=cntctfrmtdbpr_settings' )
68
  );
69
  foreach ( $array_plugins_pro as $plugins ) {
70
+ if ( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
71
  $array_activate_pro[ $count_activate_pro ]["title"] = $plugins[1];
72
  $array_activate_pro[ $count_activate_pro ]["link"] = $plugins[2];
73
  $array_activate_pro[ $count_activate_pro ]["href"] = $plugins[3];
contact_form.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
  /*
3
- Plugin Name: Contact Form Plugin
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
- Version: 3.61
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
- /* Copyright 2011 BestWebSoft ( http://support.bestwebsoft.com )
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
@@ -175,6 +175,22 @@ if( ! function_exists( 'cntctfrm_settings' ) ) {
175
  }
176
  }
177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  // Add settings page in admin area
179
  if( ! function_exists( 'cntctfrm_settings_page' ) ) {
180
  function cntctfrm_settings_page() {
@@ -512,8 +528,8 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
512
  <tr valign="top">
513
  <th scope="row" style="width:200px;"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
514
  <td colspan="2" style="width:750px;">
515
- <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if($cntctfrm_options['cntctfrm_select_email'] == 'user') echo "checked=\"checked\" "; ?>/>
516
- <select name="cntctfrm_user_email">
517
  <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
518
  <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
519
  <option value="<?php echo $value; ?>" <?php if( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
@@ -525,7 +541,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
525
  <tr valign="top">
526
  <th scope="row" style="width:200px;"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
527
  <td colspan="2">
528
- <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if($cntctfrm_options['cntctfrm_select_email'] == 'custom') echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
529
  <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
530
  </td>
531
  </tr>
@@ -537,68 +553,83 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
537
  <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
538
  </div>
539
  <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
540
- <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
541
-
542
  </td>
543
- </tr>
544
- <tr valign="top">
545
- <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>
546
  </tr>
547
- <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
548
- <th rowspan="2"><?php _e( 'What to use?', 'contact_form' ); ?></th>
549
  <td colspan="2">
550
- <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
551
- <?php _e( 'Wp-mail', 'contact_form' ); ?>
552
- <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  </td>
 
 
 
554
  </tr>
555
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
 
556
  <td colspan="2">
557
- <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if($cntctfrm_options['cntctfrm_mail_method'] == 'mail') echo "checked=\"checked\" "; ?>/>
558
- <?php _e( 'Mail', 'contact_form' ); ?>
559
- <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span>
 
560
  </td>
561
  </tr>
562
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
563
  <th scope="row" style="width:200px;"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
564
  <td colspan="2">
565
- <input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( $cntctfrm_options['cntctfrm_select_from_field'] == 'user_name') echo "checked=\"checked\" "; ?>/> <?php _e( "User name", 'contact_form' ); ?> <span class="cntctfrm_info">(<?php _e( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br/>
566
- <input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="custom" <?php if ( $cntctfrm_options['cntctfrm_select_from_field'] == 'custom') echo "checked=\"checked\" "; ?>/>
567
- <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" /> <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
 
 
568
  </td>
569
  </tr>
570
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
571
  <th scope="row" style="width:200px;"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
572
  <td colspan="2">
573
- <input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if( $cntctfrm_options['cntctfrm_from_email'] == 'user' ) echo "checked=\"checked\" "; ?>/> <?php _e( "User email", 'contact_form' ); ?> <span class="cntctfrm_info">(<?php _e( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br />
574
- <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if($cntctfrm_options['cntctfrm_from_email'] == 'custom') echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
 
 
575
  <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
576
  </td>
577
  </tr>
578
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
579
  <th scope="row" style="width:200px;"><?php _e( "Display fields", 'contact_form' ); ?></th>
580
  <td colspan="2">
581
- <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 />
582
- <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 />
583
- <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 />
584
  <?php $all_plugins = get_plugins();
585
- if ( is_multisite() ) {
586
- $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
587
- $active_plugins = array_merge( $active_plugins , get_option('active_plugins') );
588
- } else {
589
- $active_plugins = get_option('active_plugins');
590
- }
591
  if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
592
- if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ) { ?>
593
- <input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
594
- <label for="cntctfrm_display_captcha"><?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
 
595
  <?php } else { ?>
596
- <input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
597
- <label for="cntctfrm_display_captcha"><?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
598
  <?php }
599
  } else { ?>
600
- <input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
601
- <label for="cntctfrm_display_captcha"><?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $plugin_info["Version"]; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
602
  <?php } ?>
603
  </td>
604
  </tr>
@@ -606,7 +637,7 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
606
  <th scope="row" style="width:200px;"><?php _e( "Display tips below the Attachment block", 'contact_form' ); ?></th>
607
  <td colspan="2">
608
  <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\" "; ?>/>
609
- <div class="cntctfrmpr_help_box" style="margin: -25px 35px 0;float:none;">
610
  <div class="cntctfrmpr_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
611
  </div>
612
  </td>
@@ -614,48 +645,27 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
614
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
615
  <th scope="row" style="width:200px;"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
616
  <td colspan="2">
617
- <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if($cntctfrm_options['cntctfrm_delete_attached_file'] == '1') echo "checked=\"checked\" "; ?>/>
618
  </td>
619
- </tr>
620
- <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
621
- <th scope="row" style="width:200px;"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
622
- <td colspan="2">
623
- <?php $all_plugins = get_plugins();
624
- if ( is_multisite() ) {
625
- $active_plugins = (array) array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
626
- $active_plugins = array_merge( $active_plugins , get_option( 'active_plugins' ) );
627
- } else {
628
- $active_plugins = get_option( 'active_plugins' );
629
- }
630
- if ( array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) || array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
631
- if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ) { ?>
632
- <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
633
- <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
634
- <?php } else { ?>
635
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
636
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
637
- <?php }
638
- } else { ?>
639
- <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
640
- <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $plugin_info["Version"]; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
641
- <?php } ?>
642
- </td>
643
- </tr>
644
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
645
  <th scope="row" style="width:200px;"><?php _e( "Display 'Send me a copy' block", 'contact_form' ); ?> </th>
646
  <td colspan="2">
647
- <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if($cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
648
- </td>
 
 
 
649
  </tr>
650
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
651
  <th scope="row" style="width:200px;"><?php _e( "Required fields", 'contact_form' ); ?></th>
652
  <td colspan="2">
653
- <input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_name_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Name", 'contact_form' ); ?><br />
654
- <input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_address_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Address", 'contact_form' ); ?><br />
655
- <input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_email_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Email Address", 'contact_form' ); ?><br />
656
- <input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_phone_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Phone", 'contact_form' ); ?><br />
657
- <input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_subject_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Subject", 'contact_form' ); ?><br />
658
- <input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if($cntctfrm_options['cntctfrm_required_message_field'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Message", 'contact_form' ); ?>
659
  </td>
660
  </tr>
661
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
@@ -664,41 +674,41 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
664
  <input type="checkbox" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_symbol'] == '1' ) echo "checked=\"checked\" "; ?>/>
665
  </td>
666
  </tr>
667
- <tr valign="top" class="cntctfrm_additions_block <?php if( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
668
  <th scope="row" style="width:200px;"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
669
  <td style="width:15px;">
670
- <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if($cntctfrm_options['cntctfrm_display_add_info'] == '1') echo "checked=\"checked\" "; ?>/>
671
  </td>
672
- <td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
673
- <input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_sent_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
674
- <input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if($cntctfrm_options['cntctfrm_display_date_time'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
675
- <input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if($cntctfrm_options['cntctfrm_display_coming_from'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
676
- <input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if($cntctfrm_options['cntctfrm_display_user_agent'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
677
  </td>
678
  </tr>
679
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
680
  <th scope="row" style="width:200px;"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
681
  <td colspan="2">
682
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
683
- <?php foreach ( $lang_codes as $key=>$val ) {
684
- if( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
685
  continue;
686
  echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html ( $val ) . '</option>';
687
  } ?>
688
  </select>
689
- <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e('Add a language', 'contact_form'); ?>" />
690
  </td>
691
  </tr>
692
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
693
  <th scope="row" style="width:200px;"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
694
  <td style="width:15px;">
695
- <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if($cntctfrm_options['cntctfrm_change_label'] == '1') echo "checked=\"checked\" "; ?>/>
696
  </td>
697
- <td class="cntctfrm_change_label_block <?php if($cntctfrm_options['cntctfrm_change_label'] == '0') echo "cntctfrm_hidden"; ?>">
698
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e('English', 'contact_form'); ?></div>
699
- <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
700
- foreach( $cntctfrm_options['cntctfrm_language'] as $val ) {
701
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_'.$val.'">'.$lang_codes[$val].' <span class="cntctfrm_delete" rel="'.$val.'">X</span></div>';
702
  }
703
  } ?>
704
  <div class="clear"></div>
@@ -729,32 +739,32 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
729
  </div>
730
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
731
  </div>
732
- <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
733
- foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
734
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
735
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
736
  <div class="cntctfrm_language_tab_block">
737
- <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 />
738
- <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 />
739
- <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 />
740
- <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 />
741
- <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 />
742
- <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 />
743
- <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 />
744
- <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 />
745
- <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 />
746
- <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 />
747
- <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 />
748
- <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 />
749
- <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 />
750
- <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 />
751
- <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 />
752
- <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 />
753
- <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 />
754
- <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 />
755
- <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 />
756
- <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 />
757
- <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 />
758
  </div>
759
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
760
  </div>
@@ -762,14 +772,14 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
762
  } ?>
763
  </td>
764
  </tr>
765
- <tr valign="top" class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
766
  <th scope="row" style="width:200px;"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
767
  <td colspan="2" class="cntctfrm_action_after_send_block">
768
- <input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if($cntctfrm_options['cntctfrm_action_after_send'] == '1') echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?><br />
769
- <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e('English', 'contact_form'); ?></div>
770
- <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
771
- foreach( $cntctfrm_options['cntctfrm_language'] as $val ) {
772
- echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_'.$val.'">'.$lang_codes[$val].' <span class="cntctfrm_delete" rel="'.$val.'">X</span></div>';
773
  }
774
  } ?>
775
  <div class="clear"></div>
@@ -777,23 +787,23 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
777
  <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 />
778
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
779
  </div>
780
- <?php if( ! empty( $cntctfrm_options['cntctfrm_language'] ) ){
781
- foreach( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
782
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
783
- <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if( isset( $cntctfrm_options['cntctfrm_thank_text'][$val] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][$val]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
784
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
785
  </div>
786
  <?php }
787
  } ?>
788
  <div id="cntctfrm_before"></div>
789
  <br />
790
- <input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="0" <?php if($cntctfrm_options['cntctfrm_action_after_send'] == '0') echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
791
- <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span><br />
792
  </td>
793
  </table>
794
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
795
  <p class="submit">
796
- <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
797
  </p>
798
  <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
799
  </form>
@@ -1653,7 +1663,7 @@ if ( ! function_exists ( 'cntctfrm_register_plugin_links' ) ) {
1653
  $base = plugin_basename(__FILE__);
1654
  if ( $file == $base ) {
1655
  $links[] = '<a href="admin.php?page=contact_form.php">' . __( 'Settings','contact_form' ) . '</a>';
1656
- $links[] = '<a href="http://wordpress.org/extend/plugins/contact-form-plugin/faq/" target="_blank">' . __( 'FAQ','contact_form' ) . '</a>';
1657
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','contact_form' ) . '</a>';
1658
  }
1659
  return $links;
@@ -1809,8 +1819,8 @@ if ( ! function_exists ( 'cntctfrm_remove_language' ) ) {
1809
  // Function for delete options
1810
  if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
1811
  function cntctfrm_delete_options() {
1812
- global $wpdb;
1813
  delete_option( 'cntctfrm_options' );
 
1814
  }
1815
  }
1816
  if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
@@ -1819,18 +1829,28 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
1819
  $plugin_info = get_plugin_data( __FILE__ );
1820
  if ( $hook_suffix == 'plugins.php' ) {
1821
  echo '<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
1822
- <script type="text/javascript" src="'.plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ).'"></script>
1823
  <script type="text/javascript">
1824
- (function($){
1825
- $(document).ready(function(){
1826
- var hide_message = $.cookie("cntctfrm_hide_banner_on_plugin_page");
1827
- if ( hide_message == "true") {
1828
- $(".cntctfrm_message").css("display", "none");
1829
- };
1830
- $(".cntctfrm_close_icon").click(function() {
1831
- $(".cntctfrm_message").css("display", "none");
 
 
 
 
 
 
1832
  $.cookie( "cntctfrm_hide_banner_on_plugin_page", "true", { expires: 32 } );
1833
  });
 
 
 
 
1834
  });
1835
  })(jQuery);
1836
  </script>
@@ -1842,40 +1862,46 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
1842
  <span>Extend standard plugin functionality with new great options.</span>
1843
  </div>
1844
  <a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '">Learn More</a>
1845
- </div>
 
 
 
 
 
 
 
 
 
1846
  </div>';
1847
  }
1848
  }
1849
  }
1850
 
1851
  add_action( 'init', 'cntctfrm_plugin_init' );
1852
-
1853
  add_action( 'init', 'cntctfrm_check_and_send' );
1854
 
1855
- add_action( 'admin_enqueue_scripts', 'cntctfrm_admin_head' );
1856
-
1857
- add_action( 'wp_enqueue_scripts', 'cntctfrm_wp_head' );
1858
 
1859
  // adds "Settings" link to the plugin action page
1860
- add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links',10,2);
1861
-
1862
  //Additional links on the plugin page
1863
- add_filter( 'plugin_row_meta', 'cntctfrm_register_plugin_links',10,2);
 
 
 
1864
 
1865
  add_shortcode( 'contact_form', 'cntctfrm_display_form' );
1866
  add_shortcode( 'bws_contact_form', 'cntctfrm_display_form' );
1867
  add_shortcode( 'bestwebsoft_contact_form', 'cntctfrm_display_form' );
1868
-
1869
- add_action( 'admin_menu', 'cntctfrm_admin_menu' );
1870
-
1871
  add_filter( 'widget_text', 'do_shortcode' );
1872
 
1873
- add_filter( 'wp_mail_from_name', 'cntctfrm_email_name_filter', 10, 1);
1874
 
1875
  add_action( 'wp_ajax_cntctfrm_add_language', 'cntctfrm_add_language' );
1876
  add_action( 'wp_ajax_cntctfrm_remove_language', 'cntctfrm_remove_language' );
1877
 
1878
- register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
1879
 
1880
- add_action('admin_notices', 'cntctfrm_plugin_banner');
1881
  ?>
1
  <?php
2
  /*
3
+ Plugin Name: Contact Form
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
+ Version: 3.62
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
11
+ /* @ Copyright 2013 BestWebSoft ( http://support.bestwebsoft.com )
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
175
  }
176
  }
177
 
178
+ /* Function check if plugin is compatible with current WP version */
179
+ if ( ! function_exists ( 'cntctfrm_version_check' ) ) {
180
+ function cntctfrm_version_check() {
181
+ global $wp_version;
182
+ $plugin_data = get_plugin_data( __FILE__, false );
183
+ $require_wp = "3.0"; /* Wordpress at least requires version */
184
+ $plugin = plugin_basename( __FILE__ );
185
+ if ( version_compare( $wp_version, $require_wp, "<" ) ) {
186
+ if( is_plugin_active( $plugin ) ) {
187
+ deactivate_plugins( $plugin );
188
+ wp_die( "<strong>" . $plugin_data['Name'] . " </strong> " . __( 'requires', 'contact_form' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'contact_form') . "<br /><br />" . __( 'Back to the WordPress', 'contact_form') . " <a href='" . get_admin_url( null, 'plugins.php' ) . "'>" . __( 'Plugins page', 'contact_form') . "</a>." );
189
+ }
190
+ }
191
+ }
192
+ }
193
+
194
  // Add settings page in admin area
195
  if( ! function_exists( 'cntctfrm_settings_page' ) ) {
196
  function cntctfrm_settings_page() {
528
  <tr valign="top">
529
  <th scope="row" style="width:200px;"><?php _e( "The user's email address:", 'contact_form' ); ?> </th>
530
  <td colspan="2" style="width:750px;">
531
+ <input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo "checked=\"checked\" "; ?>/>
532
+ <select name="cntctfrm_user_email" onfocus="document.getElementById('cntctfrm_select_email_user').checked = true;">
533
  <option disabled><?php _e( "Create a username", 'contact_form' ); ?></option>
534
  <?php while( list( $key, $value ) = each( $userslogin ) ) { ?>
535
  <option value="<?php echo $value; ?>" <?php if( $cntctfrm_options['cntctfrm_user_email'] == $value ) echo "selected=\"selected\" "; ?>><?php echo $value; ?></option>
541
  <tr valign="top">
542
  <th scope="row" style="width:200px;"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
543
  <td colspan="2">
544
+ <input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'custom' ) echo "checked=\"checked\" "; ?>/> <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" />
545
  <span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
546
  </td>
547
  </tr>
553
  <a title="Contact Form Pro" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $plugin_info["Version"]; ?>"> <?php _e( 'Contact Form Pro', 'contact_form' ); ?></a>
554
  </div>
555
  <input type="radio" id="cntctfrmpr_select_email_department" name="cntctfrmpr_select_email" value="departments" disabled="disabled" />
556
+ <div class="cntctfrmpr_department_table"><img src="<?php echo plugins_url( 'images/pro_screen_1.png', __FILE__ ); ?>" alt="" /></div>
 
557
  </td>
 
 
 
558
  </tr>
559
+ <tr valign="top">
560
+ <th scope="row" style="width:200px;"><?php _e( "Save emails to the database", 'contact_form' ); ?> </th>
561
  <td colspan="2">
562
+ <?php if ( ! function_exists( 'is_plugin_active_for_network' ) )
563
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
564
+ $all_plugins = get_plugins();
565
+ $active_plugins = get_option( 'active_plugins' );
566
+ if ( array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) || array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
567
+ if ( 0 < count( preg_grep( '/contact-form-to-db\/contact_form_to_db.php/', $active_plugins ) ) || 0 < count( preg_grep( '/contact-form-to-db-pro\/contact_form_to_db_pro.php/', $active_plugins ) ) ||
568
+ is_plugin_active_for_network( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active_for_network( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
569
+ <input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
570
+ <span style="color: #888888;font-size: 10px;"> (<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
571
+ <?php } else { ?>
572
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo "checked=\"checked\""; ?> />
573
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
574
+ <?php }
575
+ } else { ?>
576
+ <input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
577
+ <span style="color: #888888;font-size: 10px;">(<?php _e( 'Using Contact Form to DB powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $plugin_info["Version"]; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
578
+ <?php } ?>
579
  </td>
580
+ </tr>
581
+ <tr valign="top">
582
+ <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>
583
  </tr>
584
  <tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
585
+ <th scope="row" style="width:200px;"><?php _e( 'What to use?', 'contact_form' ); ?></th>
586
  <td colspan="2">
587
+ <label><input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if( $cntctfrm_options['cntctfrm_mail_method'] == 'wp-mail' ) echo "checked=\"checked\" "; ?>/>
588
+ <?php _e( 'Wp-mail', 'contact_form' ); ?></label> <span class="cntctfrm_info">(<?php _e( 'You can use the wp_mail function for mailing', 'contact_form' ); ?>)</span><br />
589
+ <label><input type='radio' name='cntctfrm_mail_method' value='mail' <?php if($cntctfrm_options['cntctfrm_mail_method'] == 'mail') echo "checked=\"checked\" "; ?>/>
590
+ <?php _e( 'Mail', 'contact_form' ); ?> </label> <span class="cntctfrm_info">(<?php _e( 'To send mail you can use the php mail function', 'contact_form' ); ?>)</span><br />
591
  </td>
592
  </tr>
593
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
594
  <th scope="row" style="width:200px;"><?php _e( "The text in the 'From' field", 'contact_form' ); ?></th>
595
  <td colspan="2">
596
+ <label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( $cntctfrm_options['cntctfrm_select_from_field'] == 'user_name') echo "checked=\"checked\" "; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
597
+ <span class="cntctfrm_info">(<?php _e( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br/>
598
+ <input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( $cntctfrm_options['cntctfrm_select_from_field'] == 'custom') echo "checked=\"checked\" "; ?>/>
599
+ <input type="text" style="width:200px;" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" />
600
+ <span class="cntctfrm_info">(<?php _e( "This text will be used in the 'FROM' field", 'contact_form' ); ?>)</span>
601
  </td>
602
  </tr>
603
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
604
  <th scope="row" style="width:200px;"><?php _e( "The email address in the 'From' field", 'contact_form' ); ?></th>
605
  <td colspan="2">
606
+ <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if( $cntctfrm_options['cntctfrm_from_email'] == 'user' ) echo "checked=\"checked\" "; ?>/> <?php _e( "User email", 'contact_form' ); ?> </label>
607
+ <span class="cntctfrm_info">(<?php _e( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?>)</span><br />
608
+ <input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( $cntctfrm_options['cntctfrm_from_email'] == 'custom') echo "checked=\"checked\" "; ?>/>
609
+ <input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
610
  <span class="cntctfrm_info">(<?php _e( "This email address will be used in the 'From' field.", 'contact_form' ); ?>)</span>
611
  </td>
612
  </tr>
613
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
614
  <th scope="row" style="width:200px;"><?php _e( "Display fields", 'contact_form' ); ?></th>
615
  <td colspan="2">
616
+ <label><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' ); ?></label><br />
617
+ <label><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' ); ?></label><br />
618
+ <label><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' ); ?></label> <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 />
619
  <?php $all_plugins = get_plugins();
620
+ $active_plugins = get_option( 'active_plugins' );
 
 
 
 
 
621
  if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
622
+ if ( 0 < count( preg_grep( '/captcha\/captcha.php/', $active_plugins ) ) || 0 < count( preg_grep( '/captcha-pro\/captcha_pro.php/', $active_plugins ) ) ||
623
+ is_plugin_active_for_network( 'captcha/captcha.php' ) || is_plugin_active_for_network( 'captcha-pro/captcha_pro.php' ) ) { ?>
624
+ <label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
625
+ <?php _e( "Captcha", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>)</span>
626
  <?php } else { ?>
627
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo "checked=\"checked\""; ?> />
628
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
629
  <?php }
630
  } else { ?>
631
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
632
+ <?php _e( 'Captcha', 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;">(<?php _e( 'powered by', 'contact_form' ); ?> <a href="http://bestwebsoft.com/plugin/">bestwebsoft.com</a>) <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $plugin_info["Version"]; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
633
  <?php } ?>
634
  </td>
635
  </tr>
637
  <th scope="row" style="width:200px;"><?php _e( "Display tips below the Attachment block", 'contact_form' ); ?></th>
638
  <td colspan="2">
639
  <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\" "; ?>/>
640
+ <div class="cntctfrmpr_help_box" style="margin: -27px 35px 0;float:none;">
641
  <div class="cntctfrmpr_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
642
  </div>
643
  </td>
645
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
646
  <th scope="row" style="width:200px;"><?php _e( "Delete an attachment file from the server after the email is sent", 'contact_form' ); ?> </th>
647
  <td colspan="2">
648
+ <input type="checkbox" id="cntctfrm_delete_attached_file" name="cntctfrm_delete_attached_file" value="1" <?php if ( $cntctfrm_options['cntctfrm_delete_attached_file'] == '1' ) echo "checked=\"checked\" "; ?>/>
649
  </td>
650
+ </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
651
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
652
  <th scope="row" style="width:200px;"><?php _e( "Display 'Send me a copy' block", 'contact_form' ); ?> </th>
653
  <td colspan="2">
654
+ <input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( $cntctfrm_options['cntctfrm_send_copy'] == '1') echo "checked=\"checked\" "; ?>/>
655
+ <div class="cntctfrmpr_help_box" style="margin: -27px 35px 0;float:none;">
656
+ <div class="cntctfrmpr_hidden_help_text" style="display: none;width: auto;"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
657
+ </div>
658
+ </td>
659
  </tr>
660
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
661
  <th scope="row" style="width:200px;"><?php _e( "Required fields", 'contact_form' ); ?></th>
662
  <td colspan="2">
663
+ <label><input type="checkbox" id="cntctfrm_required_name_field" name="cntctfrm_required_name_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_name_field'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Name", 'contact_form' ); ?></label><br />
664
+ <label><input type="checkbox" id="cntctfrm_required_address_field" name="cntctfrm_required_address_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_address_field'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Address", 'contact_form' ); ?></label><br />
665
+ <label><input type="checkbox" id="cntctfrm_required_email_field" name="cntctfrm_required_email_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_email_field'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Email Address", 'contact_form' ); ?></label><br />
666
+ <label><input type="checkbox" id="cntctfrm_required_phone_field" name="cntctfrm_required_phone_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_phone_field'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Phone", 'contact_form' ); ?></label><br />
667
+ <label><input type="checkbox" id="cntctfrm_required_subject_field" name="cntctfrm_required_subject_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_subject_field'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Subject", 'contact_form' ); ?></label><br />
668
+ <label><input type="checkbox" id="cntctfrm_required_message_field" name="cntctfrm_required_message_field" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_message_field'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Message", 'contact_form' ); ?></label>
669
  </td>
670
  </tr>
671
  <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
674
  <input type="checkbox" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="1" <?php if ( $cntctfrm_options['cntctfrm_required_symbol'] == '1' ) echo "checked=\"checked\" "; ?>/>
675
  </td>
676
  </tr>
677
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
678
  <th scope="row" style="width:200px;"><?php _e( "Display additional info in the email", 'contact_form' ); ?></th>
679
  <td style="width:15px;">
680
+ <input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_add_info'] == '1' ) echo "checked=\"checked\" "; ?>/>
681
  </td>
682
+ <td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if ( $cntctfrm_options['cntctfrm_display_add_info'] == '0' ) echo "cntctfrm_hidden"; ?>">
683
+ <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_sent_from'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
684
+ <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_date_time'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
685
+ <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_coming_from'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
686
+ <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( $cntctfrm_options['cntctfrm_display_user_agent'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span style="color: #888888;font-size: 10px;"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
687
  </td>
688
  </tr>
689
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
690
  <th scope="row" style="width:200px;"><?php _e( "Language settings for the field names in the form", 'contact_form' ); ?></th>
691
  <td colspan="2">
692
  <select name="cntctfrm_languages" id="cntctfrm_languages" style="width:300px;">
693
+ <?php foreach ( $lang_codes as $key => $val ) {
694
+ if ( in_array( $key, $cntctfrm_options['cntctfrm_language'] ) )
695
  continue;
696
  echo '<option value="' . esc_attr( $key ) . '"> ' . esc_html ( $val ) . '</option>';
697
  } ?>
698
  </select>
699
+ <input type="button" class="button-primary" id="cntctfrm_add_language_button" value="<?php _e( 'Add a language', 'contact_form' ); ?>" />
700
  </td>
701
  </tr>
702
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
703
  <th scope="row" style="width:200px;"><?php _e( "Change the names of the contact form fields and error messages", 'contact_form' ); ?></th>
704
  <td style="width:15px;">
705
+ <input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo "checked=\"checked\" "; ?>/>
706
  </td>
707
+ <td class="cntctfrm_change_label_block <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '0' ) echo "cntctfrm_hidden"; ?>">
708
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
709
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
710
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
711
+ echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_label_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
712
  }
713
  } ?>
714
  <div class="clear"></div>
739
  </div>
740
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
741
  </div>
742
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
743
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
744
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
745
  <div class="cntctfrm_language_tab_block_mini" style="display:none;"><br/></div>
746
  <div class="cntctfrm_language_tab_block">
747
+ <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 />
748
+ <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 />
749
+ <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 />
750
+ <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 />
751
+ <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 />
752
+ <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 />
753
+ <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 />
754
+ <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 />
755
+ <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 />
756
+ <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 />
757
+ <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 />
758
+ <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 />
759
+ <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 />
760
+ <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 />
761
+ <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 />
762
+ <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 />
763
+ <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 />
764
+ <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 />
765
+ <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 />
766
+ <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 />
767
+ <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 />
768
  </div>
769
  <span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
770
  </div>
772
  } ?>
773
  </td>
774
  </tr>
775
+ <tr valign="top" class="cntctfrm_additions_block <?php if ( $cntctfrm_options['cntctfrm_additions_options'] == '0' ) echo "cntctfrm_hidden"; ?>">
776
  <th scope="row" style="width:200px;"><?php _e( "Action after email is sent", 'contact_form' ); ?></th>
777
  <td colspan="2" class="cntctfrm_action_after_send_block">
778
+ <label><input type="radio" id="cntctfrm_action_after_send" name="cntctfrm_action_after_send" value="1" <?php if ( $cntctfrm_options['cntctfrm_action_after_send'] == '1' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Display text", 'contact_form' ); ?></label><br />
779
+ <div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_text_en"><?php _e( 'English', 'contact_form' ); ?></div>
780
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
781
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
782
+ echo '<div class="cntctfrm_label_language_tab" id="cntctfrm_text_' . $val . '">' . $lang_codes[ $val ] . ' <span class="cntctfrm_delete" rel="' . $val . '">X</span></div>';
783
  }
784
  } ?>
785
  <div class="clear"></div>
787
  <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 />
788
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form=en] " . __( "or", 'contact_form' ) . " [bestwebsoft_contact_form] "; _e( "for this language", 'contact_form' ); ?></span>
789
  </div>
790
+ <?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
791
+ foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
792
  <div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
793
+ <input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
794
  <span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); echo " [bestwebsoft_contact_form lang=".$val."] "; _e( "for this language", 'contact_form' ); ?></span>
795
  </div>
796
  <?php }
797
  } ?>
798
  <div id="cntctfrm_before"></div>
799
  <br />
800
+ <input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( $cntctfrm_options['cntctfrm_action_after_send'] == '0' ) echo "checked=\"checked\" "; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
801
+ <input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
802
  </td>
803
  </table>
804
  <input type="hidden" name="cntctfrm_form_submit" value="submit" />
805
  <p class="submit">
806
+ <input type="submit" class="button-primary" value="<?php _e( 'Save Changes' ) ?>" />
807
  </p>
808
  <?php wp_nonce_field( plugin_basename(__FILE__), 'cntctfrm_nonce_name' ); ?>
809
  </form>
1663
  $base = plugin_basename(__FILE__);
1664
  if ( $file == $base ) {
1665
  $links[] = '<a href="admin.php?page=contact_form.php">' . __( 'Settings','contact_form' ) . '</a>';
1666
+ $links[] = '<a href="http://wordpress.org/plugins/contact-form-plugin/faq/" target="_blank">' . __( 'FAQ','contact_form' ) . '</a>';
1667
  $links[] = '<a href="http://support.bestwebsoft.com">' . __( 'Support','contact_form' ) . '</a>';
1668
  }
1669
  return $links;
1819
  // Function for delete options
1820
  if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
1821
  function cntctfrm_delete_options() {
 
1822
  delete_option( 'cntctfrm_options' );
1823
+ delete_site_option( 'cntctfrm_options' );
1824
  }
1825
  }
1826
  if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
1829
  $plugin_info = get_plugin_data( __FILE__ );
1830
  if ( $hook_suffix == 'plugins.php' ) {
1831
  echo '<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
1832
+ <script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>
1833
  <script type="text/javascript">
1834
+ (function($) {
1835
+ $(document).ready( function() {
1836
+ var hide_message = $.cookie( "cntctfrm_hide_banner_on_plugin_page" );
1837
+ var hide_message_for_ctfrmtdb = $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page" );
1838
+ if ( hide_message == "true" ) {
1839
+ $( ".cntctfrm_message" ).css( "display", "none" );
1840
+ if ( hide_message_for_ctfrmtdb == "true" ) {
1841
+ $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
1842
+ };
1843
+ } else {
1844
+ $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
1845
+ }
1846
+ $( ".cntctfrm_close_icon" ).click( function() {
1847
+ $( ".cntctfrm_message" ).css( "display", "none" );
1848
  $.cookie( "cntctfrm_hide_banner_on_plugin_page", "true", { expires: 32 } );
1849
  });
1850
+ $( ".cntctfrm_for_ctfrmtdb_close_icon" ).click( function() {
1851
+ $( ".cntctfrm_message_for_ctfrmtdb" ).css( "display", "none" );
1852
+ $.cookie( "cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page", "true", { expires: 32 } );
1853
+ });
1854
  });
1855
  })(jQuery);
1856
  </script>
1862
  <span>Extend standard plugin functionality with new great options.</span>
1863
  </div>
1864
  <a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '">Learn More</a>
1865
+ </div>
1866
+ <div class="cntctfrm_message_for_ctfrmtdb">
1867
+ <img class="cntctfrm_for_ctfrmtdb_close_icon" title="" src="' . plugins_url( 'images/close_banner.png', __FILE__ ) . '" alt=""/>
1868
+ <img class="cntctfrm_icon" title="" src="' . plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ) . '" alt=""/>
1869
+ <div class="cntctfrm_text">
1870
+ <strong>Contact Form to DB</strong> allows to store your messages to the database.<br />
1871
+ <span>Manage messages that have been sent from your website.</span>
1872
+ </div>
1873
+ <a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '">Learn More</a>
1874
+ </div>
1875
  </div>';
1876
  }
1877
  }
1878
  }
1879
 
1880
  add_action( 'init', 'cntctfrm_plugin_init' );
 
1881
  add_action( 'init', 'cntctfrm_check_and_send' );
1882
 
1883
+ add_action( 'admin_menu', 'cntctfrm_admin_menu' );
1884
+ add_action( 'admin_init', 'cntctfrm_version_check' );
 
1885
 
1886
  // adds "Settings" link to the plugin action page
1887
+ add_filter( 'plugin_action_links', 'cntctfrm_plugin_action_links', 10, 2 );
 
1888
  //Additional links on the plugin page
1889
+ add_filter( 'plugin_row_meta', 'cntctfrm_register_plugin_links', 10, 2 );
1890
+
1891
+ add_action( 'admin_enqueue_scripts', 'cntctfrm_admin_head' );
1892
+ add_action( 'wp_enqueue_scripts', 'cntctfrm_wp_head' );
1893
 
1894
  add_shortcode( 'contact_form', 'cntctfrm_display_form' );
1895
  add_shortcode( 'bws_contact_form', 'cntctfrm_display_form' );
1896
  add_shortcode( 'bestwebsoft_contact_form', 'cntctfrm_display_form' );
 
 
 
1897
  add_filter( 'widget_text', 'do_shortcode' );
1898
 
1899
+ add_filter( 'wp_mail_from_name', 'cntctfrm_email_name_filter', 10, 1 );
1900
 
1901
  add_action( 'wp_ajax_cntctfrm_add_language', 'cntctfrm_add_language' );
1902
  add_action( 'wp_ajax_cntctfrm_remove_language', 'cntctfrm_remove_language' );
1903
 
1904
+ add_action( 'admin_notices', 'cntctfrm_plugin_banner');
1905
 
1906
+ register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
1907
  ?>
css/style.css CHANGED
@@ -295,6 +295,63 @@
295
  margin: 4px 0 0 4px;
296
  cursor: pointer;
297
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  .cntctfrmpr_department_table > img {
299
  margin: -21px 17px 0;
300
  }
295
  margin: 4px 0 0 4px;
296
  cursor: pointer;
297
  }
298
+ .cntctfrm_message_for_ctfrmtdb {
299
+ min-width: 800px;
300
+ border: 1px solid #1b6394;
301
+ padding: 5px;
302
+ margin: 12px 0;
303
+ background: #2484c6;
304
+ -moz-border-radius: 3px;
305
+ border-radius: 3px;
306
+ -webkit-border-radius: 3px;
307
+ position: relative;
308
+ overflow: hidden
309
+ }
310
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_text {
311
+ color: #FFF;
312
+ font-size: 15px;
313
+ line-height: 26px;
314
+ margin-top: 9px;
315
+ float: left;
316
+ }
317
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_text span {
318
+ font-size: 12px;
319
+ opacity: 0.7;
320
+ }
321
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_button {
322
+ float: right;
323
+ border: 1px solid #14496d;
324
+ font-size: 13px;
325
+ margin: 16px 12px;
326
+ padding: 5px 14px;
327
+ color: #FFF;
328
+ background: #17537e;
329
+ -moz-border-radius : 5px;
330
+ border-radius: 5px;
331
+ -webkit-border-radius: 5px;
332
+ text-decoration: none;
333
+ height: 36px;
334
+ text-align: center;
335
+ text-transform: uppercase;
336
+ }
337
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:hover,
338
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_button:focus {
339
+ background: #2b9eed;
340
+ color: #FFF;
341
+ border: 1px solid #1d6ca1;
342
+ -moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
343
+ -webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
344
+ box-shadow: 0px 1px 1px 0 #4bacf0 inset;
345
+ }
346
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_icon {
347
+ float: left;
348
+ margin: 10px 19px 12px 23px;
349
+ }
350
+ .cntctfrm_message_for_ctfrmtdb .cntctfrm_for_ctfrmtdb_close_icon {
351
+ float: right;
352
+ margin: 4px;
353
+ cursor: pointer;
354
+ }
355
  .cntctfrmpr_department_table > img {
356
  margin: -21px 17px 0;
357
  }
images/banner_for_ctfrmtdb.png ADDED
Binary file
images/tooltip_sendme_block.png ADDED
Binary file
js/bws_menu.js CHANGED
File without changes
js/script.js CHANGED
File without changes
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+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"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "خيارات نموذج اتصل بنا"
@@ -32,734 +32,775 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "خيارات نموذج اتصل بنا"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "نموذج الاتصال"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "الأسم:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "البريد الالكتروني:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "البريد الالكتروني:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "موضوع الرسالة:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "الرسالة:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "المرفقات:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "أرسل لي نسخة"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "تقدم"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "مطلوب اسمك."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "مطلوب بريد الكتروني صحيح."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "مطلوب بريد الكتروني صحيح."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "مطلوب اسمك."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "مطلوب نص الموضوع."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "مطلوب نص الرسالة."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "المرفق تعطل."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "يرجى استكمال رمز التحقق."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "الخيارات حُفظت."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "إعدادات"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "إعدادات"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "أستخدم بريد العضو في وورد بريس:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "اختر اسم المستخدم"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "استخدام هذا البريد الالكتروني:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "خيارات إضافية"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr "ماذا تستخدم؟"
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "تغيير من الحقول من نموذج الاتصال"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "تغيير من الحقول من نموذج الاتصال"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "عرض حقل المرفقات"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "البريد الالكتروني:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "عرض حقل المرفقات"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "تفعيل الإضافات"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "تحميل"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "عرض حقل المرفقات"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "عرض خيار (أرسل لي نسخة)"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "الأسم"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "البريد الالكتروني:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "موضوع الرسالة"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "الرسالة"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "ارسلت من (عنوان IP)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "ارسلت من (عنوان IP)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "الوقت/التاريخ"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "Sent from (referer)"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "باستخدام (وكيل المستخدم)"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  #, fuzzy
438
  msgid "Change the names of the contact form fields and error messages"
439
  msgstr "تغيير تسمية حقول نموذج الاتصال"
440
 
441
- #: contact_form.php:638
442
  #: contact_form.php:709
 
443
  msgid "English"
444
  msgstr ""
445
 
446
- #: contact_form.php:657
447
- #: contact_form.php:686
448
  msgid "Error message for the Name field"
449
  msgstr ""
450
 
451
- #: contact_form.php:658
452
- #: contact_form.php:687
453
  msgid "Error message for the Address field"
454
  msgstr ""
455
 
456
- #: contact_form.php:659
457
- #: contact_form.php:688
458
  msgid "Error message for the Email field"
459
  msgstr ""
460
 
461
- #: contact_form.php:660
462
- #: contact_form.php:689
463
  msgid "Error message for the Phone field"
464
  msgstr ""
465
 
466
- #: contact_form.php:661
467
- #: contact_form.php:690
468
  msgid "Error message for the Subject field"
469
  msgstr ""
470
 
471
- #: contact_form.php:662
472
- #: contact_form.php:691
473
  msgid "Error message for the Message field"
474
  msgstr ""
475
 
476
- #: contact_form.php:663
477
- #: contact_form.php:692
478
  msgid "Error message about the file type for the Attachment field"
479
  msgstr ""
480
 
481
- #: contact_form.php:664
482
- #: contact_form.php:693
483
  msgid "Error message while uploading a file for the Attachment field to the server"
484
  msgstr ""
485
 
486
- #: contact_form.php:665
487
- #: contact_form.php:694
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr ""
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  msgid "Error message when file size limit for the Attachment field is exceeded"
494
  msgstr ""
495
 
496
- #: contact_form.php:667
497
- #: contact_form.php:696
498
  msgid "Error message for the Captcha field"
499
  msgstr ""
500
 
501
- #: contact_form.php:668
502
- #: contact_form.php:697
503
  msgid "Error message for the whole form"
504
  msgstr ""
505
 
506
- #: contact_form.php:670
507
- #: contact_form.php:699
508
- #: contact_form.php:718
509
- #: contact_form.php:724
510
  msgid "Use shortcode"
511
  msgstr ""
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "for this language"
518
  msgstr ""
519
 
520
- #: contact_form.php:706
521
  msgid "Action after email is sent"
522
  msgstr ""
523
 
524
- #: contact_form.php:708
525
  #, fuzzy
526
  msgid "Display text"
527
  msgstr "عرض حقل المرفقات"
528
 
529
- #: contact_form.php:717
530
- #: contact_form.php:723
531
  msgid "Text"
532
  msgstr ""
533
 
534
- #: contact_form.php:730
535
  msgid "Redirect to the page"
536
  msgstr ""
537
 
538
- #: contact_form.php:731
539
  msgid "Url"
540
  msgstr ""
541
 
542
- #: contact_form.php:736
543
- #: contact_form.php:913
544
  msgid "Save Changes"
545
  msgstr "حفظ التغييرات"
546
 
547
- #: contact_form.php:753
548
  #, fuzzy
549
  msgid "Contact Form Pro | Extra Settings"
550
  msgstr "خيارات نموذج اتصل بنا"
551
 
552
- #: contact_form.php:767
553
  msgid "Errors output"
554
  msgstr ""
555
 
556
- #: contact_form.php:770
557
  msgid "Display error messages"
558
  msgstr ""
559
 
560
- #: contact_form.php:771
561
  msgid "Color of the input field errors."
562
  msgstr ""
563
 
564
- #: contact_form.php:772
565
  msgid "Display error messages & color of the input field errors"
566
  msgstr ""
567
 
568
- #: contact_form.php:777
569
  msgid "Add placeholder to the input blocks"
570
  msgstr ""
571
 
572
- #: contact_form.php:783
573
  #, fuzzy
574
  msgid "Add tooltips"
575
  msgstr "خيارات إضافية"
576
 
577
- #: contact_form.php:797
578
  #, fuzzy
579
  msgid "Email address"
580
  msgstr "البريد الالكتروني:"
581
 
582
- #: contact_form.php:802
583
  msgid "Phone Number"
584
  msgstr ""
585
 
586
- #: contact_form.php:816
587
  #, fuzzy
588
  msgid "Attachment"
589
  msgstr "المرفقات:"
590
 
591
- #: contact_form.php:821
592
  msgid "(powered by bestwebsoft.com)"
593
  msgstr ""
594
 
595
- #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Style options"
598
  msgstr "خيارات إضافية"
599
 
600
- #: contact_form.php:829
601
  msgid "Text color"
602
  msgstr ""
603
 
604
- #: contact_form.php:832
605
- #: contact_form.php:837
606
- #: contact_form.php:847
607
- #: contact_form.php:852
608
- #: contact_form.php:857
609
- #: contact_form.php:862
610
- #: contact_form.php:872
611
- #: contact_form.php:877
612
- #: contact_form.php:883
613
- #: contact_form.php:894
614
- #: contact_form.php:899
615
- #: contact_form.php:904
616
  msgid "Default"
617
  msgstr ""
618
 
619
- #: contact_form.php:834
620
  msgid "Label text color"
621
  msgstr ""
622
 
623
- #: contact_form.php:839
624
  msgid "Placeholder color"
625
  msgstr ""
626
 
627
- #: contact_form.php:844
628
  msgid "Errors color"
629
  msgstr ""
630
 
631
- #: contact_form.php:849
632
  msgid "Error text color"
633
  msgstr ""
634
 
635
- #: contact_form.php:854
636
  msgid "Background color of the input field errors"
637
  msgstr ""
638
 
639
- #: contact_form.php:859
640
  msgid "Border color of the input field errors"
641
  msgstr ""
642
 
643
- #: contact_form.php:864
644
  msgid "Placeholder color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:869
648
  #, fuzzy
649
  msgid "Input fields"
650
  msgstr "عرض حقل المرفقات"
651
 
652
- #: contact_form.php:874
653
  msgid "Input fields background color"
654
  msgstr ""
655
 
656
- #: contact_form.php:879
657
  msgid "Text fields color"
658
  msgstr ""
659
 
660
- #: contact_form.php:881
661
  msgid "Border width in px, numbers only"
662
  msgstr ""
663
 
664
- #: contact_form.php:885
665
- #: contact_form.php:906
666
  msgid "Border color"
667
  msgstr ""
668
 
669
- #: contact_form.php:890
670
  #, fuzzy
671
  msgid "Submit button"
672
  msgstr "تقدم"
673
 
674
- #: contact_form.php:892
675
  msgid "Width in px, numbers only"
676
  msgstr ""
677
 
678
- #: contact_form.php:896
679
  msgid "Button color"
680
  msgstr ""
681
 
682
- #: contact_form.php:901
683
  msgid "Button text color"
684
  msgstr ""
685
 
686
- #: contact_form.php:917
687
  #, fuzzy
688
  msgid "Contact Form Pro | Preview"
689
  msgstr "نموذج الاتصال"
690
 
691
- #: contact_form.php:920
692
  msgid "Show with errors"
693
  msgstr ""
694
 
695
- #: contact_form.php:928
696
- #: contact_form.php:930
697
  msgid "Please enter your full name..."
698
  msgstr ""
699
 
700
- #: contact_form.php:941
701
- #: contact_form.php:943
702
  msgid "Please enter your address..."
703
  msgstr ""
704
 
705
- #: contact_form.php:952
706
- #: contact_form.php:954
707
  #, fuzzy
708
  msgid "Please enter your email address..."
709
  msgstr "استخدام هذا البريد الالكتروني:"
710
 
711
- #: contact_form.php:963
712
- #: contact_form.php:965
713
  msgid "Please enter your phone number..."
714
  msgstr ""
715
 
716
- #: contact_form.php:974
717
- #: contact_form.php:976
718
  msgid "Please enter subject..."
719
  msgstr ""
720
 
721
- #: contact_form.php:984
722
- #: contact_form.php:986
723
  msgid "Please enter your message..."
724
  msgstr ""
725
 
726
- #: contact_form.php:997
727
  msgid "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"
728
  msgstr ""
729
 
730
- #: contact_form.php:1066
731
  msgid "Sorry, email message could not be delivered."
732
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
733
 
734
- #: contact_form.php:1150
735
  msgid "You can attach the following file formats"
736
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
737
 
738
- #: contact_form.php:1433
739
  msgid "Contact from"
740
  msgstr "اتصل من"
741
 
742
- #: contact_form.php:1446
743
  msgid "Email"
744
  msgstr "البريد الألكتروني"
745
 
746
- #: contact_form.php:1460
747
  msgid "Site"
748
  msgstr "الموقع"
749
 
750
- #: contact_form.php:1521
751
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
752
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
753
 
754
- #: contact_form.php:1585
755
  msgid "FAQ"
756
  msgstr "أسئلة وأجوبة"
757
 
758
- #: contact_form.php:1586
759
  msgid "Support"
760
  msgstr "دعم"
761
 
762
- #: contact_form.php:1645
763
  msgid "Are you sure that you want to delete this language data?"
764
  msgstr ""
765
 
@@ -774,10 +815,6 @@ msgstr ""
774
  #, fuzzy
775
  #~ msgid "Please enter a valid email address."
776
  #~ msgstr "استخدام هذا البريد الالكتروني:"
777
-
778
- #, fuzzy
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "BWS Plugins"
781
  #~ msgid "Activated plugins"
782
  #~ msgstr "تفعيل الإضافات"
783
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+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"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "خيارات نموذج اتصل بنا"
32
  msgstr "خيارات نموذج اتصل بنا"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "نموذج الاتصال"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "الأسم:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "البريد الالكتروني:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "البريد الالكتروني:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "موضوع الرسالة:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "الرسالة:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "المرفقات:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "أرسل لي نسخة"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "تقدم"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "مطلوب اسمك."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "مطلوب بريد الكتروني صحيح."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "مطلوب بريد الكتروني صحيح."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "مطلوب اسمك."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "مطلوب نص الموضوع."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "مطلوب نص الرسالة."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "المرفق تعطل."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "يرجى استكمال رمز التحقق."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "يرجى إجراء التصحيحات أدناه وحاول مرة أخرى."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "أشكركم على الاتصال بنا. سيتم الرد عليكم في أقرب فرصة."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "هذا المستخدم لا وجود له. لم يتم حفظ الإعدادات."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "الرجاء إدخال بريد الكتروني صحيح. الاعدادات لم تُحفظ."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "الخيارات حُفظت."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "إعدادات"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "إعدادات"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "إذا كانت المعلومات في الحقول أدناه فارغة سيتم إرسال الرسالة إلى عنوان الذي تم تحديده أثناء التسجيل."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "أستخدم بريد العضو في وورد بريس:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "اختر اسم المستخدم"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "تعيين اسم المستخدم من الذين سيحصلون على رسائل من شكل من أشكال الاتصال."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "استخدام هذا البريد الالكتروني:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "تعيين عنوان البريد الإلكتروني التي سيتم استخدامها لاستقبال الرسائل."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "نموذج الاتصال"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "نموذج الاتصال"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "خيارات إضافية"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "ماذا تستخدم؟"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
288
 
289
+ #: contact_form.php:588
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 "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "تغيير من الحقول من نموذج الاتصال"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "تغيير من الحقول من نموذج الاتصال"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "عرض حقل المرفقات"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "البريد الالكتروني:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "عرض حقل المرفقات"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "تفعيل الإضافات"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "تحميل"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "عرض حقل المرفقات"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "عرض خيار (أرسل لي نسخة)"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "الأسم"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "البريد الالكتروني:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "موضوع الرسالة"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "الرسالة"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  #, fuzzy
429
  msgid "Display additional info in the email"
430
  msgstr "عرض معلومات اضافية في البريد الالكتروني"
431
 
432
+ #: contact_form.php:684
433
+ #: contact_form.php:1492
434
  msgid "Sent from (ip address)"
435
  msgstr "ارسلت من (عنوان IP)"
436
 
437
+ #: contact_form.php:684
438
  #, fuzzy
439
  msgid "Example: Sent from (IP address):\t127.0.0.1"
440
  msgstr "ارسلت من (عنوان IP)"
441
 
442
+ #: contact_form.php:685
443
+ #: contact_form.php:1497
444
  msgid "Date/Time"
445
  msgstr "الوقت/التاريخ"
446
 
447
+ #: contact_form.php:685
448
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
449
  msgstr ""
450
 
451
+ #: contact_form.php:686
452
+ #: contact_form.php:1502
453
  msgid "Sent from (referer)"
454
  msgstr "Sent from (referer)"
455
 
456
+ #: contact_form.php:686
457
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
458
  msgstr ""
459
 
460
+ #: contact_form.php:687
461
+ #: contact_form.php:1507
462
  msgid "Using (user agent)"
463
  msgstr "باستخدام (وكيل المستخدم)"
464
 
465
+ #: contact_form.php:687
466
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
467
  msgstr ""
468
 
469
+ #: contact_form.php:691
470
  msgid "Language settings for the field names in the form"
471
  msgstr ""
472
 
473
+ #: contact_form.php:700
474
  msgid "Add a language"
475
  msgstr ""
476
 
477
+ #: contact_form.php:704
478
  #, fuzzy
479
  msgid "Change the names of the contact form fields and error messages"
480
  msgstr "تغيير تسمية حقول نموذج الاتصال"
481
 
 
482
  #: contact_form.php:709
483
+ #: contact_form.php:780
484
  msgid "English"
485
  msgstr ""
486
 
487
+ #: contact_form.php:728
488
+ #: contact_form.php:757
489
  msgid "Error message for the Name field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:729
493
+ #: contact_form.php:758
494
  msgid "Error message for the Address field"
495
  msgstr ""
496
 
497
+ #: contact_form.php:730
498
+ #: contact_form.php:759
499
  msgid "Error message for the Email field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:731
503
+ #: contact_form.php:760
504
  msgid "Error message for the Phone field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:732
508
+ #: contact_form.php:761
509
  msgid "Error message for the Subject field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:733
513
+ #: contact_form.php:762
514
  msgid "Error message for the Message field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:734
518
+ #: contact_form.php:763
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  msgid "Error message while uploading a file for the Attachment field to the server"
525
  msgstr ""
526
 
527
+ #: contact_form.php:736
528
+ #: contact_form.php:765
529
  msgid "Error message while moving the file for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:737
533
+ #: contact_form.php:766
534
  msgid "Error message when file size limit for the Attachment field is exceeded"
535
  msgstr ""
536
 
537
+ #: contact_form.php:738
538
+ #: contact_form.php:767
539
  msgid "Error message for the Captcha field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:739
543
+ #: contact_form.php:768
544
  msgid "Error message for the whole form"
545
  msgstr ""
546
 
547
+ #: contact_form.php:741
548
+ #: contact_form.php:770
549
+ #: contact_form.php:789
550
+ #: contact_form.php:795
551
  msgid "Use shortcode"
552
  msgstr ""
553
 
554
+ #: contact_form.php:741
555
+ #: contact_form.php:770
556
+ #: contact_form.php:789
557
+ #: contact_form.php:795
558
  msgid "for this language"
559
  msgstr ""
560
 
561
+ #: contact_form.php:777
562
  msgid "Action after email is sent"
563
  msgstr ""
564
 
565
+ #: contact_form.php:779
566
  #, fuzzy
567
  msgid "Display text"
568
  msgstr "عرض حقل المرفقات"
569
 
570
+ #: contact_form.php:788
571
+ #: contact_form.php:794
572
  msgid "Text"
573
  msgstr ""
574
 
575
+ #: contact_form.php:802
576
  msgid "Redirect to the page"
577
  msgstr ""
578
 
579
+ #: contact_form.php:803
580
  msgid "Url"
581
  msgstr ""
582
 
583
+ #: contact_form.php:809
584
+ #: contact_form.php:986
585
  msgid "Save Changes"
586
  msgstr "حفظ التغييرات"
587
 
588
+ #: contact_form.php:826
589
  #, fuzzy
590
  msgid "Contact Form Pro | Extra Settings"
591
  msgstr "خيارات نموذج اتصل بنا"
592
 
593
+ #: contact_form.php:840
594
  msgid "Errors output"
595
  msgstr ""
596
 
597
+ #: contact_form.php:843
598
  msgid "Display error messages"
599
  msgstr ""
600
 
601
+ #: contact_form.php:844
602
  msgid "Color of the input field errors."
603
  msgstr ""
604
 
605
+ #: contact_form.php:845
606
  msgid "Display error messages & color of the input field errors"
607
  msgstr ""
608
 
609
+ #: contact_form.php:850
610
  msgid "Add placeholder to the input blocks"
611
  msgstr ""
612
 
613
+ #: contact_form.php:856
614
  #, fuzzy
615
  msgid "Add tooltips"
616
  msgstr "خيارات إضافية"
617
 
618
+ #: contact_form.php:870
619
  #, fuzzy
620
  msgid "Email address"
621
  msgstr "البريد الالكتروني:"
622
 
623
+ #: contact_form.php:875
624
  msgid "Phone Number"
625
  msgstr ""
626
 
627
+ #: contact_form.php:889
628
  #, fuzzy
629
  msgid "Attachment"
630
  msgstr "المرفقات:"
631
 
632
+ #: contact_form.php:894
633
  msgid "(powered by bestwebsoft.com)"
634
  msgstr ""
635
 
636
+ #: contact_form.php:899
637
  #, fuzzy
638
  msgid "Style options"
639
  msgstr "خيارات إضافية"
640
 
641
+ #: contact_form.php:902
642
  msgid "Text color"
643
  msgstr ""
644
 
645
+ #: contact_form.php:905
646
+ #: contact_form.php:910
647
+ #: contact_form.php:920
648
+ #: contact_form.php:925
649
+ #: contact_form.php:930
650
+ #: contact_form.php:935
651
+ #: contact_form.php:945
652
+ #: contact_form.php:950
653
+ #: contact_form.php:956
654
+ #: contact_form.php:967
655
+ #: contact_form.php:972
656
+ #: contact_form.php:977
657
  msgid "Default"
658
  msgstr ""
659
 
660
+ #: contact_form.php:907
661
  msgid "Label text color"
662
  msgstr ""
663
 
664
+ #: contact_form.php:912
665
  msgid "Placeholder color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:917
669
  msgid "Errors color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:922
673
  msgid "Error text color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:927
677
  msgid "Background color of the input field errors"
678
  msgstr ""
679
 
680
+ #: contact_form.php:932
681
  msgid "Border color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:937
685
  msgid "Placeholder color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:942
689
  #, fuzzy
690
  msgid "Input fields"
691
  msgstr "عرض حقل المرفقات"
692
 
693
+ #: contact_form.php:947
694
  msgid "Input fields background color"
695
  msgstr ""
696
 
697
+ #: contact_form.php:952
698
  msgid "Text fields color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:954
702
  msgid "Border width in px, numbers only"
703
  msgstr ""
704
 
705
+ #: contact_form.php:958
706
+ #: contact_form.php:979
707
  msgid "Border color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:963
711
  #, fuzzy
712
  msgid "Submit button"
713
  msgstr "تقدم"
714
 
715
+ #: contact_form.php:965
716
  msgid "Width in px, numbers only"
717
  msgstr ""
718
 
719
+ #: contact_form.php:969
720
  msgid "Button color"
721
  msgstr ""
722
 
723
+ #: contact_form.php:974
724
  msgid "Button text color"
725
  msgstr ""
726
 
727
+ #: contact_form.php:990
728
  #, fuzzy
729
  msgid "Contact Form Pro | Preview"
730
  msgstr "نموذج الاتصال"
731
 
732
+ #: contact_form.php:993
733
  msgid "Show with errors"
734
  msgstr ""
735
 
736
+ #: contact_form.php:1001
737
+ #: contact_form.php:1003
738
  msgid "Please enter your full name..."
739
  msgstr ""
740
 
741
+ #: contact_form.php:1014
742
+ #: contact_form.php:1016
743
  msgid "Please enter your address..."
744
  msgstr ""
745
 
746
+ #: contact_form.php:1025
747
+ #: contact_form.php:1027
748
  #, fuzzy
749
  msgid "Please enter your email address..."
750
  msgstr "استخدام هذا البريد الالكتروني:"
751
 
752
+ #: contact_form.php:1036
753
+ #: contact_form.php:1038
754
  msgid "Please enter your phone number..."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1047
758
+ #: contact_form.php:1049
759
  msgid "Please enter subject..."
760
  msgstr ""
761
 
762
+ #: contact_form.php:1057
763
+ #: contact_form.php:1059
764
  msgid "Please enter your message..."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1070
768
  msgid "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"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1137
772
  msgid "Sorry, email message could not be delivered."
773
  msgstr "عذراً, لم نستطيع تسليم رسالتك."
774
 
775
+ #: contact_form.php:1221
776
  msgid "You can attach the following file formats"
777
  msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
778
 
779
+ #: contact_form.php:1515
780
  msgid "Contact from"
781
  msgstr "اتصل من"
782
 
783
+ #: contact_form.php:1528
784
  msgid "Email"
785
  msgstr "البريد الألكتروني"
786
 
787
+ #: contact_form.php:1542
788
  msgid "Site"
789
  msgstr "الموقع"
790
 
791
+ #: contact_form.php:1605
792
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
793
  msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
794
 
795
+ #: contact_form.php:1669
796
  msgid "FAQ"
797
  msgstr "أسئلة وأجوبة"
798
 
799
+ #: contact_form.php:1670
800
  msgid "Support"
801
  msgstr "دعم"
802
 
803
+ #: contact_form.php:1727
804
  msgid "Are you sure that you want to delete this language data?"
805
  msgstr ""
806
 
815
  #, fuzzy
816
  #~ msgid "Please enter a valid email address."
817
  #~ msgstr "استخدام هذا البريد الالكتروني:"
 
 
 
 
818
  #~ msgid "Activated plugins"
819
  #~ msgstr "تفعيل الإضافات"
820
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Наладкі кантактнай формы"
@@ -32,741 +32,784 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Наладкі кантактнай формы"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Кантактная форма"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Імя:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail адрас:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-mail адрас:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "Тэлефон:"
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Тэма:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Паведамленьне:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Прычапіць файл:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Адправіць мне копію"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Адправіць"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Вашае імя - гэта абавязковы радок."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
109
 
110
- #: contact_form.php:85
111
  msgid "Phone number is required."
112
  msgstr "Вашае імя - абавязковае поле."
113
 
114
- #: contact_form.php:86
115
  msgid "Subject is required."
116
  msgstr "Поле Тэма - абавязковае."
117
 
118
- #: contact_form.php:87
119
  msgid "Message text is required."
120
  msgstr "Радок паведамленьня - абавязковы."
121
 
122
- #: contact_form.php:88
123
  msgid "File format is not valid."
124
  msgstr "Фармат файла не зьяўляецца дапушчальным."
125
 
126
- #: contact_form.php:89
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
- #: contact_form.php:90
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
- #: contact_form.php:91
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
- #: contact_form.php:92
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
141
 
142
- #: contact_form.php:93
143
  msgid "Please make corrections below and try again."
144
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
145
 
146
- #: contact_form.php:95
147
  msgid "Thank you for contacting us."
148
  msgstr "Дзякуем за кантакт з намі."
149
 
150
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
152
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
153
 
154
- #: contact_form.php:431
155
  msgid "Such user does not exist. Settings are not saved."
156
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
157
 
158
- #: contact_form.php:435
159
- #: contact_form.php:441
160
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
161
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
162
 
163
- #: contact_form.php:446
164
  #, fuzzy
165
  msgid "Settings saved."
166
  msgstr "Наладкі захаваны."
167
 
168
- #: contact_form.php:470
169
- #: contact_form.php:755
170
- #: contact_form.php:1573
171
- #: contact_form.php:1584
172
  msgid "Settings"
173
  msgstr "Наладкі"
174
 
175
- #: contact_form.php:471
176
- #: contact_form.php:756
177
  #, fuzzy
178
  msgid "Extra settings"
179
  msgstr "Наладкі"
180
 
181
- #: contact_form.php:476
182
- #: contact_form.php:1012
183
  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:"
184
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
185
 
186
- #: contact_form.php:476
187
- #: contact_form.php:477
188
- #: contact_form.php:670
189
- #: contact_form.php:718
190
  msgid "or"
191
  msgstr ""
192
 
193
- #: contact_form.php:477
194
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
195
  msgstr ""
196
 
197
- #: contact_form.php:478
198
  msgid "They work the same way."
199
  msgstr ""
200
 
201
- #: contact_form.php:479
202
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
203
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
204
 
205
- #: contact_form.php:483
206
  msgid "The user's email address:"
207
  msgstr "Электронны адрас карыстальніка:"
208
 
209
- #: contact_form.php:487
210
  msgid "Create a username"
211
  msgstr "Абярыце імя карыстальніка"
212
 
213
- #: contact_form.php:492
214
  msgid "Enter a username of the person who should get the messages from the contact form."
215
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
216
 
217
- #: contact_form.php:496
218
  msgid "Use this email address:"
219
  msgstr "Выкарыстоўваць гэты email-адрас:"
220
 
221
- #: contact_form.php:499
222
  msgid "Enter the email address you want the messages forwarded to."
223
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
224
 
225
- #: contact_form.php:503
226
  msgid "Add department selectbox to the contact form:"
227
  msgstr ""
228
 
229
- #: contact_form.php:506
230
- #: contact_form.php:760
231
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
232
  msgstr ""
233
 
234
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  msgid "Additional options"
236
  msgstr "Дадатковыя наладкі"
237
 
238
- #: contact_form.php:518
239
  msgid "What to use?"
240
  msgstr "Што выкарыстоўваць?"
241
 
242
- #: contact_form.php:521
243
  msgid "Wp-mail"
244
  msgstr "Wp-mail"
245
 
246
- #: contact_form.php:522
247
  msgid "You can use the wp_mail function for mailing"
248
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
249
 
250
- #: contact_form.php:528
251
  msgid "Mail"
252
  msgstr "Mail"
253
 
254
- #: contact_form.php:529
255
  msgid "To send mail you can use the php mail function"
256
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
257
 
258
- #: contact_form.php:533
259
  #, fuzzy
260
  msgid "The text in the 'From' field"
261
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
262
 
263
- #: contact_form.php:535
264
  msgid "User name"
265
  msgstr ""
266
 
267
- #: contact_form.php:535
268
  #, fuzzy
269
  msgid "The name of the user who fills the form will be used in the field 'From'."
270
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
271
 
272
- #: contact_form.php:537
273
  #, fuzzy
274
  msgid "This text will be used in the 'FROM' field"
275
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
276
 
277
- #: contact_form.php:541
278
  #, fuzzy
279
  msgid "The email address in the 'From' field"
280
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  #, fuzzy
288
  msgid "The email address of the user who fills the form will be used in the field 'From'."
289
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
290
 
291
- #: contact_form.php:545
292
  msgid "This email address will be used in the 'From' field."
293
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
294
 
295
- #: contact_form.php:549
296
  #, fuzzy
297
  msgid "Display fields"
298
  msgstr "Адлюстраваць тэкст"
299
 
300
- #: contact_form.php:551
301
- #: contact_form.php:600
302
- #: contact_form.php:792
303
- #: contact_form.php:1443
304
  #, fuzzy
305
  msgid "Address"
306
  msgstr "E-mail адрас:"
307
 
308
- #: contact_form.php:552
309
- #: contact_form.php:602
310
- #: contact_form.php:1451
311
  msgid "Phone"
312
  msgstr "Тэлефон"
313
 
314
- #: contact_form.php:553
315
  #, fuzzy
316
  msgid "Attachment block"
317
  msgstr "Паказваць блок Прычапіць Файл"
318
 
319
- #: contact_form.php:553
320
  msgid "Users can attach the following file formats"
321
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
322
 
323
- #: contact_form.php:565
324
- #: contact_form.php:568
325
- #: contact_form.php:571
326
- #: contact_form.php:821
327
  msgid "Captcha"
328
  msgstr ""
329
 
330
- #: contact_form.php:565
331
- #: contact_form.php:568
332
- #: contact_form.php:571
333
  msgid "powered by"
334
  msgstr ""
335
 
336
- #: contact_form.php:568
337
  #, fuzzy
338
  msgid "Activate captcha"
339
  msgstr "Актываваныя пашырэньні"
340
 
341
- #: contact_form.php:571
342
  #, fuzzy
343
  msgid "Download captcha"
344
  msgstr "Спампаваць"
345
 
346
- #: contact_form.php:576
347
  #, fuzzy
348
  msgid "Display tips below the Attachment block"
349
  msgstr "Паказваць блок Прычапіць Файл"
350
 
351
- #: contact_form.php:585
352
  msgid "Delete an attachment file from the server after the email is sent"
353
  msgstr ""
354
 
355
- #: contact_form.php:591
356
  #, fuzzy
357
  msgid "Display 'Send me a copy' block"
358
  msgstr "Паказаць блок Адправіць мне копію"
359
 
360
- #: contact_form.php:597
361
  msgid "Required fields"
362
  msgstr "Абавязковыя палі"
363
 
364
- #: contact_form.php:599
365
- #: contact_form.php:787
366
- #: contact_form.php:1438
367
  msgid "Name"
368
  msgstr "Імя"
369
 
370
- #: contact_form.php:601
371
  #, fuzzy
372
  msgid "Email Address"
373
  msgstr "E-mail адрас:"
374
 
375
- #: contact_form.php:603
376
- #: contact_form.php:807
377
- #: contact_form.php:1454
378
  msgid "Subject"
379
  msgstr "Тэма"
380
 
381
- #: contact_form.php:604
382
- #: contact_form.php:811
383
- #: contact_form.php:1457
384
  msgid "Message"
385
  msgstr "Паведамленьне"
386
 
387
- #: contact_form.php:608
 
 
 
 
 
388
  #, fuzzy
389
  msgid "Display additional info in the email"
390
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
391
 
392
- #: contact_form.php:613
393
- #: contact_form.php:1410
394
  msgid "Sent from (ip address)"
395
  msgstr "Адпраўлена ад (IP адрас)"
396
 
397
- #: contact_form.php:613
398
  #, fuzzy
399
  msgid "Example: Sent from (IP address):\t127.0.0.1"
400
  msgstr "Адпраўлена ад (IP адрас)"
401
 
402
- #: contact_form.php:614
403
- #: contact_form.php:1415
404
  msgid "Date/Time"
405
  msgstr "Дата/Час"
406
 
407
- #: contact_form.php:614
408
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
409
  msgstr ""
410
 
411
- #: contact_form.php:615
412
- #: contact_form.php:1420
413
  msgid "Sent from (referer)"
414
  msgstr "Прыйшло з "
415
 
416
- #: contact_form.php:615
417
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
418
  msgstr ""
419
 
420
- #: contact_form.php:616
421
- #: contact_form.php:1425
422
  msgid "Using (user agent)"
423
  msgstr "Выкарыстоўваць (user agent)"
424
 
425
- #: contact_form.php:616
426
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
427
  msgstr ""
428
 
429
- #: contact_form.php:620
430
  msgid "Language settings for the field names in the form"
431
  msgstr "Моўныя наладкі для палёў у форме"
432
 
433
- #: contact_form.php:629
434
  #, fuzzy
435
  msgid "Add a language"
436
  msgstr "Дадаць мову"
437
 
438
- #: contact_form.php:633
439
  msgid "Change the names of the contact form fields and error messages"
440
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
441
 
442
- #: contact_form.php:638
443
  #: contact_form.php:709
 
444
  msgid "English"
445
  msgstr "Ангельская"
446
 
447
- #: contact_form.php:657
448
- #: contact_form.php:686
449
  msgid "Error message for the Name field"
450
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
451
 
452
- #: contact_form.php:658
453
- #: contact_form.php:687
454
  #, fuzzy
455
  msgid "Error message for the Address field"
456
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
457
 
458
- #: contact_form.php:659
459
- #: contact_form.php:688
460
  msgid "Error message for the Email field"
461
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
462
 
463
- #: contact_form.php:660
464
- #: contact_form.php:689
465
  msgid "Error message for the Phone field"
466
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
467
 
468
- #: contact_form.php:661
469
- #: contact_form.php:690
470
  msgid "Error message for the Subject field"
471
  msgstr "Паведамленьне аб памылкі для поля Тэма"
472
 
473
- #: contact_form.php:662
474
- #: contact_form.php:691
475
  msgid "Error message for the Message field"
476
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
477
 
478
- #: contact_form.php:663
479
- #: contact_form.php:692
480
  #, fuzzy
481
  msgid "Error message about the file type for the Attachment field"
482
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
483
 
484
- #: contact_form.php:664
485
- #: contact_form.php:693
486
  #, fuzzy
487
  msgid "Error message while uploading a file for the Attachment field to the server"
488
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
489
 
490
- #: contact_form.php:665
491
- #: contact_form.php:694
492
  #, fuzzy
493
  msgid "Error message while moving the file for the Attachment field"
494
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
495
 
496
- #: contact_form.php:666
497
- #: contact_form.php:695
498
  #, fuzzy
499
  msgid "Error message when file size limit for the Attachment field is exceeded"
500
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
501
 
502
- #: contact_form.php:667
503
- #: contact_form.php:696
504
  msgid "Error message for the Captcha field"
505
  msgstr "Паведамленьне аб памылкі для поля Captcha"
506
 
507
- #: contact_form.php:668
508
- #: contact_form.php:697
509
  msgid "Error message for the whole form"
510
  msgstr "Паведамленьне аб памылцы для усёй формы"
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "Use shortcode"
517
  msgstr "Выкарыстоўваць shortcode"
518
 
519
- #: contact_form.php:670
520
- #: contact_form.php:699
521
- #: contact_form.php:718
522
- #: contact_form.php:724
523
  msgid "for this language"
524
  msgstr "для дадзенай мовы"
525
 
526
- #: contact_form.php:706
527
  msgid "Action after email is sent"
528
  msgstr "Дзеяньні пасьля адпраўкі ліста"
529
 
530
- #: contact_form.php:708
531
  msgid "Display text"
532
  msgstr "Адлюстраваць тэкст"
533
 
534
- #: contact_form.php:717
535
- #: contact_form.php:723
536
  msgid "Text"
537
  msgstr "Тэкст"
538
 
539
- #: contact_form.php:730
540
  msgid "Redirect to the page"
541
  msgstr "Перакінуць на старонку"
542
 
543
- #: contact_form.php:731
544
  msgid "Url"
545
  msgstr "www-адрас"
546
 
547
- #: contact_form.php:736
548
- #: contact_form.php:913
549
  msgid "Save Changes"
550
  msgstr "Захаваць зьмены"
551
 
552
- #: contact_form.php:753
553
  #, fuzzy
554
  msgid "Contact Form Pro | Extra Settings"
555
  msgstr "Наладкі кантактнай формы"
556
 
557
- #: contact_form.php:767
558
  msgid "Errors output"
559
  msgstr ""
560
 
561
- #: contact_form.php:770
562
  msgid "Display error messages"
563
  msgstr ""
564
 
565
- #: contact_form.php:771
566
  msgid "Color of the input field errors."
567
  msgstr ""
568
 
569
- #: contact_form.php:772
570
  #, fuzzy
571
  msgid "Display error messages & color of the input field errors"
572
  msgstr "Паведамленьне аб памылкі для поля Тэма"
573
 
574
- #: contact_form.php:777
575
  msgid "Add placeholder to the input blocks"
576
  msgstr ""
577
 
578
- #: contact_form.php:783
579
  #, fuzzy
580
  msgid "Add tooltips"
581
  msgstr "Дадатковыя наладкі"
582
 
583
- #: contact_form.php:797
584
  #, fuzzy
585
  msgid "Email address"
586
  msgstr "E-mail адрас:"
587
 
588
- #: contact_form.php:802
589
  #, fuzzy
590
  msgid "Phone Number"
591
  msgstr "Тэлефон:"
592
 
593
- #: contact_form.php:816
594
  #, fuzzy
595
  msgid "Attachment"
596
  msgstr "Прычапіць файл:"
597
 
598
- #: contact_form.php:821
599
  msgid "(powered by bestwebsoft.com)"
600
  msgstr ""
601
 
602
- #: contact_form.php:826
603
  #, fuzzy
604
  msgid "Style options"
605
  msgstr "Дадатковыя наладкі"
606
 
607
- #: contact_form.php:829
608
  msgid "Text color"
609
  msgstr ""
610
 
611
- #: contact_form.php:832
612
- #: contact_form.php:837
613
- #: contact_form.php:847
614
- #: contact_form.php:852
615
- #: contact_form.php:857
616
- #: contact_form.php:862
617
- #: contact_form.php:872
618
- #: contact_form.php:877
619
- #: contact_form.php:883
620
- #: contact_form.php:894
621
- #: contact_form.php:899
622
- #: contact_form.php:904
623
  msgid "Default"
624
  msgstr ""
625
 
626
- #: contact_form.php:834
627
  msgid "Label text color"
628
  msgstr ""
629
 
630
- #: contact_form.php:839
631
  msgid "Placeholder color"
632
  msgstr ""
633
 
634
- #: contact_form.php:844
635
  msgid "Errors color"
636
  msgstr ""
637
 
638
- #: contact_form.php:849
639
  msgid "Error text color"
640
  msgstr ""
641
 
642
- #: contact_form.php:854
643
  msgid "Background color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:859
647
  msgid "Border color of the input field errors"
648
  msgstr ""
649
 
650
- #: contact_form.php:864
651
  msgid "Placeholder color of the input field errors"
652
  msgstr ""
653
 
654
- #: contact_form.php:869
655
  #, fuzzy
656
  msgid "Input fields"
657
  msgstr "Адлюстраваць тэкст"
658
 
659
- #: contact_form.php:874
660
  msgid "Input fields background color"
661
  msgstr ""
662
 
663
- #: contact_form.php:879
664
  msgid "Text fields color"
665
  msgstr ""
666
 
667
- #: contact_form.php:881
668
  msgid "Border width in px, numbers only"
669
  msgstr ""
670
 
671
- #: contact_form.php:885
672
- #: contact_form.php:906
673
  msgid "Border color"
674
  msgstr ""
675
 
676
- #: contact_form.php:890
677
  #, fuzzy
678
  msgid "Submit button"
679
  msgstr "Адправіць"
680
 
681
- #: contact_form.php:892
682
  msgid "Width in px, numbers only"
683
  msgstr ""
684
 
685
- #: contact_form.php:896
686
  msgid "Button color"
687
  msgstr ""
688
 
689
- #: contact_form.php:901
690
  msgid "Button text color"
691
  msgstr ""
692
 
693
- #: contact_form.php:917
694
  #, fuzzy
695
  msgid "Contact Form Pro | Preview"
696
  msgstr "Кантактная форма"
697
 
698
- #: contact_form.php:920
699
  msgid "Show with errors"
700
  msgstr ""
701
 
702
- #: contact_form.php:928
703
- #: contact_form.php:930
704
  msgid "Please enter your full name..."
705
  msgstr ""
706
 
707
- #: contact_form.php:941
708
- #: contact_form.php:943
709
  msgid "Please enter your address..."
710
  msgstr ""
711
 
712
- #: contact_form.php:952
713
- #: contact_form.php:954
714
  #, fuzzy
715
  msgid "Please enter your email address..."
716
  msgstr "Выкарыстоўваць гэты email-адрас:"
717
 
718
- #: contact_form.php:963
719
- #: contact_form.php:965
720
  msgid "Please enter your phone number..."
721
  msgstr ""
722
 
723
- #: contact_form.php:974
724
- #: contact_form.php:976
725
  msgid "Please enter subject..."
726
  msgstr ""
727
 
728
- #: contact_form.php:984
729
- #: contact_form.php:986
730
  msgid "Please enter your message..."
731
  msgstr ""
732
 
733
- #: contact_form.php:997
734
  msgid "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"
735
  msgstr ""
736
 
737
- #: contact_form.php:1066
738
  msgid "Sorry, email message could not be delivered."
739
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
740
 
741
- #: contact_form.php:1150
742
  msgid "You can attach the following file formats"
743
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
744
 
745
- #: contact_form.php:1433
746
  msgid "Contact from"
747
  msgstr "Кантактная форма"
748
 
749
- #: contact_form.php:1446
750
  msgid "Email"
751
  msgstr "Электронная пошта"
752
 
753
- #: contact_form.php:1460
754
  msgid "Site"
755
  msgstr "Сайт"
756
 
757
- #: contact_form.php:1521
758
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
759
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
760
 
761
- #: contact_form.php:1585
762
  msgid "FAQ"
763
  msgstr "Пытаньні й адказы"
764
 
765
- #: contact_form.php:1586
766
  msgid "Support"
767
  msgstr "Падтрымка"
768
 
769
- #: contact_form.php:1645
770
  msgid "Are you sure that you want to delete this language data?"
771
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
772
 
@@ -781,10 +824,6 @@ msgstr "Вы сапраўды хочаце выдаліць дадзеныя д
781
  #, fuzzy
782
  #~ msgid "Please enter a valid email address."
783
  #~ msgstr "Выкарыстоўваць гэты email-адрас:"
784
-
785
- #, fuzzy
786
- #~ msgid "Pro plugins"
787
- #~ msgstr "Плагины BWS"
788
  #~ msgid "Activated plugins"
789
  #~ msgstr "Актываваныя пашырэньні"
790
  #~ msgid "Read more"
@@ -833,8 +872,6 @@ msgstr "Вы сапраўды хочаце выдаліць дадзеныя д
833
  #~ msgstr "Калі ласка, увядзіце карэктны адрас. Наладкі не захаваны."
834
  #~ msgid "E-Mail Address"
835
  #~ msgstr "Адрас электроннай пошты"
836
- #~ msgid "Phone is required field."
837
- #~ msgstr "Тэлефон - абавязковы радок."
838
  #~ msgid "Attachment is broken."
839
  #~ msgstr "Прычаплённы тып файлу не падтрымліваецца"
840
  #~ msgid "Use email of wordpress user:"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Наладкі кантактнай формы"
32
  msgstr "Наладкі кантактнай формы"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Кантактная форма"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Імя:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail адрас:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-mail адрас:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "Тэлефон:"
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Тэма:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Паведамленьне:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Прычапіць файл:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Адправіць мне копію"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Адправіць"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Вашае імя - гэта абавязковы радок."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Радок e-mail адраса - обавязковы да запаўненьня"
109
 
110
+ #: contact_form.php:86
111
  msgid "Phone number is required."
112
  msgstr "Вашае імя - абавязковае поле."
113
 
114
+ #: contact_form.php:87
115
  msgid "Subject is required."
116
  msgstr "Поле Тэма - абавязковае."
117
 
118
+ #: contact_form.php:88
119
  msgid "Message text is required."
120
  msgstr "Радок паведамленьня - абавязковы."
121
 
122
+ #: contact_form.php:89
123
  msgid "File format is not valid."
124
  msgstr "Фармат файла не зьяўляецца дапушчальным."
125
 
126
+ #: contact_form.php:90
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
+ #: contact_form.php:91
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
+ #: contact_form.php:92
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
+ #: contact_form.php:93
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Калі ласка, запоўніце сымбалі з выявы."
141
 
142
+ #: contact_form.php:94
143
  msgid "Please make corrections below and try again."
144
  msgstr "Калі ласка, зрабіце выпраўленьне ў радках ніжэй ды паўтарыце працэдуру"
145
 
146
+ #: contact_form.php:96
147
  msgid "Thank you for contacting us."
148
  msgstr "Дзякуем за кантакт з намі."
149
 
150
+ #: contact_form.php:188
151
+ #, fuzzy
152
+ msgid "requires"
153
+ msgstr "Абавязковыя палі"
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "Плагины BWS"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Калі наладка 'Перайсьці на старонку' абрана, тады URL павінен быць запоўнены ў наступным фармаце"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Дадзены карыстальнік ня знойдзен. Наладкі не захаваны"
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
179
  msgstr "Калі ласка, увядзіце карэктны адрас для радка 'FROM'. Наладкі не захаваны."
180
 
181
+ #: contact_form.php:492
182
  #, fuzzy
183
  msgid "Settings saved."
184
  msgstr "Наладкі захаваны."
185
 
186
+ #: contact_form.php:516
187
+ #: contact_form.php:828
188
+ #: contact_form.php:1657
189
+ #: contact_form.php:1668
190
  msgid "Settings"
191
  msgstr "Наладкі"
192
 
193
+ #: contact_form.php:517
194
+ #: contact_form.php:829
195
  #, fuzzy
196
  msgid "Extra settings"
197
  msgstr "Наладкі"
198
 
199
+ #: contact_form.php:522
200
+ #: contact_form.php:1085
201
  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:"
202
  msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
203
 
204
+ #: contact_form.php:522
205
+ #: contact_form.php:523
206
+ #: contact_form.php:741
207
+ #: contact_form.php:789
208
  msgid "or"
209
  msgstr ""
210
 
211
+ #: contact_form.php:523
212
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
213
  msgstr ""
214
 
215
+ #: contact_form.php:524
216
  msgid "They work the same way."
217
  msgstr ""
218
 
219
+ #: contact_form.php:525
220
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
221
  msgstr "Калі інфармацыя ў палях ніжэй адсутнічае, паведамленьне будзе адпраўлена на email адрас, які быў указаны пры рэгістрацыі на сайце."
222
 
223
+ #: contact_form.php:529
224
  msgid "The user's email address:"
225
  msgstr "Электронны адрас карыстальніка:"
226
 
227
+ #: contact_form.php:533
228
  msgid "Create a username"
229
  msgstr "Абярыце імя карыстальніка"
230
 
231
+ #: contact_form.php:538
232
  msgid "Enter a username of the person who should get the messages from the contact form."
233
  msgstr "Увядзіце імя карыстальніка, які будзе атрымліваць паведамленьні кантактнай формы."
234
 
235
+ #: contact_form.php:542
236
  msgid "Use this email address:"
237
  msgstr "Выкарыстоўваць гэты email-адрас:"
238
 
239
+ #: contact_form.php:545
240
  msgid "Enter the email address you want the messages forwarded to."
241
  msgstr "Увядзіце адрас, на які хочаце перанакіраваць паведамленьне."
242
 
243
+ #: contact_form.php:549
244
  msgid "Add department selectbox to the contact form:"
245
  msgstr ""
246
 
247
+ #: contact_form.php:552
248
+ #: contact_form.php:833
249
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
250
  msgstr ""
251
 
252
+ #: contact_form.php:560
253
+ msgid "Save emails to the database"
254
+ msgstr ""
255
+
256
+ #: contact_form.php:568
257
+ #: contact_form.php:571
258
+ #: contact_form.php:575
259
+ msgid "Using Contact Form to DB powered by"
260
+ msgstr ""
261
+
262
+ #: contact_form.php:571
263
+ #, fuzzy
264
+ msgid "Activate Contact Form to DB"
265
+ msgstr "Кантактная форма"
266
+
267
+ #: contact_form.php:575
268
+ #, fuzzy
269
+ msgid "Download Contact Form to DB"
270
+ msgstr "Кантактная форма"
271
+
272
+ #: contact_form.php:580
273
  msgid "Additional options"
274
  msgstr "Дадатковыя наладкі"
275
 
276
+ #: contact_form.php:583
277
  msgid "What to use?"
278
  msgstr "Што выкарыстоўваць?"
279
 
280
+ #: contact_form.php:586
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
+ #: contact_form.php:586
285
  msgid "You can use the wp_mail function for mailing"
286
  msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
287
 
288
+ #: contact_form.php:588
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
  #, fuzzy
298
  msgid "The text in the 'From' field"
299
  msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
300
 
301
+ #: contact_form.php:594
302
  msgid "User name"
303
  msgstr ""
304
 
305
+ #: contact_form.php:595
306
  #, fuzzy
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
314
 
315
+ #: contact_form.php:604
316
  #, fuzzy
317
  msgid "The email address in the 'From' field"
318
  msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
319
 
320
+ #: contact_form.php:606
321
  msgid "User email"
322
  msgstr ""
323
 
324
+ #: contact_form.php:607
325
  #, fuzzy
326
  msgid "The email address of the user who fills the form will be used in the field 'From'."
327
  msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
328
 
329
+ #: contact_form.php:609
330
  msgid "This email address will be used in the 'From' field."
331
  msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
332
 
333
+ #: contact_form.php:613
334
  #, fuzzy
335
  msgid "Display fields"
336
  msgstr "Адлюстраваць тэкст"
337
 
338
+ #: contact_form.php:615
339
+ #: contact_form.php:665
340
+ #: contact_form.php:865
341
+ #: contact_form.php:1525
342
  #, fuzzy
343
  msgid "Address"
344
  msgstr "E-mail адрас:"
345
 
346
+ #: contact_form.php:616
347
+ #: contact_form.php:667
348
+ #: contact_form.php:1533
349
  msgid "Phone"
350
  msgstr "Тэлефон"
351
 
352
+ #: contact_form.php:617
353
  #, fuzzy
354
  msgid "Attachment block"
355
  msgstr "Паказваць блок Прычапіць Файл"
356
 
357
+ #: contact_form.php:617
358
  msgid "Users can attach the following file formats"
359
  msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
360
 
361
+ #: contact_form.php:626
362
+ #: contact_form.php:629
363
+ #: contact_form.php:633
364
+ #: contact_form.php:894
365
  msgid "Captcha"
366
  msgstr ""
367
 
368
+ #: contact_form.php:626
369
+ #: contact_form.php:629
370
+ #: contact_form.php:633
371
  msgid "powered by"
372
  msgstr ""
373
 
374
+ #: contact_form.php:629
375
  #, fuzzy
376
  msgid "Activate captcha"
377
  msgstr "Актываваныя пашырэньні"
378
 
379
+ #: contact_form.php:633
380
  #, fuzzy
381
  msgid "Download captcha"
382
  msgstr "Спампаваць"
383
 
384
+ #: contact_form.php:638
385
  #, fuzzy
386
  msgid "Display tips below the Attachment block"
387
  msgstr "Паказваць блок Прычапіць Файл"
388
 
389
+ #: contact_form.php:647
390
  msgid "Delete an attachment file from the server after the email is sent"
391
  msgstr ""
392
 
393
+ #: contact_form.php:653
394
  #, fuzzy
395
  msgid "Display 'Send me a copy' block"
396
  msgstr "Паказаць блок Адправіць мне копію"
397
 
398
+ #: contact_form.php:662
399
  msgid "Required fields"
400
  msgstr "Абавязковыя палі"
401
 
402
+ #: contact_form.php:664
403
+ #: contact_form.php:860
404
+ #: contact_form.php:1520
405
  msgid "Name"
406
  msgstr "Імя"
407
 
408
+ #: contact_form.php:666
409
  #, fuzzy
410
  msgid "Email Address"
411
  msgstr "E-mail адрас:"
412
 
413
+ #: contact_form.php:668
414
+ #: contact_form.php:880
415
+ #: contact_form.php:1536
416
  msgid "Subject"
417
  msgstr "Тэма"
418
 
419
+ #: contact_form.php:669
420
+ #: contact_form.php:884
421
+ #: contact_form.php:1539
422
  msgid "Message"
423
  msgstr "Паведамленьне"
424
 
425
+ #: contact_form.php:673
426
+ #, fuzzy
427
+ msgid "Display the asterisk near required fields"
428
+ msgstr "Тэлефон - абавязковы радок."
429
+
430
+ #: contact_form.php:679
431
  #, fuzzy
432
  msgid "Display additional info in the email"
433
  msgstr "Паказ дадатковай інфармацыі ў лісьце"
434
 
435
+ #: contact_form.php:684
436
+ #: contact_form.php:1492
437
  msgid "Sent from (ip address)"
438
  msgstr "Адпраўлена ад (IP адрас)"
439
 
440
+ #: contact_form.php:684
441
  #, fuzzy
442
  msgid "Example: Sent from (IP address):\t127.0.0.1"
443
  msgstr "Адпраўлена ад (IP адрас)"
444
 
445
+ #: contact_form.php:685
446
+ #: contact_form.php:1497
447
  msgid "Date/Time"
448
  msgstr "Дата/Час"
449
 
450
+ #: contact_form.php:685
451
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
452
  msgstr ""
453
 
454
+ #: contact_form.php:686
455
+ #: contact_form.php:1502
456
  msgid "Sent from (referer)"
457
  msgstr "Прыйшло з "
458
 
459
+ #: contact_form.php:686
460
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
461
  msgstr ""
462
 
463
+ #: contact_form.php:687
464
+ #: contact_form.php:1507
465
  msgid "Using (user agent)"
466
  msgstr "Выкарыстоўваць (user agent)"
467
 
468
+ #: contact_form.php:687
469
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
470
  msgstr ""
471
 
472
+ #: contact_form.php:691
473
  msgid "Language settings for the field names in the form"
474
  msgstr "Моўныя наладкі для палёў у форме"
475
 
476
+ #: contact_form.php:700
477
  #, fuzzy
478
  msgid "Add a language"
479
  msgstr "Дадаць мову"
480
 
481
+ #: contact_form.php:704
482
  msgid "Change the names of the contact form fields and error messages"
483
  msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
484
 
 
485
  #: contact_form.php:709
486
+ #: contact_form.php:780
487
  msgid "English"
488
  msgstr "Ангельская"
489
 
490
+ #: contact_form.php:728
491
+ #: contact_form.php:757
492
  msgid "Error message for the Name field"
493
  msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
494
 
495
+ #: contact_form.php:729
496
+ #: contact_form.php:758
497
  #, fuzzy
498
  msgid "Error message for the Address field"
499
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
500
 
501
+ #: contact_form.php:730
502
+ #: contact_form.php:759
503
  msgid "Error message for the Email field"
504
  msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
505
 
506
+ #: contact_form.php:731
507
+ #: contact_form.php:760
508
  msgid "Error message for the Phone field"
509
  msgstr "Паведамленьне аб памылкі для поля Тэлефон"
510
 
511
+ #: contact_form.php:732
512
+ #: contact_form.php:761
513
  msgid "Error message for the Subject field"
514
  msgstr "Паведамленьне аб памылкі для поля Тэма"
515
 
516
+ #: contact_form.php:733
517
+ #: contact_form.php:762
518
  msgid "Error message for the Message field"
519
  msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
520
 
521
+ #: contact_form.php:734
522
+ #: contact_form.php:763
523
  #, fuzzy
524
  msgid "Error message about the file type for the Attachment field"
525
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
526
 
527
+ #: contact_form.php:735
528
+ #: contact_form.php:764
529
  #, fuzzy
530
  msgid "Error message while uploading a file for the Attachment field to the server"
531
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
532
 
533
+ #: contact_form.php:736
534
+ #: contact_form.php:765
535
  #, fuzzy
536
  msgid "Error message while moving the file for the Attachment field"
537
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
538
 
539
+ #: contact_form.php:737
540
+ #: contact_form.php:766
541
  #, fuzzy
542
  msgid "Error message when file size limit for the Attachment field is exceeded"
543
  msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
544
 
545
+ #: contact_form.php:738
546
+ #: contact_form.php:767
547
  msgid "Error message for the Captcha field"
548
  msgstr "Паведамленьне аб памылкі для поля Captcha"
549
 
550
+ #: contact_form.php:739
551
+ #: contact_form.php:768
552
  msgid "Error message for the whole form"
553
  msgstr "Паведамленьне аб памылцы для усёй формы"
554
 
555
+ #: contact_form.php:741
556
+ #: contact_form.php:770
557
+ #: contact_form.php:789
558
+ #: contact_form.php:795
559
  msgid "Use shortcode"
560
  msgstr "Выкарыстоўваць shortcode"
561
 
562
+ #: contact_form.php:741
563
+ #: contact_form.php:770
564
+ #: contact_form.php:789
565
+ #: contact_form.php:795
566
  msgid "for this language"
567
  msgstr "для дадзенай мовы"
568
 
569
+ #: contact_form.php:777
570
  msgid "Action after email is sent"
571
  msgstr "Дзеяньні пасьля адпраўкі ліста"
572
 
573
+ #: contact_form.php:779
574
  msgid "Display text"
575
  msgstr "Адлюстраваць тэкст"
576
 
577
+ #: contact_form.php:788
578
+ #: contact_form.php:794
579
  msgid "Text"
580
  msgstr "Тэкст"
581
 
582
+ #: contact_form.php:802
583
  msgid "Redirect to the page"
584
  msgstr "Перакінуць на старонку"
585
 
586
+ #: contact_form.php:803
587
  msgid "Url"
588
  msgstr "www-адрас"
589
 
590
+ #: contact_form.php:809
591
+ #: contact_form.php:986
592
  msgid "Save Changes"
593
  msgstr "Захаваць зьмены"
594
 
595
+ #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Contact Form Pro | Extra Settings"
598
  msgstr "Наладкі кантактнай формы"
599
 
600
+ #: contact_form.php:840
601
  msgid "Errors output"
602
  msgstr ""
603
 
604
+ #: contact_form.php:843
605
  msgid "Display error messages"
606
  msgstr ""
607
 
608
+ #: contact_form.php:844
609
  msgid "Color of the input field errors."
610
  msgstr ""
611
 
612
+ #: contact_form.php:845
613
  #, fuzzy
614
  msgid "Display error messages & color of the input field errors"
615
  msgstr "Паведамленьне аб памылкі для поля Тэма"
616
 
617
+ #: contact_form.php:850
618
  msgid "Add placeholder to the input blocks"
619
  msgstr ""
620
 
621
+ #: contact_form.php:856
622
  #, fuzzy
623
  msgid "Add tooltips"
624
  msgstr "Дадатковыя наладкі"
625
 
626
+ #: contact_form.php:870
627
  #, fuzzy
628
  msgid "Email address"
629
  msgstr "E-mail адрас:"
630
 
631
+ #: contact_form.php:875
632
  #, fuzzy
633
  msgid "Phone Number"
634
  msgstr "Тэлефон:"
635
 
636
+ #: contact_form.php:889
637
  #, fuzzy
638
  msgid "Attachment"
639
  msgstr "Прычапіць файл:"
640
 
641
+ #: contact_form.php:894
642
  msgid "(powered by bestwebsoft.com)"
643
  msgstr ""
644
 
645
+ #: contact_form.php:899
646
  #, fuzzy
647
  msgid "Style options"
648
  msgstr "Дадатковыя наладкі"
649
 
650
+ #: contact_form.php:902
651
  msgid "Text color"
652
  msgstr ""
653
 
654
+ #: contact_form.php:905
655
+ #: contact_form.php:910
656
+ #: contact_form.php:920
657
+ #: contact_form.php:925
658
+ #: contact_form.php:930
659
+ #: contact_form.php:935
660
+ #: contact_form.php:945
661
+ #: contact_form.php:950
662
+ #: contact_form.php:956
663
+ #: contact_form.php:967
664
+ #: contact_form.php:972
665
+ #: contact_form.php:977
666
  msgid "Default"
667
  msgstr ""
668
 
669
+ #: contact_form.php:907
670
  msgid "Label text color"
671
  msgstr ""
672
 
673
+ #: contact_form.php:912
674
  msgid "Placeholder color"
675
  msgstr ""
676
 
677
+ #: contact_form.php:917
678
  msgid "Errors color"
679
  msgstr ""
680
 
681
+ #: contact_form.php:922
682
  msgid "Error text color"
683
  msgstr ""
684
 
685
+ #: contact_form.php:927
686
  msgid "Background color of the input field errors"
687
  msgstr ""
688
 
689
+ #: contact_form.php:932
690
  msgid "Border color of the input field errors"
691
  msgstr ""
692
 
693
+ #: contact_form.php:937
694
  msgid "Placeholder color of the input field errors"
695
  msgstr ""
696
 
697
+ #: contact_form.php:942
698
  #, fuzzy
699
  msgid "Input fields"
700
  msgstr "Адлюстраваць тэкст"
701
 
702
+ #: contact_form.php:947
703
  msgid "Input fields background color"
704
  msgstr ""
705
 
706
+ #: contact_form.php:952
707
  msgid "Text fields color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:954
711
  msgid "Border width in px, numbers only"
712
  msgstr ""
713
 
714
+ #: contact_form.php:958
715
+ #: contact_form.php:979
716
  msgid "Border color"
717
  msgstr ""
718
 
719
+ #: contact_form.php:963
720
  #, fuzzy
721
  msgid "Submit button"
722
  msgstr "Адправіць"
723
 
724
+ #: contact_form.php:965
725
  msgid "Width in px, numbers only"
726
  msgstr ""
727
 
728
+ #: contact_form.php:969
729
  msgid "Button color"
730
  msgstr ""
731
 
732
+ #: contact_form.php:974
733
  msgid "Button text color"
734
  msgstr ""
735
 
736
+ #: contact_form.php:990
737
  #, fuzzy
738
  msgid "Contact Form Pro | Preview"
739
  msgstr "Кантактная форма"
740
 
741
+ #: contact_form.php:993
742
  msgid "Show with errors"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1001
746
+ #: contact_form.php:1003
747
  msgid "Please enter your full name..."
748
  msgstr ""
749
 
750
+ #: contact_form.php:1014
751
+ #: contact_form.php:1016
752
  msgid "Please enter your address..."
753
  msgstr ""
754
 
755
+ #: contact_form.php:1025
756
+ #: contact_form.php:1027
757
  #, fuzzy
758
  msgid "Please enter your email address..."
759
  msgstr "Выкарыстоўваць гэты email-адрас:"
760
 
761
+ #: contact_form.php:1036
762
+ #: contact_form.php:1038
763
  msgid "Please enter your phone number..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1047
767
+ #: contact_form.php:1049
768
  msgid "Please enter subject..."
769
  msgstr ""
770
 
771
+ #: contact_form.php:1057
772
+ #: contact_form.php:1059
773
  msgid "Please enter your message..."
774
  msgstr ""
775
 
776
+ #: contact_form.php:1070
777
  msgid "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"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1137
781
  msgid "Sorry, email message could not be delivered."
782
  msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
783
 
784
+ #: contact_form.php:1221
785
  msgid "You can attach the following file formats"
786
  msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
787
 
788
+ #: contact_form.php:1515
789
  msgid "Contact from"
790
  msgstr "Кантактная форма"
791
 
792
+ #: contact_form.php:1528
793
  msgid "Email"
794
  msgstr "Электронная пошта"
795
 
796
+ #: contact_form.php:1542
797
  msgid "Site"
798
  msgstr "Сайт"
799
 
800
+ #: contact_form.php:1605
801
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
802
  msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
803
 
804
+ #: contact_form.php:1669
805
  msgid "FAQ"
806
  msgstr "Пытаньні й адказы"
807
 
808
+ #: contact_form.php:1670
809
  msgid "Support"
810
  msgstr "Падтрымка"
811
 
812
+ #: contact_form.php:1727
813
  msgid "Are you sure that you want to delete this language data?"
814
  msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
815
 
824
  #, fuzzy
825
  #~ msgid "Please enter a valid email address."
826
  #~ msgstr "Выкарыстоўваць гэты email-адрас:"
 
 
 
 
827
  #~ msgid "Activated plugins"
828
  #~ msgstr "Актываваныя пашырэньні"
829
  #~ msgid "Read more"
872
  #~ msgstr "Калі ласка, увядзіце карэктны адрас. Наладкі не захаваны."
873
  #~ msgid "E-Mail Address"
874
  #~ msgstr "Адрас электроннай пошты"
 
 
875
  #~ msgid "Attachment is broken."
876
  #~ msgstr "Прычаплённы тып файлу не падтрымліваецца"
877
  #~ msgid "Use email of wordpress user:"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Настройки на Формата за контакт"
@@ -32,733 +32,774 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Настройки на Формата за контакт"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Форма за контакт"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Име:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail адрес:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-mail адрес:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Тема:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Съобщение:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Прикачване на файл:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Изпрати ми копие"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Изпрати"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Вашето име е задължително."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Правилният Email адрес е задължителен."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Правилният Email адрес е задължителен."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Вашето име е задължително."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Заглавието е задължитено."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Текстовото съобщение е задължително."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Прикаченият файл не се поддържа"
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Моля попълнете CAPTCHA."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Благодарим Ви, че се свързахте с нас."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Опциите са запазени"
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Настройки"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Настройки"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Използвайте Email на Wordpress потребител:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Избиране на потребител"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Използвайте този Email:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Допълнителни настройки"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Промяна от полета на формата за контакт"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Промяна от полета на формата за контакт"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Покажи опция за прикачване на файл"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "E-mail адрес:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Покажи опция за прикачване на файл"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Потребителите могат да прикачват файлове от следните видове"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Активиране на приложението"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Изтегляне"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Покажи опция за прикачване на файл"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Показване на опция за изпращане на копие"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Име"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "E-mail адрес:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Относно"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Съобщение"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  msgid "Display additional info in the email"
388
  msgstr ""
389
 
390
- #: contact_form.php:613
391
- #: contact_form.php:1410
392
  msgid "Sent from (ip address)"
393
  msgstr "Изпратено от (ip адрес)"
394
 
395
- #: contact_form.php:613
396
  #, fuzzy
397
  msgid "Example: Sent from (IP address):\t127.0.0.1"
398
  msgstr "Изпратено от (ip адрес)"
399
 
400
- #: contact_form.php:614
401
- #: contact_form.php:1415
402
  msgid "Date/Time"
403
  msgstr "Дата/Час"
404
 
405
- #: contact_form.php:614
406
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
407
  msgstr ""
408
 
409
- #: contact_form.php:615
410
- #: contact_form.php:1420
411
  msgid "Sent from (referer)"
412
  msgstr "Идва от (referer)"
413
 
414
- #: contact_form.php:615
415
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
416
  msgstr ""
417
 
418
- #: contact_form.php:616
419
- #: contact_form.php:1425
420
  msgid "Using (user agent)"
421
  msgstr "Използвайки (user agent)"
422
 
423
- #: contact_form.php:616
424
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
425
  msgstr ""
426
 
427
- #: contact_form.php:620
428
  msgid "Language settings for the field names in the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:629
432
  msgid "Add a language"
433
  msgstr ""
434
 
435
- #: contact_form.php:633
436
  #, fuzzy
437
  msgid "Change the names of the contact form fields and error messages"
438
  msgstr "Промяна на етикетите за полета във формата за контакт"
439
 
440
- #: contact_form.php:638
441
  #: contact_form.php:709
 
442
  msgid "English"
443
  msgstr ""
444
 
445
- #: contact_form.php:657
446
- #: contact_form.php:686
447
  msgid "Error message for the Name field"
448
  msgstr ""
449
 
450
- #: contact_form.php:658
451
- #: contact_form.php:687
452
  msgid "Error message for the Address field"
453
  msgstr ""
454
 
455
- #: contact_form.php:659
456
- #: contact_form.php:688
457
  msgid "Error message for the Email field"
458
  msgstr ""
459
 
460
- #: contact_form.php:660
461
- #: contact_form.php:689
462
  msgid "Error message for the Phone field"
463
  msgstr ""
464
 
465
- #: contact_form.php:661
466
- #: contact_form.php:690
467
  msgid "Error message for the Subject field"
468
  msgstr ""
469
 
470
- #: contact_form.php:662
471
- #: contact_form.php:691
472
  msgid "Error message for the Message field"
473
  msgstr ""
474
 
475
- #: contact_form.php:663
476
- #: contact_form.php:692
477
  msgid "Error message about the file type for the Attachment field"
478
  msgstr ""
479
 
480
- #: contact_form.php:664
481
- #: contact_form.php:693
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr ""
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  msgid "Error message while moving the file for the Attachment field"
488
  msgstr ""
489
 
490
- #: contact_form.php:666
491
- #: contact_form.php:695
492
  msgid "Error message when file size limit for the Attachment field is exceeded"
493
  msgstr ""
494
 
495
- #: contact_form.php:667
496
- #: contact_form.php:696
497
  msgid "Error message for the Captcha field"
498
  msgstr ""
499
 
500
- #: contact_form.php:668
501
- #: contact_form.php:697
502
  msgid "Error message for the whole form"
503
  msgstr ""
504
 
505
- #: contact_form.php:670
506
- #: contact_form.php:699
507
- #: contact_form.php:718
508
- #: contact_form.php:724
509
  msgid "Use shortcode"
510
  msgstr ""
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "for this language"
517
  msgstr ""
518
 
519
- #: contact_form.php:706
520
  msgid "Action after email is sent"
521
  msgstr ""
522
 
523
- #: contact_form.php:708
524
  #, fuzzy
525
  msgid "Display text"
526
  msgstr "Покажи опция за прикачване на файл"
527
 
528
- #: contact_form.php:717
529
- #: contact_form.php:723
530
  msgid "Text"
531
  msgstr ""
532
 
533
- #: contact_form.php:730
534
  msgid "Redirect to the page"
535
  msgstr ""
536
 
537
- #: contact_form.php:731
538
  msgid "Url"
539
  msgstr ""
540
 
541
- #: contact_form.php:736
542
- #: contact_form.php:913
543
  msgid "Save Changes"
544
  msgstr "Запис на промените"
545
 
546
- #: contact_form.php:753
547
  #, fuzzy
548
  msgid "Contact Form Pro | Extra Settings"
549
  msgstr "Настройки на Формата за контакт"
550
 
551
- #: contact_form.php:767
552
  msgid "Errors output"
553
  msgstr ""
554
 
555
- #: contact_form.php:770
556
  msgid "Display error messages"
557
  msgstr ""
558
 
559
- #: contact_form.php:771
560
  msgid "Color of the input field errors."
561
  msgstr ""
562
 
563
- #: contact_form.php:772
564
  msgid "Display error messages & color of the input field errors"
565
  msgstr ""
566
 
567
- #: contact_form.php:777
568
  msgid "Add placeholder to the input blocks"
569
  msgstr ""
570
 
571
- #: contact_form.php:783
572
  #, fuzzy
573
  msgid "Add tooltips"
574
  msgstr "Допълнителни настройки"
575
 
576
- #: contact_form.php:797
577
  #, fuzzy
578
  msgid "Email address"
579
  msgstr "E-mail адрес:"
580
 
581
- #: contact_form.php:802
582
  msgid "Phone Number"
583
  msgstr ""
584
 
585
- #: contact_form.php:816
586
  #, fuzzy
587
  msgid "Attachment"
588
  msgstr "Прикачване на файл:"
589
 
590
- #: contact_form.php:821
591
  msgid "(powered by bestwebsoft.com)"
592
  msgstr ""
593
 
594
- #: contact_form.php:826
595
  #, fuzzy
596
  msgid "Style options"
597
  msgstr "Допълнителни настройки"
598
 
599
- #: contact_form.php:829
600
  msgid "Text color"
601
  msgstr ""
602
 
603
- #: contact_form.php:832
604
- #: contact_form.php:837
605
- #: contact_form.php:847
606
- #: contact_form.php:852
607
- #: contact_form.php:857
608
- #: contact_form.php:862
609
- #: contact_form.php:872
610
- #: contact_form.php:877
611
- #: contact_form.php:883
612
- #: contact_form.php:894
613
- #: contact_form.php:899
614
- #: contact_form.php:904
615
  msgid "Default"
616
  msgstr ""
617
 
618
- #: contact_form.php:834
619
  msgid "Label text color"
620
  msgstr ""
621
 
622
- #: contact_form.php:839
623
  msgid "Placeholder color"
624
  msgstr ""
625
 
626
- #: contact_form.php:844
627
  msgid "Errors color"
628
  msgstr ""
629
 
630
- #: contact_form.php:849
631
  msgid "Error text color"
632
  msgstr ""
633
 
634
- #: contact_form.php:854
635
  msgid "Background color of the input field errors"
636
  msgstr ""
637
 
638
- #: contact_form.php:859
639
  msgid "Border color of the input field errors"
640
  msgstr ""
641
 
642
- #: contact_form.php:864
643
  msgid "Placeholder color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:869
647
  #, fuzzy
648
  msgid "Input fields"
649
  msgstr "Покажи опция за прикачване на файл"
650
 
651
- #: contact_form.php:874
652
  msgid "Input fields background color"
653
  msgstr ""
654
 
655
- #: contact_form.php:879
656
  msgid "Text fields color"
657
  msgstr ""
658
 
659
- #: contact_form.php:881
660
  msgid "Border width in px, numbers only"
661
  msgstr ""
662
 
663
- #: contact_form.php:885
664
- #: contact_form.php:906
665
  msgid "Border color"
666
  msgstr ""
667
 
668
- #: contact_form.php:890
669
  #, fuzzy
670
  msgid "Submit button"
671
  msgstr "Изпрати"
672
 
673
- #: contact_form.php:892
674
  msgid "Width in px, numbers only"
675
  msgstr ""
676
 
677
- #: contact_form.php:896
678
  msgid "Button color"
679
  msgstr ""
680
 
681
- #: contact_form.php:901
682
  msgid "Button text color"
683
  msgstr ""
684
 
685
- #: contact_form.php:917
686
  #, fuzzy
687
  msgid "Contact Form Pro | Preview"
688
  msgstr "Форма за контакт"
689
 
690
- #: contact_form.php:920
691
  msgid "Show with errors"
692
  msgstr ""
693
 
694
- #: contact_form.php:928
695
- #: contact_form.php:930
696
  msgid "Please enter your full name..."
697
  msgstr ""
698
 
699
- #: contact_form.php:941
700
- #: contact_form.php:943
701
  msgid "Please enter your address..."
702
  msgstr ""
703
 
704
- #: contact_form.php:952
705
- #: contact_form.php:954
706
  #, fuzzy
707
  msgid "Please enter your email address..."
708
  msgstr "Използвайте този Email:"
709
 
710
- #: contact_form.php:963
711
- #: contact_form.php:965
712
  msgid "Please enter your phone number..."
713
  msgstr ""
714
 
715
- #: contact_form.php:974
716
- #: contact_form.php:976
717
  msgid "Please enter subject..."
718
  msgstr ""
719
 
720
- #: contact_form.php:984
721
- #: contact_form.php:986
722
  msgid "Please enter your message..."
723
  msgstr ""
724
 
725
- #: contact_form.php:997
726
  msgid "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"
727
  msgstr ""
728
 
729
- #: contact_form.php:1066
730
  msgid "Sorry, email message could not be delivered."
731
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
732
 
733
- #: contact_form.php:1150
734
  msgid "You can attach the following file formats"
735
  msgstr "Можете да прикачвате файлове от следните типове"
736
 
737
- #: contact_form.php:1433
738
  msgid "Contact from"
739
  msgstr "Форма за контакт"
740
 
741
- #: contact_form.php:1446
742
  msgid "Email"
743
  msgstr "Email"
744
 
745
- #: contact_form.php:1460
746
  msgid "Site"
747
  msgstr "Сайт"
748
 
749
- #: contact_form.php:1521
750
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
751
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
752
 
753
- #: contact_form.php:1585
754
  msgid "FAQ"
755
  msgstr "FAQ"
756
 
757
- #: contact_form.php:1586
758
  msgid "Support"
759
  msgstr "Поддръжка"
760
 
761
- #: contact_form.php:1645
762
  msgid "Are you sure that you want to delete this language data?"
763
  msgstr ""
764
 
@@ -773,10 +814,6 @@ msgstr ""
773
  #, fuzzy
774
  #~ msgid "Please enter a valid email address."
775
  #~ msgstr "Използвайте този Email:"
776
-
777
- #, fuzzy
778
- #~ msgid "Pro plugins"
779
- #~ msgstr "Разширение BWS"
780
  #~ msgid "Activated plugins"
781
  #~ msgstr "Активиране на приложението"
782
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Настройки на Формата за контакт"
32
  msgstr "Настройки на Формата за контакт"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Форма за контакт"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Име:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail адрес:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-mail адрес:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Тема:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Съобщение:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Прикачване на файл:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Изпрати ми копие"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Изпрати"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Вашето име е задължително."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Правилният Email адрес е задължителен."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Правилният Email адрес е задължителен."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Вашето име е задължително."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Заглавието е задължитено."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Текстовото съобщение е задължително."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Прикаченият файл не се поддържа"
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Моля попълнете CAPTCHA."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Моля направете необходимите корекции по-долу и опитайте отново."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Благодарим Ви, че се свързахте с нас."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "Разширение BWS"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Не са намерени данни за потребителя. Настройките не са запазени"
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Моля, въведете коректен Email. Настройките не са запазени."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Опциите са запазени"
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Настройки"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Настройки"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Ако посочените по-долу полета не са попълнени, съобщението ще бъде изпратено на Email адрес, който е определен по време на регистрацията"
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Използвайте Email на Wordpress потребител:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Избиране на потребител"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Задайте името на потребителя, който ще получава съобщенията от формата за контакт."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Използвайте този Email:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Задаване на Email адрес, който ще се използва за получаване на съобщения."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Форма за контакт"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Форма за контакт"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Допълнителни настройки"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Промяна от полета на формата за контакт"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Промяна от полета на формата за контакт"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Покажи опция за прикачване на файл"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "E-mail адрес:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Покажи опция за прикачване на файл"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Потребителите могат да прикачват файлове от следните видове"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Активиране на приложението"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Изтегляне"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Покажи опция за прикачване на файл"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Показване на опция за изпращане на копие"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Име"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "E-mail адрес:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Относно"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Съобщение"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr ""
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Изпратено от (ip адрес)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Изпратено от (ip адрес)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Дата/Час"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "Идва от (referer)"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "Използвайки (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr ""
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:704
477
  #, fuzzy
478
  msgid "Change the names of the contact form fields and error messages"
479
  msgstr "Промяна на етикетите за полета във формата за контакт"
480
 
 
481
  #: contact_form.php:709
482
+ #: contact_form.php:780
483
  msgid "English"
484
  msgstr ""
485
 
486
+ #: contact_form.php:728
487
+ #: contact_form.php:757
488
  msgid "Error message for the Name field"
489
  msgstr ""
490
 
491
+ #: contact_form.php:729
492
+ #: contact_form.php:758
493
  msgid "Error message for the Address field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr ""
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr ""
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr ""
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr ""
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  msgid "Error message about the file type for the Attachment field"
519
  msgstr ""
520
 
521
+ #: contact_form.php:735
522
+ #: contact_form.php:764
523
  msgid "Error message while uploading a file for the Attachment field to the server"
524
  msgstr ""
525
 
526
+ #: contact_form.php:736
527
+ #: contact_form.php:765
528
  msgid "Error message while moving the file for the Attachment field"
529
  msgstr ""
530
 
531
+ #: contact_form.php:737
532
+ #: contact_form.php:766
533
  msgid "Error message when file size limit for the Attachment field is exceeded"
534
  msgstr ""
535
 
536
+ #: contact_form.php:738
537
+ #: contact_form.php:767
538
  msgid "Error message for the Captcha field"
539
  msgstr ""
540
 
541
+ #: contact_form.php:739
542
+ #: contact_form.php:768
543
  msgid "Error message for the whole form"
544
  msgstr ""
545
 
546
+ #: contact_form.php:741
547
+ #: contact_form.php:770
548
+ #: contact_form.php:789
549
+ #: contact_form.php:795
550
  msgid "Use shortcode"
551
  msgstr ""
552
 
553
+ #: contact_form.php:741
554
+ #: contact_form.php:770
555
+ #: contact_form.php:789
556
+ #: contact_form.php:795
557
  msgid "for this language"
558
  msgstr ""
559
 
560
+ #: contact_form.php:777
561
  msgid "Action after email is sent"
562
  msgstr ""
563
 
564
+ #: contact_form.php:779
565
  #, fuzzy
566
  msgid "Display text"
567
  msgstr "Покажи опция за прикачване на файл"
568
 
569
+ #: contact_form.php:788
570
+ #: contact_form.php:794
571
  msgid "Text"
572
  msgstr ""
573
 
574
+ #: contact_form.php:802
575
  msgid "Redirect to the page"
576
  msgstr ""
577
 
578
+ #: contact_form.php:803
579
  msgid "Url"
580
  msgstr ""
581
 
582
+ #: contact_form.php:809
583
+ #: contact_form.php:986
584
  msgid "Save Changes"
585
  msgstr "Запис на промените"
586
 
587
+ #: contact_form.php:826
588
  #, fuzzy
589
  msgid "Contact Form Pro | Extra Settings"
590
  msgstr "Настройки на Формата за контакт"
591
 
592
+ #: contact_form.php:840
593
  msgid "Errors output"
594
  msgstr ""
595
 
596
+ #: contact_form.php:843
597
  msgid "Display error messages"
598
  msgstr ""
599
 
600
+ #: contact_form.php:844
601
  msgid "Color of the input field errors."
602
  msgstr ""
603
 
604
+ #: contact_form.php:845
605
  msgid "Display error messages & color of the input field errors"
606
  msgstr ""
607
 
608
+ #: contact_form.php:850
609
  msgid "Add placeholder to the input blocks"
610
  msgstr ""
611
 
612
+ #: contact_form.php:856
613
  #, fuzzy
614
  msgid "Add tooltips"
615
  msgstr "Допълнителни настройки"
616
 
617
+ #: contact_form.php:870
618
  #, fuzzy
619
  msgid "Email address"
620
  msgstr "E-mail адрес:"
621
 
622
+ #: contact_form.php:875
623
  msgid "Phone Number"
624
  msgstr ""
625
 
626
+ #: contact_form.php:889
627
  #, fuzzy
628
  msgid "Attachment"
629
  msgstr "Прикачване на файл:"
630
 
631
+ #: contact_form.php:894
632
  msgid "(powered by bestwebsoft.com)"
633
  msgstr ""
634
 
635
+ #: contact_form.php:899
636
  #, fuzzy
637
  msgid "Style options"
638
  msgstr "Допълнителни настройки"
639
 
640
+ #: contact_form.php:902
641
  msgid "Text color"
642
  msgstr ""
643
 
644
+ #: contact_form.php:905
645
+ #: contact_form.php:910
646
+ #: contact_form.php:920
647
+ #: contact_form.php:925
648
+ #: contact_form.php:930
649
+ #: contact_form.php:935
650
+ #: contact_form.php:945
651
+ #: contact_form.php:950
652
+ #: contact_form.php:956
653
+ #: contact_form.php:967
654
+ #: contact_form.php:972
655
+ #: contact_form.php:977
656
  msgid "Default"
657
  msgstr ""
658
 
659
+ #: contact_form.php:907
660
  msgid "Label text color"
661
  msgstr ""
662
 
663
+ #: contact_form.php:912
664
  msgid "Placeholder color"
665
  msgstr ""
666
 
667
+ #: contact_form.php:917
668
  msgid "Errors color"
669
  msgstr ""
670
 
671
+ #: contact_form.php:922
672
  msgid "Error text color"
673
  msgstr ""
674
 
675
+ #: contact_form.php:927
676
  msgid "Background color of the input field errors"
677
  msgstr ""
678
 
679
+ #: contact_form.php:932
680
  msgid "Border color of the input field errors"
681
  msgstr ""
682
 
683
+ #: contact_form.php:937
684
  msgid "Placeholder color of the input field errors"
685
  msgstr ""
686
 
687
+ #: contact_form.php:942
688
  #, fuzzy
689
  msgid "Input fields"
690
  msgstr "Покажи опция за прикачване на файл"
691
 
692
+ #: contact_form.php:947
693
  msgid "Input fields background color"
694
  msgstr ""
695
 
696
+ #: contact_form.php:952
697
  msgid "Text fields color"
698
  msgstr ""
699
 
700
+ #: contact_form.php:954
701
  msgid "Border width in px, numbers only"
702
  msgstr ""
703
 
704
+ #: contact_form.php:958
705
+ #: contact_form.php:979
706
  msgid "Border color"
707
  msgstr ""
708
 
709
+ #: contact_form.php:963
710
  #, fuzzy
711
  msgid "Submit button"
712
  msgstr "Изпрати"
713
 
714
+ #: contact_form.php:965
715
  msgid "Width in px, numbers only"
716
  msgstr ""
717
 
718
+ #: contact_form.php:969
719
  msgid "Button color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:974
723
  msgid "Button text color"
724
  msgstr ""
725
 
726
+ #: contact_form.php:990
727
  #, fuzzy
728
  msgid "Contact Form Pro | Preview"
729
  msgstr "Форма за контакт"
730
 
731
+ #: contact_form.php:993
732
  msgid "Show with errors"
733
  msgstr ""
734
 
735
+ #: contact_form.php:1001
736
+ #: contact_form.php:1003
737
  msgid "Please enter your full name..."
738
  msgstr ""
739
 
740
+ #: contact_form.php:1014
741
+ #: contact_form.php:1016
742
  msgid "Please enter your address..."
743
  msgstr ""
744
 
745
+ #: contact_form.php:1025
746
+ #: contact_form.php:1027
747
  #, fuzzy
748
  msgid "Please enter your email address..."
749
  msgstr "Използвайте този Email:"
750
 
751
+ #: contact_form.php:1036
752
+ #: contact_form.php:1038
753
  msgid "Please enter your phone number..."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1047
757
+ #: contact_form.php:1049
758
  msgid "Please enter subject..."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1057
762
+ #: contact_form.php:1059
763
  msgid "Please enter your message..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1070
767
  msgid "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"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1137
771
  msgid "Sorry, email message could not be delivered."
772
  msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
773
 
774
+ #: contact_form.php:1221
775
  msgid "You can attach the following file formats"
776
  msgstr "Можете да прикачвате файлове от следните типове"
777
 
778
+ #: contact_form.php:1515
779
  msgid "Contact from"
780
  msgstr "Форма за контакт"
781
 
782
+ #: contact_form.php:1528
783
  msgid "Email"
784
  msgstr "Email"
785
 
786
+ #: contact_form.php:1542
787
  msgid "Site"
788
  msgstr "Сайт"
789
 
790
+ #: contact_form.php:1605
791
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
792
  msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
793
 
794
+ #: contact_form.php:1669
795
  msgid "FAQ"
796
  msgstr "FAQ"
797
 
798
+ #: contact_form.php:1670
799
  msgid "Support"
800
  msgstr "Поддръжка"
801
 
802
+ #: contact_form.php:1727
803
  msgid "Are you sure that you want to delete this language data?"
804
  msgstr ""
805
 
814
  #, fuzzy
815
  #~ msgid "Please enter a valid email address."
816
  #~ msgstr "Използвайте този Email:"
 
 
 
 
817
  #~ msgid "Activated plugins"
818
  #~ msgstr "Активиране на приложението"
819
  #~ msgid "Read more"
languages/contact_form-ca.mo CHANGED
Binary file
languages/contact_form-ca.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
@@ -30,711 +30,753 @@ msgid "Contact Form Pro Extra Settings"
30
  msgstr "Opcions extra del Contact Form Pro"
31
 
32
  #: contact_form.php:33
33
- #: contact_form.php:507
34
- #: contact_form.php:761
35
  msgid "Contact Form Pro"
36
  msgstr "Contact Form Pro"
37
 
38
- #: contact_form.php:73
39
- #: contact_form.php:648
40
- #: contact_form.php:677
41
  msgid "Name:"
42
  msgstr "Nom:"
43
 
44
- #: contact_form.php:74
45
- #: contact_form.php:649
46
- #: contact_form.php:678
47
  msgid "Address:"
48
  msgstr "Adreça:"
49
 
50
- #: contact_form.php:75
51
- #: contact_form.php:650
52
- #: contact_form.php:679
53
  msgid "Email Address:"
54
  msgstr "Adreça de correu electrònic:"
55
 
56
- #: contact_form.php:76
57
- #: contact_form.php:651
58
- #: contact_form.php:680
59
  msgid "Phone number:"
60
  msgstr "Nombre de telèfon"
61
 
62
- #: contact_form.php:77
63
- #: contact_form.php:652
64
- #: contact_form.php:681
65
  msgid "Subject:"
66
  msgstr "Asumpte:"
67
 
68
- #: contact_form.php:78
69
- #: contact_form.php:653
70
- #: contact_form.php:682
71
  msgid "Message:"
72
  msgstr "Missatge:"
73
 
74
- #: contact_form.php:79
75
- #: contact_form.php:654
76
- #: contact_form.php:683
77
  msgid "Attachment:"
78
  msgstr "Adjunt:"
79
 
80
- #: contact_form.php:80
81
- #: contact_form.php:655
82
- #: contact_form.php:684
83
  msgid "Send me a copy"
84
  msgstr "Envia'm una còpia"
85
 
86
- #: contact_form.php:81
87
- #: contact_form.php:656
88
- #: contact_form.php:685
89
  msgid "Submit"
90
  msgstr "Enviar"
91
 
92
- #: contact_form.php:82
93
  msgid "Your name is required."
94
  msgstr "El seu nom es obligatori."
95
 
96
- #: contact_form.php:83
97
  msgid "Address is required."
98
  msgstr "Una adreça vàlida és obligatòria."
99
 
100
- #: contact_form.php:84
101
  msgid "A valid email address is required."
102
  msgstr "Una Adreça de correu electrònic és obligatòria."
103
 
104
- #: contact_form.php:85
105
  msgid "Phone number is required."
106
  msgstr "El seu nombre de telèfon és obligatori."
107
 
108
- #: contact_form.php:86
109
  msgid "Subject is required."
110
  msgstr "L'assumpte és obligatori."
111
 
112
- #: contact_form.php:87
113
  msgid "Message text is required."
114
  msgstr "El missatge és obligatori."
115
 
116
- #: contact_form.php:88
117
  msgid "File format is not valid."
118
  msgstr "El format de l'adjunt és incorrecte."
119
 
120
- #: contact_form.php:89
121
  msgid "File upload error."
122
  msgstr "Error de càrrega del fitxer"
123
 
124
- #: contact_form.php:90
125
  msgid "The file could not be uploaded."
126
  msgstr "El fitxer no ha pogut ser carregat"
127
 
128
- #: contact_form.php:91
129
  msgid "This file is too large."
130
  msgstr "Aquest document és massa gran."
131
 
132
- #: contact_form.php:92
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Si us plau completi el CAPTCHA"
135
 
136
- #: contact_form.php:93
137
  msgid "Please make corrections below and try again."
138
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
139
 
140
- #: contact_form.php:95
141
  msgid "Thank you for contacting us."
142
  msgstr "Gràcies per contactar amb nosaltres"
143
 
144
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
  msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
147
 
148
- #: contact_form.php:431
149
  msgid "Such user does not exist. Settings are not saved."
150
  msgstr "Usuari inexistent. Els canvis no s'han desat."
151
 
152
- #: contact_form.php:435
153
- #: contact_form.php:441
154
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
155
  msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
156
 
157
- #: contact_form.php:446
158
  msgid "Settings saved."
159
  msgstr "Configuració desada."
160
 
161
- #: contact_form.php:470
162
- #: contact_form.php:755
163
- #: contact_form.php:1573
164
- #: contact_form.php:1584
165
  msgid "Settings"
166
  msgstr "Configuració"
167
 
168
- #: contact_form.php:471
169
- #: contact_form.php:756
170
  msgid "Extra settings"
171
  msgstr "Configuració extra"
172
 
173
- #: contact_form.php:476
174
- #: contact_form.php:1012
175
  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:"
176
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
177
 
178
- #: contact_form.php:476
179
- #: contact_form.php:477
180
- #: contact_form.php:670
181
- #: contact_form.php:718
182
  msgid "or"
183
  msgstr ""
184
 
185
- #: contact_form.php:477
186
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
187
  msgstr ""
188
 
189
- #: contact_form.php:478
190
  msgid "They work the same way."
191
  msgstr ""
192
 
193
- #: contact_form.php:479
194
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
195
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
196
 
197
- #: contact_form.php:483
198
  msgid "The user's email address:"
199
  msgstr "Adreça de correu electrònic de l'usuari:"
200
 
201
- #: contact_form.php:487
202
  msgid "Create a username"
203
  msgstr "Seleccioni un nom d'usuari"
204
 
205
- #: contact_form.php:492
206
  msgid "Enter a username of the person who should get the messages from the contact form."
207
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
208
 
209
- #: contact_form.php:496
210
  msgid "Use this email address:"
211
  msgstr "Usi aquesta adreça de correu electrònic::"
212
 
213
- #: contact_form.php:499
214
  msgid "Enter the email address you want the messages forwarded to."
215
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
216
 
217
- #: contact_form.php:503
218
  msgid "Add department selectbox to the contact form:"
219
  msgstr ""
220
 
221
- #: contact_form.php:506
222
- #: contact_form.php:760
223
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
224
  msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
225
 
226
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgid "Additional options"
228
  msgstr "Opcions addicionals"
229
 
230
- #: contact_form.php:518
231
  msgid "What to use?"
232
  msgstr "Què usar?"
233
 
234
- #: contact_form.php:521
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:522
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
241
 
242
- #: contact_form.php:528
243
  msgid "Mail"
244
  msgstr "Mail"
245
 
246
- #: contact_form.php:529
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
249
 
250
- #: contact_form.php:533
251
  #, fuzzy
252
  msgid "The text in the 'From' field"
253
  msgstr "Modifica el camp DE al contact form"
254
 
255
- #: contact_form.php:535
256
  msgid "User name"
257
  msgstr ""
258
 
259
- #: contact_form.php:535
260
  #, fuzzy
261
  msgid "The name of the user who fills the form will be used in the field 'From'."
262
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
263
 
264
- #: contact_form.php:537
265
  #, fuzzy
266
  msgid "This text will be used in the 'FROM' field"
267
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
268
 
269
- #: contact_form.php:541
270
  #, fuzzy
271
  msgid "The email address in the 'From' field"
272
  msgstr "Introduir el correu electrònic al camp 'From'"
273
 
274
- #: contact_form.php:543
275
  msgid "User email"
276
  msgstr ""
277
 
278
- #: contact_form.php:543
279
  msgid "The email address of the user who fills the form will be used in the field 'From'."
280
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
281
 
282
- #: contact_form.php:545
283
  msgid "This email address will be used in the 'From' field."
284
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
285
 
286
- #: contact_form.php:549
287
  msgid "Display fields"
288
  msgstr "Mostra els camps"
289
 
290
- #: contact_form.php:551
291
- #: contact_form.php:600
292
- #: contact_form.php:792
293
- #: contact_form.php:1443
294
  msgid "Address"
295
  msgstr "Adreça:"
296
 
297
- #: contact_form.php:552
298
- #: contact_form.php:602
299
- #: contact_form.php:1451
300
  msgid "Phone"
301
  msgstr "Telèfon"
302
 
303
- #: contact_form.php:553
304
  msgid "Attachment block"
305
  msgstr "Adjunt blocat"
306
 
307
- #: contact_form.php:553
308
  msgid "Users can attach the following file formats"
309
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
310
 
311
- #: contact_form.php:565
312
- #: contact_form.php:568
313
- #: contact_form.php:571
314
- #: contact_form.php:821
315
  msgid "Captcha"
316
  msgstr "Captcha"
317
 
318
- #: contact_form.php:565
319
- #: contact_form.php:568
320
- #: contact_form.php:571
321
  msgid "powered by"
322
  msgstr ""
323
 
324
- #: contact_form.php:568
325
  msgid "Activate captcha"
326
  msgstr "Captcha activat"
327
 
328
- #: contact_form.php:571
329
  msgid "Download captcha"
330
  msgstr "Descarrega captcha"
331
 
332
- #: contact_form.php:576
333
  #, fuzzy
334
  msgid "Display tips below the Attachment block"
335
  msgstr "Consells del blocatge de l'adjunt"
336
 
337
- #: contact_form.php:585
338
  msgid "Delete an attachment file from the server after the email is sent"
339
  msgstr ""
340
 
341
- #: contact_form.php:591
342
  #, fuzzy
343
  msgid "Display 'Send me a copy' block"
344
  msgstr "Envia'm una còpia"
345
 
346
- #: contact_form.php:597
347
  msgid "Required fields"
348
  msgstr "Camps requerits"
349
 
350
- #: contact_form.php:599
351
- #: contact_form.php:787
352
- #: contact_form.php:1438
353
  msgid "Name"
354
  msgstr "Nom"
355
 
356
- #: contact_form.php:601
357
  msgid "Email Address"
358
  msgstr "Adreça de correu electrònic:"
359
 
360
- #: contact_form.php:603
361
- #: contact_form.php:807
362
- #: contact_form.php:1454
363
  msgid "Subject"
364
  msgstr "Assumpte"
365
 
366
- #: contact_form.php:604
367
- #: contact_form.php:811
368
- #: contact_form.php:1457
369
  msgid "Message"
370
  msgstr "MIssatge"
371
 
372
- #: contact_form.php:608
 
 
 
 
373
  msgid "Display additional info in the email"
374
  msgstr "Mostra informació addicional al correu electrònic,"
375
 
376
- #: contact_form.php:613
377
- #: contact_form.php:1410
378
  msgid "Sent from (ip address)"
379
  msgstr "Enviat des de (adreça IP)"
380
 
381
- #: contact_form.php:613
382
  #, fuzzy
383
  msgid "Example: Sent from (IP address):\t127.0.0.1"
384
  msgstr "Enviat des de (adreça IP)"
385
 
386
- #: contact_form.php:614
387
- #: contact_form.php:1415
388
  msgid "Date/Time"
389
  msgstr "Data/hora"
390
 
391
- #: contact_form.php:614
392
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
393
  msgstr ""
394
 
395
- #: contact_form.php:615
396
- #: contact_form.php:1420
397
  msgid "Sent from (referer)"
398
  msgstr "Enviat des de (referent)"
399
 
400
- #: contact_form.php:615
401
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
402
  msgstr ""
403
 
404
- #: contact_form.php:616
405
- #: contact_form.php:1425
406
  msgid "Using (user agent)"
407
  msgstr "Usant (user agent)"
408
 
409
- #: contact_form.php:616
410
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
411
  msgstr ""
412
 
413
- #: contact_form.php:620
414
  msgid "Language settings for the field names in the form"
415
  msgstr "Configuració de la llengua als noms dels camps del formulari"
416
 
417
- #: contact_form.php:629
418
  msgid "Add a language"
419
  msgstr "Afegeix lengua"
420
 
421
- #: contact_form.php:633
422
  msgid "Change the names of the contact form fields and error messages"
423
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
424
 
425
- #: contact_form.php:638
426
  #: contact_form.php:709
 
427
  msgid "English"
428
  msgstr "Anglès"
429
 
430
- #: contact_form.php:657
431
- #: contact_form.php:686
432
  msgid "Error message for the Name field"
433
  msgstr "Missatge d'error per al camp 'Nom'"
434
 
435
- #: contact_form.php:658
436
- #: contact_form.php:687
437
  msgid "Error message for the Address field"
438
  msgstr "Missatge d'error per al camp 'Adreça'"
439
 
440
- #: contact_form.php:659
441
- #: contact_form.php:688
442
  msgid "Error message for the Email field"
443
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
444
 
445
- #: contact_form.php:660
446
- #: contact_form.php:689
447
  msgid "Error message for the Phone field"
448
  msgstr "Missatge d'error per al camp 'Telèfon\""
449
 
450
- #: contact_form.php:661
451
- #: contact_form.php:690
452
  msgid "Error message for the Subject field"
453
  msgstr "Missatge d'error per al camp 'Assumpte'"
454
 
455
- #: contact_form.php:662
456
- #: contact_form.php:691
457
  msgid "Error message for the Message field"
458
  msgstr "Missatge d'error per al camp 'Missatge'"
459
 
460
- #: contact_form.php:663
461
- #: contact_form.php:692
462
  msgid "Error message about the file type for the Attachment field"
463
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
464
 
465
- #: contact_form.php:664
466
- #: contact_form.php:693
467
  msgid "Error message while uploading a file for the Attachment field to the server"
468
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
469
 
470
- #: contact_form.php:665
471
- #: contact_form.php:694
472
  msgid "Error message while moving the file for the Attachment field"
473
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
474
 
475
- #: contact_form.php:666
476
- #: contact_form.php:695
477
  msgid "Error message when file size limit for the Attachment field is exceeded"
478
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
479
 
480
- #: contact_form.php:667
481
- #: contact_form.php:696
482
  msgid "Error message for the Captcha field"
483
  msgstr "Missatge d'error al camp Captcha"
484
 
485
- #: contact_form.php:668
486
- #: contact_form.php:697
487
  msgid "Error message for the whole form"
488
  msgstr "Missatge d'error a tot el formulari"
489
 
490
- #: contact_form.php:670
491
- #: contact_form.php:699
492
- #: contact_form.php:718
493
- #: contact_form.php:724
494
  msgid "Use shortcode"
495
  msgstr "useu un codi curt"
496
 
497
- #: contact_form.php:670
498
- #: contact_form.php:699
499
- #: contact_form.php:718
500
- #: contact_form.php:724
501
  msgid "for this language"
502
  msgstr "Per aquesta llengua"
503
 
504
- #: contact_form.php:706
505
  msgid "Action after email is sent"
506
  msgstr "Accions després d'enviar un correu electrònic."
507
 
508
- #: contact_form.php:708
509
  msgid "Display text"
510
  msgstr "Mostra el text"
511
 
512
- #: contact_form.php:717
513
- #: contact_form.php:723
514
  msgid "Text"
515
  msgstr "Text"
516
 
517
- #: contact_form.php:730
518
  msgid "Redirect to the page"
519
  msgstr "Redirigir a la pàgina"
520
 
521
- #: contact_form.php:731
522
  msgid "Url"
523
  msgstr "Url"
524
 
525
- #: contact_form.php:736
526
- #: contact_form.php:913
527
  msgid "Save Changes"
528
  msgstr "Desar els canvis"
529
 
530
- #: contact_form.php:753
531
  msgid "Contact Form Pro | Extra Settings"
532
  msgstr "Opcions extra | Contact Form Pro"
533
 
534
- #: contact_form.php:767
535
  msgid "Errors output"
536
  msgstr "Errors de sortida"
537
 
538
- #: contact_form.php:770
539
  msgid "Display error messages"
540
  msgstr "Mostra els missatges d'error"
541
 
542
- #: contact_form.php:771
543
  msgid "Color of the input field errors."
544
  msgstr "Color dels errors al camp d'entrada"
545
 
546
- #: contact_form.php:772
547
  msgid "Display error messages & color of the input field errors"
548
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
549
 
550
- #: contact_form.php:777
551
  msgid "Add placeholder to the input blocks"
552
  msgstr "Afegeix marcador de posició als blocs d'entrada"
553
 
554
- #: contact_form.php:783
555
  msgid "Add tooltips"
556
  msgstr "Afegir consells sobre les eines"
557
 
558
- #: contact_form.php:797
559
  msgid "Email address"
560
  msgstr "Adreça de correu electrònic:"
561
 
562
- #: contact_form.php:802
563
  msgid "Phone Number"
564
  msgstr "Nombre de telèfon"
565
 
566
- #: contact_form.php:816
567
  msgid "Attachment"
568
  msgstr "Adjunt:"
569
 
570
- #: contact_form.php:821
571
  msgid "(powered by bestwebsoft.com)"
572
  msgstr "(Impulsat per bestwebsoft.com)"
573
 
574
- #: contact_form.php:826
575
  msgid "Style options"
576
  msgstr "Opcions d'estil"
577
 
578
- #: contact_form.php:829
579
  msgid "Text color"
580
  msgstr "Color del text"
581
 
582
- #: contact_form.php:832
583
- #: contact_form.php:837
584
- #: contact_form.php:847
585
- #: contact_form.php:852
586
- #: contact_form.php:857
587
- #: contact_form.php:862
588
- #: contact_form.php:872
589
- #: contact_form.php:877
590
- #: contact_form.php:883
591
- #: contact_form.php:894
592
- #: contact_form.php:899
593
- #: contact_form.php:904
594
  msgid "Default"
595
  msgstr "Per defecte"
596
 
597
- #: contact_form.php:834
598
  msgid "Label text color"
599
  msgstr "Color del text de l'etiqeta"
600
 
601
- #: contact_form.php:839
602
  msgid "Placeholder color"
603
  msgstr "Color del marcador de posició"
604
 
605
- #: contact_form.php:844
606
  msgid "Errors color"
607
  msgstr "Color dels errors"
608
 
609
- #: contact_form.php:849
610
  msgid "Error text color"
611
  msgstr "Color del text d'error"
612
 
613
- #: contact_form.php:854
614
  msgid "Background color of the input field errors"
615
  msgstr "Color de fons dels errors del camp d'entrada"
616
 
617
- #: contact_form.php:859
618
  msgid "Border color of the input field errors"
619
  msgstr "Color de la vora dels errors del camp d'entrada"
620
 
621
- #: contact_form.php:864
622
  msgid "Placeholder color of the input field errors"
623
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
624
 
625
- #: contact_form.php:869
626
  msgid "Input fields"
627
  msgstr "Visualitza l'adjunt"
628
 
629
- #: contact_form.php:874
630
  msgid "Input fields background color"
631
  msgstr "Color de fons dels camps d'entrada"
632
 
633
- #: contact_form.php:879
634
  msgid "Text fields color"
635
  msgstr "Color dels camps de text"
636
 
637
- #: contact_form.php:881
638
  msgid "Border width in px, numbers only"
639
  msgstr "Ample de vora en px, sols nombres"
640
 
641
- #: contact_form.php:885
642
- #: contact_form.php:906
643
  msgid "Border color"
644
  msgstr "Color de la vora"
645
 
646
- #: contact_form.php:890
647
  msgid "Submit button"
648
  msgstr "Enviar"
649
 
650
  # #: contact_form.php:928
651
- #: contact_form.php:892
652
  msgid "Width in px, numbers only"
653
  msgstr "Ample en px, sols nombres"
654
 
655
- #: contact_form.php:896
656
  msgid "Button color"
657
  msgstr "Color del botó"
658
 
659
- #: contact_form.php:901
660
  msgid "Button text color"
661
  msgstr "Color del text del botó"
662
 
663
- #: contact_form.php:917
664
  msgid "Contact Form Pro | Preview"
665
  msgstr "Contact Form Pro | Vista prèvia"
666
 
667
- #: contact_form.php:920
668
  msgid "Show with errors"
669
  msgstr "Mostra amb errors"
670
 
671
- #: contact_form.php:928
672
- #: contact_form.php:930
673
  msgid "Please enter your full name..."
674
  msgstr "Si us plau introduïu el nom complet"
675
 
676
- #: contact_form.php:941
677
- #: contact_form.php:943
678
  msgid "Please enter your address..."
679
  msgstr "Si us plau introduïu l'adreça"
680
 
681
- #: contact_form.php:952
682
- #: contact_form.php:954
683
  msgid "Please enter your email address..."
684
  msgstr "Si us plau introdueixi el seu e-mail"
685
 
686
- #: contact_form.php:963
687
- #: contact_form.php:965
688
  msgid "Please enter your phone number..."
689
  msgstr "Si us plau introduïu el nombre de telèfon"
690
 
691
- #: contact_form.php:974
692
- #: contact_form.php:976
693
  msgid "Please enter subject..."
694
  msgstr "Si us plau introduïu l'assumpte"
695
 
696
- #: contact_form.php:984
697
- #: contact_form.php:986
698
  msgid "Please enter your message..."
699
  msgstr "Si us plau introduïu el missatge"
700
 
701
- #: contact_form.php:997
702
  msgid "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"
703
  msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
704
 
705
- #: contact_form.php:1066
706
  msgid "Sorry, email message could not be delivered."
707
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
708
 
709
- #: contact_form.php:1150
710
  msgid "You can attach the following file formats"
711
  msgstr "Pot adjuntar els següents formats d'arxiu"
712
 
713
- #: contact_form.php:1433
714
  msgid "Contact from"
715
  msgstr "Contact from"
716
 
717
- #: contact_form.php:1446
718
  msgid "Email"
719
  msgstr "Adreça de correu electrònic"
720
 
721
- #: contact_form.php:1460
722
  msgid "Site"
723
  msgstr "Lloc"
724
 
725
- #: contact_form.php:1521
726
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
727
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
728
 
729
- #: contact_form.php:1585
730
  msgid "FAQ"
731
  msgstr "FAQ"
732
 
733
- #: contact_form.php:1586
734
  msgid "Support"
735
  msgstr "Suport"
736
 
737
- #: contact_form.php:1645
738
  msgid "Are you sure that you want to delete this language data?"
739
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
740
 
@@ -749,8 +791,6 @@ msgstr "Està vostè segur que vol esborrar aquest idioma?"
749
  #, fuzzy
750
  #~ msgid "Please enter a valid email address."
751
  #~ msgstr "Si us plau introdueixi el seu e-mail"
752
- #~ msgid "Pro plugins"
753
- #~ msgstr "Plugins Pro"
754
  #~ msgid "Activated plugins"
755
  #~ msgstr "Plugin activat"
756
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  msgid "Contact Form Settings"
22
  msgstr "Opcions Contact Form"
23
 
30
  msgstr "Opcions extra del Contact Form Pro"
31
 
32
  #: contact_form.php:33
33
+ #: contact_form.php:553
34
+ #: contact_form.php:834
35
  msgid "Contact Form Pro"
36
  msgstr "Contact Form Pro"
37
 
38
+ #: contact_form.php:74
39
+ #: contact_form.php:719
40
+ #: contact_form.php:748
41
  msgid "Name:"
42
  msgstr "Nom:"
43
 
44
+ #: contact_form.php:75
45
+ #: contact_form.php:720
46
+ #: contact_form.php:749
47
  msgid "Address:"
48
  msgstr "Adreça:"
49
 
50
+ #: contact_form.php:76
51
+ #: contact_form.php:721
52
+ #: contact_form.php:750
53
  msgid "Email Address:"
54
  msgstr "Adreça de correu electrònic:"
55
 
56
+ #: contact_form.php:77
57
+ #: contact_form.php:722
58
+ #: contact_form.php:751
59
  msgid "Phone number:"
60
  msgstr "Nombre de telèfon"
61
 
62
+ #: contact_form.php:78
63
+ #: contact_form.php:723
64
+ #: contact_form.php:752
65
  msgid "Subject:"
66
  msgstr "Asumpte:"
67
 
68
+ #: contact_form.php:79
69
+ #: contact_form.php:724
70
+ #: contact_form.php:753
71
  msgid "Message:"
72
  msgstr "Missatge:"
73
 
74
+ #: contact_form.php:80
75
+ #: contact_form.php:725
76
+ #: contact_form.php:754
77
  msgid "Attachment:"
78
  msgstr "Adjunt:"
79
 
80
+ #: contact_form.php:81
81
+ #: contact_form.php:726
82
+ #: contact_form.php:755
83
  msgid "Send me a copy"
84
  msgstr "Envia'm una còpia"
85
 
86
+ #: contact_form.php:82
87
+ #: contact_form.php:727
88
+ #: contact_form.php:756
89
  msgid "Submit"
90
  msgstr "Enviar"
91
 
92
+ #: contact_form.php:83
93
  msgid "Your name is required."
94
  msgstr "El seu nom es obligatori."
95
 
96
+ #: contact_form.php:84
97
  msgid "Address is required."
98
  msgstr "Una adreça vàlida és obligatòria."
99
 
100
+ #: contact_form.php:85
101
  msgid "A valid email address is required."
102
  msgstr "Una Adreça de correu electrònic és obligatòria."
103
 
104
+ #: contact_form.php:86
105
  msgid "Phone number is required."
106
  msgstr "El seu nombre de telèfon és obligatori."
107
 
108
+ #: contact_form.php:87
109
  msgid "Subject is required."
110
  msgstr "L'assumpte és obligatori."
111
 
112
+ #: contact_form.php:88
113
  msgid "Message text is required."
114
  msgstr "El missatge és obligatori."
115
 
116
+ #: contact_form.php:89
117
  msgid "File format is not valid."
118
  msgstr "El format de l'adjunt és incorrecte."
119
 
120
+ #: contact_form.php:90
121
  msgid "File upload error."
122
  msgstr "Error de càrrega del fitxer"
123
 
124
+ #: contact_form.php:91
125
  msgid "The file could not be uploaded."
126
  msgstr "El fitxer no ha pogut ser carregat"
127
 
128
+ #: contact_form.php:92
129
  msgid "This file is too large."
130
  msgstr "Aquest document és massa gran."
131
 
132
+ #: contact_form.php:93
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Si us plau completi el CAPTCHA"
135
 
136
+ #: contact_form.php:94
137
  msgid "Please make corrections below and try again."
138
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
139
 
140
+ #: contact_form.php:96
141
  msgid "Thank you for contacting us."
142
  msgstr "Gràcies per contactar amb nosaltres"
143
 
144
+ #: contact_form.php:188
145
+ #, fuzzy
146
+ msgid "requires"
147
+ msgstr "Camps requerits"
148
+
149
+ #: contact_form.php:188
150
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
151
+ msgstr ""
152
+
153
+ #: contact_form.php:188
154
+ msgid "Back to the WordPress"
155
+ msgstr ""
156
+
157
+ #: contact_form.php:188
158
+ #, fuzzy
159
+ msgid "Plugins page"
160
+ msgstr "Plugins Pro"
161
+
162
+ #: contact_form.php:468
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el camp URL ha d'estar en el següent format"
165
 
166
+ #: contact_form.php:477
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Usuari inexistent. Els canvis no s'han desat."
169
 
170
+ #: contact_form.php:481
171
+ #: contact_form.php:487
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis no s'han desat."
174
 
175
+ #: contact_form.php:492
176
  msgid "Settings saved."
177
  msgstr "Configuració desada."
178
 
179
+ #: contact_form.php:516
180
+ #: contact_form.php:828
181
+ #: contact_form.php:1657
182
+ #: contact_form.php:1668
183
  msgid "Settings"
184
  msgstr "Configuració"
185
 
186
+ #: contact_form.php:517
187
+ #: contact_form.php:829
188
  msgid "Extra settings"
189
  msgstr "Configuració extra"
190
 
191
+ #: contact_form.php:522
192
+ #: contact_form.php:1085
193
  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:"
194
  msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
195
 
196
+ #: contact_form.php:522
197
+ #: contact_form.php:523
198
+ #: contact_form.php:741
199
+ #: contact_form.php:789
200
  msgid "or"
201
  msgstr ""
202
 
203
+ #: contact_form.php:523
204
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
205
  msgstr ""
206
 
207
+ #: contact_form.php:524
208
  msgid "They work the same way."
209
  msgstr ""
210
 
211
+ #: contact_form.php:525
212
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
213
  msgstr "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada durant el registre."
214
 
215
+ #: contact_form.php:529
216
  msgid "The user's email address:"
217
  msgstr "Adreça de correu electrònic de l'usuari:"
218
 
219
+ #: contact_form.php:533
220
  msgid "Create a username"
221
  msgstr "Seleccioni un nom d'usuari"
222
 
223
+ #: contact_form.php:538
224
  msgid "Enter a username of the person who should get the messages from the contact form."
225
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
226
 
227
+ #: contact_form.php:542
228
  msgid "Use this email address:"
229
  msgstr "Usi aquesta adreça de correu electrònic::"
230
 
231
+ #: contact_form.php:545
232
  msgid "Enter the email address you want the messages forwarded to."
233
  msgstr "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
234
 
235
+ #: contact_form.php:549
236
  msgid "Add department selectbox to the contact form:"
237
  msgstr ""
238
 
239
+ #: contact_form.php:552
240
+ #: contact_form.php:833
241
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
242
  msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
243
 
244
+ #: contact_form.php:560
245
+ msgid "Save emails to the database"
246
+ msgstr ""
247
+
248
+ #: contact_form.php:568
249
+ #: contact_form.php:571
250
+ #: contact_form.php:575
251
+ msgid "Using Contact Form to DB powered by"
252
+ msgstr ""
253
+
254
+ #: contact_form.php:571
255
+ #, fuzzy
256
+ msgid "Activate Contact Form to DB"
257
+ msgstr "Contact Form Pro"
258
+
259
+ #: contact_form.php:575
260
+ #, fuzzy
261
+ msgid "Download Contact Form to DB"
262
+ msgstr "Contact Form Pro"
263
+
264
+ #: contact_form.php:580
265
  msgid "Additional options"
266
  msgstr "Opcions addicionals"
267
 
268
+ #: contact_form.php:583
269
  msgid "What to use?"
270
  msgstr "Què usar?"
271
 
272
+ #: contact_form.php:586
273
  msgid "Wp-mail"
274
  msgstr "Wp-mail"
275
 
276
+ #: contact_form.php:586
277
  msgid "You can use the wp_mail function for mailing"
278
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
279
 
280
+ #: contact_form.php:588
281
  msgid "Mail"
282
  msgstr "Mail"
283
 
284
+ #: contact_form.php:588
285
  msgid "To send mail you can use the php mail function"
286
  msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
287
 
288
+ #: contact_form.php:592
289
  #, fuzzy
290
  msgid "The text in the 'From' field"
291
  msgstr "Modifica el camp DE al contact form"
292
 
293
+ #: contact_form.php:594
294
  msgid "User name"
295
  msgstr ""
296
 
297
+ #: contact_form.php:595
298
  #, fuzzy
299
  msgid "The name of the user who fills the form will be used in the field 'From'."
300
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
301
 
302
+ #: contact_form.php:600
303
  #, fuzzy
304
  msgid "This text will be used in the 'FROM' field"
305
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
306
 
307
+ #: contact_form.php:604
308
  #, fuzzy
309
  msgid "The email address in the 'From' field"
310
  msgstr "Introduir el correu electrònic al camp 'From'"
311
 
312
+ #: contact_form.php:606
313
  msgid "User email"
314
  msgstr ""
315
 
316
+ #: contact_form.php:607
317
  msgid "The email address of the user who fills the form will be used in the field 'From'."
318
  msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
319
 
320
+ #: contact_form.php:609
321
  msgid "This email address will be used in the 'From' field."
322
  msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
323
 
324
+ #: contact_form.php:613
325
  msgid "Display fields"
326
  msgstr "Mostra els camps"
327
 
328
+ #: contact_form.php:615
329
+ #: contact_form.php:665
330
+ #: contact_form.php:865
331
+ #: contact_form.php:1525
332
  msgid "Address"
333
  msgstr "Adreça:"
334
 
335
+ #: contact_form.php:616
336
+ #: contact_form.php:667
337
+ #: contact_form.php:1533
338
  msgid "Phone"
339
  msgstr "Telèfon"
340
 
341
+ #: contact_form.php:617
342
  msgid "Attachment block"
343
  msgstr "Adjunt blocat"
344
 
345
+ #: contact_form.php:617
346
  msgid "Users can attach the following file formats"
347
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
348
 
349
+ #: contact_form.php:626
350
+ #: contact_form.php:629
351
+ #: contact_form.php:633
352
+ #: contact_form.php:894
353
  msgid "Captcha"
354
  msgstr "Captcha"
355
 
356
+ #: contact_form.php:626
357
+ #: contact_form.php:629
358
+ #: contact_form.php:633
359
  msgid "powered by"
360
  msgstr ""
361
 
362
+ #: contact_form.php:629
363
  msgid "Activate captcha"
364
  msgstr "Captcha activat"
365
 
366
+ #: contact_form.php:633
367
  msgid "Download captcha"
368
  msgstr "Descarrega captcha"
369
 
370
+ #: contact_form.php:638
371
  #, fuzzy
372
  msgid "Display tips below the Attachment block"
373
  msgstr "Consells del blocatge de l'adjunt"
374
 
375
+ #: contact_form.php:647
376
  msgid "Delete an attachment file from the server after the email is sent"
377
  msgstr ""
378
 
379
+ #: contact_form.php:653
380
  #, fuzzy
381
  msgid "Display 'Send me a copy' block"
382
  msgstr "Envia'm una còpia"
383
 
384
+ #: contact_form.php:662
385
  msgid "Required fields"
386
  msgstr "Camps requerits"
387
 
388
+ #: contact_form.php:664
389
+ #: contact_form.php:860
390
+ #: contact_form.php:1520
391
  msgid "Name"
392
  msgstr "Nom"
393
 
394
+ #: contact_form.php:666
395
  msgid "Email Address"
396
  msgstr "Adreça de correu electrònic:"
397
 
398
+ #: contact_form.php:668
399
+ #: contact_form.php:880
400
+ #: contact_form.php:1536
401
  msgid "Subject"
402
  msgstr "Assumpte"
403
 
404
+ #: contact_form.php:669
405
+ #: contact_form.php:884
406
+ #: contact_form.php:1539
407
  msgid "Message"
408
  msgstr "MIssatge"
409
 
410
+ #: contact_form.php:673
411
+ msgid "Display the asterisk near required fields"
412
+ msgstr ""
413
+
414
+ #: contact_form.php:679
415
  msgid "Display additional info in the email"
416
  msgstr "Mostra informació addicional al correu electrònic,"
417
 
418
+ #: contact_form.php:684
419
+ #: contact_form.php:1492
420
  msgid "Sent from (ip address)"
421
  msgstr "Enviat des de (adreça IP)"
422
 
423
+ #: contact_form.php:684
424
  #, fuzzy
425
  msgid "Example: Sent from (IP address):\t127.0.0.1"
426
  msgstr "Enviat des de (adreça IP)"
427
 
428
+ #: contact_form.php:685
429
+ #: contact_form.php:1497
430
  msgid "Date/Time"
431
  msgstr "Data/hora"
432
 
433
+ #: contact_form.php:685
434
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
435
  msgstr ""
436
 
437
+ #: contact_form.php:686
438
+ #: contact_form.php:1502
439
  msgid "Sent from (referer)"
440
  msgstr "Enviat des de (referent)"
441
 
442
+ #: contact_form.php:686
443
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
444
  msgstr ""
445
 
446
+ #: contact_form.php:687
447
+ #: contact_form.php:1507
448
  msgid "Using (user agent)"
449
  msgstr "Usant (user agent)"
450
 
451
+ #: contact_form.php:687
452
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
453
  msgstr ""
454
 
455
+ #: contact_form.php:691
456
  msgid "Language settings for the field names in the form"
457
  msgstr "Configuració de la llengua als noms dels camps del formulari"
458
 
459
+ #: contact_form.php:700
460
  msgid "Add a language"
461
  msgstr "Afegeix lengua"
462
 
463
+ #: contact_form.php:704
464
  msgid "Change the names of the contact form fields and error messages"
465
  msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
466
 
 
467
  #: contact_form.php:709
468
+ #: contact_form.php:780
469
  msgid "English"
470
  msgstr "Anglès"
471
 
472
+ #: contact_form.php:728
473
+ #: contact_form.php:757
474
  msgid "Error message for the Name field"
475
  msgstr "Missatge d'error per al camp 'Nom'"
476
 
477
+ #: contact_form.php:729
478
+ #: contact_form.php:758
479
  msgid "Error message for the Address field"
480
  msgstr "Missatge d'error per al camp 'Adreça'"
481
 
482
+ #: contact_form.php:730
483
+ #: contact_form.php:759
484
  msgid "Error message for the Email field"
485
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
486
 
487
+ #: contact_form.php:731
488
+ #: contact_form.php:760
489
  msgid "Error message for the Phone field"
490
  msgstr "Missatge d'error per al camp 'Telèfon\""
491
 
492
+ #: contact_form.php:732
493
+ #: contact_form.php:761
494
  msgid "Error message for the Subject field"
495
  msgstr "Missatge d'error per al camp 'Assumpte'"
496
 
497
+ #: contact_form.php:733
498
+ #: contact_form.php:762
499
  msgid "Error message for the Message field"
500
  msgstr "Missatge d'error per al camp 'Missatge'"
501
 
502
+ #: contact_form.php:734
503
+ #: contact_form.php:763
504
  msgid "Error message about the file type for the Attachment field"
505
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
506
 
507
+ #: contact_form.php:735
508
+ #: contact_form.php:764
509
  msgid "Error message while uploading a file for the Attachment field to the server"
510
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
511
 
512
+ #: contact_form.php:736
513
+ #: contact_form.php:765
514
  msgid "Error message while moving the file for the Attachment field"
515
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
516
 
517
+ #: contact_form.php:737
518
+ #: contact_form.php:766
519
  msgid "Error message when file size limit for the Attachment field is exceeded"
520
  msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
521
 
522
+ #: contact_form.php:738
523
+ #: contact_form.php:767
524
  msgid "Error message for the Captcha field"
525
  msgstr "Missatge d'error al camp Captcha"
526
 
527
+ #: contact_form.php:739
528
+ #: contact_form.php:768
529
  msgid "Error message for the whole form"
530
  msgstr "Missatge d'error a tot el formulari"
531
 
532
+ #: contact_form.php:741
533
+ #: contact_form.php:770
534
+ #: contact_form.php:789
535
+ #: contact_form.php:795
536
  msgid "Use shortcode"
537
  msgstr "useu un codi curt"
538
 
539
+ #: contact_form.php:741
540
+ #: contact_form.php:770
541
+ #: contact_form.php:789
542
+ #: contact_form.php:795
543
  msgid "for this language"
544
  msgstr "Per aquesta llengua"
545
 
546
+ #: contact_form.php:777
547
  msgid "Action after email is sent"
548
  msgstr "Accions després d'enviar un correu electrònic."
549
 
550
+ #: contact_form.php:779
551
  msgid "Display text"
552
  msgstr "Mostra el text"
553
 
554
+ #: contact_form.php:788
555
+ #: contact_form.php:794
556
  msgid "Text"
557
  msgstr "Text"
558
 
559
+ #: contact_form.php:802
560
  msgid "Redirect to the page"
561
  msgstr "Redirigir a la pàgina"
562
 
563
+ #: contact_form.php:803
564
  msgid "Url"
565
  msgstr "Url"
566
 
567
+ #: contact_form.php:809
568
+ #: contact_form.php:986
569
  msgid "Save Changes"
570
  msgstr "Desar els canvis"
571
 
572
+ #: contact_form.php:826
573
  msgid "Contact Form Pro | Extra Settings"
574
  msgstr "Opcions extra | Contact Form Pro"
575
 
576
+ #: contact_form.php:840
577
  msgid "Errors output"
578
  msgstr "Errors de sortida"
579
 
580
+ #: contact_form.php:843
581
  msgid "Display error messages"
582
  msgstr "Mostra els missatges d'error"
583
 
584
+ #: contact_form.php:844
585
  msgid "Color of the input field errors."
586
  msgstr "Color dels errors al camp d'entrada"
587
 
588
+ #: contact_form.php:845
589
  msgid "Display error messages & color of the input field errors"
590
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
591
 
592
+ #: contact_form.php:850
593
  msgid "Add placeholder to the input blocks"
594
  msgstr "Afegeix marcador de posició als blocs d'entrada"
595
 
596
+ #: contact_form.php:856
597
  msgid "Add tooltips"
598
  msgstr "Afegir consells sobre les eines"
599
 
600
+ #: contact_form.php:870
601
  msgid "Email address"
602
  msgstr "Adreça de correu electrònic:"
603
 
604
+ #: contact_form.php:875
605
  msgid "Phone Number"
606
  msgstr "Nombre de telèfon"
607
 
608
+ #: contact_form.php:889
609
  msgid "Attachment"
610
  msgstr "Adjunt:"
611
 
612
+ #: contact_form.php:894
613
  msgid "(powered by bestwebsoft.com)"
614
  msgstr "(Impulsat per bestwebsoft.com)"
615
 
616
+ #: contact_form.php:899
617
  msgid "Style options"
618
  msgstr "Opcions d'estil"
619
 
620
+ #: contact_form.php:902
621
  msgid "Text color"
622
  msgstr "Color del text"
623
 
624
+ #: contact_form.php:905
625
+ #: contact_form.php:910
626
+ #: contact_form.php:920
627
+ #: contact_form.php:925
628
+ #: contact_form.php:930
629
+ #: contact_form.php:935
630
+ #: contact_form.php:945
631
+ #: contact_form.php:950
632
+ #: contact_form.php:956
633
+ #: contact_form.php:967
634
+ #: contact_form.php:972
635
+ #: contact_form.php:977
636
  msgid "Default"
637
  msgstr "Per defecte"
638
 
639
+ #: contact_form.php:907
640
  msgid "Label text color"
641
  msgstr "Color del text de l'etiqeta"
642
 
643
+ #: contact_form.php:912
644
  msgid "Placeholder color"
645
  msgstr "Color del marcador de posició"
646
 
647
+ #: contact_form.php:917
648
  msgid "Errors color"
649
  msgstr "Color dels errors"
650
 
651
+ #: contact_form.php:922
652
  msgid "Error text color"
653
  msgstr "Color del text d'error"
654
 
655
+ #: contact_form.php:927
656
  msgid "Background color of the input field errors"
657
  msgstr "Color de fons dels errors del camp d'entrada"
658
 
659
+ #: contact_form.php:932
660
  msgid "Border color of the input field errors"
661
  msgstr "Color de la vora dels errors del camp d'entrada"
662
 
663
+ #: contact_form.php:937
664
  msgid "Placeholder color of the input field errors"
665
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
666
 
667
+ #: contact_form.php:942
668
  msgid "Input fields"
669
  msgstr "Visualitza l'adjunt"
670
 
671
+ #: contact_form.php:947
672
  msgid "Input fields background color"
673
  msgstr "Color de fons dels camps d'entrada"
674
 
675
+ #: contact_form.php:952
676
  msgid "Text fields color"
677
  msgstr "Color dels camps de text"
678
 
679
+ #: contact_form.php:954
680
  msgid "Border width in px, numbers only"
681
  msgstr "Ample de vora en px, sols nombres"
682
 
683
+ #: contact_form.php:958
684
+ #: contact_form.php:979
685
  msgid "Border color"
686
  msgstr "Color de la vora"
687
 
688
+ #: contact_form.php:963
689
  msgid "Submit button"
690
  msgstr "Enviar"
691
 
692
  # #: contact_form.php:928
693
+ #: contact_form.php:965
694
  msgid "Width in px, numbers only"
695
  msgstr "Ample en px, sols nombres"
696
 
697
+ #: contact_form.php:969
698
  msgid "Button color"
699
  msgstr "Color del botó"
700
 
701
+ #: contact_form.php:974
702
  msgid "Button text color"
703
  msgstr "Color del text del botó"
704
 
705
+ #: contact_form.php:990
706
  msgid "Contact Form Pro | Preview"
707
  msgstr "Contact Form Pro | Vista prèvia"
708
 
709
+ #: contact_form.php:993
710
  msgid "Show with errors"
711
  msgstr "Mostra amb errors"
712
 
713
+ #: contact_form.php:1001
714
+ #: contact_form.php:1003
715
  msgid "Please enter your full name..."
716
  msgstr "Si us plau introduïu el nom complet"
717
 
718
+ #: contact_form.php:1014
719
+ #: contact_form.php:1016
720
  msgid "Please enter your address..."
721
  msgstr "Si us plau introduïu l'adreça"
722
 
723
+ #: contact_form.php:1025
724
+ #: contact_form.php:1027
725
  msgid "Please enter your email address..."
726
  msgstr "Si us plau introdueixi el seu e-mail"
727
 
728
+ #: contact_form.php:1036
729
+ #: contact_form.php:1038
730
  msgid "Please enter your phone number..."
731
  msgstr "Si us plau introduïu el nombre de telèfon"
732
 
733
+ #: contact_form.php:1047
734
+ #: contact_form.php:1049
735
  msgid "Please enter subject..."
736
  msgstr "Si us plau introduïu l'assumpte"
737
 
738
+ #: contact_form.php:1057
739
+ #: contact_form.php:1059
740
  msgid "Please enter your message..."
741
  msgstr "Si us plau introduïu el missatge"
742
 
743
+ #: contact_form.php:1070
744
  msgid "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"
745
  msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
746
 
747
+ #: contact_form.php:1137
748
  msgid "Sorry, email message could not be delivered."
749
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
750
 
751
+ #: contact_form.php:1221
752
  msgid "You can attach the following file formats"
753
  msgstr "Pot adjuntar els següents formats d'arxiu"
754
 
755
+ #: contact_form.php:1515
756
  msgid "Contact from"
757
  msgstr "Contact from"
758
 
759
+ #: contact_form.php:1528
760
  msgid "Email"
761
  msgstr "Adreça de correu electrònic"
762
 
763
+ #: contact_form.php:1542
764
  msgid "Site"
765
  msgstr "Lloc"
766
 
767
+ #: contact_form.php:1605
768
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
769
  msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
770
 
771
+ #: contact_form.php:1669
772
  msgid "FAQ"
773
  msgstr "FAQ"
774
 
775
+ #: contact_form.php:1670
776
  msgid "Support"
777
  msgstr "Suport"
778
 
779
+ #: contact_form.php:1727
780
  msgid "Are you sure that you want to delete this language data?"
781
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
782
 
791
  #, fuzzy
792
  #~ msgid "Please enter a valid email address."
793
  #~ msgstr "Si us plau introdueixi el seu e-mail"
 
 
794
  #~ msgid "Activated plugins"
795
  #~ msgstr "Plugin activat"
796
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Nastavení kontaktního formuláře"
@@ -32,733 +32,774 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Nastavení kontaktního formuláře"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontaktní formulář"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Jméno:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-Mail:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-Mail:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Předmět:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Zpráva:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Příloha:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Zaslat mi kopii"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Zaslat"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Jméno je požadováno."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "E-mail je požadován."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "E-mail je požadován."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Jméno je požadováno."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Předmět je požadován."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Zpráva je požadována."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Příloha nelze odeslat."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Prosím opište následující text."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Děkujeme za zprávu."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Vložte správný mail. Nastavení neuloženo."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Nastavení uloženo."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Nastavení"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Nastavení"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  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:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Použít email uživatele wordpressu:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Vyberte uživatelské jméno"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Použít tento email:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Další nastavení"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr "K čemu?"
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr "Pro zaslání mailu můžete použít php mail funkce"
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Změnit políčko OD"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Změnit políčko OD"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Zobraz text"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "E-Mail:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Zobrazit možnost přílohy"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Aktivované pluginy"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Download"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Zobrazit Zaslat kopii"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Jméno"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "E-Mail:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Předmět"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Zpráva"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "Zobrazit přidané info v mailu."
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "Zasláno z (ip adresa)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "Zasláno z (ip adresa)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "Datum / Čas"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "Příchozí od"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "Používání"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  #, fuzzy
438
  msgid "Change the names of the contact form fields and error messages"
439
  msgstr "Změnit popisek políček"
440
 
441
- #: contact_form.php:638
442
  #: contact_form.php:709
 
443
  msgid "English"
444
  msgstr ""
445
 
446
- #: contact_form.php:657
447
- #: contact_form.php:686
448
  msgid "Error message for the Name field"
449
  msgstr ""
450
 
451
- #: contact_form.php:658
452
- #: contact_form.php:687
453
  msgid "Error message for the Address field"
454
  msgstr ""
455
 
456
- #: contact_form.php:659
457
- #: contact_form.php:688
458
  msgid "Error message for the Email field"
459
  msgstr ""
460
 
461
- #: contact_form.php:660
462
- #: contact_form.php:689
463
  msgid "Error message for the Phone field"
464
  msgstr ""
465
 
466
- #: contact_form.php:661
467
- #: contact_form.php:690
468
  msgid "Error message for the Subject field"
469
  msgstr ""
470
 
471
- #: contact_form.php:662
472
- #: contact_form.php:691
473
  msgid "Error message for the Message field"
474
  msgstr ""
475
 
476
- #: contact_form.php:663
477
- #: contact_form.php:692
478
  msgid "Error message about the file type for the Attachment field"
479
  msgstr ""
480
 
481
- #: contact_form.php:664
482
- #: contact_form.php:693
483
  msgid "Error message while uploading a file for the Attachment field to the server"
484
  msgstr ""
485
 
486
- #: contact_form.php:665
487
- #: contact_form.php:694
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr ""
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  msgid "Error message when file size limit for the Attachment field is exceeded"
494
  msgstr ""
495
 
496
- #: contact_form.php:667
497
- #: contact_form.php:696
498
  msgid "Error message for the Captcha field"
499
  msgstr ""
500
 
501
- #: contact_form.php:668
502
- #: contact_form.php:697
503
  msgid "Error message for the whole form"
504
  msgstr ""
505
 
506
- #: contact_form.php:670
507
- #: contact_form.php:699
508
- #: contact_form.php:718
509
- #: contact_form.php:724
510
  msgid "Use shortcode"
511
  msgstr ""
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "for this language"
518
  msgstr ""
519
 
520
- #: contact_form.php:706
521
  msgid "Action after email is sent"
522
  msgstr "Akce po zaslání mailu."
523
 
524
- #: contact_form.php:708
525
  msgid "Display text"
526
  msgstr "Zobraz text"
527
 
528
- #: contact_form.php:717
529
- #: contact_form.php:723
530
  msgid "Text"
531
  msgstr "Text"
532
 
533
- #: contact_form.php:730
534
  msgid "Redirect to the page"
535
  msgstr "Přesměrovat na stránku"
536
 
537
- #: contact_form.php:731
538
  msgid "Url"
539
  msgstr "Url"
540
 
541
- #: contact_form.php:736
542
- #: contact_form.php:913
543
  msgid "Save Changes"
544
  msgstr "Uložit změny"
545
 
546
- #: contact_form.php:753
547
  #, fuzzy
548
  msgid "Contact Form Pro | Extra Settings"
549
  msgstr "Nastavení kontaktního formuláře"
550
 
551
- #: contact_form.php:767
552
  msgid "Errors output"
553
  msgstr ""
554
 
555
- #: contact_form.php:770
556
  msgid "Display error messages"
557
  msgstr ""
558
 
559
- #: contact_form.php:771
560
  msgid "Color of the input field errors."
561
  msgstr ""
562
 
563
- #: contact_form.php:772
564
  msgid "Display error messages & color of the input field errors"
565
  msgstr ""
566
 
567
- #: contact_form.php:777
568
  msgid "Add placeholder to the input blocks"
569
  msgstr ""
570
 
571
- #: contact_form.php:783
572
  #, fuzzy
573
  msgid "Add tooltips"
574
  msgstr "Další nastavení"
575
 
576
- #: contact_form.php:797
577
  #, fuzzy
578
  msgid "Email address"
579
  msgstr "E-Mail:"
580
 
581
- #: contact_form.php:802
582
  msgid "Phone Number"
583
  msgstr ""
584
 
585
- #: contact_form.php:816
586
  #, fuzzy
587
  msgid "Attachment"
588
  msgstr "Příloha:"
589
 
590
- #: contact_form.php:821
591
  msgid "(powered by bestwebsoft.com)"
592
  msgstr ""
593
 
594
- #: contact_form.php:826
595
  #, fuzzy
596
  msgid "Style options"
597
  msgstr "Další nastavení"
598
 
599
- #: contact_form.php:829
600
  msgid "Text color"
601
  msgstr ""
602
 
603
- #: contact_form.php:832
604
- #: contact_form.php:837
605
- #: contact_form.php:847
606
- #: contact_form.php:852
607
- #: contact_form.php:857
608
- #: contact_form.php:862
609
- #: contact_form.php:872
610
- #: contact_form.php:877
611
- #: contact_form.php:883
612
- #: contact_form.php:894
613
- #: contact_form.php:899
614
- #: contact_form.php:904
615
  msgid "Default"
616
  msgstr ""
617
 
618
- #: contact_form.php:834
619
  msgid "Label text color"
620
  msgstr ""
621
 
622
- #: contact_form.php:839
623
  msgid "Placeholder color"
624
  msgstr ""
625
 
626
- #: contact_form.php:844
627
  msgid "Errors color"
628
  msgstr ""
629
 
630
- #: contact_form.php:849
631
  msgid "Error text color"
632
  msgstr ""
633
 
634
- #: contact_form.php:854
635
  msgid "Background color of the input field errors"
636
  msgstr ""
637
 
638
- #: contact_form.php:859
639
  msgid "Border color of the input field errors"
640
  msgstr ""
641
 
642
- #: contact_form.php:864
643
  msgid "Placeholder color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:869
647
  #, fuzzy
648
  msgid "Input fields"
649
  msgstr "Zobraz text"
650
 
651
- #: contact_form.php:874
652
  msgid "Input fields background color"
653
  msgstr ""
654
 
655
- #: contact_form.php:879
656
  msgid "Text fields color"
657
  msgstr ""
658
 
659
- #: contact_form.php:881
660
  msgid "Border width in px, numbers only"
661
  msgstr ""
662
 
663
- #: contact_form.php:885
664
- #: contact_form.php:906
665
  msgid "Border color"
666
  msgstr ""
667
 
668
- #: contact_form.php:890
669
  #, fuzzy
670
  msgid "Submit button"
671
  msgstr "Zaslat"
672
 
673
- #: contact_form.php:892
674
  msgid "Width in px, numbers only"
675
  msgstr ""
676
 
677
- #: contact_form.php:896
678
  msgid "Button color"
679
  msgstr ""
680
 
681
- #: contact_form.php:901
682
  msgid "Button text color"
683
  msgstr ""
684
 
685
- #: contact_form.php:917
686
  #, fuzzy
687
  msgid "Contact Form Pro | Preview"
688
  msgstr "Kontaktní formulář"
689
 
690
- #: contact_form.php:920
691
  msgid "Show with errors"
692
  msgstr ""
693
 
694
- #: contact_form.php:928
695
- #: contact_form.php:930
696
  msgid "Please enter your full name..."
697
  msgstr ""
698
 
699
- #: contact_form.php:941
700
- #: contact_form.php:943
701
  msgid "Please enter your address..."
702
  msgstr ""
703
 
704
- #: contact_form.php:952
705
- #: contact_form.php:954
706
  #, fuzzy
707
  msgid "Please enter your email address..."
708
  msgstr "Použít tento email:"
709
 
710
- #: contact_form.php:963
711
- #: contact_form.php:965
712
  msgid "Please enter your phone number..."
713
  msgstr ""
714
 
715
- #: contact_form.php:974
716
- #: contact_form.php:976
717
  msgid "Please enter subject..."
718
  msgstr ""
719
 
720
- #: contact_form.php:984
721
- #: contact_form.php:986
722
  msgid "Please enter your message..."
723
  msgstr ""
724
 
725
- #: contact_form.php:997
726
  msgid "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"
727
  msgstr ""
728
 
729
- #: contact_form.php:1066
730
  msgid "Sorry, email message could not be delivered."
731
  msgstr "Omlouváme se, váš email nemohl být odeslán."
732
 
733
- #: contact_form.php:1150
734
  msgid "You can attach the following file formats"
735
  msgstr "Můžete přiložit soubory těchto typů"
736
 
737
- #: contact_form.php:1433
738
  msgid "Contact from"
739
  msgstr "Kontaktní formulář"
740
 
741
- #: contact_form.php:1446
742
  msgid "Email"
743
  msgstr "E-Mail"
744
 
745
- #: contact_form.php:1460
746
  msgid "Site"
747
  msgstr "Stránka"
748
 
749
- #: contact_form.php:1521
750
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
751
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
752
 
753
- #: contact_form.php:1585
754
  msgid "FAQ"
755
  msgstr "FAQ"
756
 
757
- #: contact_form.php:1586
758
  msgid "Support"
759
  msgstr "Podpora"
760
 
761
- #: contact_form.php:1645
762
  msgid "Are you sure that you want to delete this language data?"
763
  msgstr ""
764
 
@@ -773,10 +814,6 @@ msgstr ""
773
  #, fuzzy
774
  #~ msgid "Please enter a valid email address."
775
  #~ msgstr "Použít tento email:"
776
-
777
- #, fuzzy
778
- #~ msgid "Pro plugins"
779
- #~ msgstr "BWS Plugins"
780
  #~ msgid "Activated plugins"
781
  #~ msgstr "Aktivované pluginy"
782
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Nastavení kontaktního formuláře"
32
  msgstr "Nastavení kontaktního formuláře"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontaktní formulář"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Jméno:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-Mail:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-Mail:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Předmět:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Zpráva:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Příloha:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Zaslat mi kopii"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Zaslat"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Jméno je požadováno."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "E-mail je požadován."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "E-mail je požadován."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Jméno je požadováno."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Předmět je požadován."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Zpráva je požadována."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Příloha nelze odeslat."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Prosím opište následující text."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Prosím opravte následující chyby a zkuste to znovu."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Děkujeme za zprávu."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Pokud vyberete \"Přesměrování na stránku\" do políčka url byste měli vložit adresu v tomto formátu"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Uživatel neexistuje. Nastavení neuloženo."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Vložte správný mail. Nastavení neuloženo."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Nastavení uloženo."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Nastavení"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Nastavení"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  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:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Pokud nebudou informace vyplněny, zprávy budou zasílány na mail, který byl uveden při registraci."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Použít email uživatele wordpressu:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Vyberte uživatelské jméno"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Nastavte uživatele, který bude dostávat zprávy z kontaktního formuláře."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Použít tento email:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Nastavit email, který bude použit pro příjem zpráv."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Kontaktní formulář"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Kontaktní formulář"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Další nastavení"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "K čemu?"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
288
 
289
+ #: contact_form.php:588
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 "Pro zaslání mailu můžete použít php mail funkce"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Změnit políčko OD"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Změnit políčko OD"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Zobraz text"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "E-Mail:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Zobrazit možnost přílohy"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Uživatelé mohou vkládat soubory těchto typů"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Aktivované pluginy"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Download"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Zobrazit vysvětlivky po bloku s přílohou."
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Zobrazit Zaslat kopii"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Jméno"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "E-Mail:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Předmět"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Zpráva"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  #, fuzzy
429
  msgid "Display additional info in the email"
430
  msgstr "Zobrazit přidané info v mailu."
431
 
432
+ #: contact_form.php:684
433
+ #: contact_form.php:1492
434
  msgid "Sent from (ip address)"
435
  msgstr "Zasláno z (ip adresa)"
436
 
437
+ #: contact_form.php:684
438
  #, fuzzy
439
  msgid "Example: Sent from (IP address):\t127.0.0.1"
440
  msgstr "Zasláno z (ip adresa)"
441
 
442
+ #: contact_form.php:685
443
+ #: contact_form.php:1497
444
  msgid "Date/Time"
445
  msgstr "Datum / Čas"
446
 
447
+ #: contact_form.php:685
448
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
449
  msgstr ""
450
 
451
+ #: contact_form.php:686
452
+ #: contact_form.php:1502
453
  msgid "Sent from (referer)"
454
  msgstr "Příchozí od"
455
 
456
+ #: contact_form.php:686
457
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
458
  msgstr ""
459
 
460
+ #: contact_form.php:687
461
+ #: contact_form.php:1507
462
  msgid "Using (user agent)"
463
  msgstr "Používání"
464
 
465
+ #: contact_form.php:687
466
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
467
  msgstr ""
468
 
469
+ #: contact_form.php:691
470
  msgid "Language settings for the field names in the form"
471
  msgstr ""
472
 
473
+ #: contact_form.php:700
474
  msgid "Add a language"
475
  msgstr ""
476
 
477
+ #: contact_form.php:704
478
  #, fuzzy
479
  msgid "Change the names of the contact form fields and error messages"
480
  msgstr "Změnit popisek políček"
481
 
 
482
  #: contact_form.php:709
483
+ #: contact_form.php:780
484
  msgid "English"
485
  msgstr ""
486
 
487
+ #: contact_form.php:728
488
+ #: contact_form.php:757
489
  msgid "Error message for the Name field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:729
493
+ #: contact_form.php:758
494
  msgid "Error message for the Address field"
495
  msgstr ""
496
 
497
+ #: contact_form.php:730
498
+ #: contact_form.php:759
499
  msgid "Error message for the Email field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:731
503
+ #: contact_form.php:760
504
  msgid "Error message for the Phone field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:732
508
+ #: contact_form.php:761
509
  msgid "Error message for the Subject field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:733
513
+ #: contact_form.php:762
514
  msgid "Error message for the Message field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:734
518
+ #: contact_form.php:763
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  msgid "Error message while uploading a file for the Attachment field to the server"
525
  msgstr ""
526
 
527
+ #: contact_form.php:736
528
+ #: contact_form.php:765
529
  msgid "Error message while moving the file for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:737
533
+ #: contact_form.php:766
534
  msgid "Error message when file size limit for the Attachment field is exceeded"
535
  msgstr ""
536
 
537
+ #: contact_form.php:738
538
+ #: contact_form.php:767
539
  msgid "Error message for the Captcha field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:739
543
+ #: contact_form.php:768
544
  msgid "Error message for the whole form"
545
  msgstr ""
546
 
547
+ #: contact_form.php:741
548
+ #: contact_form.php:770
549
+ #: contact_form.php:789
550
+ #: contact_form.php:795
551
  msgid "Use shortcode"
552
  msgstr ""
553
 
554
+ #: contact_form.php:741
555
+ #: contact_form.php:770
556
+ #: contact_form.php:789
557
+ #: contact_form.php:795
558
  msgid "for this language"
559
  msgstr ""
560
 
561
+ #: contact_form.php:777
562
  msgid "Action after email is sent"
563
  msgstr "Akce po zaslání mailu."
564
 
565
+ #: contact_form.php:779
566
  msgid "Display text"
567
  msgstr "Zobraz text"
568
 
569
+ #: contact_form.php:788
570
+ #: contact_form.php:794
571
  msgid "Text"
572
  msgstr "Text"
573
 
574
+ #: contact_form.php:802
575
  msgid "Redirect to the page"
576
  msgstr "Přesměrovat na stránku"
577
 
578
+ #: contact_form.php:803
579
  msgid "Url"
580
  msgstr "Url"
581
 
582
+ #: contact_form.php:809
583
+ #: contact_form.php:986
584
  msgid "Save Changes"
585
  msgstr "Uložit změny"
586
 
587
+ #: contact_form.php:826
588
  #, fuzzy
589
  msgid "Contact Form Pro | Extra Settings"
590
  msgstr "Nastavení kontaktního formuláře"
591
 
592
+ #: contact_form.php:840
593
  msgid "Errors output"
594
  msgstr ""
595
 
596
+ #: contact_form.php:843
597
  msgid "Display error messages"
598
  msgstr ""
599
 
600
+ #: contact_form.php:844
601
  msgid "Color of the input field errors."
602
  msgstr ""
603
 
604
+ #: contact_form.php:845
605
  msgid "Display error messages & color of the input field errors"
606
  msgstr ""
607
 
608
+ #: contact_form.php:850
609
  msgid "Add placeholder to the input blocks"
610
  msgstr ""
611
 
612
+ #: contact_form.php:856
613
  #, fuzzy
614
  msgid "Add tooltips"
615
  msgstr "Další nastavení"
616
 
617
+ #: contact_form.php:870
618
  #, fuzzy
619
  msgid "Email address"
620
  msgstr "E-Mail:"
621
 
622
+ #: contact_form.php:875
623
  msgid "Phone Number"
624
  msgstr ""
625
 
626
+ #: contact_form.php:889
627
  #, fuzzy
628
  msgid "Attachment"
629
  msgstr "Příloha:"
630
 
631
+ #: contact_form.php:894
632
  msgid "(powered by bestwebsoft.com)"
633
  msgstr ""
634
 
635
+ #: contact_form.php:899
636
  #, fuzzy
637
  msgid "Style options"
638
  msgstr "Další nastavení"
639
 
640
+ #: contact_form.php:902
641
  msgid "Text color"
642
  msgstr ""
643
 
644
+ #: contact_form.php:905
645
+ #: contact_form.php:910
646
+ #: contact_form.php:920
647
+ #: contact_form.php:925
648
+ #: contact_form.php:930
649
+ #: contact_form.php:935
650
+ #: contact_form.php:945
651
+ #: contact_form.php:950
652
+ #: contact_form.php:956
653
+ #: contact_form.php:967
654
+ #: contact_form.php:972
655
+ #: contact_form.php:977
656
  msgid "Default"
657
  msgstr ""
658
 
659
+ #: contact_form.php:907
660
  msgid "Label text color"
661
  msgstr ""
662
 
663
+ #: contact_form.php:912
664
  msgid "Placeholder color"
665
  msgstr ""
666
 
667
+ #: contact_form.php:917
668
  msgid "Errors color"
669
  msgstr ""
670
 
671
+ #: contact_form.php:922
672
  msgid "Error text color"
673
  msgstr ""
674
 
675
+ #: contact_form.php:927
676
  msgid "Background color of the input field errors"
677
  msgstr ""
678
 
679
+ #: contact_form.php:932
680
  msgid "Border color of the input field errors"
681
  msgstr ""
682
 
683
+ #: contact_form.php:937
684
  msgid "Placeholder color of the input field errors"
685
  msgstr ""
686
 
687
+ #: contact_form.php:942
688
  #, fuzzy
689
  msgid "Input fields"
690
  msgstr "Zobraz text"
691
 
692
+ #: contact_form.php:947
693
  msgid "Input fields background color"
694
  msgstr ""
695
 
696
+ #: contact_form.php:952
697
  msgid "Text fields color"
698
  msgstr ""
699
 
700
+ #: contact_form.php:954
701
  msgid "Border width in px, numbers only"
702
  msgstr ""
703
 
704
+ #: contact_form.php:958
705
+ #: contact_form.php:979
706
  msgid "Border color"
707
  msgstr ""
708
 
709
+ #: contact_form.php:963
710
  #, fuzzy
711
  msgid "Submit button"
712
  msgstr "Zaslat"
713
 
714
+ #: contact_form.php:965
715
  msgid "Width in px, numbers only"
716
  msgstr ""
717
 
718
+ #: contact_form.php:969
719
  msgid "Button color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:974
723
  msgid "Button text color"
724
  msgstr ""
725
 
726
+ #: contact_form.php:990
727
  #, fuzzy
728
  msgid "Contact Form Pro | Preview"
729
  msgstr "Kontaktní formulář"
730
 
731
+ #: contact_form.php:993
732
  msgid "Show with errors"
733
  msgstr ""
734
 
735
+ #: contact_form.php:1001
736
+ #: contact_form.php:1003
737
  msgid "Please enter your full name..."
738
  msgstr ""
739
 
740
+ #: contact_form.php:1014
741
+ #: contact_form.php:1016
742
  msgid "Please enter your address..."
743
  msgstr ""
744
 
745
+ #: contact_form.php:1025
746
+ #: contact_form.php:1027
747
  #, fuzzy
748
  msgid "Please enter your email address..."
749
  msgstr "Použít tento email:"
750
 
751
+ #: contact_form.php:1036
752
+ #: contact_form.php:1038
753
  msgid "Please enter your phone number..."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1047
757
+ #: contact_form.php:1049
758
  msgid "Please enter subject..."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1057
762
+ #: contact_form.php:1059
763
  msgid "Please enter your message..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1070
767
  msgid "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"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1137
771
  msgid "Sorry, email message could not be delivered."
772
  msgstr "Omlouváme se, váš email nemohl být odeslán."
773
 
774
+ #: contact_form.php:1221
775
  msgid "You can attach the following file formats"
776
  msgstr "Můžete přiložit soubory těchto typů"
777
 
778
+ #: contact_form.php:1515
779
  msgid "Contact from"
780
  msgstr "Kontaktní formulář"
781
 
782
+ #: contact_form.php:1528
783
  msgid "Email"
784
  msgstr "E-Mail"
785
 
786
+ #: contact_form.php:1542
787
  msgid "Site"
788
  msgstr "Stránka"
789
 
790
+ #: contact_form.php:1605
791
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
792
  msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
793
 
794
+ #: contact_form.php:1669
795
  msgid "FAQ"
796
  msgstr "FAQ"
797
 
798
+ #: contact_form.php:1670
799
  msgid "Support"
800
  msgstr "Podpora"
801
 
802
+ #: contact_form.php:1727
803
  msgid "Are you sure that you want to delete this language data?"
804
  msgstr ""
805
 
814
  #, fuzzy
815
  #~ msgid "Please enter a valid email address."
816
  #~ msgstr "Použít tento email:"
 
 
 
 
817
  #~ msgid "Activated plugins"
818
  #~ msgstr "Aktivované pluginy"
819
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Indstillinger for kontaktformular"
@@ -32,734 +32,775 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Indstillinger for kontaktformular"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontaktformular"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Navn:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail-adresse:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-mail-adresse:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Emne:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Besked:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Bilag:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Send mig en kopi"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Send"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Dit navn er obligatorisk"
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "En korrekt e-mail-adresse er påkrævet."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "En korrekt e-mail-adresse er påkrævet."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Dit navn er obligatorisk"
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Emnefeltet er obligatorisk."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Du skal angive en besked"
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Bilaget er korrupt."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Venligst udfyld CAPTCHA-feltet."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Ret venligst nedenstående og prøv igen."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Tak fordi du kontaktede os"
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Indstillinger gemt."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Indstillinger"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Indstillinger"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Vælg brugernavn"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Benyt denne e-mail-adresse:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Flere valgmuligheder"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Skift FRA-felterne i kontaktformularen"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Skift FRA-felterne i kontaktformularen"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Vis bilag"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "E-mail-adresse:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Vis bilag"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Brugere kan vedlægge filer af følgende typer"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Aktiverede plugins"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Download"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Vis bilag"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Vis \"Send mig en kopi\"-afsnit"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Navn"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "E-mail-adresse:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Emne"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Besked"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "Vis yderligere information i e-mail"
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "Sendt fra (IP-adresse)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "Sendt fra (IP-adresse)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "Dato/klokkeslæt"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "Sendt fra (referent)"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "Med (user agent)"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  #, fuzzy
438
  msgid "Change the names of the contact form fields and error messages"
439
  msgstr "Skifte etiketter til felterne i kontaktformularen"
440
 
441
- #: contact_form.php:638
442
  #: contact_form.php:709
 
443
  msgid "English"
444
  msgstr ""
445
 
446
- #: contact_form.php:657
447
- #: contact_form.php:686
448
  msgid "Error message for the Name field"
449
  msgstr ""
450
 
451
- #: contact_form.php:658
452
- #: contact_form.php:687
453
  msgid "Error message for the Address field"
454
  msgstr ""
455
 
456
- #: contact_form.php:659
457
- #: contact_form.php:688
458
  msgid "Error message for the Email field"
459
  msgstr ""
460
 
461
- #: contact_form.php:660
462
- #: contact_form.php:689
463
  msgid "Error message for the Phone field"
464
  msgstr ""
465
 
466
- #: contact_form.php:661
467
- #: contact_form.php:690
468
  msgid "Error message for the Subject field"
469
  msgstr ""
470
 
471
- #: contact_form.php:662
472
- #: contact_form.php:691
473
  msgid "Error message for the Message field"
474
  msgstr ""
475
 
476
- #: contact_form.php:663
477
- #: contact_form.php:692
478
  msgid "Error message about the file type for the Attachment field"
479
  msgstr ""
480
 
481
- #: contact_form.php:664
482
- #: contact_form.php:693
483
  msgid "Error message while uploading a file for the Attachment field to the server"
484
  msgstr ""
485
 
486
- #: contact_form.php:665
487
- #: contact_form.php:694
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr ""
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  msgid "Error message when file size limit for the Attachment field is exceeded"
494
  msgstr ""
495
 
496
- #: contact_form.php:667
497
- #: contact_form.php:696
498
  msgid "Error message for the Captcha field"
499
  msgstr ""
500
 
501
- #: contact_form.php:668
502
- #: contact_form.php:697
503
  msgid "Error message for the whole form"
504
  msgstr ""
505
 
506
- #: contact_form.php:670
507
- #: contact_form.php:699
508
- #: contact_form.php:718
509
- #: contact_form.php:724
510
  msgid "Use shortcode"
511
  msgstr ""
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "for this language"
518
  msgstr ""
519
 
520
- #: contact_form.php:706
521
  msgid "Action after email is sent"
522
  msgstr ""
523
 
524
- #: contact_form.php:708
525
  #, fuzzy
526
  msgid "Display text"
527
  msgstr "Vis bilag"
528
 
529
- #: contact_form.php:717
530
- #: contact_form.php:723
531
  msgid "Text"
532
  msgstr ""
533
 
534
- #: contact_form.php:730
535
  msgid "Redirect to the page"
536
  msgstr ""
537
 
538
- #: contact_form.php:731
539
  msgid "Url"
540
  msgstr ""
541
 
542
- #: contact_form.php:736
543
- #: contact_form.php:913
544
  msgid "Save Changes"
545
  msgstr "Gem ændringer"
546
 
547
- #: contact_form.php:753
548
  #, fuzzy
549
  msgid "Contact Form Pro | Extra Settings"
550
  msgstr "Indstillinger for kontaktformular"
551
 
552
- #: contact_form.php:767
553
  msgid "Errors output"
554
  msgstr ""
555
 
556
- #: contact_form.php:770
557
  msgid "Display error messages"
558
  msgstr ""
559
 
560
- #: contact_form.php:771
561
  msgid "Color of the input field errors."
562
  msgstr ""
563
 
564
- #: contact_form.php:772
565
  msgid "Display error messages & color of the input field errors"
566
  msgstr ""
567
 
568
- #: contact_form.php:777
569
  msgid "Add placeholder to the input blocks"
570
  msgstr ""
571
 
572
- #: contact_form.php:783
573
  #, fuzzy
574
  msgid "Add tooltips"
575
  msgstr "Flere valgmuligheder"
576
 
577
- #: contact_form.php:797
578
  #, fuzzy
579
  msgid "Email address"
580
  msgstr "E-mail-adresse:"
581
 
582
- #: contact_form.php:802
583
  msgid "Phone Number"
584
  msgstr ""
585
 
586
- #: contact_form.php:816
587
  #, fuzzy
588
  msgid "Attachment"
589
  msgstr "Bilag:"
590
 
591
- #: contact_form.php:821
592
  msgid "(powered by bestwebsoft.com)"
593
  msgstr ""
594
 
595
- #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Style options"
598
  msgstr "Flere valgmuligheder"
599
 
600
- #: contact_form.php:829
601
  msgid "Text color"
602
  msgstr ""
603
 
604
- #: contact_form.php:832
605
- #: contact_form.php:837
606
- #: contact_form.php:847
607
- #: contact_form.php:852
608
- #: contact_form.php:857
609
- #: contact_form.php:862
610
- #: contact_form.php:872
611
- #: contact_form.php:877
612
- #: contact_form.php:883
613
- #: contact_form.php:894
614
- #: contact_form.php:899
615
- #: contact_form.php:904
616
  msgid "Default"
617
  msgstr ""
618
 
619
- #: contact_form.php:834
620
  msgid "Label text color"
621
  msgstr ""
622
 
623
- #: contact_form.php:839
624
  msgid "Placeholder color"
625
  msgstr ""
626
 
627
- #: contact_form.php:844
628
  msgid "Errors color"
629
  msgstr ""
630
 
631
- #: contact_form.php:849
632
  msgid "Error text color"
633
  msgstr ""
634
 
635
- #: contact_form.php:854
636
  msgid "Background color of the input field errors"
637
  msgstr ""
638
 
639
- #: contact_form.php:859
640
  msgid "Border color of the input field errors"
641
  msgstr ""
642
 
643
- #: contact_form.php:864
644
  msgid "Placeholder color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:869
648
  #, fuzzy
649
  msgid "Input fields"
650
  msgstr "Vis bilag"
651
 
652
- #: contact_form.php:874
653
  msgid "Input fields background color"
654
  msgstr ""
655
 
656
- #: contact_form.php:879
657
  msgid "Text fields color"
658
  msgstr ""
659
 
660
- #: contact_form.php:881
661
  msgid "Border width in px, numbers only"
662
  msgstr ""
663
 
664
- #: contact_form.php:885
665
- #: contact_form.php:906
666
  msgid "Border color"
667
  msgstr ""
668
 
669
- #: contact_form.php:890
670
  #, fuzzy
671
  msgid "Submit button"
672
  msgstr "Send"
673
 
674
- #: contact_form.php:892
675
  msgid "Width in px, numbers only"
676
  msgstr ""
677
 
678
- #: contact_form.php:896
679
  msgid "Button color"
680
  msgstr ""
681
 
682
- #: contact_form.php:901
683
  msgid "Button text color"
684
  msgstr ""
685
 
686
- #: contact_form.php:917
687
  #, fuzzy
688
  msgid "Contact Form Pro | Preview"
689
  msgstr "Kontaktformular"
690
 
691
- #: contact_form.php:920
692
  msgid "Show with errors"
693
  msgstr ""
694
 
695
- #: contact_form.php:928
696
- #: contact_form.php:930
697
  msgid "Please enter your full name..."
698
  msgstr ""
699
 
700
- #: contact_form.php:941
701
- #: contact_form.php:943
702
  msgid "Please enter your address..."
703
  msgstr ""
704
 
705
- #: contact_form.php:952
706
- #: contact_form.php:954
707
  #, fuzzy
708
  msgid "Please enter your email address..."
709
  msgstr "Benyt denne e-mail-adresse:"
710
 
711
- #: contact_form.php:963
712
- #: contact_form.php:965
713
  msgid "Please enter your phone number..."
714
  msgstr ""
715
 
716
- #: contact_form.php:974
717
- #: contact_form.php:976
718
  msgid "Please enter subject..."
719
  msgstr ""
720
 
721
- #: contact_form.php:984
722
- #: contact_form.php:986
723
  msgid "Please enter your message..."
724
  msgstr ""
725
 
726
- #: contact_form.php:997
727
  msgid "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"
728
  msgstr ""
729
 
730
- #: contact_form.php:1066
731
  msgid "Sorry, email message could not be delivered."
732
  msgstr "Beklager, men din e-mail kunne ikke leveres."
733
 
734
- #: contact_form.php:1150
735
  msgid "You can attach the following file formats"
736
  msgstr "Du kan vedhæfte filer af følgende typer"
737
 
738
- #: contact_form.php:1433
739
  msgid "Contact from"
740
  msgstr "Kontakt fra"
741
 
742
- #: contact_form.php:1446
743
  msgid "Email"
744
  msgstr "E-mail"
745
 
746
- #: contact_form.php:1460
747
  msgid "Site"
748
  msgstr "Site"
749
 
750
- #: contact_form.php:1521
751
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
752
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
753
 
754
- #: contact_form.php:1585
755
  msgid "FAQ"
756
  msgstr "Ofte stillede spørgsmål"
757
 
758
- #: contact_form.php:1586
759
  msgid "Support"
760
  msgstr "Support"
761
 
762
- #: contact_form.php:1645
763
  msgid "Are you sure that you want to delete this language data?"
764
  msgstr ""
765
 
@@ -774,10 +815,6 @@ msgstr ""
774
  #, fuzzy
775
  #~ msgid "Please enter a valid email address."
776
  #~ msgstr "Benyt denne e-mail-adresse:"
777
-
778
- #, fuzzy
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "BWS Plugins"
781
  #~ msgid "Activated plugins"
782
  #~ msgstr "Aktiverede plugins"
783
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Indstillinger for kontaktformular"
32
  msgstr "Indstillinger for kontaktformular"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontaktformular"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Navn:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail-adresse:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-mail-adresse:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Emne:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Besked:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Bilag:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Send mig en kopi"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Send"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Dit navn er obligatorisk"
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "En korrekt e-mail-adresse er påkrævet."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "En korrekt e-mail-adresse er påkrævet."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Dit navn er obligatorisk"
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Emnefeltet er obligatorisk."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Du skal angive en besked"
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Bilaget er korrupt."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Venligst udfyld CAPTCHA-feltet."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Ret venligst nedenstående og prøv igen."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Tak fordi du kontaktede os"
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Brugeren eksisterer ikke. Indstillingerne er ikke gemt."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Benyt venligst en korrekt e-mail-adresse. Indstillingerne er ikke gemt."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Indstillinger gemt."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Indstillinger"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Indstillinger"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Hvis felterne nedenunder er tomme, vil meddelesen blive sendt til den adresse, som var angivet ved registreringen."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Benyt e-mail-adressen til wordpressbrugeren:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Vælg brugernavn"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Angiv det brugernavn, som vil modtage beskeder fra en kontaktformular."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Benyt denne e-mail-adresse:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Angiv den e-mail-adresse, som vil blive benyttet ved modtagelse af beskeder."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Kontaktformular"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Kontaktformular"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Flere valgmuligheder"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Skift FRA-felterne i kontaktformularen"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Skift FRA-felterne i kontaktformularen"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Vis bilag"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "E-mail-adresse:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Vis bilag"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Brugere kan vedlægge filer af følgende typer"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Aktiverede plugins"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Download"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Vis bilag"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Vis \"Send mig en kopi\"-afsnit"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Navn"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "E-mail-adresse:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Emne"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Besked"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  #, fuzzy
429
  msgid "Display additional info in the email"
430
  msgstr "Vis yderligere information i e-mail"
431
 
432
+ #: contact_form.php:684
433
+ #: contact_form.php:1492
434
  msgid "Sent from (ip address)"
435
  msgstr "Sendt fra (IP-adresse)"
436
 
437
+ #: contact_form.php:684
438
  #, fuzzy
439
  msgid "Example: Sent from (IP address):\t127.0.0.1"
440
  msgstr "Sendt fra (IP-adresse)"
441
 
442
+ #: contact_form.php:685
443
+ #: contact_form.php:1497
444
  msgid "Date/Time"
445
  msgstr "Dato/klokkeslæt"
446
 
447
+ #: contact_form.php:685
448
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
449
  msgstr ""
450
 
451
+ #: contact_form.php:686
452
+ #: contact_form.php:1502
453
  msgid "Sent from (referer)"
454
  msgstr "Sendt fra (referent)"
455
 
456
+ #: contact_form.php:686
457
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
458
  msgstr ""
459
 
460
+ #: contact_form.php:687
461
+ #: contact_form.php:1507
462
  msgid "Using (user agent)"
463
  msgstr "Med (user agent)"
464
 
465
+ #: contact_form.php:687
466
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
467
  msgstr ""
468
 
469
+ #: contact_form.php:691
470
  msgid "Language settings for the field names in the form"
471
  msgstr ""
472
 
473
+ #: contact_form.php:700
474
  msgid "Add a language"
475
  msgstr ""
476
 
477
+ #: contact_form.php:704
478
  #, fuzzy
479
  msgid "Change the names of the contact form fields and error messages"
480
  msgstr "Skifte etiketter til felterne i kontaktformularen"
481
 
 
482
  #: contact_form.php:709
483
+ #: contact_form.php:780
484
  msgid "English"
485
  msgstr ""
486
 
487
+ #: contact_form.php:728
488
+ #: contact_form.php:757
489
  msgid "Error message for the Name field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:729
493
+ #: contact_form.php:758
494
  msgid "Error message for the Address field"
495
  msgstr ""
496
 
497
+ #: contact_form.php:730
498
+ #: contact_form.php:759
499
  msgid "Error message for the Email field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:731
503
+ #: contact_form.php:760
504
  msgid "Error message for the Phone field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:732
508
+ #: contact_form.php:761
509
  msgid "Error message for the Subject field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:733
513
+ #: contact_form.php:762
514
  msgid "Error message for the Message field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:734
518
+ #: contact_form.php:763
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  msgid "Error message while uploading a file for the Attachment field to the server"
525
  msgstr ""
526
 
527
+ #: contact_form.php:736
528
+ #: contact_form.php:765
529
  msgid "Error message while moving the file for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:737
533
+ #: contact_form.php:766
534
  msgid "Error message when file size limit for the Attachment field is exceeded"
535
  msgstr ""
536
 
537
+ #: contact_form.php:738
538
+ #: contact_form.php:767
539
  msgid "Error message for the Captcha field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:739
543
+ #: contact_form.php:768
544
  msgid "Error message for the whole form"
545
  msgstr ""
546
 
547
+ #: contact_form.php:741
548
+ #: contact_form.php:770
549
+ #: contact_form.php:789
550
+ #: contact_form.php:795
551
  msgid "Use shortcode"
552
  msgstr ""
553
 
554
+ #: contact_form.php:741
555
+ #: contact_form.php:770
556
+ #: contact_form.php:789
557
+ #: contact_form.php:795
558
  msgid "for this language"
559
  msgstr ""
560
 
561
+ #: contact_form.php:777
562
  msgid "Action after email is sent"
563
  msgstr ""
564
 
565
+ #: contact_form.php:779
566
  #, fuzzy
567
  msgid "Display text"
568
  msgstr "Vis bilag"
569
 
570
+ #: contact_form.php:788
571
+ #: contact_form.php:794
572
  msgid "Text"
573
  msgstr ""
574
 
575
+ #: contact_form.php:802
576
  msgid "Redirect to the page"
577
  msgstr ""
578
 
579
+ #: contact_form.php:803
580
  msgid "Url"
581
  msgstr ""
582
 
583
+ #: contact_form.php:809
584
+ #: contact_form.php:986
585
  msgid "Save Changes"
586
  msgstr "Gem ændringer"
587
 
588
+ #: contact_form.php:826
589
  #, fuzzy
590
  msgid "Contact Form Pro | Extra Settings"
591
  msgstr "Indstillinger for kontaktformular"
592
 
593
+ #: contact_form.php:840
594
  msgid "Errors output"
595
  msgstr ""
596
 
597
+ #: contact_form.php:843
598
  msgid "Display error messages"
599
  msgstr ""
600
 
601
+ #: contact_form.php:844
602
  msgid "Color of the input field errors."
603
  msgstr ""
604
 
605
+ #: contact_form.php:845
606
  msgid "Display error messages & color of the input field errors"
607
  msgstr ""
608
 
609
+ #: contact_form.php:850
610
  msgid "Add placeholder to the input blocks"
611
  msgstr ""
612
 
613
+ #: contact_form.php:856
614
  #, fuzzy
615
  msgid "Add tooltips"
616
  msgstr "Flere valgmuligheder"
617
 
618
+ #: contact_form.php:870
619
  #, fuzzy
620
  msgid "Email address"
621
  msgstr "E-mail-adresse:"
622
 
623
+ #: contact_form.php:875
624
  msgid "Phone Number"
625
  msgstr ""
626
 
627
+ #: contact_form.php:889
628
  #, fuzzy
629
  msgid "Attachment"
630
  msgstr "Bilag:"
631
 
632
+ #: contact_form.php:894
633
  msgid "(powered by bestwebsoft.com)"
634
  msgstr ""
635
 
636
+ #: contact_form.php:899
637
  #, fuzzy
638
  msgid "Style options"
639
  msgstr "Flere valgmuligheder"
640
 
641
+ #: contact_form.php:902
642
  msgid "Text color"
643
  msgstr ""
644
 
645
+ #: contact_form.php:905
646
+ #: contact_form.php:910
647
+ #: contact_form.php:920
648
+ #: contact_form.php:925
649
+ #: contact_form.php:930
650
+ #: contact_form.php:935
651
+ #: contact_form.php:945
652
+ #: contact_form.php:950
653
+ #: contact_form.php:956
654
+ #: contact_form.php:967
655
+ #: contact_form.php:972
656
+ #: contact_form.php:977
657
  msgid "Default"
658
  msgstr ""
659
 
660
+ #: contact_form.php:907
661
  msgid "Label text color"
662
  msgstr ""
663
 
664
+ #: contact_form.php:912
665
  msgid "Placeholder color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:917
669
  msgid "Errors color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:922
673
  msgid "Error text color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:927
677
  msgid "Background color of the input field errors"
678
  msgstr ""
679
 
680
+ #: contact_form.php:932
681
  msgid "Border color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:937
685
  msgid "Placeholder color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:942
689
  #, fuzzy
690
  msgid "Input fields"
691
  msgstr "Vis bilag"
692
 
693
+ #: contact_form.php:947
694
  msgid "Input fields background color"
695
  msgstr ""
696
 
697
+ #: contact_form.php:952
698
  msgid "Text fields color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:954
702
  msgid "Border width in px, numbers only"
703
  msgstr ""
704
 
705
+ #: contact_form.php:958
706
+ #: contact_form.php:979
707
  msgid "Border color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:963
711
  #, fuzzy
712
  msgid "Submit button"
713
  msgstr "Send"
714
 
715
+ #: contact_form.php:965
716
  msgid "Width in px, numbers only"
717
  msgstr ""
718
 
719
+ #: contact_form.php:969
720
  msgid "Button color"
721
  msgstr ""
722
 
723
+ #: contact_form.php:974
724
  msgid "Button text color"
725
  msgstr ""
726
 
727
+ #: contact_form.php:990
728
  #, fuzzy
729
  msgid "Contact Form Pro | Preview"
730
  msgstr "Kontaktformular"
731
 
732
+ #: contact_form.php:993
733
  msgid "Show with errors"
734
  msgstr ""
735
 
736
+ #: contact_form.php:1001
737
+ #: contact_form.php:1003
738
  msgid "Please enter your full name..."
739
  msgstr ""
740
 
741
+ #: contact_form.php:1014
742
+ #: contact_form.php:1016
743
  msgid "Please enter your address..."
744
  msgstr ""
745
 
746
+ #: contact_form.php:1025
747
+ #: contact_form.php:1027
748
  #, fuzzy
749
  msgid "Please enter your email address..."
750
  msgstr "Benyt denne e-mail-adresse:"
751
 
752
+ #: contact_form.php:1036
753
+ #: contact_form.php:1038
754
  msgid "Please enter your phone number..."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1047
758
+ #: contact_form.php:1049
759
  msgid "Please enter subject..."
760
  msgstr ""
761
 
762
+ #: contact_form.php:1057
763
+ #: contact_form.php:1059
764
  msgid "Please enter your message..."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1070
768
  msgid "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"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1137
772
  msgid "Sorry, email message could not be delivered."
773
  msgstr "Beklager, men din e-mail kunne ikke leveres."
774
 
775
+ #: contact_form.php:1221
776
  msgid "You can attach the following file formats"
777
  msgstr "Du kan vedhæfte filer af følgende typer"
778
 
779
+ #: contact_form.php:1515
780
  msgid "Contact from"
781
  msgstr "Kontakt fra"
782
 
783
+ #: contact_form.php:1528
784
  msgid "Email"
785
  msgstr "E-mail"
786
 
787
+ #: contact_form.php:1542
788
  msgid "Site"
789
  msgstr "Site"
790
 
791
+ #: contact_form.php:1605
792
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
793
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
794
 
795
+ #: contact_form.php:1669
796
  msgid "FAQ"
797
  msgstr "Ofte stillede spørgsmål"
798
 
799
+ #: contact_form.php:1670
800
  msgid "Support"
801
  msgstr "Support"
802
 
803
+ #: contact_form.php:1727
804
  msgid "Are you sure that you want to delete this language data?"
805
  msgstr ""
806
 
815
  #, fuzzy
816
  #~ msgid "Please enter a valid email address."
817
  #~ msgstr "Benyt denne e-mail-adresse:"
 
 
 
 
818
  #~ msgid "Activated plugins"
819
  #~ msgstr "Aktiverede plugins"
820
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Contact Form Einstellungen"
@@ -32,733 +32,774 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Contact Form Einstellungen"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Name:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-Mail-Adresse:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-Mail-Adresse:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Betreff:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Nachricht:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Anhang:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Kopie an mich senden"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "senden"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Ihr Name wird benötigt"
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Ihr Name wird benötigt"
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Bitte geben Sie einen Betreff ein."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Bitte geben Sie eine Nachricht ein."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Anhang scheint defekt zu sein."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Bitte ergänzen Sie das CAPTCHA."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Danke für Ihre Nachricht."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Einstellungen gespeichert."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Einstellungen"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Einstellungen"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Wähle Benutzer"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Verwende diese E-Mail-Adresse:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Erweiterte Optionen"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Anhänge erlauben"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "E-Mail-Adresse:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Anhänge erlauben"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Benutzer können folgende Dateitypen anhängen"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Aktivierte PlugIns"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Download"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Anhänge erlauben"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Kopie-an-mich anzeigen"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Name"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "E-Mail-Adresse:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Betreff"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Nachricht"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  msgid "Display additional info in the email"
388
  msgstr ""
389
 
390
- #: contact_form.php:613
391
- #: contact_form.php:1410
392
  msgid "Sent from (ip address)"
393
  msgstr "Gesendet von (IP-Adresse)"
394
 
395
- #: contact_form.php:613
396
  #, fuzzy
397
  msgid "Example: Sent from (IP address):\t127.0.0.1"
398
  msgstr "Gesendet von (IP-Adresse)"
399
 
400
- #: contact_form.php:614
401
- #: contact_form.php:1415
402
  msgid "Date/Time"
403
  msgstr "Datum / Uhrzeit"
404
 
405
- #: contact_form.php:614
406
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
407
  msgstr ""
408
 
409
- #: contact_form.php:615
410
- #: contact_form.php:1420
411
  msgid "Sent from (referer)"
412
  msgstr "gesendet von (referer)"
413
 
414
- #: contact_form.php:615
415
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
416
  msgstr ""
417
 
418
- #: contact_form.php:616
419
- #: contact_form.php:1425
420
  msgid "Using (user agent)"
421
  msgstr "mit (user agent)"
422
 
423
- #: contact_form.php:616
424
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
425
  msgstr ""
426
 
427
- #: contact_form.php:620
428
  msgid "Language settings for the field names in the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:629
432
  msgid "Add a language"
433
  msgstr ""
434
 
435
- #: contact_form.php:633
436
  #, fuzzy
437
  msgid "Change the names of the contact form fields and error messages"
438
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
439
 
440
- #: contact_form.php:638
441
  #: contact_form.php:709
 
442
  msgid "English"
443
  msgstr ""
444
 
445
- #: contact_form.php:657
446
- #: contact_form.php:686
447
  msgid "Error message for the Name field"
448
  msgstr ""
449
 
450
- #: contact_form.php:658
451
- #: contact_form.php:687
452
  msgid "Error message for the Address field"
453
  msgstr ""
454
 
455
- #: contact_form.php:659
456
- #: contact_form.php:688
457
  msgid "Error message for the Email field"
458
  msgstr ""
459
 
460
- #: contact_form.php:660
461
- #: contact_form.php:689
462
  msgid "Error message for the Phone field"
463
  msgstr ""
464
 
465
- #: contact_form.php:661
466
- #: contact_form.php:690
467
  msgid "Error message for the Subject field"
468
  msgstr ""
469
 
470
- #: contact_form.php:662
471
- #: contact_form.php:691
472
  msgid "Error message for the Message field"
473
  msgstr ""
474
 
475
- #: contact_form.php:663
476
- #: contact_form.php:692
477
  msgid "Error message about the file type for the Attachment field"
478
  msgstr ""
479
 
480
- #: contact_form.php:664
481
- #: contact_form.php:693
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr ""
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  msgid "Error message while moving the file for the Attachment field"
488
  msgstr ""
489
 
490
- #: contact_form.php:666
491
- #: contact_form.php:695
492
  msgid "Error message when file size limit for the Attachment field is exceeded"
493
  msgstr ""
494
 
495
- #: contact_form.php:667
496
- #: contact_form.php:696
497
  msgid "Error message for the Captcha field"
498
  msgstr ""
499
 
500
- #: contact_form.php:668
501
- #: contact_form.php:697
502
  msgid "Error message for the whole form"
503
  msgstr ""
504
 
505
- #: contact_form.php:670
506
- #: contact_form.php:699
507
- #: contact_form.php:718
508
- #: contact_form.php:724
509
  msgid "Use shortcode"
510
  msgstr ""
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "for this language"
517
  msgstr ""
518
 
519
- #: contact_form.php:706
520
  msgid "Action after email is sent"
521
  msgstr ""
522
 
523
- #: contact_form.php:708
524
  #, fuzzy
525
  msgid "Display text"
526
  msgstr "Anhänge erlauben"
527
 
528
- #: contact_form.php:717
529
- #: contact_form.php:723
530
  msgid "Text"
531
  msgstr ""
532
 
533
- #: contact_form.php:730
534
  msgid "Redirect to the page"
535
  msgstr ""
536
 
537
- #: contact_form.php:731
538
  msgid "Url"
539
  msgstr ""
540
 
541
- #: contact_form.php:736
542
- #: contact_form.php:913
543
  msgid "Save Changes"
544
  msgstr "Änderungen speichern"
545
 
546
- #: contact_form.php:753
547
  #, fuzzy
548
  msgid "Contact Form Pro | Extra Settings"
549
  msgstr "Contact Form Einstellungen"
550
 
551
- #: contact_form.php:767
552
  msgid "Errors output"
553
  msgstr ""
554
 
555
- #: contact_form.php:770
556
  msgid "Display error messages"
557
  msgstr ""
558
 
559
- #: contact_form.php:771
560
  msgid "Color of the input field errors."
561
  msgstr ""
562
 
563
- #: contact_form.php:772
564
  msgid "Display error messages & color of the input field errors"
565
  msgstr ""
566
 
567
- #: contact_form.php:777
568
  msgid "Add placeholder to the input blocks"
569
  msgstr ""
570
 
571
- #: contact_form.php:783
572
  #, fuzzy
573
  msgid "Add tooltips"
574
  msgstr "Erweiterte Optionen"
575
 
576
- #: contact_form.php:797
577
  #, fuzzy
578
  msgid "Email address"
579
  msgstr "E-Mail-Adresse:"
580
 
581
- #: contact_form.php:802
582
  msgid "Phone Number"
583
  msgstr ""
584
 
585
- #: contact_form.php:816
586
  #, fuzzy
587
  msgid "Attachment"
588
  msgstr "Anhang:"
589
 
590
- #: contact_form.php:821
591
  msgid "(powered by bestwebsoft.com)"
592
  msgstr ""
593
 
594
- #: contact_form.php:826
595
  #, fuzzy
596
  msgid "Style options"
597
  msgstr "Erweiterte Optionen"
598
 
599
- #: contact_form.php:829
600
  msgid "Text color"
601
  msgstr ""
602
 
603
- #: contact_form.php:832
604
- #: contact_form.php:837
605
- #: contact_form.php:847
606
- #: contact_form.php:852
607
- #: contact_form.php:857
608
- #: contact_form.php:862
609
- #: contact_form.php:872
610
- #: contact_form.php:877
611
- #: contact_form.php:883
612
- #: contact_form.php:894
613
- #: contact_form.php:899
614
- #: contact_form.php:904
615
  msgid "Default"
616
  msgstr ""
617
 
618
- #: contact_form.php:834
619
  msgid "Label text color"
620
  msgstr ""
621
 
622
- #: contact_form.php:839
623
  msgid "Placeholder color"
624
  msgstr ""
625
 
626
- #: contact_form.php:844
627
  msgid "Errors color"
628
  msgstr ""
629
 
630
- #: contact_form.php:849
631
  msgid "Error text color"
632
  msgstr ""
633
 
634
- #: contact_form.php:854
635
  msgid "Background color of the input field errors"
636
  msgstr ""
637
 
638
- #: contact_form.php:859
639
  msgid "Border color of the input field errors"
640
  msgstr ""
641
 
642
- #: contact_form.php:864
643
  msgid "Placeholder color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:869
647
  #, fuzzy
648
  msgid "Input fields"
649
  msgstr "Anhänge erlauben"
650
 
651
- #: contact_form.php:874
652
  msgid "Input fields background color"
653
  msgstr ""
654
 
655
- #: contact_form.php:879
656
  msgid "Text fields color"
657
  msgstr ""
658
 
659
- #: contact_form.php:881
660
  msgid "Border width in px, numbers only"
661
  msgstr ""
662
 
663
- #: contact_form.php:885
664
- #: contact_form.php:906
665
  msgid "Border color"
666
  msgstr ""
667
 
668
- #: contact_form.php:890
669
  #, fuzzy
670
  msgid "Submit button"
671
  msgstr "senden"
672
 
673
- #: contact_form.php:892
674
  msgid "Width in px, numbers only"
675
  msgstr ""
676
 
677
- #: contact_form.php:896
678
  msgid "Button color"
679
  msgstr ""
680
 
681
- #: contact_form.php:901
682
  msgid "Button text color"
683
  msgstr ""
684
 
685
- #: contact_form.php:917
686
  #, fuzzy
687
  msgid "Contact Form Pro | Preview"
688
  msgstr "Contact Form"
689
 
690
- #: contact_form.php:920
691
  msgid "Show with errors"
692
  msgstr ""
693
 
694
- #: contact_form.php:928
695
- #: contact_form.php:930
696
  msgid "Please enter your full name..."
697
  msgstr ""
698
 
699
- #: contact_form.php:941
700
- #: contact_form.php:943
701
  msgid "Please enter your address..."
702
  msgstr ""
703
 
704
- #: contact_form.php:952
705
- #: contact_form.php:954
706
  #, fuzzy
707
  msgid "Please enter your email address..."
708
  msgstr "Verwende diese E-Mail-Adresse:"
709
 
710
- #: contact_form.php:963
711
- #: contact_form.php:965
712
  msgid "Please enter your phone number..."
713
  msgstr ""
714
 
715
- #: contact_form.php:974
716
- #: contact_form.php:976
717
  msgid "Please enter subject..."
718
  msgstr ""
719
 
720
- #: contact_form.php:984
721
- #: contact_form.php:986
722
  msgid "Please enter your message..."
723
  msgstr ""
724
 
725
- #: contact_form.php:997
726
  msgid "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"
727
  msgstr ""
728
 
729
- #: contact_form.php:1066
730
  msgid "Sorry, email message could not be delivered."
731
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
732
 
733
- #: contact_form.php:1150
734
  msgid "You can attach the following file formats"
735
  msgstr "Sie können folgende Dateitypen anhängen"
736
 
737
- #: contact_form.php:1433
738
  msgid "Contact from"
739
  msgstr "Kontakt von"
740
 
741
- #: contact_form.php:1446
742
  msgid "Email"
743
  msgstr "E-Mail"
744
 
745
- #: contact_form.php:1460
746
  msgid "Site"
747
  msgstr "Site"
748
 
749
- #: contact_form.php:1521
750
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
751
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
752
 
753
- #: contact_form.php:1585
754
  msgid "FAQ"
755
  msgstr "Häufig gestellte Fragen (FAQ)"
756
 
757
- #: contact_form.php:1586
758
  msgid "Support"
759
  msgstr "Unterstützung"
760
 
761
- #: contact_form.php:1645
762
  msgid "Are you sure that you want to delete this language data?"
763
  msgstr ""
764
 
@@ -773,10 +814,6 @@ msgstr ""
773
  #, fuzzy
774
  #~ msgid "Please enter a valid email address."
775
  #~ msgstr "Verwende diese E-Mail-Adresse:"
776
-
777
- #, fuzzy
778
- #~ msgid "Pro plugins"
779
- #~ msgstr "BWS Plugins"
780
  #~ msgid "Activated plugins"
781
  #~ msgstr "Aktivierte PlugIns"
782
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:34+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:34+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Contact Form Einstellungen"
32
  msgstr "Contact Form Einstellungen"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Name:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-Mail-Adresse:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-Mail-Adresse:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Betreff:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Nachricht:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Anhang:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Kopie an mich senden"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "senden"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Ihr Name wird benötigt"
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Eine korrekte E-Mail-Adresse ist zwingend."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Ihr Name wird benötigt"
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Bitte geben Sie einen Betreff ein."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Bitte geben Sie eine Nachricht ein."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Anhang scheint defekt zu sein."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Bitte ergänzen Sie das CAPTCHA."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Bitte führen Sie die Korrekturen unten durch und versuchen Sie es erneut."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Danke für Ihre Nachricht."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Dieser Benutzer existiert nicht. Einstellungen nicht gespeichert."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Bitte geben Sie eine korrekte E-Mail-Adresse ein. Einstellungen nicht gespeichert."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Einstellungen gespeichert."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Einstellungen"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Einstellungen"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Wenn das folgende Feld leer bleibt wird die Nachricht an die Adresse gesandt, die bei der Registrierung angegeben wurde."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Benutze die E-Mail-Adresse von WordPress-Benutzer:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Wähle Benutzer"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Definieren Sie die Benutzer, die Nachrichten von Contact Form bekommen sollen."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Verwende diese E-Mail-Adresse:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Definieren Sie die E-Mail-Adresse, die Contact Form verwenden soll."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Contact Form"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Contact Form"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Erweiterte Optionen"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Veränderung gegenüber Felder des Kontaktformulars"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Anhänge erlauben"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "E-Mail-Adresse:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Anhänge erlauben"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Benutzer können folgende Dateitypen anhängen"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Aktivierte PlugIns"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Download"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Anhänge erlauben"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Kopie-an-mich anzeigen"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Name"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "E-Mail-Adresse:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Betreff"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Nachricht"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr ""
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Gesendet von (IP-Adresse)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Gesendet von (IP-Adresse)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Datum / Uhrzeit"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "gesendet von (referer)"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "mit (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr ""
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:704
477
  #, fuzzy
478
  msgid "Change the names of the contact form fields and error messages"
479
  msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
480
 
 
481
  #: contact_form.php:709
482
+ #: contact_form.php:780
483
  msgid "English"
484
  msgstr ""
485
 
486
+ #: contact_form.php:728
487
+ #: contact_form.php:757
488
  msgid "Error message for the Name field"
489
  msgstr ""
490
 
491
+ #: contact_form.php:729
492
+ #: contact_form.php:758
493
  msgid "Error message for the Address field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr ""
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr ""
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr ""
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr ""
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  msgid "Error message about the file type for the Attachment field"
519
  msgstr ""
520
 
521
+ #: contact_form.php:735
522
+ #: contact_form.php:764
523
  msgid "Error message while uploading a file for the Attachment field to the server"
524
  msgstr ""
525
 
526
+ #: contact_form.php:736
527
+ #: contact_form.php:765
528
  msgid "Error message while moving the file for the Attachment field"
529
  msgstr ""
530
 
531
+ #: contact_form.php:737
532
+ #: contact_form.php:766
533
  msgid "Error message when file size limit for the Attachment field is exceeded"
534
  msgstr ""
535
 
536
+ #: contact_form.php:738
537
+ #: contact_form.php:767
538
  msgid "Error message for the Captcha field"
539
  msgstr ""
540
 
541
+ #: contact_form.php:739
542
+ #: contact_form.php:768
543
  msgid "Error message for the whole form"
544
  msgstr ""
545
 
546
+ #: contact_form.php:741
547
+ #: contact_form.php:770
548
+ #: contact_form.php:789
549
+ #: contact_form.php:795
550
  msgid "Use shortcode"
551
  msgstr ""
552
 
553
+ #: contact_form.php:741
554
+ #: contact_form.php:770
555
+ #: contact_form.php:789
556
+ #: contact_form.php:795
557
  msgid "for this language"
558
  msgstr ""
559
 
560
+ #: contact_form.php:777
561
  msgid "Action after email is sent"
562
  msgstr ""
563
 
564
+ #: contact_form.php:779
565
  #, fuzzy
566
  msgid "Display text"
567
  msgstr "Anhänge erlauben"
568
 
569
+ #: contact_form.php:788
570
+ #: contact_form.php:794
571
  msgid "Text"
572
  msgstr ""
573
 
574
+ #: contact_form.php:802
575
  msgid "Redirect to the page"
576
  msgstr ""
577
 
578
+ #: contact_form.php:803
579
  msgid "Url"
580
  msgstr ""
581
 
582
+ #: contact_form.php:809
583
+ #: contact_form.php:986
584
  msgid "Save Changes"
585
  msgstr "Änderungen speichern"
586
 
587
+ #: contact_form.php:826
588
  #, fuzzy
589
  msgid "Contact Form Pro | Extra Settings"
590
  msgstr "Contact Form Einstellungen"
591
 
592
+ #: contact_form.php:840
593
  msgid "Errors output"
594
  msgstr ""
595
 
596
+ #: contact_form.php:843
597
  msgid "Display error messages"
598
  msgstr ""
599
 
600
+ #: contact_form.php:844
601
  msgid "Color of the input field errors."
602
  msgstr ""
603
 
604
+ #: contact_form.php:845
605
  msgid "Display error messages & color of the input field errors"
606
  msgstr ""
607
 
608
+ #: contact_form.php:850
609
  msgid "Add placeholder to the input blocks"
610
  msgstr ""
611
 
612
+ #: contact_form.php:856
613
  #, fuzzy
614
  msgid "Add tooltips"
615
  msgstr "Erweiterte Optionen"
616
 
617
+ #: contact_form.php:870
618
  #, fuzzy
619
  msgid "Email address"
620
  msgstr "E-Mail-Adresse:"
621
 
622
+ #: contact_form.php:875
623
  msgid "Phone Number"
624
  msgstr ""
625
 
626
+ #: contact_form.php:889
627
  #, fuzzy
628
  msgid "Attachment"
629
  msgstr "Anhang:"
630
 
631
+ #: contact_form.php:894
632
  msgid "(powered by bestwebsoft.com)"
633
  msgstr ""
634
 
635
+ #: contact_form.php:899
636
  #, fuzzy
637
  msgid "Style options"
638
  msgstr "Erweiterte Optionen"
639
 
640
+ #: contact_form.php:902
641
  msgid "Text color"
642
  msgstr ""
643
 
644
+ #: contact_form.php:905
645
+ #: contact_form.php:910
646
+ #: contact_form.php:920
647
+ #: contact_form.php:925
648
+ #: contact_form.php:930
649
+ #: contact_form.php:935
650
+ #: contact_form.php:945
651
+ #: contact_form.php:950
652
+ #: contact_form.php:956
653
+ #: contact_form.php:967
654
+ #: contact_form.php:972
655
+ #: contact_form.php:977
656
  msgid "Default"
657
  msgstr ""
658
 
659
+ #: contact_form.php:907
660
  msgid "Label text color"
661
  msgstr ""
662
 
663
+ #: contact_form.php:912
664
  msgid "Placeholder color"
665
  msgstr ""
666
 
667
+ #: contact_form.php:917
668
  msgid "Errors color"
669
  msgstr ""
670
 
671
+ #: contact_form.php:922
672
  msgid "Error text color"
673
  msgstr ""
674
 
675
+ #: contact_form.php:927
676
  msgid "Background color of the input field errors"
677
  msgstr ""
678
 
679
+ #: contact_form.php:932
680
  msgid "Border color of the input field errors"
681
  msgstr ""
682
 
683
+ #: contact_form.php:937
684
  msgid "Placeholder color of the input field errors"
685
  msgstr ""
686
 
687
+ #: contact_form.php:942
688
  #, fuzzy
689
  msgid "Input fields"
690
  msgstr "Anhänge erlauben"
691
 
692
+ #: contact_form.php:947
693
  msgid "Input fields background color"
694
  msgstr ""
695
 
696
+ #: contact_form.php:952
697
  msgid "Text fields color"
698
  msgstr ""
699
 
700
+ #: contact_form.php:954
701
  msgid "Border width in px, numbers only"
702
  msgstr ""
703
 
704
+ #: contact_form.php:958
705
+ #: contact_form.php:979
706
  msgid "Border color"
707
  msgstr ""
708
 
709
+ #: contact_form.php:963
710
  #, fuzzy
711
  msgid "Submit button"
712
  msgstr "senden"
713
 
714
+ #: contact_form.php:965
715
  msgid "Width in px, numbers only"
716
  msgstr ""
717
 
718
+ #: contact_form.php:969
719
  msgid "Button color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:974
723
  msgid "Button text color"
724
  msgstr ""
725
 
726
+ #: contact_form.php:990
727
  #, fuzzy
728
  msgid "Contact Form Pro | Preview"
729
  msgstr "Contact Form"
730
 
731
+ #: contact_form.php:993
732
  msgid "Show with errors"
733
  msgstr ""
734
 
735
+ #: contact_form.php:1001
736
+ #: contact_form.php:1003
737
  msgid "Please enter your full name..."
738
  msgstr ""
739
 
740
+ #: contact_form.php:1014
741
+ #: contact_form.php:1016
742
  msgid "Please enter your address..."
743
  msgstr ""
744
 
745
+ #: contact_form.php:1025
746
+ #: contact_form.php:1027
747
  #, fuzzy
748
  msgid "Please enter your email address..."
749
  msgstr "Verwende diese E-Mail-Adresse:"
750
 
751
+ #: contact_form.php:1036
752
+ #: contact_form.php:1038
753
  msgid "Please enter your phone number..."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1047
757
+ #: contact_form.php:1049
758
  msgid "Please enter subject..."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1057
762
+ #: contact_form.php:1059
763
  msgid "Please enter your message..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1070
767
  msgid "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"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1137
771
  msgid "Sorry, email message could not be delivered."
772
  msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
773
 
774
+ #: contact_form.php:1221
775
  msgid "You can attach the following file formats"
776
  msgstr "Sie können folgende Dateitypen anhängen"
777
 
778
+ #: contact_form.php:1515
779
  msgid "Contact from"
780
  msgstr "Kontakt von"
781
 
782
+ #: contact_form.php:1528
783
  msgid "Email"
784
  msgstr "E-Mail"
785
 
786
+ #: contact_form.php:1542
787
  msgid "Site"
788
  msgstr "Site"
789
 
790
+ #: contact_form.php:1605
791
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
792
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
793
 
794
+ #: contact_form.php:1669
795
  msgid "FAQ"
796
  msgstr "Häufig gestellte Fragen (FAQ)"
797
 
798
+ #: contact_form.php:1670
799
  msgid "Support"
800
  msgstr "Unterstützung"
801
 
802
+ #: contact_form.php:1727
803
  msgid "Are you sure that you want to delete this language data?"
804
  msgstr ""
805
 
814
  #, fuzzy
815
  #~ msgid "Please enter a valid email address."
816
  #~ msgstr "Verwende diese E-Mail-Adresse:"
 
 
 
 
817
  #~ msgid "Activated plugins"
818
  #~ msgstr "Aktivierte PlugIns"
819
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Επιλογές φόρμας επικοινωνίας"
@@ -32,734 +32,775 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Επιλογές φόρμας επικοινωνίας"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Φόρμα επικοινωνίας"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Όνομα:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Διεύθυνση e-mail:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Διεύθυνση e-mail:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Θέμα:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Μήνυμα:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Επισύναψη:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Στείλε μου ένα αντίγραφο"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Υποβολή"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Απαιτείται κείμενο μηνύματος."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Συμπληρώστε το CAPTCHA."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Ευχαριστούμε για την επικοινωνία."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Οι επιλογές αποθηκεύτηκαν."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Ρυθμίσεις"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Ρυθμίσεις"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "επιλογή χρήστη"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Τα μηνύματα θα στέλνονται στο email "
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Πρόσθετες επιλογές"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "Διεύθυνση e-mail:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Ενεργοποιημένα πρόσθετα"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Κατέβασμα"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Όνομα"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "Διεύθυνση e-mail:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Θέμα"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Μήνυμα"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "Στάλθηκε από (διεύθυνση ip)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "Στάλθηκε από (διεύθυνση ip)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "Ημερομηνία/Ώρα"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "Από (referer)"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "με χρήση (user agent)"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  #, fuzzy
438
  msgid "Change the names of the contact form fields and error messages"
439
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
440
 
441
- #: contact_form.php:638
442
  #: contact_form.php:709
 
443
  msgid "English"
444
  msgstr ""
445
 
446
- #: contact_form.php:657
447
- #: contact_form.php:686
448
  msgid "Error message for the Name field"
449
  msgstr ""
450
 
451
- #: contact_form.php:658
452
- #: contact_form.php:687
453
  msgid "Error message for the Address field"
454
  msgstr ""
455
 
456
- #: contact_form.php:659
457
- #: contact_form.php:688
458
  msgid "Error message for the Email field"
459
  msgstr ""
460
 
461
- #: contact_form.php:660
462
- #: contact_form.php:689
463
  msgid "Error message for the Phone field"
464
  msgstr ""
465
 
466
- #: contact_form.php:661
467
- #: contact_form.php:690
468
  msgid "Error message for the Subject field"
469
  msgstr ""
470
 
471
- #: contact_form.php:662
472
- #: contact_form.php:691
473
  msgid "Error message for the Message field"
474
  msgstr ""
475
 
476
- #: contact_form.php:663
477
- #: contact_form.php:692
478
  msgid "Error message about the file type for the Attachment field"
479
  msgstr ""
480
 
481
- #: contact_form.php:664
482
- #: contact_form.php:693
483
  msgid "Error message while uploading a file for the Attachment field to the server"
484
  msgstr ""
485
 
486
- #: contact_form.php:665
487
- #: contact_form.php:694
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr ""
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  msgid "Error message when file size limit for the Attachment field is exceeded"
494
  msgstr ""
495
 
496
- #: contact_form.php:667
497
- #: contact_form.php:696
498
  msgid "Error message for the Captcha field"
499
  msgstr ""
500
 
501
- #: contact_form.php:668
502
- #: contact_form.php:697
503
  msgid "Error message for the whole form"
504
  msgstr ""
505
 
506
- #: contact_form.php:670
507
- #: contact_form.php:699
508
- #: contact_form.php:718
509
- #: contact_form.php:724
510
  msgid "Use shortcode"
511
  msgstr ""
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "for this language"
518
  msgstr ""
519
 
520
- #: contact_form.php:706
521
  msgid "Action after email is sent"
522
  msgstr ""
523
 
524
- #: contact_form.php:708
525
  #, fuzzy
526
  msgid "Display text"
527
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
528
 
529
- #: contact_form.php:717
530
- #: contact_form.php:723
531
  msgid "Text"
532
  msgstr ""
533
 
534
- #: contact_form.php:730
535
  msgid "Redirect to the page"
536
  msgstr ""
537
 
538
- #: contact_form.php:731
539
  msgid "Url"
540
  msgstr ""
541
 
542
- #: contact_form.php:736
543
- #: contact_form.php:913
544
  msgid "Save Changes"
545
  msgstr "Αποθήκευση αλλαγών"
546
 
547
- #: contact_form.php:753
548
  #, fuzzy
549
  msgid "Contact Form Pro | Extra Settings"
550
  msgstr "Επιλογές φόρμας επικοινωνίας"
551
 
552
- #: contact_form.php:767
553
  msgid "Errors output"
554
  msgstr ""
555
 
556
- #: contact_form.php:770
557
  msgid "Display error messages"
558
  msgstr ""
559
 
560
- #: contact_form.php:771
561
  msgid "Color of the input field errors."
562
  msgstr ""
563
 
564
- #: contact_form.php:772
565
  msgid "Display error messages & color of the input field errors"
566
  msgstr ""
567
 
568
- #: contact_form.php:777
569
  msgid "Add placeholder to the input blocks"
570
  msgstr ""
571
 
572
- #: contact_form.php:783
573
  #, fuzzy
574
  msgid "Add tooltips"
575
  msgstr "Πρόσθετες επιλογές"
576
 
577
- #: contact_form.php:797
578
  #, fuzzy
579
  msgid "Email address"
580
  msgstr "Διεύθυνση e-mail:"
581
 
582
- #: contact_form.php:802
583
  msgid "Phone Number"
584
  msgstr ""
585
 
586
- #: contact_form.php:816
587
  #, fuzzy
588
  msgid "Attachment"
589
  msgstr "Επισύναψη:"
590
 
591
- #: contact_form.php:821
592
  msgid "(powered by bestwebsoft.com)"
593
  msgstr ""
594
 
595
- #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Style options"
598
  msgstr "Πρόσθετες επιλογές"
599
 
600
- #: contact_form.php:829
601
  msgid "Text color"
602
  msgstr ""
603
 
604
- #: contact_form.php:832
605
- #: contact_form.php:837
606
- #: contact_form.php:847
607
- #: contact_form.php:852
608
- #: contact_form.php:857
609
- #: contact_form.php:862
610
- #: contact_form.php:872
611
- #: contact_form.php:877
612
- #: contact_form.php:883
613
- #: contact_form.php:894
614
- #: contact_form.php:899
615
- #: contact_form.php:904
616
  msgid "Default"
617
  msgstr ""
618
 
619
- #: contact_form.php:834
620
  msgid "Label text color"
621
  msgstr ""
622
 
623
- #: contact_form.php:839
624
  msgid "Placeholder color"
625
  msgstr ""
626
 
627
- #: contact_form.php:844
628
  msgid "Errors color"
629
  msgstr ""
630
 
631
- #: contact_form.php:849
632
  msgid "Error text color"
633
  msgstr ""
634
 
635
- #: contact_form.php:854
636
  msgid "Background color of the input field errors"
637
  msgstr ""
638
 
639
- #: contact_form.php:859
640
  msgid "Border color of the input field errors"
641
  msgstr ""
642
 
643
- #: contact_form.php:864
644
  msgid "Placeholder color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:869
648
  #, fuzzy
649
  msgid "Input fields"
650
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
651
 
652
- #: contact_form.php:874
653
  msgid "Input fields background color"
654
  msgstr ""
655
 
656
- #: contact_form.php:879
657
  msgid "Text fields color"
658
  msgstr ""
659
 
660
- #: contact_form.php:881
661
  msgid "Border width in px, numbers only"
662
  msgstr ""
663
 
664
- #: contact_form.php:885
665
- #: contact_form.php:906
666
  msgid "Border color"
667
  msgstr ""
668
 
669
- #: contact_form.php:890
670
  #, fuzzy
671
  msgid "Submit button"
672
  msgstr "Υποβολή"
673
 
674
- #: contact_form.php:892
675
  msgid "Width in px, numbers only"
676
  msgstr ""
677
 
678
- #: contact_form.php:896
679
  msgid "Button color"
680
  msgstr ""
681
 
682
- #: contact_form.php:901
683
  msgid "Button text color"
684
  msgstr ""
685
 
686
- #: contact_form.php:917
687
  #, fuzzy
688
  msgid "Contact Form Pro | Preview"
689
  msgstr "Φόρμα επικοινωνίας"
690
 
691
- #: contact_form.php:920
692
  msgid "Show with errors"
693
  msgstr ""
694
 
695
- #: contact_form.php:928
696
- #: contact_form.php:930
697
  msgid "Please enter your full name..."
698
  msgstr ""
699
 
700
- #: contact_form.php:941
701
- #: contact_form.php:943
702
  msgid "Please enter your address..."
703
  msgstr ""
704
 
705
- #: contact_form.php:952
706
- #: contact_form.php:954
707
  #, fuzzy
708
  msgid "Please enter your email address..."
709
  msgstr "Τα μηνύματα θα στέλνονται στο email "
710
 
711
- #: contact_form.php:963
712
- #: contact_form.php:965
713
  msgid "Please enter your phone number..."
714
  msgstr ""
715
 
716
- #: contact_form.php:974
717
- #: contact_form.php:976
718
  msgid "Please enter subject..."
719
  msgstr ""
720
 
721
- #: contact_form.php:984
722
- #: contact_form.php:986
723
  msgid "Please enter your message..."
724
  msgstr ""
725
 
726
- #: contact_form.php:997
727
  msgid "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"
728
  msgstr ""
729
 
730
- #: contact_form.php:1066
731
  msgid "Sorry, email message could not be delivered."
732
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
733
 
734
- #: contact_form.php:1150
735
  msgid "You can attach the following file formats"
736
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
737
 
738
- #: contact_form.php:1433
739
  msgid "Contact from"
740
  msgstr "Επικοινωνία από"
741
 
742
- #: contact_form.php:1446
743
  msgid "Email"
744
  msgstr "E-Mail"
745
 
746
- #: contact_form.php:1460
747
  msgid "Site"
748
  msgstr "Ιστοσελίδα"
749
 
750
- #: contact_form.php:1521
751
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
752
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
753
 
754
- #: contact_form.php:1585
755
  msgid "FAQ"
756
  msgstr "Συχνές ερωτήσεις"
757
 
758
- #: contact_form.php:1586
759
  msgid "Support"
760
  msgstr "Υποστήριξη"
761
 
762
- #: contact_form.php:1645
763
  msgid "Are you sure that you want to delete this language data?"
764
  msgstr ""
765
 
@@ -774,10 +815,6 @@ msgstr ""
774
  #, fuzzy
775
  #~ msgid "Please enter a valid email address."
776
  #~ msgstr "Τα μηνύματα θα στέλνονται στο email "
777
-
778
- #, fuzzy
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "BWS Plugins"
781
  #~ msgid "Activated plugins"
782
  #~ msgstr "Ενεργοποιημένα πρόσθετα"
783
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Επιλογές φόρμας επικοινωνίας"
32
  msgstr "Επιλογές φόρμας επικοινωνίας"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Φόρμα επικοινωνίας"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Όνομα:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Διεύθυνση e-mail:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Διεύθυνση e-mail:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Θέμα:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Μήνυμα:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Επισύναψη:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Στείλε μου ένα αντίγραφο"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Υποβολή"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Απαιτείται μια έγκυρη διεύθυνση e-mail."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Γράψτε οπωσδήποτε το όνομά σας."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Γράψτε οπωσδήποτε ένα θέμα"
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Απαιτείται κείμενο μηνύματος."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Το επισυναπτόμενο δεν λειτουργεί."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Συμπληρώστε το CAPTCHA."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Κάνετε διορθώσεις παρακάτω και ξαναπροσπαθήστε."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Ευχαριστούμε για την επικοινωνία."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Δεν υπάρχει τέτοιος χρήστης. Οι επιλογές δεν αποθηκεύτηκαν."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Παρακαλούμε εισάγετε μια σωστή διεύθυνση email. Οι επιλογές δεν αποθηκεύτηκαν."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Οι επιλογές αποθηκεύτηκαν."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Ρυθμίσεις"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Ρυθμίσεις"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Αν τα παρακάτω πεδία είναι κενά, το μήνυμα θα σταλεί στη διεύθυνση που ορίστηκε κατά την εγγραφή"
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Τα μηνύματα θα στέλνονται στο email του χρήστη:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "επιλογή χρήστη"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Τα μηνύματα θα λαμβάνει ο χρήστης"
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Τα μηνύματα θα στέλνονται στο email "
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Ορίστε την διεύθυνση email στην οποία θα αποστέλλονται τα μηνύματα."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Φόρμα επικοινωνίας"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Φόρμα επικοινωνίας"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Πρόσθετες επιλογές"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Διεύθυνση e-mail:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Ενεργοποιημένα πρόσθετα"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Κατέβασμα"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Όνομα"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "Διεύθυνση e-mail:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Θέμα"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Μήνυμα"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  #, fuzzy
429
  msgid "Display additional info in the email"
430
  msgstr "Προβολή πρόσθετων πληροφοριών στο email"
431
 
432
+ #: contact_form.php:684
433
+ #: contact_form.php:1492
434
  msgid "Sent from (ip address)"
435
  msgstr "Στάλθηκε από (διεύθυνση ip)"
436
 
437
+ #: contact_form.php:684
438
  #, fuzzy
439
  msgid "Example: Sent from (IP address):\t127.0.0.1"
440
  msgstr "Στάλθηκε από (διεύθυνση ip)"
441
 
442
+ #: contact_form.php:685
443
+ #: contact_form.php:1497
444
  msgid "Date/Time"
445
  msgstr "Ημερομηνία/Ώρα"
446
 
447
+ #: contact_form.php:685
448
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
449
  msgstr ""
450
 
451
+ #: contact_form.php:686
452
+ #: contact_form.php:1502
453
  msgid "Sent from (referer)"
454
  msgstr "Από (referer)"
455
 
456
+ #: contact_form.php:686
457
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
458
  msgstr ""
459
 
460
+ #: contact_form.php:687
461
+ #: contact_form.php:1507
462
  msgid "Using (user agent)"
463
  msgstr "με χρήση (user agent)"
464
 
465
+ #: contact_form.php:687
466
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
467
  msgstr ""
468
 
469
+ #: contact_form.php:691
470
  msgid "Language settings for the field names in the form"
471
  msgstr ""
472
 
473
+ #: contact_form.php:700
474
  msgid "Add a language"
475
  msgstr ""
476
 
477
+ #: contact_form.php:704
478
  #, fuzzy
479
  msgid "Change the names of the contact form fields and error messages"
480
  msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
481
 
 
482
  #: contact_form.php:709
483
+ #: contact_form.php:780
484
  msgid "English"
485
  msgstr ""
486
 
487
+ #: contact_form.php:728
488
+ #: contact_form.php:757
489
  msgid "Error message for the Name field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:729
493
+ #: contact_form.php:758
494
  msgid "Error message for the Address field"
495
  msgstr ""
496
 
497
+ #: contact_form.php:730
498
+ #: contact_form.php:759
499
  msgid "Error message for the Email field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:731
503
+ #: contact_form.php:760
504
  msgid "Error message for the Phone field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:732
508
+ #: contact_form.php:761
509
  msgid "Error message for the Subject field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:733
513
+ #: contact_form.php:762
514
  msgid "Error message for the Message field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:734
518
+ #: contact_form.php:763
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  msgid "Error message while uploading a file for the Attachment field to the server"
525
  msgstr ""
526
 
527
+ #: contact_form.php:736
528
+ #: contact_form.php:765
529
  msgid "Error message while moving the file for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:737
533
+ #: contact_form.php:766
534
  msgid "Error message when file size limit for the Attachment field is exceeded"
535
  msgstr ""
536
 
537
+ #: contact_form.php:738
538
+ #: contact_form.php:767
539
  msgid "Error message for the Captcha field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:739
543
+ #: contact_form.php:768
544
  msgid "Error message for the whole form"
545
  msgstr ""
546
 
547
+ #: contact_form.php:741
548
+ #: contact_form.php:770
549
+ #: contact_form.php:789
550
+ #: contact_form.php:795
551
  msgid "Use shortcode"
552
  msgstr ""
553
 
554
+ #: contact_form.php:741
555
+ #: contact_form.php:770
556
+ #: contact_form.php:789
557
+ #: contact_form.php:795
558
  msgid "for this language"
559
  msgstr ""
560
 
561
+ #: contact_form.php:777
562
  msgid "Action after email is sent"
563
  msgstr ""
564
 
565
+ #: contact_form.php:779
566
  #, fuzzy
567
  msgid "Display text"
568
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
569
 
570
+ #: contact_form.php:788
571
+ #: contact_form.php:794
572
  msgid "Text"
573
  msgstr ""
574
 
575
+ #: contact_form.php:802
576
  msgid "Redirect to the page"
577
  msgstr ""
578
 
579
+ #: contact_form.php:803
580
  msgid "Url"
581
  msgstr ""
582
 
583
+ #: contact_form.php:809
584
+ #: contact_form.php:986
585
  msgid "Save Changes"
586
  msgstr "Αποθήκευση αλλαγών"
587
 
588
+ #: contact_form.php:826
589
  #, fuzzy
590
  msgid "Contact Form Pro | Extra Settings"
591
  msgstr "Επιλογές φόρμας επικοινωνίας"
592
 
593
+ #: contact_form.php:840
594
  msgid "Errors output"
595
  msgstr ""
596
 
597
+ #: contact_form.php:843
598
  msgid "Display error messages"
599
  msgstr ""
600
 
601
+ #: contact_form.php:844
602
  msgid "Color of the input field errors."
603
  msgstr ""
604
 
605
+ #: contact_form.php:845
606
  msgid "Display error messages & color of the input field errors"
607
  msgstr ""
608
 
609
+ #: contact_form.php:850
610
  msgid "Add placeholder to the input blocks"
611
  msgstr ""
612
 
613
+ #: contact_form.php:856
614
  #, fuzzy
615
  msgid "Add tooltips"
616
  msgstr "Πρόσθετες επιλογές"
617
 
618
+ #: contact_form.php:870
619
  #, fuzzy
620
  msgid "Email address"
621
  msgstr "Διεύθυνση e-mail:"
622
 
623
+ #: contact_form.php:875
624
  msgid "Phone Number"
625
  msgstr ""
626
 
627
+ #: contact_form.php:889
628
  #, fuzzy
629
  msgid "Attachment"
630
  msgstr "Επισύναψη:"
631
 
632
+ #: contact_form.php:894
633
  msgid "(powered by bestwebsoft.com)"
634
  msgstr ""
635
 
636
+ #: contact_form.php:899
637
  #, fuzzy
638
  msgid "Style options"
639
  msgstr "Πρόσθετες επιλογές"
640
 
641
+ #: contact_form.php:902
642
  msgid "Text color"
643
  msgstr ""
644
 
645
+ #: contact_form.php:905
646
+ #: contact_form.php:910
647
+ #: contact_form.php:920
648
+ #: contact_form.php:925
649
+ #: contact_form.php:930
650
+ #: contact_form.php:935
651
+ #: contact_form.php:945
652
+ #: contact_form.php:950
653
+ #: contact_form.php:956
654
+ #: contact_form.php:967
655
+ #: contact_form.php:972
656
+ #: contact_form.php:977
657
  msgid "Default"
658
  msgstr ""
659
 
660
+ #: contact_form.php:907
661
  msgid "Label text color"
662
  msgstr ""
663
 
664
+ #: contact_form.php:912
665
  msgid "Placeholder color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:917
669
  msgid "Errors color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:922
673
  msgid "Error text color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:927
677
  msgid "Background color of the input field errors"
678
  msgstr ""
679
 
680
+ #: contact_form.php:932
681
  msgid "Border color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:937
685
  msgid "Placeholder color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:942
689
  #, fuzzy
690
  msgid "Input fields"
691
  msgstr "Προβολή κουτιού επισύναψης αρχείου"
692
 
693
+ #: contact_form.php:947
694
  msgid "Input fields background color"
695
  msgstr ""
696
 
697
+ #: contact_form.php:952
698
  msgid "Text fields color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:954
702
  msgid "Border width in px, numbers only"
703
  msgstr ""
704
 
705
+ #: contact_form.php:958
706
+ #: contact_form.php:979
707
  msgid "Border color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:963
711
  #, fuzzy
712
  msgid "Submit button"
713
  msgstr "Υποβολή"
714
 
715
+ #: contact_form.php:965
716
  msgid "Width in px, numbers only"
717
  msgstr ""
718
 
719
+ #: contact_form.php:969
720
  msgid "Button color"
721
  msgstr ""
722
 
723
+ #: contact_form.php:974
724
  msgid "Button text color"
725
  msgstr ""
726
 
727
+ #: contact_form.php:990
728
  #, fuzzy
729
  msgid "Contact Form Pro | Preview"
730
  msgstr "Φόρμα επικοινωνίας"
731
 
732
+ #: contact_form.php:993
733
  msgid "Show with errors"
734
  msgstr ""
735
 
736
+ #: contact_form.php:1001
737
+ #: contact_form.php:1003
738
  msgid "Please enter your full name..."
739
  msgstr ""
740
 
741
+ #: contact_form.php:1014
742
+ #: contact_form.php:1016
743
  msgid "Please enter your address..."
744
  msgstr ""
745
 
746
+ #: contact_form.php:1025
747
+ #: contact_form.php:1027
748
  #, fuzzy
749
  msgid "Please enter your email address..."
750
  msgstr "Τα μηνύματα θα στέλνονται στο email "
751
 
752
+ #: contact_form.php:1036
753
+ #: contact_form.php:1038
754
  msgid "Please enter your phone number..."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1047
758
+ #: contact_form.php:1049
759
  msgid "Please enter subject..."
760
  msgstr ""
761
 
762
+ #: contact_form.php:1057
763
+ #: contact_form.php:1059
764
  msgid "Please enter your message..."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1070
768
  msgid "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"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1137
772
  msgid "Sorry, email message could not be delivered."
773
  msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
774
 
775
+ #: contact_form.php:1221
776
  msgid "You can attach the following file formats"
777
  msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
778
 
779
+ #: contact_form.php:1515
780
  msgid "Contact from"
781
  msgstr "Επικοινωνία από"
782
 
783
+ #: contact_form.php:1528
784
  msgid "Email"
785
  msgstr "E-Mail"
786
 
787
+ #: contact_form.php:1542
788
  msgid "Site"
789
  msgstr "Ιστοσελίδα"
790
 
791
+ #: contact_form.php:1605
792
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
793
  msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
794
 
795
+ #: contact_form.php:1669
796
  msgid "FAQ"
797
  msgstr "Συχνές ερωτήσεις"
798
 
799
+ #: contact_form.php:1670
800
  msgid "Support"
801
  msgstr "Υποστήριξη"
802
 
803
+ #: contact_form.php:1727
804
  msgid "Are you sure that you want to delete this language data?"
805
  msgstr ""
806
 
815
  #, fuzzy
816
  #~ msgid "Please enter a valid email address."
817
  #~ msgstr "Τα μηνύματα θα στέλνονται στο email "
 
 
 
 
818
  #~ msgid "Activated plugins"
819
  #~ msgstr "Ενεργοποιημένα πρόσθετα"
820
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opciones Contact Form"
@@ -32,733 +32,774 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opciones Contact Form"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Nombre:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Dirección e-mail:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Dirección e-mail:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Asunto:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Mensaje:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Adjunto:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Envíame una copia"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Su nombre es obligatorio."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Una dirección válida es obligatoria."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Una dirección válida es obligatoria."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Su nombre es obligatorio."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "El asunto es obligatorio."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "El mensaje es obligatorio."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "El adjunto es incorrecto."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Por favor completa el CAPTCHA"
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Gracias por contactar con nosotros"
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Usuario inexistente. Los cambios no se han guardado."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Configuración guardada."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Configuración"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Configuración"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Use el email del usuario de Wordpress:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Seleccione nombre de usuario"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Use este emaill:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Opciones adicionales"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Modifica DE los campos en contact form"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Modifica DE los campos en contact form"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Visualiza el adjunto"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "Dirección e-mail:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Visualiza el adjunto"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Plugin ativado"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Descargar"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Visualiza el adjunto"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Ver envíame una copia"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Nombre"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "Dirección e-mail:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Asunto"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Mensaje"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  msgid "Display additional info in the email"
388
  msgstr ""
389
 
390
- #: contact_form.php:613
391
- #: contact_form.php:1410
392
  msgid "Sent from (ip address)"
393
  msgstr "Enviado desde (dirección IP)"
394
 
395
- #: contact_form.php:613
396
  #, fuzzy
397
  msgid "Example: Sent from (IP address):\t127.0.0.1"
398
  msgstr "Enviado desde (dirección IP)"
399
 
400
- #: contact_form.php:614
401
- #: contact_form.php:1415
402
  msgid "Date/Time"
403
  msgstr "Fecha/hora"
404
 
405
- #: contact_form.php:614
406
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
407
  msgstr ""
408
 
409
- #: contact_form.php:615
410
- #: contact_form.php:1420
411
  msgid "Sent from (referer)"
412
  msgstr "De (referente)"
413
 
414
- #: contact_form.php:615
415
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
416
  msgstr ""
417
 
418
- #: contact_form.php:616
419
- #: contact_form.php:1425
420
  msgid "Using (user agent)"
421
  msgstr "Usando (user agent)"
422
 
423
- #: contact_form.php:616
424
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
425
  msgstr ""
426
 
427
- #: contact_form.php:620
428
  msgid "Language settings for the field names in the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:629
432
  msgid "Add a language"
433
  msgstr ""
434
 
435
- #: contact_form.php:633
436
  #, fuzzy
437
  msgid "Change the names of the contact form fields and error messages"
438
  msgstr "Modifica las etiquetas de los campos en contact form"
439
 
440
- #: contact_form.php:638
441
  #: contact_form.php:709
 
442
  msgid "English"
443
  msgstr ""
444
 
445
- #: contact_form.php:657
446
- #: contact_form.php:686
447
  msgid "Error message for the Name field"
448
  msgstr ""
449
 
450
- #: contact_form.php:658
451
- #: contact_form.php:687
452
  msgid "Error message for the Address field"
453
  msgstr ""
454
 
455
- #: contact_form.php:659
456
- #: contact_form.php:688
457
  msgid "Error message for the Email field"
458
  msgstr ""
459
 
460
- #: contact_form.php:660
461
- #: contact_form.php:689
462
  msgid "Error message for the Phone field"
463
  msgstr ""
464
 
465
- #: contact_form.php:661
466
- #: contact_form.php:690
467
  msgid "Error message for the Subject field"
468
  msgstr ""
469
 
470
- #: contact_form.php:662
471
- #: contact_form.php:691
472
  msgid "Error message for the Message field"
473
  msgstr ""
474
 
475
- #: contact_form.php:663
476
- #: contact_form.php:692
477
  msgid "Error message about the file type for the Attachment field"
478
  msgstr ""
479
 
480
- #: contact_form.php:664
481
- #: contact_form.php:693
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr ""
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  msgid "Error message while moving the file for the Attachment field"
488
  msgstr ""
489
 
490
- #: contact_form.php:666
491
- #: contact_form.php:695
492
  msgid "Error message when file size limit for the Attachment field is exceeded"
493
  msgstr ""
494
 
495
- #: contact_form.php:667
496
- #: contact_form.php:696
497
  msgid "Error message for the Captcha field"
498
  msgstr ""
499
 
500
- #: contact_form.php:668
501
- #: contact_form.php:697
502
  msgid "Error message for the whole form"
503
  msgstr ""
504
 
505
- #: contact_form.php:670
506
- #: contact_form.php:699
507
- #: contact_form.php:718
508
- #: contact_form.php:724
509
  msgid "Use shortcode"
510
  msgstr ""
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "for this language"
517
  msgstr ""
518
 
519
- #: contact_form.php:706
520
  msgid "Action after email is sent"
521
  msgstr ""
522
 
523
- #: contact_form.php:708
524
  #, fuzzy
525
  msgid "Display text"
526
  msgstr "Visualiza el adjunto"
527
 
528
- #: contact_form.php:717
529
- #: contact_form.php:723
530
  msgid "Text"
531
  msgstr ""
532
 
533
- #: contact_form.php:730
534
  msgid "Redirect to the page"
535
  msgstr ""
536
 
537
- #: contact_form.php:731
538
  msgid "Url"
539
  msgstr ""
540
 
541
- #: contact_form.php:736
542
- #: contact_form.php:913
543
  msgid "Save Changes"
544
  msgstr "Guardar los cambios"
545
 
546
- #: contact_form.php:753
547
  #, fuzzy
548
  msgid "Contact Form Pro | Extra Settings"
549
  msgstr "Opciones Contact Form"
550
 
551
- #: contact_form.php:767
552
  msgid "Errors output"
553
  msgstr ""
554
 
555
- #: contact_form.php:770
556
  msgid "Display error messages"
557
  msgstr ""
558
 
559
- #: contact_form.php:771
560
  msgid "Color of the input field errors."
561
  msgstr ""
562
 
563
- #: contact_form.php:772
564
  msgid "Display error messages & color of the input field errors"
565
  msgstr ""
566
 
567
- #: contact_form.php:777
568
  msgid "Add placeholder to the input blocks"
569
  msgstr ""
570
 
571
- #: contact_form.php:783
572
  #, fuzzy
573
  msgid "Add tooltips"
574
  msgstr "Opciones adicionales"
575
 
576
- #: contact_form.php:797
577
  #, fuzzy
578
  msgid "Email address"
579
  msgstr "Dirección e-mail:"
580
 
581
- #: contact_form.php:802
582
  msgid "Phone Number"
583
  msgstr ""
584
 
585
- #: contact_form.php:816
586
  #, fuzzy
587
  msgid "Attachment"
588
  msgstr "Adjunto:"
589
 
590
- #: contact_form.php:821
591
  msgid "(powered by bestwebsoft.com)"
592
  msgstr ""
593
 
594
- #: contact_form.php:826
595
  #, fuzzy
596
  msgid "Style options"
597
  msgstr "Opciones adicionales"
598
 
599
- #: contact_form.php:829
600
  msgid "Text color"
601
  msgstr ""
602
 
603
- #: contact_form.php:832
604
- #: contact_form.php:837
605
- #: contact_form.php:847
606
- #: contact_form.php:852
607
- #: contact_form.php:857
608
- #: contact_form.php:862
609
- #: contact_form.php:872
610
- #: contact_form.php:877
611
- #: contact_form.php:883
612
- #: contact_form.php:894
613
- #: contact_form.php:899
614
- #: contact_form.php:904
615
  msgid "Default"
616
  msgstr ""
617
 
618
- #: contact_form.php:834
619
  msgid "Label text color"
620
  msgstr ""
621
 
622
- #: contact_form.php:839
623
  msgid "Placeholder color"
624
  msgstr ""
625
 
626
- #: contact_form.php:844
627
  msgid "Errors color"
628
  msgstr ""
629
 
630
- #: contact_form.php:849
631
  msgid "Error text color"
632
  msgstr ""
633
 
634
- #: contact_form.php:854
635
  msgid "Background color of the input field errors"
636
  msgstr ""
637
 
638
- #: contact_form.php:859
639
  msgid "Border color of the input field errors"
640
  msgstr ""
641
 
642
- #: contact_form.php:864
643
  msgid "Placeholder color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:869
647
  #, fuzzy
648
  msgid "Input fields"
649
  msgstr "Visualiza el adjunto"
650
 
651
- #: contact_form.php:874
652
  msgid "Input fields background color"
653
  msgstr ""
654
 
655
- #: contact_form.php:879
656
  msgid "Text fields color"
657
  msgstr ""
658
 
659
- #: contact_form.php:881
660
  msgid "Border width in px, numbers only"
661
  msgstr ""
662
 
663
- #: contact_form.php:885
664
- #: contact_form.php:906
665
  msgid "Border color"
666
  msgstr ""
667
 
668
- #: contact_form.php:890
669
  #, fuzzy
670
  msgid "Submit button"
671
  msgstr "Enviar"
672
 
673
- #: contact_form.php:892
674
  msgid "Width in px, numbers only"
675
  msgstr ""
676
 
677
- #: contact_form.php:896
678
  msgid "Button color"
679
  msgstr ""
680
 
681
- #: contact_form.php:901
682
  msgid "Button text color"
683
  msgstr ""
684
 
685
- #: contact_form.php:917
686
  #, fuzzy
687
  msgid "Contact Form Pro | Preview"
688
  msgstr "Contact Form"
689
 
690
- #: contact_form.php:920
691
  msgid "Show with errors"
692
  msgstr ""
693
 
694
- #: contact_form.php:928
695
- #: contact_form.php:930
696
  msgid "Please enter your full name..."
697
  msgstr ""
698
 
699
- #: contact_form.php:941
700
- #: contact_form.php:943
701
  msgid "Please enter your address..."
702
  msgstr ""
703
 
704
- #: contact_form.php:952
705
- #: contact_form.php:954
706
  #, fuzzy
707
  msgid "Please enter your email address..."
708
  msgstr "Use este emaill:"
709
 
710
- #: contact_form.php:963
711
- #: contact_form.php:965
712
  msgid "Please enter your phone number..."
713
  msgstr ""
714
 
715
- #: contact_form.php:974
716
- #: contact_form.php:976
717
  msgid "Please enter subject..."
718
  msgstr ""
719
 
720
- #: contact_form.php:984
721
- #: contact_form.php:986
722
  msgid "Please enter your message..."
723
  msgstr ""
724
 
725
- #: contact_form.php:997
726
  msgid "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"
727
  msgstr ""
728
 
729
- #: contact_form.php:1066
730
  msgid "Sorry, email message could not be delivered."
731
  msgstr "Disculpe, su email no se puede entregar."
732
 
733
- #: contact_form.php:1150
734
  msgid "You can attach the following file formats"
735
  msgstr "Puede adjuntar archivos de estos tipos"
736
 
737
- #: contact_form.php:1433
738
  msgid "Contact from"
739
  msgstr "Contact from"
740
 
741
- #: contact_form.php:1446
742
  msgid "Email"
743
  msgstr "E-mail"
744
 
745
- #: contact_form.php:1460
746
  msgid "Site"
747
  msgstr "Sitio"
748
 
749
- #: contact_form.php:1521
750
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
751
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
752
 
753
- #: contact_form.php:1585
754
  msgid "FAQ"
755
  msgstr "FAQ"
756
 
757
- #: contact_form.php:1586
758
  msgid "Support"
759
  msgstr "Soporte"
760
 
761
- #: contact_form.php:1645
762
  msgid "Are you sure that you want to delete this language data?"
763
  msgstr ""
764
 
@@ -773,10 +814,6 @@ msgstr ""
773
  #, fuzzy
774
  #~ msgid "Please enter a valid email address."
775
  #~ msgstr "Use este emaill:"
776
-
777
- #, fuzzy
778
- #~ msgid "Pro plugins"
779
- #~ msgstr "BWS Plugins"
780
  #~ msgid "Activated plugins"
781
  #~ msgstr "Plugin ativado"
782
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opciones Contact Form"
32
  msgstr "Opciones Contact Form"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Nombre:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Dirección e-mail:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Dirección e-mail:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Asunto:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Mensaje:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Adjunto:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Envíame una copia"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Su nombre es obligatorio."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Una dirección válida es obligatoria."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Una dirección válida es obligatoria."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Su nombre es obligatorio."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "El asunto es obligatorio."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "El mensaje es obligatorio."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "El adjunto es incorrecto."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Por favor completa el CAPTCHA"
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Por favor, corrija los datos y pruebe de nuevo."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Gracias por contactar con nosotros"
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Usuario inexistente. Los cambios no se han guardado."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Por favor introduzca un e-mail correcto. Los cambios no se han guardado."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Configuración guardada."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Configuración"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Configuración"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Si la información en este campo está vacia, se usará la dirección especificada en el registro."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Use el email del usuario de Wordpress:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Seleccione nombre de usuario"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Introduzca el nombre del usuario que va a recibir mensajes desde contact form"
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Use este emaill:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Establecer una dirección de correo electrónico que se utiliza para los mensajes que reciben."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Contact Form"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Contact Form"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Opciones adicionales"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Modifica DE los campos en contact form"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Modifica DE los campos en contact form"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Visualiza el adjunto"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Dirección e-mail:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Visualiza el adjunto"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Usuarios pueden adjuntar archivos de este tipo"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Plugin ativado"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Descargar"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Visualiza el adjunto"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Ver envíame una copia"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Nombre"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "Dirección e-mail:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Asunto"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Mensaje"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr ""
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Enviado desde (dirección IP)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Enviado desde (dirección IP)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Fecha/hora"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "De (referente)"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "Usando (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr ""
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:704
477
  #, fuzzy
478
  msgid "Change the names of the contact form fields and error messages"
479
  msgstr "Modifica las etiquetas de los campos en contact form"
480
 
 
481
  #: contact_form.php:709
482
+ #: contact_form.php:780
483
  msgid "English"
484
  msgstr ""
485
 
486
+ #: contact_form.php:728
487
+ #: contact_form.php:757
488
  msgid "Error message for the Name field"
489
  msgstr ""
490
 
491
+ #: contact_form.php:729
492
+ #: contact_form.php:758
493
  msgid "Error message for the Address field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr ""
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr ""
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr ""
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr ""
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  msgid "Error message about the file type for the Attachment field"
519
  msgstr ""
520
 
521
+ #: contact_form.php:735
522
+ #: contact_form.php:764
523
  msgid "Error message while uploading a file for the Attachment field to the server"
524
  msgstr ""
525
 
526
+ #: contact_form.php:736
527
+ #: contact_form.php:765
528
  msgid "Error message while moving the file for the Attachment field"
529
  msgstr ""
530
 
531
+ #: contact_form.php:737
532
+ #: contact_form.php:766
533
  msgid "Error message when file size limit for the Attachment field is exceeded"
534
  msgstr ""
535
 
536
+ #: contact_form.php:738
537
+ #: contact_form.php:767
538
  msgid "Error message for the Captcha field"
539
  msgstr ""
540
 
541
+ #: contact_form.php:739
542
+ #: contact_form.php:768
543
  msgid "Error message for the whole form"
544
  msgstr ""
545
 
546
+ #: contact_form.php:741
547
+ #: contact_form.php:770
548
+ #: contact_form.php:789
549
+ #: contact_form.php:795
550
  msgid "Use shortcode"
551
  msgstr ""
552
 
553
+ #: contact_form.php:741
554
+ #: contact_form.php:770
555
+ #: contact_form.php:789
556
+ #: contact_form.php:795
557
  msgid "for this language"
558
  msgstr ""
559
 
560
+ #: contact_form.php:777
561
  msgid "Action after email is sent"
562
  msgstr ""
563
 
564
+ #: contact_form.php:779
565
  #, fuzzy
566
  msgid "Display text"
567
  msgstr "Visualiza el adjunto"
568
 
569
+ #: contact_form.php:788
570
+ #: contact_form.php:794
571
  msgid "Text"
572
  msgstr ""
573
 
574
+ #: contact_form.php:802
575
  msgid "Redirect to the page"
576
  msgstr ""
577
 
578
+ #: contact_form.php:803
579
  msgid "Url"
580
  msgstr ""
581
 
582
+ #: contact_form.php:809
583
+ #: contact_form.php:986
584
  msgid "Save Changes"
585
  msgstr "Guardar los cambios"
586
 
587
+ #: contact_form.php:826
588
  #, fuzzy
589
  msgid "Contact Form Pro | Extra Settings"
590
  msgstr "Opciones Contact Form"
591
 
592
+ #: contact_form.php:840
593
  msgid "Errors output"
594
  msgstr ""
595
 
596
+ #: contact_form.php:843
597
  msgid "Display error messages"
598
  msgstr ""
599
 
600
+ #: contact_form.php:844
601
  msgid "Color of the input field errors."
602
  msgstr ""
603
 
604
+ #: contact_form.php:845
605
  msgid "Display error messages & color of the input field errors"
606
  msgstr ""
607
 
608
+ #: contact_form.php:850
609
  msgid "Add placeholder to the input blocks"
610
  msgstr ""
611
 
612
+ #: contact_form.php:856
613
  #, fuzzy
614
  msgid "Add tooltips"
615
  msgstr "Opciones adicionales"
616
 
617
+ #: contact_form.php:870
618
  #, fuzzy
619
  msgid "Email address"
620
  msgstr "Dirección e-mail:"
621
 
622
+ #: contact_form.php:875
623
  msgid "Phone Number"
624
  msgstr ""
625
 
626
+ #: contact_form.php:889
627
  #, fuzzy
628
  msgid "Attachment"
629
  msgstr "Adjunto:"
630
 
631
+ #: contact_form.php:894
632
  msgid "(powered by bestwebsoft.com)"
633
  msgstr ""
634
 
635
+ #: contact_form.php:899
636
  #, fuzzy
637
  msgid "Style options"
638
  msgstr "Opciones adicionales"
639
 
640
+ #: contact_form.php:902
641
  msgid "Text color"
642
  msgstr ""
643
 
644
+ #: contact_form.php:905
645
+ #: contact_form.php:910
646
+ #: contact_form.php:920
647
+ #: contact_form.php:925
648
+ #: contact_form.php:930
649
+ #: contact_form.php:935
650
+ #: contact_form.php:945
651
+ #: contact_form.php:950
652
+ #: contact_form.php:956
653
+ #: contact_form.php:967
654
+ #: contact_form.php:972
655
+ #: contact_form.php:977
656
  msgid "Default"
657
  msgstr ""
658
 
659
+ #: contact_form.php:907
660
  msgid "Label text color"
661
  msgstr ""
662
 
663
+ #: contact_form.php:912
664
  msgid "Placeholder color"
665
  msgstr ""
666
 
667
+ #: contact_form.php:917
668
  msgid "Errors color"
669
  msgstr ""
670
 
671
+ #: contact_form.php:922
672
  msgid "Error text color"
673
  msgstr ""
674
 
675
+ #: contact_form.php:927
676
  msgid "Background color of the input field errors"
677
  msgstr ""
678
 
679
+ #: contact_form.php:932
680
  msgid "Border color of the input field errors"
681
  msgstr ""
682
 
683
+ #: contact_form.php:937
684
  msgid "Placeholder color of the input field errors"
685
  msgstr ""
686
 
687
+ #: contact_form.php:942
688
  #, fuzzy
689
  msgid "Input fields"
690
  msgstr "Visualiza el adjunto"
691
 
692
+ #: contact_form.php:947
693
  msgid "Input fields background color"
694
  msgstr ""
695
 
696
+ #: contact_form.php:952
697
  msgid "Text fields color"
698
  msgstr ""
699
 
700
+ #: contact_form.php:954
701
  msgid "Border width in px, numbers only"
702
  msgstr ""
703
 
704
+ #: contact_form.php:958
705
+ #: contact_form.php:979
706
  msgid "Border color"
707
  msgstr ""
708
 
709
+ #: contact_form.php:963
710
  #, fuzzy
711
  msgid "Submit button"
712
  msgstr "Enviar"
713
 
714
+ #: contact_form.php:965
715
  msgid "Width in px, numbers only"
716
  msgstr ""
717
 
718
+ #: contact_form.php:969
719
  msgid "Button color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:974
723
  msgid "Button text color"
724
  msgstr ""
725
 
726
+ #: contact_form.php:990
727
  #, fuzzy
728
  msgid "Contact Form Pro | Preview"
729
  msgstr "Contact Form"
730
 
731
+ #: contact_form.php:993
732
  msgid "Show with errors"
733
  msgstr ""
734
 
735
+ #: contact_form.php:1001
736
+ #: contact_form.php:1003
737
  msgid "Please enter your full name..."
738
  msgstr ""
739
 
740
+ #: contact_form.php:1014
741
+ #: contact_form.php:1016
742
  msgid "Please enter your address..."
743
  msgstr ""
744
 
745
+ #: contact_form.php:1025
746
+ #: contact_form.php:1027
747
  #, fuzzy
748
  msgid "Please enter your email address..."
749
  msgstr "Use este emaill:"
750
 
751
+ #: contact_form.php:1036
752
+ #: contact_form.php:1038
753
  msgid "Please enter your phone number..."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1047
757
+ #: contact_form.php:1049
758
  msgid "Please enter subject..."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1057
762
+ #: contact_form.php:1059
763
  msgid "Please enter your message..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1070
767
  msgid "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"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1137
771
  msgid "Sorry, email message could not be delivered."
772
  msgstr "Disculpe, su email no se puede entregar."
773
 
774
+ #: contact_form.php:1221
775
  msgid "You can attach the following file formats"
776
  msgstr "Puede adjuntar archivos de estos tipos"
777
 
778
+ #: contact_form.php:1515
779
  msgid "Contact from"
780
  msgstr "Contact from"
781
 
782
+ #: contact_form.php:1528
783
  msgid "Email"
784
  msgstr "E-mail"
785
 
786
+ #: contact_form.php:1542
787
  msgid "Site"
788
  msgstr "Sitio"
789
 
790
+ #: contact_form.php:1605
791
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
792
  msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
793
 
794
+ #: contact_form.php:1669
795
  msgid "FAQ"
796
  msgstr "FAQ"
797
 
798
+ #: contact_form.php:1670
799
  msgid "Support"
800
  msgstr "Soporte"
801
 
802
+ #: contact_form.php:1727
803
  msgid "Are you sure that you want to delete this language data?"
804
  msgstr ""
805
 
814
  #, fuzzy
815
  #~ msgid "Please enter a valid email address."
816
  #~ msgstr "Use este emaill:"
 
 
 
 
817
  #~ msgid "Activated plugins"
818
  #~ msgstr "Plugin ativado"
819
  #~ msgid "Read more"
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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "گزینه های فرم ارتباط با مدیریت"
@@ -32,734 +32,776 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "گزینه های فرم ارتباط با مدیریت"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "فرم ارتباط با مدیریت"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "نام "
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "رایانامه "
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "رایانامه "
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "شماره تماس "
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "موضوع "
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "متن پیام "
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "پیوست "
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "به رایانامه من ارسال شود"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "ارسال"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "نام ضروری می باشد. "
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "رایانامه ضروری می باشد. "
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "رایانامه ضروری می باشد. "
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "نام ضروری می باشد. "
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "عنوان ضروری می باشد. "
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "متن پیام ضروری می باشد. "
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "فایل آسیب دیده می باشد. "
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "لطفا کد امنیتی را وارد کنید. "
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "قدردان همیاری شما هستیم."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "تغییرات ثبت شد."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "تنظیمات"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "تنظیمات"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "از رایانامه کاربران استفاده کن : "
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "انتخاب شناسه کاربری"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "استفاده از این رایانامه : "
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "گزینه های بیشتر"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr "چه استفاده ای؟"
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "افزونه ارسال رایانامه Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "رایانامه"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "نمایش متن"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "رایانامه "
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr "شماره تماس"
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "نمایش گزینه پیوست"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "افزونه های فعال"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "دانلود"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "نمایش توضیحات بعد از پیوست"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "نام "
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "رایانامه "
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "موضوع "
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "متن پیام "
385
 
386
- #: contact_form.php:608
 
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "ارسال از سوی (ip address)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "ارسال از سوی (ip address)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "روز / زمان"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "دریافت از سوی (referer)"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "استفاده از (user agent)"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  #, fuzzy
438
  msgid "Change the names of the contact form fields and error messages"
439
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
440
 
441
- #: contact_form.php:638
442
  #: contact_form.php:709
 
443
  msgid "English"
444
  msgstr ""
445
 
446
- #: contact_form.php:657
447
- #: contact_form.php:686
448
  msgid "Error message for the Name field"
449
  msgstr ""
450
 
451
- #: contact_form.php:658
452
- #: contact_form.php:687
453
  msgid "Error message for the Address field"
454
  msgstr ""
455
 
456
- #: contact_form.php:659
457
- #: contact_form.php:688
458
  msgid "Error message for the Email field"
459
  msgstr ""
460
 
461
- #: contact_form.php:660
462
- #: contact_form.php:689
463
  msgid "Error message for the Phone field"
464
  msgstr ""
465
 
466
- #: contact_form.php:661
467
- #: contact_form.php:690
468
  msgid "Error message for the Subject field"
469
  msgstr ""
470
 
471
- #: contact_form.php:662
472
- #: contact_form.php:691
473
  msgid "Error message for the Message field"
474
  msgstr ""
475
 
476
- #: contact_form.php:663
477
- #: contact_form.php:692
478
  msgid "Error message about the file type for the Attachment field"
479
  msgstr ""
480
 
481
- #: contact_form.php:664
482
- #: contact_form.php:693
483
  msgid "Error message while uploading a file for the Attachment field to the server"
484
  msgstr ""
485
 
486
- #: contact_form.php:665
487
- #: contact_form.php:694
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr ""
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  msgid "Error message when file size limit for the Attachment field is exceeded"
494
  msgstr ""
495
 
496
- #: contact_form.php:667
497
- #: contact_form.php:696
498
  msgid "Error message for the Captcha field"
499
  msgstr ""
500
 
501
- #: contact_form.php:668
502
- #: contact_form.php:697
503
  msgid "Error message for the whole form"
504
  msgstr ""
505
 
506
- #: contact_form.php:670
507
- #: contact_form.php:699
508
- #: contact_form.php:718
509
- #: contact_form.php:724
510
  msgid "Use shortcode"
511
  msgstr ""
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "for this language"
518
  msgstr ""
519
 
520
- #: contact_form.php:706
521
  msgid "Action after email is sent"
522
  msgstr "عکس العمل پس از ارسال"
523
 
524
- #: contact_form.php:708
525
  msgid "Display text"
526
  msgstr "نمایش متن"
527
 
528
- #: contact_form.php:717
529
- #: contact_form.php:723
530
  msgid "Text"
531
  msgstr "متن"
532
 
533
- #: contact_form.php:730
534
  msgid "Redirect to the page"
535
  msgstr "انتقال به "
536
 
537
- #: contact_form.php:731
538
  msgid "Url"
539
  msgstr "تارنما"
540
 
541
- #: contact_form.php:736
542
- #: contact_form.php:913
543
  msgid "Save Changes"
544
  msgstr "ثبت تغییرات"
545
 
546
- #: contact_form.php:753
547
  #, fuzzy
548
  msgid "Contact Form Pro | Extra Settings"
549
  msgstr "گزینه های فرم ارتباط با مدیریت"
550
 
551
- #: contact_form.php:767
552
  msgid "Errors output"
553
  msgstr ""
554
 
555
- #: contact_form.php:770
556
  msgid "Display error messages"
557
  msgstr ""
558
 
559
- #: contact_form.php:771
560
  msgid "Color of the input field errors."
561
  msgstr ""
562
 
563
- #: contact_form.php:772
564
  msgid "Display error messages & color of the input field errors"
565
  msgstr ""
566
 
567
- #: contact_form.php:777
568
  msgid "Add placeholder to the input blocks"
569
  msgstr ""
570
 
571
- #: contact_form.php:783
572
  #, fuzzy
573
  msgid "Add tooltips"
574
  msgstr "گزینه های بیشتر"
575
 
576
- #: contact_form.php:797
577
  #, fuzzy
578
  msgid "Email address"
579
  msgstr "رایانامه "
580
 
581
- #: contact_form.php:802
582
  #, fuzzy
583
  msgid "Phone Number"
584
  msgstr "شماره تماس "
585
 
586
- #: contact_form.php:816
587
  #, fuzzy
588
  msgid "Attachment"
589
  msgstr "پیوست "
590
 
591
- #: contact_form.php:821
592
  msgid "(powered by bestwebsoft.com)"
593
  msgstr ""
594
 
595
- #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Style options"
598
  msgstr "گزینه های بیشتر"
599
 
600
- #: contact_form.php:829
601
  msgid "Text color"
602
  msgstr ""
603
 
604
- #: contact_form.php:832
605
- #: contact_form.php:837
606
- #: contact_form.php:847
607
- #: contact_form.php:852
608
- #: contact_form.php:857
609
- #: contact_form.php:862
610
- #: contact_form.php:872
611
- #: contact_form.php:877
612
- #: contact_form.php:883
613
- #: contact_form.php:894
614
- #: contact_form.php:899
615
- #: contact_form.php:904
616
  msgid "Default"
617
  msgstr ""
618
 
619
- #: contact_form.php:834
620
  msgid "Label text color"
621
  msgstr ""
622
 
623
- #: contact_form.php:839
624
  msgid "Placeholder color"
625
  msgstr ""
626
 
627
- #: contact_form.php:844
628
  msgid "Errors color"
629
  msgstr ""
630
 
631
- #: contact_form.php:849
632
  msgid "Error text color"
633
  msgstr ""
634
 
635
- #: contact_form.php:854
636
  msgid "Background color of the input field errors"
637
  msgstr ""
638
 
639
- #: contact_form.php:859
640
  msgid "Border color of the input field errors"
641
  msgstr ""
642
 
643
- #: contact_form.php:864
644
  msgid "Placeholder color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:869
648
  #, fuzzy
649
  msgid "Input fields"
650
  msgstr "نمایش متن"
651
 
652
- #: contact_form.php:874
653
  msgid "Input fields background color"
654
  msgstr ""
655
 
656
- #: contact_form.php:879
657
  msgid "Text fields color"
658
  msgstr ""
659
 
660
- #: contact_form.php:881
661
  msgid "Border width in px, numbers only"
662
  msgstr ""
663
 
664
- #: contact_form.php:885
665
- #: contact_form.php:906
666
  msgid "Border color"
667
  msgstr ""
668
 
669
- #: contact_form.php:890
670
  #, fuzzy
671
  msgid "Submit button"
672
  msgstr "ارسال"
673
 
674
- #: contact_form.php:892
675
  msgid "Width in px, numbers only"
676
  msgstr ""
677
 
678
- #: contact_form.php:896
679
  msgid "Button color"
680
  msgstr ""
681
 
682
- #: contact_form.php:901
683
  msgid "Button text color"
684
  msgstr ""
685
 
686
- #: contact_form.php:917
687
  #, fuzzy
688
  msgid "Contact Form Pro | Preview"
689
  msgstr "فرم ارتباط با مدیریت"
690
 
691
- #: contact_form.php:920
692
  msgid "Show with errors"
693
  msgstr ""
694
 
695
- #: contact_form.php:928
696
- #: contact_form.php:930
697
  msgid "Please enter your full name..."
698
  msgstr ""
699
 
700
- #: contact_form.php:941
701
- #: contact_form.php:943
702
  msgid "Please enter your address..."
703
  msgstr ""
704
 
705
- #: contact_form.php:952
706
- #: contact_form.php:954
707
  #, fuzzy
708
  msgid "Please enter your email address..."
709
  msgstr "استفاده از این رایانامه : "
710
 
711
- #: contact_form.php:963
712
- #: contact_form.php:965
713
  msgid "Please enter your phone number..."
714
  msgstr ""
715
 
716
- #: contact_form.php:974
717
- #: contact_form.php:976
718
  msgid "Please enter subject..."
719
  msgstr ""
720
 
721
- #: contact_form.php:984
722
- #: contact_form.php:986
723
  msgid "Please enter your message..."
724
  msgstr ""
725
 
726
- #: contact_form.php:997
727
  msgid "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"
728
  msgstr ""
729
 
730
- #: contact_form.php:1066
731
  msgid "Sorry, email message could not be delivered."
732
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
733
 
734
- #: contact_form.php:1150
735
  msgid "You can attach the following file formats"
736
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
737
 
738
- #: contact_form.php:1433
739
  msgid "Contact from"
740
  msgstr "فرم ارتباط با مدیریت"
741
 
742
- #: contact_form.php:1446
743
  msgid "Email"
744
  msgstr "رایانامه "
745
 
746
- #: contact_form.php:1460
747
  msgid "Site"
748
  msgstr "سایت"
749
 
750
- #: contact_form.php:1521
751
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
752
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
753
 
754
- #: contact_form.php:1585
755
  msgid "FAQ"
756
  msgstr "سئوالات مطرح"
757
 
758
- #: contact_form.php:1586
759
  msgid "Support"
760
  msgstr "پشتیبانی"
761
 
762
- #: contact_form.php:1645
763
  msgid "Are you sure that you want to delete this language data?"
764
  msgstr ""
765
 
@@ -774,10 +816,6 @@ msgstr ""
774
  #, fuzzy
775
  #~ msgid "Please enter a valid email address."
776
  #~ msgstr "استفاده از این رایانامه : "
777
-
778
- #, fuzzy
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "BWS Plugins"
781
  #~ msgid "Activated plugins"
782
  #~ msgstr "افزونه های فعال"
783
  #~ msgid "Read more"
@@ -818,10 +856,6 @@ msgstr ""
818
  #~ msgstr "گزینه های فرم ارتباط با مدیریت"
819
  #~ msgid "Display Attachment tips"
820
  #~ msgstr "نمایش توضیحات پیوست"
821
-
822
- #, fuzzy
823
- #~ msgid "Display a phone number field"
824
- #~ msgstr "نمایش فیلد شماره تماس"
825
  #~ msgid "Please enter a valid email address. Settings are not saved."
826
  #~ msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
827
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "گزینه های فرم ارتباط با مدیریت"
32
  msgstr "گزینه های فرم ارتباط با مدیریت"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "فرم ارتباط با مدیریت"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "نام "
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "رایانامه "
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "رایانامه "
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "شماره تماس "
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "موضوع "
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "متن پیام "
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "پیوست "
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "به رایانامه من ارسال شود"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "ارسال"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "نام ضروری می باشد. "
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "رایانامه ضروری می باشد. "
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "رایانامه ضروری می باشد. "
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "نام ضروری می باشد. "
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "عنوان ضروری می باشد. "
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "متن پیام ضروری می باشد. "
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "فایل آسیب دیده می باشد. "
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "لطفا کد امنیتی را وارد کنید. "
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "لطفا پس از انجام اصلاحات دوباره ارسال نمایید. "
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "قدردان همیاری شما هستیم."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "اگر گزینه \"انتقال به\" انتخاب شود بایستی فیلد مربوط به تارنما را تکمیل کنید"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "این کاربر وجود ندارد، تغییرات ثبت نشد."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "تغییرات ثبت شد."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "تنظیمات"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "تنظیمات"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "اگر اطلاعات درخواستی زیر تکمیل نشود پیام به آدرس ثبت نام ارسال خواهد شد."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "از رایانامه کاربران استفاده کن : "
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "انتخاب شناسه کاربری"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "نام کاربری را که پیام را دریافت می کند مشخص کنید. "
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "استفاده از این رایانامه : "
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "رایانامه ای را برای دریافت پیام مشخص کنید."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "فرم ارتباط با مدیریت"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "فرم ارتباط با مدیریت"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "گزینه های بیشتر"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "چه استفاده ای؟"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "افزونه ارسال رایانامه Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
288
 
289
+ #: contact_form.php:588
290
  msgid "Mail"
291
  msgstr "رایانامه"
292
 
293
+ #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "نمایش متن"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "رایانامه "
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr "شماره تماس"
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "نمایش گزینه پیوست"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "افزونه های فعال"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "دانلود"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "نمایش توضیحات بعد از پیوست"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "نام "
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "رایانامه "
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "موضوع "
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "متن پیام "
422
 
423
+ #: contact_form.php:673
424
+ #, fuzzy
425
+ msgid "Display the asterisk near required fields"
426
+ msgstr "نمایش فیلد شماره تماس"
427
+
428
+ #: contact_form.php:679
429
  #, fuzzy
430
  msgid "Display additional info in the email"
431
  msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
432
 
433
+ #: contact_form.php:684
434
+ #: contact_form.php:1492
435
  msgid "Sent from (ip address)"
436
  msgstr "ارسال از سوی (ip address)"
437
 
438
+ #: contact_form.php:684
439
  #, fuzzy
440
  msgid "Example: Sent from (IP address):\t127.0.0.1"
441
  msgstr "ارسال از سوی (ip address)"
442
 
443
+ #: contact_form.php:685
444
+ #: contact_form.php:1497
445
  msgid "Date/Time"
446
  msgstr "روز / زمان"
447
 
448
+ #: contact_form.php:685
449
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
450
  msgstr ""
451
 
452
+ #: contact_form.php:686
453
+ #: contact_form.php:1502
454
  msgid "Sent from (referer)"
455
  msgstr "دریافت از سوی (referer)"
456
 
457
+ #: contact_form.php:686
458
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
459
  msgstr ""
460
 
461
+ #: contact_form.php:687
462
+ #: contact_form.php:1507
463
  msgid "Using (user agent)"
464
  msgstr "استفاده از (user agent)"
465
 
466
+ #: contact_form.php:687
467
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
468
  msgstr ""
469
 
470
+ #: contact_form.php:691
471
  msgid "Language settings for the field names in the form"
472
  msgstr ""
473
 
474
+ #: contact_form.php:700
475
  msgid "Add a language"
476
  msgstr ""
477
 
478
+ #: contact_form.php:704
479
  #, fuzzy
480
  msgid "Change the names of the contact form fields and error messages"
481
  msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
482
 
 
483
  #: contact_form.php:709
484
+ #: contact_form.php:780
485
  msgid "English"
486
  msgstr ""
487
 
488
+ #: contact_form.php:728
489
+ #: contact_form.php:757
490
  msgid "Error message for the Name field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:729
494
+ #: contact_form.php:758
495
  msgid "Error message for the Address field"
496
  msgstr ""
497
 
498
+ #: contact_form.php:730
499
+ #: contact_form.php:759
500
  msgid "Error message for the Email field"
501
  msgstr ""
502
 
503
+ #: contact_form.php:731
504
+ #: contact_form.php:760
505
  msgid "Error message for the Phone field"
506
  msgstr ""
507
 
508
+ #: contact_form.php:732
509
+ #: contact_form.php:761
510
  msgid "Error message for the Subject field"
511
  msgstr ""
512
 
513
+ #: contact_form.php:733
514
+ #: contact_form.php:762
515
  msgid "Error message for the Message field"
516
  msgstr ""
517
 
518
+ #: contact_form.php:734
519
+ #: contact_form.php:763
520
  msgid "Error message about the file type for the Attachment field"
521
  msgstr ""
522
 
523
+ #: contact_form.php:735
524
+ #: contact_form.php:764
525
  msgid "Error message while uploading a file for the Attachment field to the server"
526
  msgstr ""
527
 
528
+ #: contact_form.php:736
529
+ #: contact_form.php:765
530
  msgid "Error message while moving the file for the Attachment field"
531
  msgstr ""
532
 
533
+ #: contact_form.php:737
534
+ #: contact_form.php:766
535
  msgid "Error message when file size limit for the Attachment field is exceeded"
536
  msgstr ""
537
 
538
+ #: contact_form.php:738
539
+ #: contact_form.php:767
540
  msgid "Error message for the Captcha field"
541
  msgstr ""
542
 
543
+ #: contact_form.php:739
544
+ #: contact_form.php:768
545
  msgid "Error message for the whole form"
546
  msgstr ""
547
 
548
+ #: contact_form.php:741
549
+ #: contact_form.php:770
550
+ #: contact_form.php:789
551
+ #: contact_form.php:795
552
  msgid "Use shortcode"
553
  msgstr ""
554
 
555
+ #: contact_form.php:741
556
+ #: contact_form.php:770
557
+ #: contact_form.php:789
558
+ #: contact_form.php:795
559
  msgid "for this language"
560
  msgstr ""
561
 
562
+ #: contact_form.php:777
563
  msgid "Action after email is sent"
564
  msgstr "عکس العمل پس از ارسال"
565
 
566
+ #: contact_form.php:779
567
  msgid "Display text"
568
  msgstr "نمایش متن"
569
 
570
+ #: contact_form.php:788
571
+ #: contact_form.php:794
572
  msgid "Text"
573
  msgstr "متن"
574
 
575
+ #: contact_form.php:802
576
  msgid "Redirect to the page"
577
  msgstr "انتقال به "
578
 
579
+ #: contact_form.php:803
580
  msgid "Url"
581
  msgstr "تارنما"
582
 
583
+ #: contact_form.php:809
584
+ #: contact_form.php:986
585
  msgid "Save Changes"
586
  msgstr "ثبت تغییرات"
587
 
588
+ #: contact_form.php:826
589
  #, fuzzy
590
  msgid "Contact Form Pro | Extra Settings"
591
  msgstr "گزینه های فرم ارتباط با مدیریت"
592
 
593
+ #: contact_form.php:840
594
  msgid "Errors output"
595
  msgstr ""
596
 
597
+ #: contact_form.php:843
598
  msgid "Display error messages"
599
  msgstr ""
600
 
601
+ #: contact_form.php:844
602
  msgid "Color of the input field errors."
603
  msgstr ""
604
 
605
+ #: contact_form.php:845
606
  msgid "Display error messages & color of the input field errors"
607
  msgstr ""
608
 
609
+ #: contact_form.php:850
610
  msgid "Add placeholder to the input blocks"
611
  msgstr ""
612
 
613
+ #: contact_form.php:856
614
  #, fuzzy
615
  msgid "Add tooltips"
616
  msgstr "گزینه های بیشتر"
617
 
618
+ #: contact_form.php:870
619
  #, fuzzy
620
  msgid "Email address"
621
  msgstr "رایانامه "
622
 
623
+ #: contact_form.php:875
624
  #, fuzzy
625
  msgid "Phone Number"
626
  msgstr "شماره تماس "
627
 
628
+ #: contact_form.php:889
629
  #, fuzzy
630
  msgid "Attachment"
631
  msgstr "پیوست "
632
 
633
+ #: contact_form.php:894
634
  msgid "(powered by bestwebsoft.com)"
635
  msgstr ""
636
 
637
+ #: contact_form.php:899
638
  #, fuzzy
639
  msgid "Style options"
640
  msgstr "گزینه های بیشتر"
641
 
642
+ #: contact_form.php:902
643
  msgid "Text color"
644
  msgstr ""
645
 
646
+ #: contact_form.php:905
647
+ #: contact_form.php:910
648
+ #: contact_form.php:920
649
+ #: contact_form.php:925
650
+ #: contact_form.php:930
651
+ #: contact_form.php:935
652
+ #: contact_form.php:945
653
+ #: contact_form.php:950
654
+ #: contact_form.php:956
655
+ #: contact_form.php:967
656
+ #: contact_form.php:972
657
+ #: contact_form.php:977
658
  msgid "Default"
659
  msgstr ""
660
 
661
+ #: contact_form.php:907
662
  msgid "Label text color"
663
  msgstr ""
664
 
665
+ #: contact_form.php:912
666
  msgid "Placeholder color"
667
  msgstr ""
668
 
669
+ #: contact_form.php:917
670
  msgid "Errors color"
671
  msgstr ""
672
 
673
+ #: contact_form.php:922
674
  msgid "Error text color"
675
  msgstr ""
676
 
677
+ #: contact_form.php:927
678
  msgid "Background color of the input field errors"
679
  msgstr ""
680
 
681
+ #: contact_form.php:932
682
  msgid "Border color of the input field errors"
683
  msgstr ""
684
 
685
+ #: contact_form.php:937
686
  msgid "Placeholder color of the input field errors"
687
  msgstr ""
688
 
689
+ #: contact_form.php:942
690
  #, fuzzy
691
  msgid "Input fields"
692
  msgstr "نمایش متن"
693
 
694
+ #: contact_form.php:947
695
  msgid "Input fields background color"
696
  msgstr ""
697
 
698
+ #: contact_form.php:952
699
  msgid "Text fields color"
700
  msgstr ""
701
 
702
+ #: contact_form.php:954
703
  msgid "Border width in px, numbers only"
704
  msgstr ""
705
 
706
+ #: contact_form.php:958
707
+ #: contact_form.php:979
708
  msgid "Border color"
709
  msgstr ""
710
 
711
+ #: contact_form.php:963
712
  #, fuzzy
713
  msgid "Submit button"
714
  msgstr "ارسال"
715
 
716
+ #: contact_form.php:965
717
  msgid "Width in px, numbers only"
718
  msgstr ""
719
 
720
+ #: contact_form.php:969
721
  msgid "Button color"
722
  msgstr ""
723
 
724
+ #: contact_form.php:974
725
  msgid "Button text color"
726
  msgstr ""
727
 
728
+ #: contact_form.php:990
729
  #, fuzzy
730
  msgid "Contact Form Pro | Preview"
731
  msgstr "فرم ارتباط با مدیریت"
732
 
733
+ #: contact_form.php:993
734
  msgid "Show with errors"
735
  msgstr ""
736
 
737
+ #: contact_form.php:1001
738
+ #: contact_form.php:1003
739
  msgid "Please enter your full name..."
740
  msgstr ""
741
 
742
+ #: contact_form.php:1014
743
+ #: contact_form.php:1016
744
  msgid "Please enter your address..."
745
  msgstr ""
746
 
747
+ #: contact_form.php:1025
748
+ #: contact_form.php:1027
749
  #, fuzzy
750
  msgid "Please enter your email address..."
751
  msgstr "استفاده از این رایانامه : "
752
 
753
+ #: contact_form.php:1036
754
+ #: contact_form.php:1038
755
  msgid "Please enter your phone number..."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1047
759
+ #: contact_form.php:1049
760
  msgid "Please enter subject..."
761
  msgstr ""
762
 
763
+ #: contact_form.php:1057
764
+ #: contact_form.php:1059
765
  msgid "Please enter your message..."
766
  msgstr ""
767
 
768
+ #: contact_form.php:1070
769
  msgid "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"
770
  msgstr ""
771
 
772
+ #: contact_form.php:1137
773
  msgid "Sorry, email message could not be delivered."
774
  msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
775
 
776
+ #: contact_form.php:1221
777
  msgid "You can attach the following file formats"
778
  msgstr "می توانید فایل با این فرمت ارسال فرمایید "
779
 
780
+ #: contact_form.php:1515
781
  msgid "Contact from"
782
  msgstr "فرم ارتباط با مدیریت"
783
 
784
+ #: contact_form.php:1528
785
  msgid "Email"
786
  msgstr "رایانامه "
787
 
788
+ #: contact_form.php:1542
789
  msgid "Site"
790
  msgstr "سایت"
791
 
792
+ #: contact_form.php:1605
793
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
794
  msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
795
 
796
+ #: contact_form.php:1669
797
  msgid "FAQ"
798
  msgstr "سئوالات مطرح"
799
 
800
+ #: contact_form.php:1670
801
  msgid "Support"
802
  msgstr "پشتیبانی"
803
 
804
+ #: contact_form.php:1727
805
  msgid "Are you sure that you want to delete this language data?"
806
  msgstr ""
807
 
816
  #, fuzzy
817
  #~ msgid "Please enter a valid email address."
818
  #~ msgstr "استفاده از این رایانامه : "
 
 
 
 
819
  #~ msgid "Activated plugins"
820
  #~ msgstr "افزونه های فعال"
821
  #~ msgid "Read more"
856
  #~ msgstr "گزینه های فرم ارتباط با مدیریت"
857
  #~ msgid "Display Attachment tips"
858
  #~ msgstr "نمایش توضیحات پیوست"
 
 
 
 
859
  #~ msgid "Please enter a valid email address. Settings are not saved."
860
  #~ msgstr "لطفا از صحت رایانامه اطمینان حاصل فرمایید، تغییرات ثبت نشد."
861
 
languages/contact_form-fi.mo CHANGED
Binary file
languages/contact_form-fi.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-10-01 17:02+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:02+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"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Yhteydenottolomakeasetukset"
@@ -32,735 +32,778 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Yhteydenottolomakeasetukset"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Yhteydenottolomake"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Nimi:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Sähköposti:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Sähköposti:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "Puhelinnumero:"
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Aihe:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Viesti:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Liite:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Lähetä minulle kopio"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Lähetä"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Nimikenttä pakollinen."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Anna toimiva sähköpostiosoite."
104
 
105
- #: contact_form.php:84
106
  msgid "A valid email address is required."
107
  msgstr "Anna toimiva sähköpostiosoite."
108
 
109
- #: contact_form.php:85
110
  msgid "Phone number is required."
111
  msgstr "Puhelinnumero pakollinen."
112
 
113
- #: contact_form.php:86
114
  msgid "Subject is required."
115
  msgstr "Aihe pakollinen."
116
 
117
- #: contact_form.php:87
118
  msgid "Message text is required."
119
  msgstr "Viestikenttä pakollinen."
120
 
121
- #: contact_form.php:88
122
  msgid "File format is not valid."
123
  msgstr "Tiedostotyyppi virheellinen."
124
 
125
- #: contact_form.php:89
126
  msgid "File upload error."
127
  msgstr ""
128
 
129
- #: contact_form.php:90
130
  msgid "The file could not be uploaded."
131
  msgstr ""
132
 
133
- #: contact_form.php:91
134
  msgid "This file is too large."
135
  msgstr ""
136
 
137
- #: contact_form.php:92
138
  msgid "Please fill out the CAPTCHA."
139
  msgstr "Täytä CAPTCHA."
140
 
141
- #: contact_form.php:93
142
  msgid "Please make corrections below and try again."
143
  msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
144
 
145
- #: contact_form.php:95
146
  msgid "Thank you for contacting us."
147
  msgstr "Kiitos yhteydenotostanne."
148
 
149
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
151
  msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
152
 
153
- #: contact_form.php:431
154
  msgid "Such user does not exist. Settings are not saved."
155
  msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
156
 
157
- #: contact_form.php:435
158
- #: contact_form.php:441
159
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
160
  msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
161
 
162
- #: contact_form.php:446
163
  #, fuzzy
164
  msgid "Settings saved."
165
  msgstr "Asetukset tallennettu."
166
 
167
- #: contact_form.php:470
168
- #: contact_form.php:755
169
- #: contact_form.php:1573
170
- #: contact_form.php:1584
171
  msgid "Settings"
172
  msgstr "Asetukset"
173
 
174
- #: contact_form.php:471
175
- #: contact_form.php:756
176
  #, fuzzy
177
  msgid "Extra settings"
178
  msgstr "Asetukset"
179
 
180
- #: contact_form.php:476
181
- #: contact_form.php:1012
182
  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:"
183
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
184
 
185
- #: contact_form.php:476
186
- #: contact_form.php:477
187
- #: contact_form.php:670
188
- #: contact_form.php:718
189
  msgid "or"
190
  msgstr ""
191
 
192
- #: contact_form.php:477
193
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
194
  msgstr ""
195
 
196
- #: contact_form.php:478
197
  msgid "They work the same way."
198
  msgstr ""
199
 
200
- #: contact_form.php:479
201
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
202
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
203
 
204
- #: contact_form.php:483
205
  msgid "The user's email address:"
206
  msgstr "Käyttäjän sähköpostiosoite:"
207
 
208
- #: contact_form.php:487
209
  msgid "Create a username"
210
  msgstr "Luo käyttäjänimi."
211
 
212
- #: contact_form.php:492
213
  msgid "Enter a username of the person who should get the messages from the contact form."
214
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
215
 
216
- #: contact_form.php:496
217
  msgid "Use this email address:"
218
  msgstr "Käytä tätä sähköpostiosoitetta:"
219
 
220
- #: contact_form.php:499
221
  msgid "Enter the email address you want the messages forwarded to."
222
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
223
 
224
- #: contact_form.php:503
225
  msgid "Add department selectbox to the contact form:"
226
  msgstr ""
227
 
228
- #: contact_form.php:506
229
- #: contact_form.php:760
230
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
231
  msgstr ""
232
 
233
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  msgid "Additional options"
235
  msgstr "Lisäasetukset"
236
 
237
- #: contact_form.php:518
238
  msgid "What to use?"
239
  msgstr "Mitä käyttää?"
240
 
241
- #: contact_form.php:521
242
  msgid "Wp-mail"
243
  msgstr "Wp-sähköposti"
244
 
245
- #: contact_form.php:522
246
  msgid "You can use the wp_mail function for mailing"
247
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
248
 
249
- #: contact_form.php:528
250
  msgid "Mail"
251
  msgstr "Sähköposti"
252
 
253
- #: contact_form.php:529
254
  msgid "To send mail you can use the php mail function"
255
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
256
 
257
- #: contact_form.php:533
258
  #, fuzzy
259
  msgid "The text in the 'From' field"
260
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
261
 
262
- #: contact_form.php:535
263
  msgid "User name"
264
  msgstr ""
265
 
266
- #: contact_form.php:535
267
  #, fuzzy
268
  msgid "The name of the user who fills the form will be used in the field 'From'."
269
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
270
 
271
- #: contact_form.php:537
272
  #, fuzzy
273
  msgid "This text will be used in the 'FROM' field"
274
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
275
 
276
- #: contact_form.php:541
277
  #, fuzzy
278
  msgid "The email address in the 'From' field"
279
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
280
 
281
- #: contact_form.php:543
282
  msgid "User email"
283
  msgstr ""
284
 
285
- #: contact_form.php:543
286
  msgid "The email address of the user who fills the form will be used in the field 'From'."
287
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
288
 
289
- #: contact_form.php:545
290
  msgid "This email address will be used in the 'From' field."
291
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
292
 
293
- #: contact_form.php:549
294
  #, fuzzy
295
  msgid "Display fields"
296
  msgstr "Näytä teksti"
297
 
298
- #: contact_form.php:551
299
- #: contact_form.php:600
300
- #: contact_form.php:792
301
- #: contact_form.php:1443
302
  #, fuzzy
303
  msgid "Address"
304
  msgstr "Sähköposti"
305
 
306
- #: contact_form.php:552
307
- #: contact_form.php:602
308
- #: contact_form.php:1451
309
  msgid "Phone"
310
  msgstr "Puhelinnumero"
311
 
312
- #: contact_form.php:553
313
  #, fuzzy
314
  msgid "Attachment block"
315
  msgstr "Näytä liitelaatikko."
316
 
317
- #: contact_form.php:553
318
  msgid "Users can attach the following file formats"
319
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
320
 
321
- #: contact_form.php:565
322
- #: contact_form.php:568
323
- #: contact_form.php:571
324
- #: contact_form.php:821
325
  msgid "Captcha"
326
  msgstr ""
327
 
328
- #: contact_form.php:565
329
- #: contact_form.php:568
330
- #: contact_form.php:571
331
  msgid "powered by"
332
  msgstr ""
333
 
334
- #: contact_form.php:568
335
  #, fuzzy
336
  msgid "Activate captcha"
337
  msgstr "Aktivoidut lisäosat"
338
 
339
- #: contact_form.php:571
340
  #, fuzzy
341
  msgid "Download captcha"
342
  msgstr "Lataa"
343
 
344
- #: contact_form.php:576
345
  #, fuzzy
346
  msgid "Display tips below the Attachment block"
347
  msgstr "Näytä liitelaatikon allaolevat vinkit."
348
 
349
- #: contact_form.php:585
350
  msgid "Delete an attachment file from the server after the email is sent"
351
  msgstr ""
352
 
353
- #: contact_form.php:591
354
  #, fuzzy
355
  msgid "Display 'Send me a copy' block"
356
  msgstr "Näytä Lähetä minulle kopio- laatikko"
357
 
358
- #: contact_form.php:597
359
  msgid "Required fields"
360
  msgstr "Vaaditut kentät"
361
 
362
- #: contact_form.php:599
363
- #: contact_form.php:787
364
- #: contact_form.php:1438
365
  msgid "Name"
366
  msgstr "Nimi"
367
 
368
- #: contact_form.php:601
369
  msgid "Email Address"
370
  msgstr "Sähköposti"
371
 
372
- #: contact_form.php:603
373
- #: contact_form.php:807
374
- #: contact_form.php:1454
375
  msgid "Subject"
376
  msgstr "Aihe"
377
 
378
- #: contact_form.php:604
379
- #: contact_form.php:811
380
- #: contact_form.php:1457
381
  msgid "Message"
382
  msgstr "Viesti"
383
 
384
- #: contact_form.php:608
 
 
 
 
 
385
  msgid "Display additional info in the email"
386
  msgstr "Näytä lisätietoa sähköpostissa"
387
 
388
- #: contact_form.php:613
389
- #: contact_form.php:1410
390
  msgid "Sent from (ip address)"
391
  msgstr "Lähetetty osoitteesta (ip-osoite)"
392
 
393
- #: contact_form.php:613
394
  #, fuzzy
395
  msgid "Example: Sent from (IP address):\t127.0.0.1"
396
  msgstr "Lähetetty osoitteesta (ip-osoite)"
397
 
398
- #: contact_form.php:614
399
- #: contact_form.php:1415
400
  msgid "Date/Time"
401
  msgstr "Päivä/Aika"
402
 
403
- #: contact_form.php:614
404
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
405
  msgstr ""
406
 
407
- #: contact_form.php:615
408
- #: contact_form.php:1420
409
  msgid "Sent from (referer)"
410
  msgstr "Lähetetty (referer)"
411
 
412
- #: contact_form.php:615
413
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
414
  msgstr ""
415
 
416
- #: contact_form.php:616
417
- #: contact_form.php:1425
418
  msgid "Using (user agent)"
419
  msgstr "Käytetään (user agent)"
420
 
421
- #: contact_form.php:616
422
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
423
  msgstr ""
424
 
425
- #: contact_form.php:620
426
  msgid "Language settings for the field names in the form"
427
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
428
 
429
- #: contact_form.php:629
430
  msgid "Add a language"
431
  msgstr "Lisää kieli"
432
 
433
- #: contact_form.php:633
434
  msgid "Change the names of the contact form fields and error messages"
435
  msgstr ""
436
 
437
- #: contact_form.php:638
438
  #: contact_form.php:709
 
439
  msgid "English"
440
  msgstr "Englanti"
441
 
442
- #: contact_form.php:657
443
- #: contact_form.php:686
444
  msgid "Error message for the Name field"
445
  msgstr "Virheilmoitus nimikentälle"
446
 
447
- #: contact_form.php:658
448
- #: contact_form.php:687
449
  #, fuzzy
450
  msgid "Error message for the Address field"
451
  msgstr "Virheilmoitus viestikentälle"
452
 
453
- #: contact_form.php:659
454
- #: contact_form.php:688
455
  msgid "Error message for the Email field"
456
  msgstr "Virheilmoitus sähköpostikentälle"
457
 
458
- #: contact_form.php:660
459
- #: contact_form.php:689
460
  msgid "Error message for the Phone field"
461
  msgstr "Virheilmoitus puhelinnumerokentälle"
462
 
463
- #: contact_form.php:661
464
- #: contact_form.php:690
465
  msgid "Error message for the Subject field"
466
  msgstr "Virheilmoitus aihekentälle"
467
 
468
- #: contact_form.php:662
469
- #: contact_form.php:691
470
  msgid "Error message for the Message field"
471
  msgstr "Virheilmoitus viestikentälle"
472
 
473
- #: contact_form.php:663
474
- #: contact_form.php:692
475
  #, fuzzy
476
  msgid "Error message about the file type for the Attachment field"
477
  msgstr "Virheilmoitus liitekentälle"
478
 
479
- #: contact_form.php:664
480
- #: contact_form.php:693
481
  #, fuzzy
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr "Virheilmoitus liitekentälle"
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  #, fuzzy
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr "Virheilmoitus liitekentälle"
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  #, fuzzy
494
  msgid "Error message when file size limit for the Attachment field is exceeded"
495
  msgstr "Virheilmoitus liitekentälle"
496
 
497
- #: contact_form.php:667
498
- #: contact_form.php:696
499
  msgid "Error message for the Captcha field"
500
  msgstr "Virheilmoitus CAPTCHA:lle"
501
 
502
- #: contact_form.php:668
503
- #: contact_form.php:697
504
  msgid "Error message for the whole form"
505
  msgstr "Virheilmoitus koko lomakkeelle"
506
 
507
- #: contact_form.php:670
508
- #: contact_form.php:699
509
- #: contact_form.php:718
510
- #: contact_form.php:724
511
  msgid "Use shortcode"
512
  msgstr "Käytä shortcodea"
513
 
514
- #: contact_form.php:670
515
- #: contact_form.php:699
516
- #: contact_form.php:718
517
- #: contact_form.php:724
518
  msgid "for this language"
519
  msgstr "tälle kielelle"
520
 
521
- #: contact_form.php:706
522
  msgid "Action after email is sent"
523
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
524
 
525
- #: contact_form.php:708
526
  msgid "Display text"
527
  msgstr "Näytä teksti"
528
 
529
- #: contact_form.php:717
530
- #: contact_form.php:723
531
  msgid "Text"
532
  msgstr "Teksti"
533
 
534
- #: contact_form.php:730
535
  msgid "Redirect to the page"
536
  msgstr "Ohjaa sivulle"
537
 
538
- #: contact_form.php:731
539
  msgid "Url"
540
  msgstr "Url"
541
 
542
- #: contact_form.php:736
543
- #: contact_form.php:913
544
  msgid "Save Changes"
545
  msgstr "Tallenna muutokset"
546
 
547
- #: contact_form.php:753
548
  #, fuzzy
549
  msgid "Contact Form Pro | Extra Settings"
550
  msgstr "Yhteydenottolomakeasetukset"
551
 
552
- #: contact_form.php:767
553
  msgid "Errors output"
554
  msgstr ""
555
 
556
- #: contact_form.php:770
557
  msgid "Display error messages"
558
  msgstr ""
559
 
560
- #: contact_form.php:771
561
  msgid "Color of the input field errors."
562
  msgstr ""
563
 
564
- #: contact_form.php:772
565
  #, fuzzy
566
  msgid "Display error messages & color of the input field errors"
567
  msgstr "Virheilmoitus aihekentälle"
568
 
569
- #: contact_form.php:777
570
  msgid "Add placeholder to the input blocks"
571
  msgstr ""
572
 
573
- #: contact_form.php:783
574
  #, fuzzy
575
  msgid "Add tooltips"
576
  msgstr "Lisäasetukset"
577
 
578
- #: contact_form.php:797
579
  #, fuzzy
580
  msgid "Email address"
581
  msgstr "Sähköposti"
582
 
583
- #: contact_form.php:802
584
  #, fuzzy
585
  msgid "Phone Number"
586
  msgstr "Puhelinnumero:"
587
 
588
- #: contact_form.php:816
589
  #, fuzzy
590
  msgid "Attachment"
591
  msgstr "Liite:"
592
 
593
- #: contact_form.php:821
594
  msgid "(powered by bestwebsoft.com)"
595
  msgstr ""
596
 
597
- #: contact_form.php:826
598
  #, fuzzy
599
  msgid "Style options"
600
  msgstr "Lisäasetukset"
601
 
602
- #: contact_form.php:829
603
  msgid "Text color"
604
  msgstr ""
605
 
606
- #: contact_form.php:832
607
- #: contact_form.php:837
608
- #: contact_form.php:847
609
- #: contact_form.php:852
610
- #: contact_form.php:857
611
- #: contact_form.php:862
612
- #: contact_form.php:872
613
- #: contact_form.php:877
614
- #: contact_form.php:883
615
- #: contact_form.php:894
616
- #: contact_form.php:899
617
- #: contact_form.php:904
618
  msgid "Default"
619
  msgstr ""
620
 
621
- #: contact_form.php:834
622
  msgid "Label text color"
623
  msgstr ""
624
 
625
- #: contact_form.php:839
626
  msgid "Placeholder color"
627
  msgstr ""
628
 
629
- #: contact_form.php:844
630
  msgid "Errors color"
631
  msgstr ""
632
 
633
- #: contact_form.php:849
634
  msgid "Error text color"
635
  msgstr ""
636
 
637
- #: contact_form.php:854
638
  msgid "Background color of the input field errors"
639
  msgstr ""
640
 
641
- #: contact_form.php:859
642
  msgid "Border color of the input field errors"
643
  msgstr ""
644
 
645
- #: contact_form.php:864
646
  msgid "Placeholder color of the input field errors"
647
  msgstr ""
648
 
649
- #: contact_form.php:869
650
  msgid "Input fields"
651
  msgstr ""
652
 
653
- #: contact_form.php:874
654
  msgid "Input fields background color"
655
  msgstr ""
656
 
657
- #: contact_form.php:879
658
  msgid "Text fields color"
659
  msgstr ""
660
 
661
- #: contact_form.php:881
662
  msgid "Border width in px, numbers only"
663
  msgstr ""
664
 
665
- #: contact_form.php:885
666
- #: contact_form.php:906
667
  msgid "Border color"
668
  msgstr ""
669
 
670
- #: contact_form.php:890
671
  #, fuzzy
672
  msgid "Submit button"
673
  msgstr "Lähetä"
674
 
675
- #: contact_form.php:892
676
  msgid "Width in px, numbers only"
677
  msgstr ""
678
 
679
- #: contact_form.php:896
680
  msgid "Button color"
681
  msgstr ""
682
 
683
- #: contact_form.php:901
684
  msgid "Button text color"
685
  msgstr ""
686
 
687
- #: contact_form.php:917
688
  #, fuzzy
689
  msgid "Contact Form Pro | Preview"
690
  msgstr "Yhteydenottolomake"
691
 
692
- #: contact_form.php:920
693
  msgid "Show with errors"
694
  msgstr ""
695
 
696
- #: contact_form.php:928
697
- #: contact_form.php:930
698
  msgid "Please enter your full name..."
699
  msgstr ""
700
 
701
- #: contact_form.php:941
702
- #: contact_form.php:943
703
  msgid "Please enter your address..."
704
  msgstr ""
705
 
706
- #: contact_form.php:952
707
- #: contact_form.php:954
708
  #, fuzzy
709
  msgid "Please enter your email address..."
710
  msgstr "Käytä tätä sähköpostiosoitetta:"
711
 
712
- #: contact_form.php:963
713
- #: contact_form.php:965
714
  msgid "Please enter your phone number..."
715
  msgstr ""
716
 
717
- #: contact_form.php:974
718
- #: contact_form.php:976
719
  msgid "Please enter subject..."
720
  msgstr ""
721
 
722
- #: contact_form.php:984
723
- #: contact_form.php:986
724
  msgid "Please enter your message..."
725
  msgstr ""
726
 
727
- #: contact_form.php:997
728
  msgid "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"
729
  msgstr ""
730
 
731
- #: contact_form.php:1066
732
  msgid "Sorry, email message could not be delivered."
733
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
734
 
735
- #: contact_form.php:1150
736
  msgid "You can attach the following file formats"
737
  msgstr "Voit liittää seuraavia tiedostomuotoja"
738
 
739
- #: contact_form.php:1433
740
  msgid "Contact from"
741
  msgstr "Yhteydenottolomake"
742
 
743
- #: contact_form.php:1446
744
  msgid "Email"
745
  msgstr "Sähköposti"
746
 
747
- #: contact_form.php:1460
748
  msgid "Site"
749
  msgstr "Sivu"
750
 
751
- #: contact_form.php:1521
752
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
753
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
754
 
755
- #: contact_form.php:1585
756
  msgid "FAQ"
757
  msgstr "FAQ"
758
 
759
- #: contact_form.php:1586
760
  msgid "Support"
761
  msgstr "Tuki"
762
 
763
- #: contact_form.php:1645
764
  msgid "Are you sure that you want to delete this language data?"
765
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
766
 
@@ -775,10 +818,6 @@ msgstr "Oletko varma että haluat poistaa kielitiedot?"
775
  #, fuzzy
776
  #~ msgid "Please enter a valid email address."
777
  #~ msgstr "Käytä tätä sähköpostiosoitetta:"
778
-
779
- #, fuzzy
780
- #~ msgid "Pro plugins"
781
- #~ msgstr "Плагины BWS"
782
  #~ msgid "Activated plugins"
783
  #~ msgstr "Aktivoidut lisäosat"
784
  #~ msgid "Read more"
@@ -819,8 +858,6 @@ msgstr "Oletko varma että haluat poistaa kielitiedot?"
819
  #~ msgstr "Yhteydenottolomakeasetukset"
820
  #~ msgid "Display Attachment tips"
821
  #~ msgstr "Näytä liittämisvinkit."
822
- #~ msgid "Display a phone number field"
823
- #~ msgstr "Näytä puhelinnumerokenttä."
824
  #~ msgid "Please enter a valid email address. Settings are not saved."
825
  #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
826
  #~ msgid "E-Mail Address"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+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"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Yhteydenottolomakeasetukset"
32
  msgstr "Yhteydenottolomakeasetukset"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Yhteydenottolomake"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Nimi:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Sähköposti:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Sähköposti:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "Puhelinnumero:"
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Aihe:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Viesti:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Liite:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Lähetä minulle kopio"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Lähetä"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Nimikenttä pakollinen."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Anna toimiva sähköpostiosoite."
104
 
105
+ #: contact_form.php:85
106
  msgid "A valid email address is required."
107
  msgstr "Anna toimiva sähköpostiosoite."
108
 
109
+ #: contact_form.php:86
110
  msgid "Phone number is required."
111
  msgstr "Puhelinnumero pakollinen."
112
 
113
+ #: contact_form.php:87
114
  msgid "Subject is required."
115
  msgstr "Aihe pakollinen."
116
 
117
+ #: contact_form.php:88
118
  msgid "Message text is required."
119
  msgstr "Viestikenttä pakollinen."
120
 
121
+ #: contact_form.php:89
122
  msgid "File format is not valid."
123
  msgstr "Tiedostotyyppi virheellinen."
124
 
125
+ #: contact_form.php:90
126
  msgid "File upload error."
127
  msgstr ""
128
 
129
+ #: contact_form.php:91
130
  msgid "The file could not be uploaded."
131
  msgstr ""
132
 
133
+ #: contact_form.php:92
134
  msgid "This file is too large."
135
  msgstr ""
136
 
137
+ #: contact_form.php:93
138
  msgid "Please fill out the CAPTCHA."
139
  msgstr "Täytä CAPTCHA."
140
 
141
+ #: contact_form.php:94
142
  msgid "Please make corrections below and try again."
143
  msgstr "Tee allaolevat korjaukset ja yritä uudelleen."
144
 
145
+ #: contact_form.php:96
146
  msgid "Thank you for contacting us."
147
  msgstr "Kiitos yhteydenotostanne."
148
 
149
+ #: contact_form.php:188
150
+ #, fuzzy
151
+ msgid "requires"
152
+ msgstr "Vaaditut kentät"
153
+
154
+ #: contact_form.php:188
155
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
156
+ msgstr ""
157
+
158
+ #: contact_form.php:188
159
+ msgid "Back to the WordPress"
160
+ msgstr ""
161
+
162
+ #: contact_form.php:188
163
+ #, fuzzy
164
+ msgid "Plugins page"
165
+ msgstr "Плагины BWS"
166
+
167
+ #: contact_form.php:468
168
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
169
  msgstr "Jos 'Ohjaa sivulle' vaihtoehto on valittu, URL-kentän tulisi olla seuraavaa muotoa"
170
 
171
+ #: contact_form.php:477
172
  msgid "Such user does not exist. Settings are not saved."
173
  msgstr "Käyttäjää ei ole olemassa. Asetuksia ei tallennettu."
174
 
175
+ #: contact_form.php:481
176
+ #: contact_form.php:487
177
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
178
  msgstr "Anna toimiva sähköpostiosoite 'Lähettäjä' kenttään. Asetuksia ei tallennettu."
179
 
180
+ #: contact_form.php:492
181
  #, fuzzy
182
  msgid "Settings saved."
183
  msgstr "Asetukset tallennettu."
184
 
185
+ #: contact_form.php:516
186
+ #: contact_form.php:828
187
+ #: contact_form.php:1657
188
+ #: contact_form.php:1668
189
  msgid "Settings"
190
  msgstr "Asetukset"
191
 
192
+ #: contact_form.php:517
193
+ #: contact_form.php:829
194
  #, fuzzy
195
  msgid "Extra settings"
196
  msgstr "Asetukset"
197
 
198
+ #: contact_form.php:522
199
+ #: contact_form.php:1085
200
  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:"
201
  msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
202
 
203
+ #: contact_form.php:522
204
+ #: contact_form.php:523
205
+ #: contact_form.php:741
206
+ #: contact_form.php:789
207
  msgid "or"
208
  msgstr ""
209
 
210
+ #: contact_form.php:523
211
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
212
  msgstr ""
213
 
214
+ #: contact_form.php:524
215
  msgid "They work the same way."
216
  msgstr ""
217
 
218
+ #: contact_form.php:525
219
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
220
  msgstr "Jos jätät kentät tyhjäksi, viestit lähetetään rekisteröinnin yhteydessä määriteltyyn sähköpostiin."
221
 
222
+ #: contact_form.php:529
223
  msgid "The user's email address:"
224
  msgstr "Käyttäjän sähköpostiosoite:"
225
 
226
+ #: contact_form.php:533
227
  msgid "Create a username"
228
  msgstr "Luo käyttäjänimi."
229
 
230
+ #: contact_form.php:538
231
  msgid "Enter a username of the person who should get the messages from the contact form."
232
  msgstr "Syötä käyttäjänimi, jolle viestit lähetetään lomakkeesta."
233
 
234
+ #: contact_form.php:542
235
  msgid "Use this email address:"
236
  msgstr "Käytä tätä sähköpostiosoitetta:"
237
 
238
+ #: contact_form.php:545
239
  msgid "Enter the email address you want the messages forwarded to."
240
  msgstr "Sähköpostiosoite, johon viestit ohjataan."
241
 
242
+ #: contact_form.php:549
243
  msgid "Add department selectbox to the contact form:"
244
  msgstr ""
245
 
246
+ #: contact_form.php:552
247
+ #: contact_form.php:833
248
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
249
  msgstr ""
250
 
251
+ #: contact_form.php:560
252
+ msgid "Save emails to the database"
253
+ msgstr ""
254
+
255
+ #: contact_form.php:568
256
+ #: contact_form.php:571
257
+ #: contact_form.php:575
258
+ msgid "Using Contact Form to DB powered by"
259
+ msgstr ""
260
+
261
+ #: contact_form.php:571
262
+ #, fuzzy
263
+ msgid "Activate Contact Form to DB"
264
+ msgstr "Yhteydenottolomake"
265
+
266
+ #: contact_form.php:575
267
+ #, fuzzy
268
+ msgid "Download Contact Form to DB"
269
+ msgstr "Yhteydenottolomake"
270
+
271
+ #: contact_form.php:580
272
  msgid "Additional options"
273
  msgstr "Lisäasetukset"
274
 
275
+ #: contact_form.php:583
276
  msgid "What to use?"
277
  msgstr "Mitä käyttää?"
278
 
279
+ #: contact_form.php:586
280
  msgid "Wp-mail"
281
  msgstr "Wp-sähköposti"
282
 
283
+ #: contact_form.php:586
284
  msgid "You can use the wp_mail function for mailing"
285
  msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
286
 
287
+ #: contact_form.php:588
288
  msgid "Mail"
289
  msgstr "Sähköposti"
290
 
291
+ #: contact_form.php:588
292
  msgid "To send mail you can use the php mail function"
293
  msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
294
 
295
+ #: contact_form.php:592
296
  #, fuzzy
297
  msgid "The text in the 'From' field"
298
  msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
299
 
300
+ #: contact_form.php:594
301
  msgid "User name"
302
  msgstr ""
303
 
304
+ #: contact_form.php:595
305
  #, fuzzy
306
  msgid "The name of the user who fills the form will be used in the field 'From'."
307
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
308
 
309
+ #: contact_form.php:600
310
  #, fuzzy
311
  msgid "This text 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:604
315
  #, fuzzy
316
  msgid "The email address in the 'From' field"
317
  msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Näytä teksti"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Sähköposti"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr "Puhelinnumero"
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Näytä liitelaatikko."
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Aktivoidut lisäosat"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Lataa"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Näytä liitelaatikon allaolevat vinkit."
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Näytä Lähetä minulle kopio- laatikko"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr "Vaaditut kentät"
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Nimi"
405
 
406
+ #: contact_form.php:666
407
  msgid "Email Address"
408
  msgstr "Sähköposti"
409
 
410
+ #: contact_form.php:668
411
+ #: contact_form.php:880
412
+ #: contact_form.php:1536
413
  msgid "Subject"
414
  msgstr "Aihe"
415
 
416
+ #: contact_form.php:669
417
+ #: contact_form.php:884
418
+ #: contact_form.php:1539
419
  msgid "Message"
420
  msgstr "Viesti"
421
 
422
+ #: contact_form.php:673
423
+ #, fuzzy
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr "Näytä puhelinnumerokenttä."
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr "Näytä lisätietoa sähköpostissa"
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Lähetetty osoitteesta (ip-osoite)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Lähetetty osoitteesta (ip-osoite)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Päivä/Aika"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "Lähetetty (referer)"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "Käytetään (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr "Kieliasetukset kenttien nimille lomakkeessa"
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr "Lisää kieli"
475
 
476
+ #: contact_form.php:704
477
  msgid "Change the names of the contact form fields and error messages"
478
  msgstr ""
479
 
 
480
  #: contact_form.php:709
481
+ #: contact_form.php:780
482
  msgid "English"
483
  msgstr "Englanti"
484
 
485
+ #: contact_form.php:728
486
+ #: contact_form.php:757
487
  msgid "Error message for the Name field"
488
  msgstr "Virheilmoitus nimikentälle"
489
 
490
+ #: contact_form.php:729
491
+ #: contact_form.php:758
492
  #, fuzzy
493
  msgid "Error message for the Address field"
494
  msgstr "Virheilmoitus viestikentälle"
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr "Virheilmoitus sähköpostikentälle"
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr "Virheilmoitus puhelinnumerokentälle"
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr "Virheilmoitus aihekentälle"
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr "Virheilmoitus viestikentälle"
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  #, fuzzy
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr "Virheilmoitus liitekentälle"
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  #, fuzzy
525
  msgid "Error message while uploading a file for the Attachment field to the server"
526
  msgstr "Virheilmoitus liitekentälle"
527
 
528
+ #: contact_form.php:736
529
+ #: contact_form.php:765
530
  #, fuzzy
531
  msgid "Error message while moving the file for the Attachment field"
532
  msgstr "Virheilmoitus liitekentälle"
533
 
534
+ #: contact_form.php:737
535
+ #: contact_form.php:766
536
  #, fuzzy
537
  msgid "Error message when file size limit for the Attachment field is exceeded"
538
  msgstr "Virheilmoitus liitekentälle"
539
 
540
+ #: contact_form.php:738
541
+ #: contact_form.php:767
542
  msgid "Error message for the Captcha field"
543
  msgstr "Virheilmoitus CAPTCHA:lle"
544
 
545
+ #: contact_form.php:739
546
+ #: contact_form.php:768
547
  msgid "Error message for the whole form"
548
  msgstr "Virheilmoitus koko lomakkeelle"
549
 
550
+ #: contact_form.php:741
551
+ #: contact_form.php:770
552
+ #: contact_form.php:789
553
+ #: contact_form.php:795
554
  msgid "Use shortcode"
555
  msgstr "Käytä shortcodea"
556
 
557
+ #: contact_form.php:741
558
+ #: contact_form.php:770
559
+ #: contact_form.php:789
560
+ #: contact_form.php:795
561
  msgid "for this language"
562
  msgstr "tälle kielelle"
563
 
564
+ #: contact_form.php:777
565
  msgid "Action after email is sent"
566
  msgstr "Toiminta sähköpostin lähetyksen jälkeen"
567
 
568
+ #: contact_form.php:779
569
  msgid "Display text"
570
  msgstr "Näytä teksti"
571
 
572
+ #: contact_form.php:788
573
+ #: contact_form.php:794
574
  msgid "Text"
575
  msgstr "Teksti"
576
 
577
+ #: contact_form.php:802
578
  msgid "Redirect to the page"
579
  msgstr "Ohjaa sivulle"
580
 
581
+ #: contact_form.php:803
582
  msgid "Url"
583
  msgstr "Url"
584
 
585
+ #: contact_form.php:809
586
+ #: contact_form.php:986
587
  msgid "Save Changes"
588
  msgstr "Tallenna muutokset"
589
 
590
+ #: contact_form.php:826
591
  #, fuzzy
592
  msgid "Contact Form Pro | Extra Settings"
593
  msgstr "Yhteydenottolomakeasetukset"
594
 
595
+ #: contact_form.php:840
596
  msgid "Errors output"
597
  msgstr ""
598
 
599
+ #: contact_form.php:843
600
  msgid "Display error messages"
601
  msgstr ""
602
 
603
+ #: contact_form.php:844
604
  msgid "Color of the input field errors."
605
  msgstr ""
606
 
607
+ #: contact_form.php:845
608
  #, fuzzy
609
  msgid "Display error messages & color of the input field errors"
610
  msgstr "Virheilmoitus aihekentälle"
611
 
612
+ #: contact_form.php:850
613
  msgid "Add placeholder to the input blocks"
614
  msgstr ""
615
 
616
+ #: contact_form.php:856
617
  #, fuzzy
618
  msgid "Add tooltips"
619
  msgstr "Lisäasetukset"
620
 
621
+ #: contact_form.php:870
622
  #, fuzzy
623
  msgid "Email address"
624
  msgstr "Sähköposti"
625
 
626
+ #: contact_form.php:875
627
  #, fuzzy
628
  msgid "Phone Number"
629
  msgstr "Puhelinnumero:"
630
 
631
+ #: contact_form.php:889
632
  #, fuzzy
633
  msgid "Attachment"
634
  msgstr "Liite:"
635
 
636
+ #: contact_form.php:894
637
  msgid "(powered by bestwebsoft.com)"
638
  msgstr ""
639
 
640
+ #: contact_form.php:899
641
  #, fuzzy
642
  msgid "Style options"
643
  msgstr "Lisäasetukset"
644
 
645
+ #: contact_form.php:902
646
  msgid "Text color"
647
  msgstr ""
648
 
649
+ #: contact_form.php:905
650
+ #: contact_form.php:910
651
+ #: contact_form.php:920
652
+ #: contact_form.php:925
653
+ #: contact_form.php:930
654
+ #: contact_form.php:935
655
+ #: contact_form.php:945
656
+ #: contact_form.php:950
657
+ #: contact_form.php:956
658
+ #: contact_form.php:967
659
+ #: contact_form.php:972
660
+ #: contact_form.php:977
661
  msgid "Default"
662
  msgstr ""
663
 
664
+ #: contact_form.php:907
665
  msgid "Label text color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:912
669
  msgid "Placeholder color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:917
673
  msgid "Errors color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:922
677
  msgid "Error text color"
678
  msgstr ""
679
 
680
+ #: contact_form.php:927
681
  msgid "Background color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:932
685
  msgid "Border color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:937
689
  msgid "Placeholder color of the input field errors"
690
  msgstr ""
691
 
692
+ #: contact_form.php:942
693
  msgid "Input fields"
694
  msgstr ""
695
 
696
+ #: contact_form.php:947
697
  msgid "Input fields background color"
698
  msgstr ""
699
 
700
+ #: contact_form.php:952
701
  msgid "Text fields color"
702
  msgstr ""
703
 
704
+ #: contact_form.php:954
705
  msgid "Border width in px, numbers only"
706
  msgstr ""
707
 
708
+ #: contact_form.php:958
709
+ #: contact_form.php:979
710
  msgid "Border color"
711
  msgstr ""
712
 
713
+ #: contact_form.php:963
714
  #, fuzzy
715
  msgid "Submit button"
716
  msgstr "Lähetä"
717
 
718
+ #: contact_form.php:965
719
  msgid "Width in px, numbers only"
720
  msgstr ""
721
 
722
+ #: contact_form.php:969
723
  msgid "Button color"
724
  msgstr ""
725
 
726
+ #: contact_form.php:974
727
  msgid "Button text color"
728
  msgstr ""
729
 
730
+ #: contact_form.php:990
731
  #, fuzzy
732
  msgid "Contact Form Pro | Preview"
733
  msgstr "Yhteydenottolomake"
734
 
735
+ #: contact_form.php:993
736
  msgid "Show with errors"
737
  msgstr ""
738
 
739
+ #: contact_form.php:1001
740
+ #: contact_form.php:1003
741
  msgid "Please enter your full name..."
742
  msgstr ""
743
 
744
+ #: contact_form.php:1014
745
+ #: contact_form.php:1016
746
  msgid "Please enter your address..."
747
  msgstr ""
748
 
749
+ #: contact_form.php:1025
750
+ #: contact_form.php:1027
751
  #, fuzzy
752
  msgid "Please enter your email address..."
753
  msgstr "Käytä tätä sähköpostiosoitetta:"
754
 
755
+ #: contact_form.php:1036
756
+ #: contact_form.php:1038
757
  msgid "Please enter your phone number..."
758
  msgstr ""
759
 
760
+ #: contact_form.php:1047
761
+ #: contact_form.php:1049
762
  msgid "Please enter subject..."
763
  msgstr ""
764
 
765
+ #: contact_form.php:1057
766
+ #: contact_form.php:1059
767
  msgid "Please enter your message..."
768
  msgstr ""
769
 
770
+ #: contact_form.php:1070
771
  msgid "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"
772
  msgstr ""
773
 
774
+ #: contact_form.php:1137
775
  msgid "Sorry, email message could not be delivered."
776
  msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
777
 
778
+ #: contact_form.php:1221
779
  msgid "You can attach the following file formats"
780
  msgstr "Voit liittää seuraavia tiedostomuotoja"
781
 
782
+ #: contact_form.php:1515
783
  msgid "Contact from"
784
  msgstr "Yhteydenottolomake"
785
 
786
+ #: contact_form.php:1528
787
  msgid "Email"
788
  msgstr "Sähköposti"
789
 
790
+ #: contact_form.php:1542
791
  msgid "Site"
792
  msgstr "Sivu"
793
 
794
+ #: contact_form.php:1605
795
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
796
  msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
797
 
798
+ #: contact_form.php:1669
799
  msgid "FAQ"
800
  msgstr "FAQ"
801
 
802
+ #: contact_form.php:1670
803
  msgid "Support"
804
  msgstr "Tuki"
805
 
806
+ #: contact_form.php:1727
807
  msgid "Are you sure that you want to delete this language data?"
808
  msgstr "Oletko varma että haluat poistaa kielitiedot?"
809
 
818
  #, fuzzy
819
  #~ msgid "Please enter a valid email address."
820
  #~ msgstr "Käytä tätä sähköpostiosoitetta:"
 
 
 
 
821
  #~ msgid "Activated plugins"
822
  #~ msgstr "Aktivoidut lisäosat"
823
  #~ msgid "Read more"
858
  #~ msgstr "Yhteydenottolomakeasetukset"
859
  #~ msgid "Display Attachment tips"
860
  #~ msgstr "Näytä liittämisvinkit."
 
 
861
  #~ msgid "Please enter a valid email address. Settings are not saved."
862
  #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
863
  #~ msgid "E-Mail Address"
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:32
21
- #: contact_form.php:466
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
@@ -31,708 +31,751 @@ msgid "Contact Form Pro Extra Settings"
31
  msgstr "Options supplémentaires de la version Pro pour le formulaire de Contact"
32
 
33
  #: contact_form.php:33
34
- #: contact_form.php:507
35
- #: contact_form.php:761
36
  msgid "Contact Form Pro"
37
  msgstr "Formulaire Pro de Contact"
38
 
39
- #: contact_form.php:73
40
- #: contact_form.php:648
41
- #: contact_form.php:677
42
  msgid "Name:"
43
  msgstr "Nom:"
44
 
45
- #: contact_form.php:74
46
- #: contact_form.php:649
47
- #: contact_form.php:678
48
  msgid "Address:"
49
  msgstr "Adresse :"
50
 
51
- #: contact_form.php:75
52
- #: contact_form.php:650
53
- #: contact_form.php:679
54
  msgid "Email Address:"
55
  msgstr "Adresse e-mail:"
56
 
57
- #: contact_form.php:76
58
- #: contact_form.php:651
59
- #: contact_form.php:680
60
  msgid "Phone number:"
61
  msgstr "Téléphone:"
62
 
63
- #: contact_form.php:77
64
- #: contact_form.php:652
65
- #: contact_form.php:681
66
  msgid "Subject:"
67
  msgstr "Sujet:"
68
 
69
- #: contact_form.php:78
70
- #: contact_form.php:653
71
- #: contact_form.php:682
72
  msgid "Message:"
73
  msgstr "Message:"
74
 
75
- #: contact_form.php:79
76
- #: contact_form.php:654
77
- #: contact_form.php:683
78
  msgid "Attachment:"
79
  msgstr "Pièce-jointe:"
80
 
81
- #: contact_form.php:80
82
- #: contact_form.php:655
83
- #: contact_form.php:684
84
  msgid "Send me a copy"
85
  msgstr "M'envoyer une copie"
86
 
87
- #: contact_form.php:81
88
- #: contact_form.php:656
89
- #: contact_form.php:685
90
  msgid "Submit"
91
  msgstr "Envoyer"
92
 
93
- #: contact_form.php:82
94
  msgid "Your name is required."
95
  msgstr "Un nom est obligatoire."
96
 
97
- #: contact_form.php:83
98
  msgid "Address is required."
99
  msgstr "Une adresse est obligatoire."
100
 
101
- #: contact_form.php:84
102
  msgid "A valid email address is required."
103
  msgstr "Une adresse e-mail valide est obligatoire."
104
 
105
- #: contact_form.php:85
106
  msgid "Phone number is required."
107
  msgstr "Le numéro de téléphone est obligatoire."
108
 
109
- #: contact_form.php:86
110
  msgid "Subject is required."
111
  msgstr "Sujet obligatoire."
112
 
113
- #: contact_form.php:87
114
  msgid "Message text is required."
115
  msgstr "Un message est obligatoire."
116
 
117
- #: contact_form.php:88
118
  msgid "File format is not valid."
119
  msgstr "La pièce-jointe n'est pas valide."
120
 
121
- #: contact_form.php:89
122
  msgid "File upload error."
123
  msgstr "Erreur de chargement du fichier."
124
 
125
- #: contact_form.php:90
126
  msgid "The file could not be uploaded."
127
  msgstr "Le fichier n'a pas pu être envoyé."
128
 
129
- #: contact_form.php:91
130
  msgid "This file is too large."
131
  msgstr "Le fichier est trop volumineux."
132
 
133
- #: contact_form.php:92
134
  msgid "Please fill out the CAPTCHA."
135
  msgstr "Merci de compléter le CAPTCHA."
136
 
137
- #: contact_form.php:93
138
  msgid "Please make corrections below and try again."
139
  msgstr "Merci de faire les corrections suivantes et de réessayer."
140
 
141
- #: contact_form.php:95
142
  msgid "Thank you for contacting us."
143
  msgstr "Merci de nous avoir contacté."
144
 
145
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
147
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
148
 
149
- #: contact_form.php:431
150
  msgid "Such user does not exist. Settings are not saved."
151
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
152
 
153
- #: contact_form.php:435
154
- #: contact_form.php:441
155
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
156
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
157
 
158
- #: contact_form.php:446
159
  msgid "Settings saved."
160
  msgstr "Options sauvegardées."
161
 
162
- #: contact_form.php:470
163
- #: contact_form.php:755
164
- #: contact_form.php:1573
165
- #: contact_form.php:1584
166
  msgid "Settings"
167
  msgstr "Réglages"
168
 
169
- #: contact_form.php:471
170
- #: contact_form.php:756
171
  msgid "Extra settings"
172
  msgstr "Options supplémentaires"
173
 
174
- #: contact_form.php:476
175
- #: contact_form.php:1012
176
  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:"
177
  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:"
178
 
179
- #: contact_form.php:476
180
- #: contact_form.php:477
181
- #: contact_form.php:670
182
- #: contact_form.php:718
183
  msgid "or"
184
  msgstr "ou"
185
 
186
- #: contact_form.php:477
187
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
188
  msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
189
 
190
- #: contact_form.php:478
191
  msgid "They work the same way."
192
  msgstr "Ils fonctionnent de la même manière."
193
 
194
- #: contact_form.php:479
195
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
196
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
197
 
198
- #: contact_form.php:483
199
  msgid "The user's email address:"
200
  msgstr "Utiliser l'e-mail du compte wordpress:"
201
 
202
- #: contact_form.php:487
203
  msgid "Create a username"
204
  msgstr "Choisir un nom d'utilisateur"
205
 
206
- #: contact_form.php:492
207
  msgid "Enter a username of the person who should get the messages from the contact form."
208
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
209
 
210
- #: contact_form.php:496
211
  msgid "Use this email address:"
212
  msgstr "Utiliser cette adresse e-mail:"
213
 
214
- #: contact_form.php:499
215
  msgid "Enter the email address you want the messages forwarded to."
216
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
217
 
218
- #: contact_form.php:503
219
  msgid "Add department selectbox to the contact form:"
220
  msgstr ""
221
 
222
- #: contact_form.php:506
223
- #: contact_form.php:760
224
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
225
  msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
226
 
227
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
228
  msgid "Additional options"
229
  msgstr "Options supplémentaires"
230
 
231
- #: contact_form.php:518
232
  msgid "What to use?"
233
  msgstr "Quelle méthode d'envoie ?"
234
 
235
- #: contact_form.php:521
236
  msgid "Wp-mail"
237
  msgstr "Wp-mail"
238
 
239
- #: contact_form.php:522
240
  msgid "You can use the wp_mail function for mailing"
241
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
242
 
243
- #: contact_form.php:528
244
  msgid "Mail"
245
  msgstr "E-mail"
246
 
247
- #: contact_form.php:529
248
  msgid "To send mail you can use the php mail function"
249
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
250
 
251
- #: contact_form.php:533
252
  #, fuzzy
253
  msgid "The text in the 'From' field"
254
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
255
 
256
- #: contact_form.php:535
257
  #, fuzzy
258
  msgid "User name"
259
  msgstr "E-mail de l'utlisateur"
260
 
261
- #: contact_form.php:535
262
  #, fuzzy
263
  msgid "The name of the user who fills the form will be used in the field 'From'."
264
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
265
 
266
- #: contact_form.php:537
267
  #, fuzzy
268
  msgid "This text will be used in the 'FROM' field"
269
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
270
 
271
- #: contact_form.php:541
272
  #, fuzzy
273
  msgid "The email address in the 'From' field"
274
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
275
 
276
- #: contact_form.php:543
277
  msgid "User email"
278
  msgstr "E-mail de l'utlisateur"
279
 
280
- #: contact_form.php:543
281
  msgid "The email address of the user who fills the form will be used in the field 'From'."
282
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
283
 
284
- #: contact_form.php:545
285
  msgid "This email address will be used in the 'From' field."
286
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
287
 
288
- #: contact_form.php:549
289
  msgid "Display fields"
290
  msgstr "Afficher le texte"
291
 
292
- #: contact_form.php:551
293
- #: contact_form.php:600
294
- #: contact_form.php:792
295
- #: contact_form.php:1443
296
  msgid "Address"
297
  msgstr "Adresse"
298
 
299
- #: contact_form.php:552
300
- #: contact_form.php:602
301
- #: contact_form.php:1451
302
  msgid "Phone"
303
  msgstr "Téléphone"
304
 
305
- #: contact_form.php:553
306
  msgid "Attachment block"
307
  msgstr "Bloc pièce-jointe"
308
 
309
- #: contact_form.php:553
310
  msgid "Users can attach the following file formats"
311
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
312
 
313
- #: contact_form.php:565
314
- #: contact_form.php:568
315
- #: contact_form.php:571
316
- #: contact_form.php:821
317
  msgid "Captcha"
318
  msgstr "Captcha"
319
 
320
- #: contact_form.php:565
321
- #: contact_form.php:568
322
- #: contact_form.php:571
323
  msgid "powered by"
324
  msgstr "propulsé par"
325
 
326
- #: contact_form.php:568
327
  msgid "Activate captcha"
328
  msgstr "Activé le captcha"
329
 
330
- #: contact_form.php:571
331
  msgid "Download captcha"
332
  msgstr "Télécharger le captcha"
333
 
334
- #: contact_form.php:576
335
  msgid "Display tips below the Attachment block"
336
  msgstr "Afficher les explications après le bloc des pièces jointes"
337
 
338
- #: contact_form.php:585
339
  msgid "Delete an attachment file from the server after the email is sent"
340
  msgstr "Supprimer un fichier joint sur le serveur après l'envoie de l'e-mail"
341
 
342
- #: contact_form.php:591
343
  msgid "Display 'Send me a copy' block"
344
  msgstr "Afficher le bloc \"S'envoyer une copie\""
345
 
346
- #: contact_form.php:597
347
  msgid "Required fields"
348
  msgstr "Champs obligatoires"
349
 
350
- #: contact_form.php:599
351
- #: contact_form.php:787
352
- #: contact_form.php:1438
353
  msgid "Name"
354
  msgstr "Nom"
355
 
356
- #: contact_form.php:601
357
  msgid "Email Address"
358
  msgstr "Adresse e-mail"
359
 
360
- #: contact_form.php:603
361
- #: contact_form.php:807
362
- #: contact_form.php:1454
363
  msgid "Subject"
364
  msgstr "Sujet"
365
 
366
- #: contact_form.php:604
367
- #: contact_form.php:811
368
- #: contact_form.php:1457
369
  msgid "Message"
370
  msgstr "Message"
371
 
372
- #: contact_form.php:608
 
 
 
 
 
373
  msgid "Display additional info in the email"
374
  msgstr "Afficher les informations complémentaires dans le courriel"
375
 
376
- #: contact_form.php:613
377
- #: contact_form.php:1410
378
  msgid "Sent from (ip address)"
379
  msgstr "Envoyé de (adresse IP)"
380
 
381
- #: contact_form.php:613
382
  msgid "Example: Sent from (IP address):\t127.0.0.1"
383
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
384
 
385
- #: contact_form.php:614
386
- #: contact_form.php:1415
387
  msgid "Date/Time"
388
  msgstr "Date/Heure"
389
 
390
- #: contact_form.php:614
391
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
392
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
393
 
394
- #: contact_form.php:615
395
- #: contact_form.php:1420
396
  msgid "Sent from (referer)"
397
  msgstr "Envoyer de (référence)"
398
 
399
- #: contact_form.php:615
400
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
401
  msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
402
 
403
- #: contact_form.php:616
404
- #: contact_form.php:1425
405
  msgid "Using (user agent)"
406
  msgstr "Depuis (navigateur)"
407
 
408
- #: contact_form.php:616
409
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
410
  msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
411
 
412
- #: contact_form.php:620
413
  msgid "Language settings for the field names in the form"
414
  msgstr "Définition des langues pour les titres des champs"
415
 
416
- #: contact_form.php:629
417
  msgid "Add a language"
418
  msgstr "Ajouter une langue"
419
 
420
- #: contact_form.php:633
421
  msgid "Change the names of the contact form fields and error messages"
422
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
423
 
424
- #: contact_form.php:638
425
  #: contact_form.php:709
 
426
  msgid "English"
427
  msgstr "Anglais"
428
 
429
- #: contact_form.php:657
430
- #: contact_form.php:686
431
  msgid "Error message for the Name field"
432
  msgstr "Message d'erreur pour le champ nom"
433
 
434
- #: contact_form.php:658
435
- #: contact_form.php:687
436
  msgid "Error message for the Address field"
437
  msgstr "Message d'erreur pour le champ Adresse"
438
 
439
- #: contact_form.php:659
440
- #: contact_form.php:688
441
  msgid "Error message for the Email field"
442
  msgstr "Message d'erreur pour le champ e-mail"
443
 
444
- #: contact_form.php:660
445
- #: contact_form.php:689
446
  msgid "Error message for the Phone field"
447
  msgstr "Message d'erreur pour le champ téléphone"
448
 
449
- #: contact_form.php:661
450
- #: contact_form.php:690
451
  msgid "Error message for the Subject field"
452
  msgstr "Message d'erreur pour le champ sujet"
453
 
454
- #: contact_form.php:662
455
- #: contact_form.php:691
456
  msgid "Error message for the Message field"
457
  msgstr "Message d'erreur pour le champ message"
458
 
459
- #: contact_form.php:663
460
- #: contact_form.php:692
461
  msgid "Error message about the file type for the Attachment field"
462
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
463
 
464
- #: contact_form.php:664
465
- #: contact_form.php:693
466
  msgid "Error message while uploading a file for the Attachment field to the server"
467
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
468
 
469
- #: contact_form.php:665
470
- #: contact_form.php:694
471
  msgid "Error message while moving the file for the Attachment field"
472
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
473
 
474
- #: contact_form.php:666
475
- #: contact_form.php:695
476
  msgid "Error message when file size limit for the Attachment field is exceeded"
477
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
478
 
479
- #: contact_form.php:667
480
- #: contact_form.php:696
481
  msgid "Error message for the Captcha field"
482
  msgstr "Message d'erreur pour le captcha"
483
 
484
- #: contact_form.php:668
485
- #: contact_form.php:697
486
  msgid "Error message for the whole form"
487
  msgstr "Message d'erreur demandant à compléter les champs manquants"
488
 
489
- #: contact_form.php:670
490
- #: contact_form.php:699
491
- #: contact_form.php:718
492
- #: contact_form.php:724
493
  msgid "Use shortcode"
494
  msgstr "Utiliser le code court"
495
 
496
- #: contact_form.php:670
497
- #: contact_form.php:699
498
- #: contact_form.php:718
499
- #: contact_form.php:724
500
  msgid "for this language"
501
  msgstr "pour cette langue"
502
 
503
- #: contact_form.php:706
504
  msgid "Action after email is sent"
505
  msgstr "Action après l'envoie de l'e-mail"
506
 
507
- #: contact_form.php:708
508
  msgid "Display text"
509
  msgstr "Afficher le texte"
510
 
511
- #: contact_form.php:717
512
- #: contact_form.php:723
513
  msgid "Text"
514
  msgstr "Texte"
515
 
516
- #: contact_form.php:730
517
  msgid "Redirect to the page"
518
  msgstr "Rediriger vers la page"
519
 
520
- #: contact_form.php:731
521
  msgid "Url"
522
  msgstr "Url"
523
 
524
- #: contact_form.php:736
525
- #: contact_form.php:913
526
  msgid "Save Changes"
527
  msgstr "Sauvegarder les modifications"
528
 
529
- #: contact_form.php:753
530
  msgid "Contact Form Pro | Extra Settings"
531
  msgstr "Formulaire Pro de Contact | Options supplémentaires"
532
 
533
- #: contact_form.php:767
534
  msgid "Errors output"
535
  msgstr "Affichage des erreurs"
536
 
537
- #: contact_form.php:770
538
  msgid "Display error messages"
539
  msgstr "Aficher les messages d'erreur"
540
 
541
- #: contact_form.php:771
542
  msgid "Color of the input field errors."
543
  msgstr "Mettre en couleur les champs ayant des erreurs"
544
 
545
- #: contact_form.php:772
546
  msgid "Display error messages & color of the input field errors"
547
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
548
 
549
- #: contact_form.php:777
550
  msgid "Add placeholder to the input blocks"
551
  msgstr "Ajouter la localisation dans le bloc de saisie"
552
 
553
- #: contact_form.php:783
554
  msgid "Add tooltips"
555
  msgstr "Ajouter les conseils"
556
 
557
- #: contact_form.php:797
558
  msgid "Email address"
559
  msgstr "Adresse e-mail"
560
 
561
- #: contact_form.php:802
562
  msgid "Phone Number"
563
  msgstr "Téléphone"
564
 
565
- #: contact_form.php:816
566
  msgid "Attachment"
567
  msgstr "Pièce-jointe"
568
 
569
- #: contact_form.php:821
570
  msgid "(powered by bestwebsoft.com)"
571
  msgstr "(fourni par bestwebsoft.com)"
572
 
573
- #: contact_form.php:826
574
  msgid "Style options"
575
  msgstr "Options de style"
576
 
577
- #: contact_form.php:829
578
  msgid "Text color"
579
  msgstr "Couleur du texte"
580
 
581
- #: contact_form.php:832
582
- #: contact_form.php:837
583
- #: contact_form.php:847
584
- #: contact_form.php:852
585
- #: contact_form.php:857
586
- #: contact_form.php:862
587
- #: contact_form.php:872
588
- #: contact_form.php:877
589
- #: contact_form.php:883
590
- #: contact_form.php:894
591
- #: contact_form.php:899
592
- #: contact_form.php:904
593
  msgid "Default"
594
  msgstr "Défaut"
595
 
596
- #: contact_form.php:834
597
  msgid "Label text color"
598
  msgstr "Couleur des textes des intitulés"
599
 
600
- #: contact_form.php:839
601
  msgid "Placeholder color"
602
  msgstr "Couleur pour la localisation"
603
 
604
- #: contact_form.php:844
605
  msgid "Errors color"
606
  msgstr "Couleur pour les erreurs"
607
 
608
- #: contact_form.php:849
609
  msgid "Error text color"
610
  msgstr "Couleur pour le texte des erreurs"
611
 
612
- #: contact_form.php:854
613
  msgid "Background color of the input field errors"
614
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
615
 
616
- #: contact_form.php:859
617
  msgid "Border color of the input field errors"
618
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
619
 
620
- #: contact_form.php:864
621
  msgid "Placeholder color of the input field errors"
622
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
623
 
624
- #: contact_form.php:869
625
  msgid "Input fields"
626
  msgstr "Champs de saisie"
627
 
628
- #: contact_form.php:874
629
  msgid "Input fields background color"
630
  msgstr "Couleur de fond pour les champs de saisie"
631
 
632
- #: contact_form.php:879
633
  msgid "Text fields color"
634
  msgstr "Couleur pour les textes des champs de saisie"
635
 
636
- #: contact_form.php:881
637
  msgid "Border width in px, numbers only"
638
  msgstr "Largeur des bordures en px, nombre seulement"
639
 
640
- #: contact_form.php:885
641
- #: contact_form.php:906
642
  msgid "Border color"
643
  msgstr "Couleur des bordures"
644
 
645
- #: contact_form.php:890
646
  msgid "Submit button"
647
  msgstr "Bouton Envoyer"
648
 
649
- #: contact_form.php:892
650
  msgid "Width in px, numbers only"
651
  msgstr "Largeur en px, nombre seulement"
652
 
653
- #: contact_form.php:896
654
  msgid "Button color"
655
  msgstr "Couleur du bouton"
656
 
657
- #: contact_form.php:901
658
  msgid "Button text color"
659
  msgstr "Couleur du texte du bouton"
660
 
661
- #: contact_form.php:917
662
  msgid "Contact Form Pro | Preview"
663
  msgstr "Formulaire Pro de Contact | Prévisualisation"
664
 
665
- #: contact_form.php:920
666
  msgid "Show with errors"
667
  msgstr "Afficher avec les erreurs"
668
 
669
- #: contact_form.php:928
670
- #: contact_form.php:930
671
  msgid "Please enter your full name..."
672
  msgstr "Merci de saisir votre nom..."
673
 
674
- #: contact_form.php:941
675
- #: contact_form.php:943
676
  msgid "Please enter your address..."
677
  msgstr "Merci de saisir votre adresse..."
678
 
679
- #: contact_form.php:952
680
- #: contact_form.php:954
681
  msgid "Please enter your email address..."
682
  msgstr "Merci de saisir votre adresse e-mail..."
683
 
684
- #: contact_form.php:963
685
- #: contact_form.php:965
686
  msgid "Please enter your phone number..."
687
  msgstr "Merci de saisir votre numéro de téléphone..."
688
 
689
- #: contact_form.php:974
690
- #: contact_form.php:976
691
  msgid "Please enter subject..."
692
  msgstr "Merci de saisir le sujet..."
693
 
694
- #: contact_form.php:984
695
- #: contact_form.php:986
696
  msgid "Please enter your message..."
697
  msgstr "Merci de saisir votre message..."
698
 
699
- #: contact_form.php:997
700
  msgid "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"
701
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
702
 
703
- #: contact_form.php:1066
704
  msgid "Sorry, email message could not be delivered."
705
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
706
 
707
- #: contact_form.php:1150
708
  msgid "You can attach the following file formats"
709
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
710
 
711
- #: contact_form.php:1433
712
  msgid "Contact from"
713
  msgstr "Contact de"
714
 
715
- #: contact_form.php:1446
716
  msgid "Email"
717
  msgstr "E-mail"
718
 
719
- #: contact_form.php:1460
720
  msgid "Site"
721
  msgstr "Site"
722
 
723
- #: contact_form.php:1521
724
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
725
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
726
 
727
- #: contact_form.php:1585
728
  msgid "FAQ"
729
  msgstr "FAQ"
730
 
731
- #: contact_form.php:1586
732
  msgid "Support"
733
  msgstr "Support"
734
 
735
- #: contact_form.php:1645
736
  msgid "Are you sure that you want to delete this language data?"
737
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
738
 
@@ -796,8 +839,6 @@ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
796
  #~ msgstr "Merci de saisir une adresse e-mail valide."
797
  #~ msgid "Email with system info is sent to "
798
  #~ msgstr "Le courriel avec les informations système est envoyé à"
799
- #~ msgid "Pro plugins"
800
- #~ msgstr "Plugins Pro"
801
  #~ msgid "Activated plugins"
802
  #~ msgstr "Plugin activé"
803
  #~ msgid "Read more"
@@ -832,8 +873,6 @@ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
832
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
833
  #~ msgid "Display Attachment tips"
834
  #~ msgstr "Afficher les explications sur les pièces jointes"
835
- #~ msgid "Display a phone number field"
836
- #~ msgstr "Afficher le champ téléphone"
837
  #~ msgid "Please enter a valid email address. Settings are not saved."
838
  #~ msgstr ""
839
  #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:32
21
+ #: contact_form.php:512
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de Contact"
24
 
31
  msgstr "Options supplémentaires de la version Pro pour le formulaire de Contact"
32
 
33
  #: contact_form.php:33
34
+ #: contact_form.php:553
35
+ #: contact_form.php:834
36
  msgid "Contact Form Pro"
37
  msgstr "Formulaire Pro de Contact"
38
 
39
+ #: contact_form.php:74
40
+ #: contact_form.php:719
41
+ #: contact_form.php:748
42
  msgid "Name:"
43
  msgstr "Nom:"
44
 
45
+ #: contact_form.php:75
46
+ #: contact_form.php:720
47
+ #: contact_form.php:749
48
  msgid "Address:"
49
  msgstr "Adresse :"
50
 
51
+ #: contact_form.php:76
52
+ #: contact_form.php:721
53
+ #: contact_form.php:750
54
  msgid "Email Address:"
55
  msgstr "Adresse e-mail:"
56
 
57
+ #: contact_form.php:77
58
+ #: contact_form.php:722
59
+ #: contact_form.php:751
60
  msgid "Phone number:"
61
  msgstr "Téléphone:"
62
 
63
+ #: contact_form.php:78
64
+ #: contact_form.php:723
65
+ #: contact_form.php:752
66
  msgid "Subject:"
67
  msgstr "Sujet:"
68
 
69
+ #: contact_form.php:79
70
+ #: contact_form.php:724
71
+ #: contact_form.php:753
72
  msgid "Message:"
73
  msgstr "Message:"
74
 
75
+ #: contact_form.php:80
76
+ #: contact_form.php:725
77
+ #: contact_form.php:754
78
  msgid "Attachment:"
79
  msgstr "Pièce-jointe:"
80
 
81
+ #: contact_form.php:81
82
+ #: contact_form.php:726
83
+ #: contact_form.php:755
84
  msgid "Send me a copy"
85
  msgstr "M'envoyer une copie"
86
 
87
+ #: contact_form.php:82
88
+ #: contact_form.php:727
89
+ #: contact_form.php:756
90
  msgid "Submit"
91
  msgstr "Envoyer"
92
 
93
+ #: contact_form.php:83
94
  msgid "Your name is required."
95
  msgstr "Un nom est obligatoire."
96
 
97
+ #: contact_form.php:84
98
  msgid "Address is required."
99
  msgstr "Une adresse est obligatoire."
100
 
101
+ #: contact_form.php:85
102
  msgid "A valid email address is required."
103
  msgstr "Une adresse e-mail valide est obligatoire."
104
 
105
+ #: contact_form.php:86
106
  msgid "Phone number is required."
107
  msgstr "Le numéro de téléphone est obligatoire."
108
 
109
+ #: contact_form.php:87
110
  msgid "Subject is required."
111
  msgstr "Sujet obligatoire."
112
 
113
+ #: contact_form.php:88
114
  msgid "Message text is required."
115
  msgstr "Un message est obligatoire."
116
 
117
+ #: contact_form.php:89
118
  msgid "File format is not valid."
119
  msgstr "La pièce-jointe n'est pas valide."
120
 
121
+ #: contact_form.php:90
122
  msgid "File upload error."
123
  msgstr "Erreur de chargement du fichier."
124
 
125
+ #: contact_form.php:91
126
  msgid "The file could not be uploaded."
127
  msgstr "Le fichier n'a pas pu être envoyé."
128
 
129
+ #: contact_form.php:92
130
  msgid "This file is too large."
131
  msgstr "Le fichier est trop volumineux."
132
 
133
+ #: contact_form.php:93
134
  msgid "Please fill out the CAPTCHA."
135
  msgstr "Merci de compléter le CAPTCHA."
136
 
137
+ #: contact_form.php:94
138
  msgid "Please make corrections below and try again."
139
  msgstr "Merci de faire les corrections suivantes et de réessayer."
140
 
141
+ #: contact_form.php:96
142
  msgid "Thank you for contacting us."
143
  msgstr "Merci de nous avoir contacté."
144
 
145
+ #: contact_form.php:188
146
+ #, fuzzy
147
+ msgid "requires"
148
+ msgstr "Champs obligatoires"
149
+
150
+ #: contact_form.php:188
151
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
152
+ msgstr ""
153
+
154
+ #: contact_form.php:188
155
+ msgid "Back to the WordPress"
156
+ msgstr ""
157
+
158
+ #: contact_form.php:188
159
+ #, fuzzy
160
+ msgid "Plugins page"
161
+ msgstr "Plugins Pro"
162
+
163
+ #: contact_form.php:468
164
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
165
  msgstr "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url doit être rempli avec le format suivant"
166
 
167
+ #: contact_form.php:477
168
  msgid "Such user does not exist. Settings are not saved."
169
  msgstr "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
170
 
171
+ #: contact_form.php:481
172
+ #: contact_form.php:487
173
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
174
  msgstr "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les modifications ne sont pas sauvegardées."
175
 
176
+ #: contact_form.php:492
177
  msgid "Settings saved."
178
  msgstr "Options sauvegardées."
179
 
180
+ #: contact_form.php:516
181
+ #: contact_form.php:828
182
+ #: contact_form.php:1657
183
+ #: contact_form.php:1668
184
  msgid "Settings"
185
  msgstr "Réglages"
186
 
187
+ #: contact_form.php:517
188
+ #: contact_form.php:829
189
  msgid "Extra settings"
190
  msgstr "Options supplémentaires"
191
 
192
+ #: contact_form.php:522
193
+ #: contact_form.php:1085
194
  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:"
195
  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:"
196
 
197
+ #: contact_form.php:522
198
+ #: contact_form.php:523
199
+ #: contact_form.php:741
200
+ #: contact_form.php:789
201
  msgid "or"
202
  msgstr "ou"
203
 
204
+ #: contact_form.php:523
205
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
206
  msgstr "Si vous avez un soucis avec le code court standard [contact_form], vous pouvez utilisez le code court "
207
 
208
+ #: contact_form.php:524
209
  msgid "They work the same way."
210
  msgstr "Ils fonctionnent de la même manière."
211
 
212
+ #: contact_form.php:525
213
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
214
  msgstr "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à l'adresse spécifiée lors de l'enregistrement."
215
 
216
+ #: contact_form.php:529
217
  msgid "The user's email address:"
218
  msgstr "Utiliser l'e-mail du compte wordpress:"
219
 
220
+ #: contact_form.php:533
221
  msgid "Create a username"
222
  msgstr "Choisir un nom d'utilisateur"
223
 
224
+ #: contact_form.php:538
225
  msgid "Enter a username of the person who should get the messages from the contact form."
226
  msgstr "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le formulaire de contact."
227
 
228
+ #: contact_form.php:542
229
  msgid "Use this email address:"
230
  msgstr "Utiliser cette adresse e-mail:"
231
 
232
+ #: contact_form.php:545
233
  msgid "Enter the email address you want the messages forwarded to."
234
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
235
 
236
+ #: contact_form.php:549
237
  msgid "Add department selectbox to the contact form:"
238
  msgstr ""
239
 
240
+ #: contact_form.php:552
241
+ #: contact_form.php:833
242
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
243
  msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
244
 
245
+ #: contact_form.php:560
246
+ msgid "Save emails to the database"
247
+ msgstr ""
248
+
249
+ #: contact_form.php:568
250
+ #: contact_form.php:571
251
+ #: contact_form.php:575
252
+ msgid "Using Contact Form to DB powered by"
253
+ msgstr ""
254
+
255
+ #: contact_form.php:571
256
+ #, fuzzy
257
+ msgid "Activate Contact Form to DB"
258
+ msgstr "Formulaire Pro de Contact"
259
+
260
+ #: contact_form.php:575
261
+ #, fuzzy
262
+ msgid "Download Contact Form to DB"
263
+ msgstr "Formulaire Pro de Contact"
264
+
265
+ #: contact_form.php:580
266
  msgid "Additional options"
267
  msgstr "Options supplémentaires"
268
 
269
+ #: contact_form.php:583
270
  msgid "What to use?"
271
  msgstr "Quelle méthode d'envoie ?"
272
 
273
+ #: contact_form.php:586
274
  msgid "Wp-mail"
275
  msgstr "Wp-mail"
276
 
277
+ #: contact_form.php:586
278
  msgid "You can use the wp_mail function for mailing"
279
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
280
 
281
+ #: contact_form.php:588
282
  msgid "Mail"
283
  msgstr "E-mail"
284
 
285
+ #: contact_form.php:588
286
  msgid "To send mail you can use the php mail function"
287
  msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
288
 
289
+ #: contact_form.php:592
290
  #, fuzzy
291
  msgid "The text in the 'From' field"
292
  msgstr "Modifier le texte pour le champ 'FROM' du courriel"
293
 
294
+ #: contact_form.php:594
295
  #, fuzzy
296
  msgid "User name"
297
  msgstr "E-mail de l'utlisateur"
298
 
299
+ #: contact_form.php:595
300
  #, fuzzy
301
  msgid "The name of the user who fills the form will be used in the field 'From'."
302
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
303
 
304
+ #: contact_form.php:600
305
  #, fuzzy
306
  msgid "This text 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:604
310
  #, fuzzy
311
  msgid "The email address in the 'From' field"
312
  msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
313
 
314
+ #: contact_form.php:606
315
  msgid "User email"
316
  msgstr "E-mail de l'utlisateur"
317
 
318
+ #: contact_form.php:607
319
  msgid "The email address of the user who fills the form will be used in the field 'From'."
320
  msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
321
 
322
+ #: contact_form.php:609
323
  msgid "This email address will be used in the 'From' field."
324
  msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
325
 
326
+ #: contact_form.php:613
327
  msgid "Display fields"
328
  msgstr "Afficher le texte"
329
 
330
+ #: contact_form.php:615
331
+ #: contact_form.php:665
332
+ #: contact_form.php:865
333
+ #: contact_form.php:1525
334
  msgid "Address"
335
  msgstr "Adresse"
336
 
337
+ #: contact_form.php:616
338
+ #: contact_form.php:667
339
+ #: contact_form.php:1533
340
  msgid "Phone"
341
  msgstr "Téléphone"
342
 
343
+ #: contact_form.php:617
344
  msgid "Attachment block"
345
  msgstr "Bloc pièce-jointe"
346
 
347
+ #: contact_form.php:617
348
  msgid "Users can attach the following file formats"
349
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
350
 
351
+ #: contact_form.php:626
352
+ #: contact_form.php:629
353
+ #: contact_form.php:633
354
+ #: contact_form.php:894
355
  msgid "Captcha"
356
  msgstr "Captcha"
357
 
358
+ #: contact_form.php:626
359
+ #: contact_form.php:629
360
+ #: contact_form.php:633
361
  msgid "powered by"
362
  msgstr "propulsé par"
363
 
364
+ #: contact_form.php:629
365
  msgid "Activate captcha"
366
  msgstr "Activé le captcha"
367
 
368
+ #: contact_form.php:633
369
  msgid "Download captcha"
370
  msgstr "Télécharger le captcha"
371
 
372
+ #: contact_form.php:638
373
  msgid "Display tips below the Attachment block"
374
  msgstr "Afficher les explications après le bloc des pièces jointes"
375
 
376
+ #: contact_form.php:647
377
  msgid "Delete an attachment file from the server after the email is sent"
378
  msgstr "Supprimer un fichier joint sur le serveur après l'envoie de l'e-mail"
379
 
380
+ #: contact_form.php:653
381
  msgid "Display 'Send me a copy' block"
382
  msgstr "Afficher le bloc \"S'envoyer une copie\""
383
 
384
+ #: contact_form.php:662
385
  msgid "Required fields"
386
  msgstr "Champs obligatoires"
387
 
388
+ #: contact_form.php:664
389
+ #: contact_form.php:860
390
+ #: contact_form.php:1520
391
  msgid "Name"
392
  msgstr "Nom"
393
 
394
+ #: contact_form.php:666
395
  msgid "Email Address"
396
  msgstr "Adresse e-mail"
397
 
398
+ #: contact_form.php:668
399
+ #: contact_form.php:880
400
+ #: contact_form.php:1536
401
  msgid "Subject"
402
  msgstr "Sujet"
403
 
404
+ #: contact_form.php:669
405
+ #: contact_form.php:884
406
+ #: contact_form.php:1539
407
  msgid "Message"
408
  msgstr "Message"
409
 
410
+ #: contact_form.php:673
411
+ #, fuzzy
412
+ msgid "Display the asterisk near required fields"
413
+ msgstr "Afficher le champ téléphone"
414
+
415
+ #: contact_form.php:679
416
  msgid "Display additional info in the email"
417
  msgstr "Afficher les informations complémentaires dans le courriel"
418
 
419
+ #: contact_form.php:684
420
+ #: contact_form.php:1492
421
  msgid "Sent from (ip address)"
422
  msgstr "Envoyé de (adresse IP)"
423
 
424
+ #: contact_form.php:684
425
  msgid "Example: Sent from (IP address):\t127.0.0.1"
426
  msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
427
 
428
+ #: contact_form.php:685
429
+ #: contact_form.php:1497
430
  msgid "Date/Time"
431
  msgstr "Date/Heure"
432
 
433
+ #: contact_form.php:685
434
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
435
  msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
436
 
437
+ #: contact_form.php:686
438
+ #: contact_form.php:1502
439
  msgid "Sent from (referer)"
440
  msgstr "Envoyer de (référence)"
441
 
442
+ #: contact_form.php:686
443
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
444
  msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
445
 
446
+ #: contact_form.php:687
447
+ #: contact_form.php:1507
448
  msgid "Using (user agent)"
449
  msgstr "Depuis (navigateur)"
450
 
451
+ #: contact_form.php:687
452
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
453
  msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
454
 
455
+ #: contact_form.php:691
456
  msgid "Language settings for the field names in the form"
457
  msgstr "Définition des langues pour les titres des champs"
458
 
459
+ #: contact_form.php:700
460
  msgid "Add a language"
461
  msgstr "Ajouter une langue"
462
 
463
+ #: contact_form.php:704
464
  msgid "Change the names of the contact form fields and error messages"
465
  msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
466
 
 
467
  #: contact_form.php:709
468
+ #: contact_form.php:780
469
  msgid "English"
470
  msgstr "Anglais"
471
 
472
+ #: contact_form.php:728
473
+ #: contact_form.php:757
474
  msgid "Error message for the Name field"
475
  msgstr "Message d'erreur pour le champ nom"
476
 
477
+ #: contact_form.php:729
478
+ #: contact_form.php:758
479
  msgid "Error message for the Address field"
480
  msgstr "Message d'erreur pour le champ Adresse"
481
 
482
+ #: contact_form.php:730
483
+ #: contact_form.php:759
484
  msgid "Error message for the Email field"
485
  msgstr "Message d'erreur pour le champ e-mail"
486
 
487
+ #: contact_form.php:731
488
+ #: contact_form.php:760
489
  msgid "Error message for the Phone field"
490
  msgstr "Message d'erreur pour le champ téléphone"
491
 
492
+ #: contact_form.php:732
493
+ #: contact_form.php:761
494
  msgid "Error message for the Subject field"
495
  msgstr "Message d'erreur pour le champ sujet"
496
 
497
+ #: contact_form.php:733
498
+ #: contact_form.php:762
499
  msgid "Error message for the Message field"
500
  msgstr "Message d'erreur pour le champ message"
501
 
502
+ #: contact_form.php:734
503
+ #: contact_form.php:763
504
  msgid "Error message about the file type for the Attachment field"
505
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
506
 
507
+ #: contact_form.php:735
508
+ #: contact_form.php:764
509
  msgid "Error message while uploading a file for the Attachment field to the server"
510
  msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
511
 
512
+ #: contact_form.php:736
513
+ #: contact_form.php:765
514
  msgid "Error message while moving the file for the Attachment field"
515
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
516
 
517
+ #: contact_form.php:737
518
+ #: contact_form.php:766
519
  msgid "Error message when file size limit for the Attachment field is exceeded"
520
  msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
521
 
522
+ #: contact_form.php:738
523
+ #: contact_form.php:767
524
  msgid "Error message for the Captcha field"
525
  msgstr "Message d'erreur pour le captcha"
526
 
527
+ #: contact_form.php:739
528
+ #: contact_form.php:768
529
  msgid "Error message for the whole form"
530
  msgstr "Message d'erreur demandant à compléter les champs manquants"
531
 
532
+ #: contact_form.php:741
533
+ #: contact_form.php:770
534
+ #: contact_form.php:789
535
+ #: contact_form.php:795
536
  msgid "Use shortcode"
537
  msgstr "Utiliser le code court"
538
 
539
+ #: contact_form.php:741
540
+ #: contact_form.php:770
541
+ #: contact_form.php:789
542
+ #: contact_form.php:795
543
  msgid "for this language"
544
  msgstr "pour cette langue"
545
 
546
+ #: contact_form.php:777
547
  msgid "Action after email is sent"
548
  msgstr "Action après l'envoie de l'e-mail"
549
 
550
+ #: contact_form.php:779
551
  msgid "Display text"
552
  msgstr "Afficher le texte"
553
 
554
+ #: contact_form.php:788
555
+ #: contact_form.php:794
556
  msgid "Text"
557
  msgstr "Texte"
558
 
559
+ #: contact_form.php:802
560
  msgid "Redirect to the page"
561
  msgstr "Rediriger vers la page"
562
 
563
+ #: contact_form.php:803
564
  msgid "Url"
565
  msgstr "Url"
566
 
567
+ #: contact_form.php:809
568
+ #: contact_form.php:986
569
  msgid "Save Changes"
570
  msgstr "Sauvegarder les modifications"
571
 
572
+ #: contact_form.php:826
573
  msgid "Contact Form Pro | Extra Settings"
574
  msgstr "Formulaire Pro de Contact | Options supplémentaires"
575
 
576
+ #: contact_form.php:840
577
  msgid "Errors output"
578
  msgstr "Affichage des erreurs"
579
 
580
+ #: contact_form.php:843
581
  msgid "Display error messages"
582
  msgstr "Aficher les messages d'erreur"
583
 
584
+ #: contact_form.php:844
585
  msgid "Color of the input field errors."
586
  msgstr "Mettre en couleur les champs ayant des erreurs"
587
 
588
+ #: contact_form.php:845
589
  msgid "Display error messages & color of the input field errors"
590
  msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
591
 
592
+ #: contact_form.php:850
593
  msgid "Add placeholder to the input blocks"
594
  msgstr "Ajouter la localisation dans le bloc de saisie"
595
 
596
+ #: contact_form.php:856
597
  msgid "Add tooltips"
598
  msgstr "Ajouter les conseils"
599
 
600
+ #: contact_form.php:870
601
  msgid "Email address"
602
  msgstr "Adresse e-mail"
603
 
604
+ #: contact_form.php:875
605
  msgid "Phone Number"
606
  msgstr "Téléphone"
607
 
608
+ #: contact_form.php:889
609
  msgid "Attachment"
610
  msgstr "Pièce-jointe"
611
 
612
+ #: contact_form.php:894
613
  msgid "(powered by bestwebsoft.com)"
614
  msgstr "(fourni par bestwebsoft.com)"
615
 
616
+ #: contact_form.php:899
617
  msgid "Style options"
618
  msgstr "Options de style"
619
 
620
+ #: contact_form.php:902
621
  msgid "Text color"
622
  msgstr "Couleur du texte"
623
 
624
+ #: contact_form.php:905
625
+ #: contact_form.php:910
626
+ #: contact_form.php:920
627
+ #: contact_form.php:925
628
+ #: contact_form.php:930
629
+ #: contact_form.php:935
630
+ #: contact_form.php:945
631
+ #: contact_form.php:950
632
+ #: contact_form.php:956
633
+ #: contact_form.php:967
634
+ #: contact_form.php:972
635
+ #: contact_form.php:977
636
  msgid "Default"
637
  msgstr "Défaut"
638
 
639
+ #: contact_form.php:907
640
  msgid "Label text color"
641
  msgstr "Couleur des textes des intitulés"
642
 
643
+ #: contact_form.php:912
644
  msgid "Placeholder color"
645
  msgstr "Couleur pour la localisation"
646
 
647
+ #: contact_form.php:917
648
  msgid "Errors color"
649
  msgstr "Couleur pour les erreurs"
650
 
651
+ #: contact_form.php:922
652
  msgid "Error text color"
653
  msgstr "Couleur pour le texte des erreurs"
654
 
655
+ #: contact_form.php:927
656
  msgid "Background color of the input field errors"
657
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
658
 
659
+ #: contact_form.php:932
660
  msgid "Border color of the input field errors"
661
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
662
 
663
+ #: contact_form.php:937
664
  msgid "Placeholder color of the input field errors"
665
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
666
 
667
+ #: contact_form.php:942
668
  msgid "Input fields"
669
  msgstr "Champs de saisie"
670
 
671
+ #: contact_form.php:947
672
  msgid "Input fields background color"
673
  msgstr "Couleur de fond pour les champs de saisie"
674
 
675
+ #: contact_form.php:952
676
  msgid "Text fields color"
677
  msgstr "Couleur pour les textes des champs de saisie"
678
 
679
+ #: contact_form.php:954
680
  msgid "Border width in px, numbers only"
681
  msgstr "Largeur des bordures en px, nombre seulement"
682
 
683
+ #: contact_form.php:958
684
+ #: contact_form.php:979
685
  msgid "Border color"
686
  msgstr "Couleur des bordures"
687
 
688
+ #: contact_form.php:963
689
  msgid "Submit button"
690
  msgstr "Bouton Envoyer"
691
 
692
+ #: contact_form.php:965
693
  msgid "Width in px, numbers only"
694
  msgstr "Largeur en px, nombre seulement"
695
 
696
+ #: contact_form.php:969
697
  msgid "Button color"
698
  msgstr "Couleur du bouton"
699
 
700
+ #: contact_form.php:974
701
  msgid "Button text color"
702
  msgstr "Couleur du texte du bouton"
703
 
704
+ #: contact_form.php:990
705
  msgid "Contact Form Pro | Preview"
706
  msgstr "Formulaire Pro de Contact | Prévisualisation"
707
 
708
+ #: contact_form.php:993
709
  msgid "Show with errors"
710
  msgstr "Afficher avec les erreurs"
711
 
712
+ #: contact_form.php:1001
713
+ #: contact_form.php:1003
714
  msgid "Please enter your full name..."
715
  msgstr "Merci de saisir votre nom..."
716
 
717
+ #: contact_form.php:1014
718
+ #: contact_form.php:1016
719
  msgid "Please enter your address..."
720
  msgstr "Merci de saisir votre adresse..."
721
 
722
+ #: contact_form.php:1025
723
+ #: contact_form.php:1027
724
  msgid "Please enter your email address..."
725
  msgstr "Merci de saisir votre adresse e-mail..."
726
 
727
+ #: contact_form.php:1036
728
+ #: contact_form.php:1038
729
  msgid "Please enter your phone number..."
730
  msgstr "Merci de saisir votre numéro de téléphone..."
731
 
732
+ #: contact_form.php:1047
733
+ #: contact_form.php:1049
734
  msgid "Please enter subject..."
735
  msgstr "Merci de saisir le sujet..."
736
 
737
+ #: contact_form.php:1057
738
+ #: contact_form.php:1059
739
  msgid "Please enter your message..."
740
  msgstr "Merci de saisir votre message..."
741
 
742
+ #: contact_form.php:1070
743
  msgid "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"
744
  msgstr "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Taille maximum 2MB"
745
 
746
+ #: contact_form.php:1137
747
  msgid "Sorry, email message could not be delivered."
748
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
749
 
750
+ #: contact_form.php:1221
751
  msgid "You can attach the following file formats"
752
  msgstr "Vous pouvez joindre des fichiers aux formats suivants"
753
 
754
+ #: contact_form.php:1515
755
  msgid "Contact from"
756
  msgstr "Contact de"
757
 
758
+ #: contact_form.php:1528
759
  msgid "Email"
760
  msgstr "E-mail"
761
 
762
+ #: contact_form.php:1542
763
  msgid "Site"
764
  msgstr "Site"
765
 
766
+ #: contact_form.php:1605
767
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
768
  msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
769
 
770
+ #: contact_form.php:1669
771
  msgid "FAQ"
772
  msgstr "FAQ"
773
 
774
+ #: contact_form.php:1670
775
  msgid "Support"
776
  msgstr "Support"
777
 
778
+ #: contact_form.php:1727
779
  msgid "Are you sure that you want to delete this language data?"
780
  msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
781
 
839
  #~ msgstr "Merci de saisir une adresse e-mail valide."
840
  #~ msgid "Email with system info is sent to "
841
  #~ msgstr "Le courriel avec les informations système est envoyé à"
 
 
842
  #~ msgid "Activated plugins"
843
  #~ msgstr "Plugin activé"
844
  #~ msgid "Read more"
873
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
874
  #~ msgid "Display Attachment tips"
875
  #~ msgstr "Afficher les explications sur les pièces jointes"
 
 
876
  #~ msgid "Please enter a valid email address. Settings are not saved."
877
  #~ msgstr ""
878
  #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:32
21
- #: contact_form.php:466
22
  #, fuzzy
23
  msgid "Contact Form Settings"
24
  msgstr "Configuracións do Formulário de contato"
@@ -33,731 +33,774 @@ msgid "Contact Form Pro Extra Settings"
33
  msgstr "Configuracións do Formulário de contato"
34
 
35
  #: contact_form.php:33
36
- #: contact_form.php:507
37
- #: contact_form.php:761
38
  #, fuzzy
39
  msgid "Contact Form Pro"
40
  msgstr "Formulario de contato"
41
 
42
- #: contact_form.php:73
43
- #: contact_form.php:648
44
- #: contact_form.php:677
45
  msgid "Name:"
46
  msgstr "Nome:"
47
 
48
- #: contact_form.php:74
49
- #: contact_form.php:649
50
- #: contact_form.php:678
51
  #, fuzzy
52
  msgid "Address:"
53
  msgstr "Enderezo electrónico:"
54
 
55
- #: contact_form.php:75
56
- #: contact_form.php:650
57
- #: contact_form.php:679
58
  msgid "Email Address:"
59
  msgstr "Enderezo electrónico:"
60
 
61
- #: contact_form.php:76
62
- #: contact_form.php:651
63
- #: contact_form.php:680
64
  msgid "Phone number:"
65
  msgstr "Teléfono:"
66
 
67
- #: contact_form.php:77
68
- #: contact_form.php:652
69
- #: contact_form.php:681
70
  msgid "Subject:"
71
  msgstr "Asunto:"
72
 
73
- #: contact_form.php:78
74
- #: contact_form.php:653
75
- #: contact_form.php:682
76
  msgid "Message:"
77
  msgstr "Mensaxe:"
78
 
79
- #: contact_form.php:79
80
- #: contact_form.php:654
81
- #: contact_form.php:683
82
  msgid "Attachment:"
83
  msgstr "Anexo:"
84
 
85
- #: contact_form.php:80
86
- #: contact_form.php:655
87
- #: contact_form.php:684
88
  msgid "Send me a copy"
89
  msgstr "Enviarme unha copia"
90
 
91
- #: contact_form.php:81
92
- #: contact_form.php:656
93
- #: contact_form.php:685
94
  msgid "Submit"
95
  msgstr "Enviar"
96
 
97
- #: contact_form.php:82
98
  msgid "Your name is required."
99
  msgstr "O teu nome é obrigatorio."
100
 
101
- #: contact_form.php:83
102
  #, fuzzy
103
  msgid "Address is required."
104
  msgstr "É obrigatorio un enderezo de correo válido."
105
 
106
- #: contact_form.php:84
107
  #, fuzzy
108
  msgid "A valid email address is required."
109
  msgstr "É obrigatorio un enderezo de correo válido."
110
 
111
- #: contact_form.php:85
112
  msgid "Phone number is required."
113
  msgstr "O teléfono é obrigatorio."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "O Assunto é obrigatorio."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "O texto da Mensaxe é obrigatorio."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Non é posíbel anexar o arquivo. "
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Por favor, completa o CAPTCHA."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Moitas grazas contatares con nós."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
162
  msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
163
 
164
- #: contact_form.php:446
165
  #, fuzzy
166
  msgid "Settings saved."
167
  msgstr "Configuracións gardadas."
168
 
169
- #: contact_form.php:470
170
- #: contact_form.php:755
171
- #: contact_form.php:1573
172
- #: contact_form.php:1584
173
  msgid "Settings"
174
  msgstr "Configuracións"
175
 
176
- #: contact_form.php:471
177
- #: contact_form.php:756
178
  #, fuzzy
179
  msgid "Extra settings"
180
  msgstr "Configuracións"
181
 
182
- #: contact_form.php:476
183
- #: contact_form.php:1012
184
  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:"
185
  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:"
186
 
187
- #: contact_form.php:476
188
- #: contact_form.php:477
189
- #: contact_form.php:670
190
- #: contact_form.php:718
191
  msgid "or"
192
  msgstr ""
193
 
194
- #: contact_form.php:477
195
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
196
  msgstr ""
197
 
198
- #: contact_form.php:478
199
  msgid "They work the same way."
200
  msgstr ""
201
 
202
- #: contact_form.php:479
203
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
204
  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."
205
 
206
- #: contact_form.php:483
207
  msgid "The user's email address:"
208
  msgstr "Usar o enderezo dunha das persoas usuarias:"
209
 
210
- #: contact_form.php:487
211
  msgid "Create a username"
212
  msgstr "Seleciona o nome da persoa usuaria"
213
 
214
- #: contact_form.php:492
215
  msgid "Enter a username of the person who should get the messages from the contact form."
216
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
217
 
218
- #: contact_form.php:496
219
  msgid "Use this email address:"
220
  msgstr "Usar este enderezo electrónico:"
221
 
222
- #: contact_form.php:499
223
  msgid "Enter the email address you want the messages forwarded to."
224
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
225
 
226
- #: contact_form.php:503
227
  msgid "Add department selectbox to the contact form:"
228
  msgstr ""
229
 
230
- #: contact_form.php:506
231
- #: contact_form.php:760
232
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
233
  msgstr ""
234
 
235
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  msgid "Additional options"
237
  msgstr "Opcións adicionais"
238
 
239
- #: contact_form.php:518
240
  msgid "What to use?"
241
  msgstr "Que queres usar?"
242
 
243
- #: contact_form.php:521
244
  msgid "Wp-mail"
245
  msgstr "Wp-mail"
246
 
247
- #: contact_form.php:522
248
  msgid "You can use the wp_mail function for mailing"
249
  msgstr "Para enviar o correo podes usar a función wp_mail do WordPress"
250
 
251
- #: contact_form.php:528
252
  msgid "Mail"
253
  msgstr "Enderezo electrónico"
254
 
255
- #: contact_form.php:529
256
  msgid "To send mail you can use the php mail function"
257
  msgstr "Para enviar o correo podes usar a función php mail"
258
 
259
- #: contact_form.php:533
260
  #, fuzzy
261
  msgid "The text in the 'From' field"
262
  msgstr "Mudar campos do formulario de contato"
263
 
264
- #: contact_form.php:535
265
  msgid "User name"
266
  msgstr ""
267
 
268
- #: contact_form.php:535
269
  msgid "The name of the user who fills the form will be used in the field 'From'."
270
  msgstr ""
271
 
272
- #: contact_form.php:537
273
  #, fuzzy
274
  msgid "This text will be used in the 'FROM' field"
275
  msgstr "Mudar campos do formulario de contato"
276
 
277
- #: contact_form.php:541
278
  msgid "The email address in the 'From' field"
279
  msgstr ""
280
 
281
- #: contact_form.php:543
282
  msgid "User email"
283
  msgstr ""
284
 
285
- #: contact_form.php:543
286
  msgid "The email address of the user who fills the form will be used in the field 'From'."
287
  msgstr ""
288
 
289
- #: contact_form.php:545
290
  msgid "This email address will be used in the 'From' field."
291
  msgstr ""
292
 
293
- #: contact_form.php:549
294
  #, fuzzy
295
  msgid "Display fields"
296
  msgstr "Mostrar a opción para anexar arquivos"
297
 
298
- #: contact_form.php:551
299
- #: contact_form.php:600
300
- #: contact_form.php:792
301
- #: contact_form.php:1443
302
  #, fuzzy
303
  msgid "Address"
304
  msgstr "Enderezo electrónico:"
305
 
306
- #: contact_form.php:552
307
- #: contact_form.php:602
308
- #: contact_form.php:1451
309
  msgid "Phone"
310
  msgstr "Teléfono"
311
 
312
- #: contact_form.php:553
313
  #, fuzzy
314
  msgid "Attachment block"
315
  msgstr "Mostrar a opción para anexar arquivos"
316
 
317
- #: contact_form.php:553
318
  msgid "Users can attach the following file formats"
319
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
320
 
321
- #: contact_form.php:565
322
- #: contact_form.php:568
323
- #: contact_form.php:571
324
- #: contact_form.php:821
325
  msgid "Captcha"
326
  msgstr ""
327
 
328
- #: contact_form.php:565
329
- #: contact_form.php:568
330
- #: contact_form.php:571
331
  msgid "powered by"
332
  msgstr ""
333
 
334
- #: contact_form.php:568
335
  #, fuzzy
336
  msgid "Activate captcha"
337
  msgstr "Plugins activados"
338
 
339
- #: contact_form.php:571
340
  #, fuzzy
341
  msgid "Download captcha"
342
  msgstr "Baixar"
343
 
344
- #: contact_form.php:576
345
  #, fuzzy
346
  msgid "Display tips below the Attachment block"
347
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
348
 
349
- #: contact_form.php:585
350
  msgid "Delete an attachment file from the server after the email is sent"
351
  msgstr ""
352
 
353
- #: contact_form.php:591
354
  #, fuzzy
355
  msgid "Display 'Send me a copy' block"
356
  msgstr "Mostrar a opción Enviarme unha cópia"
357
 
358
- #: contact_form.php:597
359
  msgid "Required fields"
360
  msgstr "Campo obrigatorio"
361
 
362
- #: contact_form.php:599
363
- #: contact_form.php:787
364
- #: contact_form.php:1438
365
  msgid "Name"
366
  msgstr "Nome"
367
 
368
- #: contact_form.php:601
369
  #, fuzzy
370
  msgid "Email Address"
371
  msgstr "Enderezo electrónico:"
372
 
373
- #: contact_form.php:603
374
- #: contact_form.php:807
375
- #: contact_form.php:1454
376
  msgid "Subject"
377
  msgstr "Asunto"
378
 
379
- #: contact_form.php:604
380
- #: contact_form.php:811
381
- #: contact_form.php:1457
382
  msgid "Message"
383
  msgstr "Mensaxe"
384
 
385
- #: contact_form.php:608
 
 
 
 
 
386
  #, fuzzy
387
  msgid "Display additional info in the email"
388
  msgstr "Ver Información adicional no correo"
389
 
390
- #: contact_form.php:613
391
- #: contact_form.php:1410
392
  msgid "Sent from (ip address)"
393
  msgstr "Enviado desde (Enderezo IP)"
394
 
395
- #: contact_form.php:613
396
  #, fuzzy
397
  msgid "Example: Sent from (IP address):\t127.0.0.1"
398
  msgstr "Enviado desde (Enderezo IP)"
399
 
400
- #: contact_form.php:614
401
- #: contact_form.php:1415
402
  msgid "Date/Time"
403
  msgstr "Data/Hora"
404
 
405
- #: contact_form.php:614
406
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
407
  msgstr ""
408
 
409
- #: contact_form.php:615
410
- #: contact_form.php:1420
411
  msgid "Sent from (referer)"
412
  msgstr "Procedente de de (orixe)"
413
 
414
- #: contact_form.php:615
415
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
416
  msgstr ""
417
 
418
- #: contact_form.php:616
419
- #: contact_form.php:1425
420
  msgid "Using (user agent)"
421
  msgstr "Usando (cliente de email)"
422
 
423
- #: contact_form.php:616
424
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
425
  msgstr ""
426
 
427
- #: contact_form.php:620
428
  msgid "Language settings for the field names in the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:629
432
  msgid "Add a language"
433
  msgstr ""
434
 
435
- #: contact_form.php:633
436
  msgid "Change the names of the contact form fields and error messages"
437
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
438
 
439
- #: contact_form.php:638
440
  #: contact_form.php:709
 
441
  msgid "English"
442
  msgstr ""
443
 
444
- #: contact_form.php:657
445
- #: contact_form.php:686
446
  msgid "Error message for the Name field"
447
  msgstr ""
448
 
449
- #: contact_form.php:658
450
- #: contact_form.php:687
451
  msgid "Error message for the Address field"
452
  msgstr ""
453
 
454
- #: contact_form.php:659
455
- #: contact_form.php:688
456
  msgid "Error message for the Email field"
457
  msgstr ""
458
 
459
- #: contact_form.php:660
460
- #: contact_form.php:689
461
  msgid "Error message for the Phone field"
462
  msgstr ""
463
 
464
- #: contact_form.php:661
465
- #: contact_form.php:690
466
  msgid "Error message for the Subject field"
467
  msgstr ""
468
 
469
- #: contact_form.php:662
470
- #: contact_form.php:691
471
  msgid "Error message for the Message field"
472
  msgstr ""
473
 
474
- #: contact_form.php:663
475
- #: contact_form.php:692
476
  msgid "Error message about the file type for the Attachment field"
477
  msgstr ""
478
 
479
- #: contact_form.php:664
480
- #: contact_form.php:693
481
  msgid "Error message while uploading a file for the Attachment field to the server"
482
  msgstr ""
483
 
484
- #: contact_form.php:665
485
- #: contact_form.php:694
486
  msgid "Error message while moving the file for the Attachment field"
487
  msgstr ""
488
 
489
- #: contact_form.php:666
490
- #: contact_form.php:695
491
  msgid "Error message when file size limit for the Attachment field is exceeded"
492
  msgstr ""
493
 
494
- #: contact_form.php:667
495
- #: contact_form.php:696
496
  msgid "Error message for the Captcha field"
497
  msgstr ""
498
 
499
- #: contact_form.php:668
500
- #: contact_form.php:697
501
  msgid "Error message for the whole form"
502
  msgstr ""
503
 
504
- #: contact_form.php:670
505
- #: contact_form.php:699
506
- #: contact_form.php:718
507
- #: contact_form.php:724
508
  msgid "Use shortcode"
509
  msgstr ""
510
 
511
- #: contact_form.php:670
512
- #: contact_form.php:699
513
- #: contact_form.php:718
514
- #: contact_form.php:724
515
  msgid "for this language"
516
  msgstr ""
517
 
518
- #: contact_form.php:706
519
  msgid "Action after email is sent"
520
  msgstr "Acción despois do envío de correo"
521
 
522
- #: contact_form.php:708
523
  msgid "Display text"
524
  msgstr "Mostrar a opción para anexar arquivos"
525
 
526
- #: contact_form.php:717
527
- #: contact_form.php:723
528
  msgid "Text"
529
  msgstr "Texto"
530
 
531
- #: contact_form.php:730
532
  msgid "Redirect to the page"
533
  msgstr "Redirecionar á páxina"
534
 
535
- #: contact_form.php:731
536
  msgid "Url"
537
  msgstr "URL"
538
 
539
- #: contact_form.php:736
540
- #: contact_form.php:913
541
  msgid "Save Changes"
542
  msgstr "Gardar as mudanzas"
543
 
544
- #: contact_form.php:753
545
  #, fuzzy
546
  msgid "Contact Form Pro | Extra Settings"
547
  msgstr "Configuracións do Formulário de contato"
548
 
549
- #: contact_form.php:767
550
  msgid "Errors output"
551
  msgstr ""
552
 
553
- #: contact_form.php:770
554
  msgid "Display error messages"
555
  msgstr ""
556
 
557
- #: contact_form.php:771
558
  msgid "Color of the input field errors."
559
  msgstr ""
560
 
561
- #: contact_form.php:772
562
  msgid "Display error messages & color of the input field errors"
563
  msgstr ""
564
 
565
- #: contact_form.php:777
566
  msgid "Add placeholder to the input blocks"
567
  msgstr ""
568
 
569
- #: contact_form.php:783
570
  #, fuzzy
571
  msgid "Add tooltips"
572
  msgstr "Opcións adicionais"
573
 
574
- #: contact_form.php:797
575
  #, fuzzy
576
  msgid "Email address"
577
  msgstr "Enderezo electrónico:"
578
 
579
- #: contact_form.php:802
580
  #, fuzzy
581
  msgid "Phone Number"
582
  msgstr "Teléfono:"
583
 
584
- #: contact_form.php:816
585
  #, fuzzy
586
  msgid "Attachment"
587
  msgstr "Anexo:"
588
 
589
- #: contact_form.php:821
590
  msgid "(powered by bestwebsoft.com)"
591
  msgstr ""
592
 
593
- #: contact_form.php:826
594
  #, fuzzy
595
  msgid "Style options"
596
  msgstr "Opcións adicionais"
597
 
598
- #: contact_form.php:829
599
  msgid "Text color"
600
  msgstr ""
601
 
602
- #: contact_form.php:832
603
- #: contact_form.php:837
604
- #: contact_form.php:847
605
- #: contact_form.php:852
606
- #: contact_form.php:857
607
- #: contact_form.php:862
608
- #: contact_form.php:872
609
- #: contact_form.php:877
610
- #: contact_form.php:883
611
- #: contact_form.php:894
612
- #: contact_form.php:899
613
- #: contact_form.php:904
614
  msgid "Default"
615
  msgstr ""
616
 
617
- #: contact_form.php:834
618
  msgid "Label text color"
619
  msgstr ""
620
 
621
- #: contact_form.php:839
622
  msgid "Placeholder color"
623
  msgstr ""
624
 
625
- #: contact_form.php:844
626
  msgid "Errors color"
627
  msgstr ""
628
 
629
- #: contact_form.php:849
630
  msgid "Error text color"
631
  msgstr ""
632
 
633
- #: contact_form.php:854
634
  msgid "Background color of the input field errors"
635
  msgstr ""
636
 
637
- #: contact_form.php:859
638
  msgid "Border color of the input field errors"
639
  msgstr ""
640
 
641
- #: contact_form.php:864
642
  msgid "Placeholder color of the input field errors"
643
  msgstr ""
644
 
645
- #: contact_form.php:869
646
  #, fuzzy
647
  msgid "Input fields"
648
  msgstr "Mostrar a opción para anexar arquivos"
649
 
650
- #: contact_form.php:874
651
  msgid "Input fields background color"
652
  msgstr ""
653
 
654
- #: contact_form.php:879
655
  msgid "Text fields color"
656
  msgstr ""
657
 
658
- #: contact_form.php:881
659
  msgid "Border width in px, numbers only"
660
  msgstr ""
661
 
662
- #: contact_form.php:885
663
- #: contact_form.php:906
664
  msgid "Border color"
665
  msgstr ""
666
 
667
- #: contact_form.php:890
668
  #, fuzzy
669
  msgid "Submit button"
670
  msgstr "Enviar"
671
 
672
- #: contact_form.php:892
673
  msgid "Width in px, numbers only"
674
  msgstr ""
675
 
676
- #: contact_form.php:896
677
  msgid "Button color"
678
  msgstr ""
679
 
680
- #: contact_form.php:901
681
  msgid "Button text color"
682
  msgstr ""
683
 
684
- #: contact_form.php:917
685
  #, fuzzy
686
  msgid "Contact Form Pro | Preview"
687
  msgstr "Formulario de contato"
688
 
689
- #: contact_form.php:920
690
  msgid "Show with errors"
691
  msgstr ""
692
 
693
- #: contact_form.php:928
694
- #: contact_form.php:930
695
  msgid "Please enter your full name..."
696
  msgstr ""
697
 
698
- #: contact_form.php:941
699
- #: contact_form.php:943
700
  msgid "Please enter your address..."
701
  msgstr ""
702
 
703
- #: contact_form.php:952
704
- #: contact_form.php:954
705
  #, fuzzy
706
  msgid "Please enter your email address..."
707
  msgstr "Usar este enderezo electrónico:"
708
 
709
- #: contact_form.php:963
710
- #: contact_form.php:965
711
  msgid "Please enter your phone number..."
712
  msgstr ""
713
 
714
- #: contact_form.php:974
715
- #: contact_form.php:976
716
  msgid "Please enter subject..."
717
  msgstr ""
718
 
719
- #: contact_form.php:984
720
- #: contact_form.php:986
721
  msgid "Please enter your message..."
722
  msgstr ""
723
 
724
- #: contact_form.php:997
725
  msgid "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"
726
  msgstr ""
727
 
728
- #: contact_form.php:1066
729
  msgid "Sorry, email message could not be delivered."
730
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
731
 
732
- #: contact_form.php:1150
733
  msgid "You can attach the following file formats"
734
  msgstr "Podes anexar arquivos do tipo:"
735
 
736
- #: contact_form.php:1433
737
  msgid "Contact from"
738
  msgstr "Formulario de contato"
739
 
740
- #: contact_form.php:1446
741
  msgid "Email"
742
  msgstr "Correo electrónico"
743
 
744
- #: contact_form.php:1460
745
  msgid "Site"
746
  msgstr "Sitio web"
747
 
748
- #: contact_form.php:1521
749
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
750
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
751
 
752
- #: contact_form.php:1585
753
  msgid "FAQ"
754
  msgstr "Preguntas frecuentes"
755
 
756
- #: contact_form.php:1586
757
  msgid "Support"
758
  msgstr "Soporte"
759
 
760
- #: contact_form.php:1645
761
  msgid "Are you sure that you want to delete this language data?"
762
  msgstr ""
763
 
@@ -772,10 +815,6 @@ msgstr ""
772
  #, fuzzy
773
  #~ msgid "Please enter a valid email address."
774
  #~ msgstr "Usar este enderezo electrónico:"
775
-
776
- #, fuzzy
777
- #~ msgid "Pro plugins"
778
- #~ msgstr "BWS Plugins"
779
  #~ msgid "Activated plugins"
780
  #~ msgstr "Plugins activados"
781
  #~ msgid "Read more"
@@ -816,10 +855,6 @@ msgstr ""
816
  #~ msgstr "Configuracións do Formulário de contato"
817
  #~ msgid "Display Attachment tips"
818
  #~ msgstr "Ver as explicacións dos anexos"
819
-
820
- #, fuzzy
821
- #~ msgid "Display a phone number field"
822
- #~ msgstr "Amosar campo teléfono"
823
  #~ msgid "Please enter a valid email address. Settings are not saved."
824
  #~ msgstr ""
825
  #~ "Por favor intorduce un enderezo electrónico válido. Non se gardaron as "
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Paula Rios <paulacompos@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:32
21
+ #: contact_form.php:512
22
  #, fuzzy
23
  msgid "Contact Form Settings"
24
  msgstr "Configuracións do Formulário de contato"
33
  msgstr "Configuracións do Formulário de contato"
34
 
35
  #: contact_form.php:33
36
+ #: contact_form.php:553
37
+ #: contact_form.php:834
38
  #, fuzzy
39
  msgid "Contact Form Pro"
40
  msgstr "Formulario de contato"
41
 
42
+ #: contact_form.php:74
43
+ #: contact_form.php:719
44
+ #: contact_form.php:748
45
  msgid "Name:"
46
  msgstr "Nome:"
47
 
48
+ #: contact_form.php:75
49
+ #: contact_form.php:720
50
+ #: contact_form.php:749
51
  #, fuzzy
52
  msgid "Address:"
53
  msgstr "Enderezo electrónico:"
54
 
55
+ #: contact_form.php:76
56
+ #: contact_form.php:721
57
+ #: contact_form.php:750
58
  msgid "Email Address:"
59
  msgstr "Enderezo electrónico:"
60
 
61
+ #: contact_form.php:77
62
+ #: contact_form.php:722
63
+ #: contact_form.php:751
64
  msgid "Phone number:"
65
  msgstr "Teléfono:"
66
 
67
+ #: contact_form.php:78
68
+ #: contact_form.php:723
69
+ #: contact_form.php:752
70
  msgid "Subject:"
71
  msgstr "Asunto:"
72
 
73
+ #: contact_form.php:79
74
+ #: contact_form.php:724
75
+ #: contact_form.php:753
76
  msgid "Message:"
77
  msgstr "Mensaxe:"
78
 
79
+ #: contact_form.php:80
80
+ #: contact_form.php:725
81
+ #: contact_form.php:754
82
  msgid "Attachment:"
83
  msgstr "Anexo:"
84
 
85
+ #: contact_form.php:81
86
+ #: contact_form.php:726
87
+ #: contact_form.php:755
88
  msgid "Send me a copy"
89
  msgstr "Enviarme unha copia"
90
 
91
+ #: contact_form.php:82
92
+ #: contact_form.php:727
93
+ #: contact_form.php:756
94
  msgid "Submit"
95
  msgstr "Enviar"
96
 
97
+ #: contact_form.php:83
98
  msgid "Your name is required."
99
  msgstr "O teu nome é obrigatorio."
100
 
101
+ #: contact_form.php:84
102
  #, fuzzy
103
  msgid "Address is required."
104
  msgstr "É obrigatorio un enderezo de correo válido."
105
 
106
+ #: contact_form.php:85
107
  #, fuzzy
108
  msgid "A valid email address is required."
109
  msgstr "É obrigatorio un enderezo de correo válido."
110
 
111
+ #: contact_form.php:86
112
  msgid "Phone number is required."
113
  msgstr "O teléfono é obrigatorio."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "O Assunto é obrigatorio."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "O texto da Mensaxe é obrigatorio."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Non é posíbel anexar o arquivo. "
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Por favor, completa o CAPTCHA."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Por favor, fai as correccións abaixo e tenta enviar de novo a mensaxe."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Moitas grazas contatares con nós."
150
 
151
+ #: contact_form.php:188
152
+ #, fuzzy
153
+ msgid "requires"
154
+ msgstr "Campo obrigatorio"
155
+
156
+ #: contact_form.php:188
157
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
158
+ msgstr ""
159
+
160
+ #: contact_form.php:188
161
+ msgid "Back to the WordPress"
162
+ msgstr ""
163
+
164
+ #: contact_form.php:188
165
+ #, fuzzy
166
+ msgid "Plugins page"
167
+ msgstr "BWS Plugins"
168
+
169
+ #: contact_form.php:468
170
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
171
  msgstr "Se seleccionas a opción de Redireccionar para a páxina, tes que engadir un URL no seguinte campo"
172
 
173
+ #: contact_form.php:477
174
  msgid "Such user does not exist. Settings are not saved."
175
  msgstr "Non existe esta persoa usuaria. No se gardaron as configuracións."
176
 
177
+ #: contact_form.php:481
178
+ #: contact_form.php:487
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Por favor intorduce un enderezo electrónico válido. Non se gardaron as configuracións."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Configuracións gardadas."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Configuracións"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Configuracións"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  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:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  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."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Usar o enderezo dunha das persoas usuarias:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Seleciona o nome da persoa usuaria"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Determina a persoa usuaria que recibirá as mensaxes enviadas polo Formulario de Contato."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Usar este enderezo electrónico:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Configura o enderezo electrónico que vai ser usado para recibires as mensaxes."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Formulario de contato"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Formulario de contato"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Opcións adicionais"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "Que queres usar?"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
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:588
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
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Mudar campos do formulario de contato"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Mudar campos do formulario de contato"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Mostrar a opción para anexar arquivos"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Enderezo electrónico:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr "Teléfono"
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Mostrar a opción para anexar arquivos"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "As persoas usuarias poden anexar arquivos do tipo:"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Plugins activados"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Baixar"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Amosar explicacións tras o bloqueo de arquivos adxuntos"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Mostrar a opción Enviarme unha cópia"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr "Campo obrigatorio"
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Nome"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "Enderezo electrónico:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Asunto"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Mensaxe"
422
 
423
+ #: contact_form.php:673
424
+ #, fuzzy
425
+ msgid "Display the asterisk near required fields"
426
+ msgstr "Amosar campo teléfono"
427
+
428
+ #: contact_form.php:679
429
  #, fuzzy
430
  msgid "Display additional info in the email"
431
  msgstr "Ver Información adicional no correo"
432
 
433
+ #: contact_form.php:684
434
+ #: contact_form.php:1492
435
  msgid "Sent from (ip address)"
436
  msgstr "Enviado desde (Enderezo IP)"
437
 
438
+ #: contact_form.php:684
439
  #, fuzzy
440
  msgid "Example: Sent from (IP address):\t127.0.0.1"
441
  msgstr "Enviado desde (Enderezo IP)"
442
 
443
+ #: contact_form.php:685
444
+ #: contact_form.php:1497
445
  msgid "Date/Time"
446
  msgstr "Data/Hora"
447
 
448
+ #: contact_form.php:685
449
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
450
  msgstr ""
451
 
452
+ #: contact_form.php:686
453
+ #: contact_form.php:1502
454
  msgid "Sent from (referer)"
455
  msgstr "Procedente de de (orixe)"
456
 
457
+ #: contact_form.php:686
458
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
459
  msgstr ""
460
 
461
+ #: contact_form.php:687
462
+ #: contact_form.php:1507
463
  msgid "Using (user agent)"
464
  msgstr "Usando (cliente de email)"
465
 
466
+ #: contact_form.php:687
467
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
468
  msgstr ""
469
 
470
+ #: contact_form.php:691
471
  msgid "Language settings for the field names in the form"
472
  msgstr ""
473
 
474
+ #: contact_form.php:700
475
  msgid "Add a language"
476
  msgstr ""
477
 
478
+ #: contact_form.php:704
479
  msgid "Change the names of the contact form fields and error messages"
480
  msgstr "Mudar a etiqueta dos campos no Formulario de contato"
481
 
 
482
  #: contact_form.php:709
483
+ #: contact_form.php:780
484
  msgid "English"
485
  msgstr ""
486
 
487
+ #: contact_form.php:728
488
+ #: contact_form.php:757
489
  msgid "Error message for the Name field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:729
493
+ #: contact_form.php:758
494
  msgid "Error message for the Address field"
495
  msgstr ""
496
 
497
+ #: contact_form.php:730
498
+ #: contact_form.php:759
499
  msgid "Error message for the Email field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:731
503
+ #: contact_form.php:760
504
  msgid "Error message for the Phone field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:732
508
+ #: contact_form.php:761
509
  msgid "Error message for the Subject field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:733
513
+ #: contact_form.php:762
514
  msgid "Error message for the Message field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:734
518
+ #: contact_form.php:763
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  msgid "Error message while uploading a file for the Attachment field to the server"
525
  msgstr ""
526
 
527
+ #: contact_form.php:736
528
+ #: contact_form.php:765
529
  msgid "Error message while moving the file for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:737
533
+ #: contact_form.php:766
534
  msgid "Error message when file size limit for the Attachment field is exceeded"
535
  msgstr ""
536
 
537
+ #: contact_form.php:738
538
+ #: contact_form.php:767
539
  msgid "Error message for the Captcha field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:739
543
+ #: contact_form.php:768
544
  msgid "Error message for the whole form"
545
  msgstr ""
546
 
547
+ #: contact_form.php:741
548
+ #: contact_form.php:770
549
+ #: contact_form.php:789
550
+ #: contact_form.php:795
551
  msgid "Use shortcode"
552
  msgstr ""
553
 
554
+ #: contact_form.php:741
555
+ #: contact_form.php:770
556
+ #: contact_form.php:789
557
+ #: contact_form.php:795
558
  msgid "for this language"
559
  msgstr ""
560
 
561
+ #: contact_form.php:777
562
  msgid "Action after email is sent"
563
  msgstr "Acción despois do envío de correo"
564
 
565
+ #: contact_form.php:779
566
  msgid "Display text"
567
  msgstr "Mostrar a opción para anexar arquivos"
568
 
569
+ #: contact_form.php:788
570
+ #: contact_form.php:794
571
  msgid "Text"
572
  msgstr "Texto"
573
 
574
+ #: contact_form.php:802
575
  msgid "Redirect to the page"
576
  msgstr "Redirecionar á páxina"
577
 
578
+ #: contact_form.php:803
579
  msgid "Url"
580
  msgstr "URL"
581
 
582
+ #: contact_form.php:809
583
+ #: contact_form.php:986
584
  msgid "Save Changes"
585
  msgstr "Gardar as mudanzas"
586
 
587
+ #: contact_form.php:826
588
  #, fuzzy
589
  msgid "Contact Form Pro | Extra Settings"
590
  msgstr "Configuracións do Formulário de contato"
591
 
592
+ #: contact_form.php:840
593
  msgid "Errors output"
594
  msgstr ""
595
 
596
+ #: contact_form.php:843
597
  msgid "Display error messages"
598
  msgstr ""
599
 
600
+ #: contact_form.php:844
601
  msgid "Color of the input field errors."
602
  msgstr ""
603
 
604
+ #: contact_form.php:845
605
  msgid "Display error messages & color of the input field errors"
606
  msgstr ""
607
 
608
+ #: contact_form.php:850
609
  msgid "Add placeholder to the input blocks"
610
  msgstr ""
611
 
612
+ #: contact_form.php:856
613
  #, fuzzy
614
  msgid "Add tooltips"
615
  msgstr "Opcións adicionais"
616
 
617
+ #: contact_form.php:870
618
  #, fuzzy
619
  msgid "Email address"
620
  msgstr "Enderezo electrónico:"
621
 
622
+ #: contact_form.php:875
623
  #, fuzzy
624
  msgid "Phone Number"
625
  msgstr "Teléfono:"
626
 
627
+ #: contact_form.php:889
628
  #, fuzzy
629
  msgid "Attachment"
630
  msgstr "Anexo:"
631
 
632
+ #: contact_form.php:894
633
  msgid "(powered by bestwebsoft.com)"
634
  msgstr ""
635
 
636
+ #: contact_form.php:899
637
  #, fuzzy
638
  msgid "Style options"
639
  msgstr "Opcións adicionais"
640
 
641
+ #: contact_form.php:902
642
  msgid "Text color"
643
  msgstr ""
644
 
645
+ #: contact_form.php:905
646
+ #: contact_form.php:910
647
+ #: contact_form.php:920
648
+ #: contact_form.php:925
649
+ #: contact_form.php:930
650
+ #: contact_form.php:935
651
+ #: contact_form.php:945
652
+ #: contact_form.php:950
653
+ #: contact_form.php:956
654
+ #: contact_form.php:967
655
+ #: contact_form.php:972
656
+ #: contact_form.php:977
657
  msgid "Default"
658
  msgstr ""
659
 
660
+ #: contact_form.php:907
661
  msgid "Label text color"
662
  msgstr ""
663
 
664
+ #: contact_form.php:912
665
  msgid "Placeholder color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:917
669
  msgid "Errors color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:922
673
  msgid "Error text color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:927
677
  msgid "Background color of the input field errors"
678
  msgstr ""
679
 
680
+ #: contact_form.php:932
681
  msgid "Border color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:937
685
  msgid "Placeholder color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:942
689
  #, fuzzy
690
  msgid "Input fields"
691
  msgstr "Mostrar a opción para anexar arquivos"
692
 
693
+ #: contact_form.php:947
694
  msgid "Input fields background color"
695
  msgstr ""
696
 
697
+ #: contact_form.php:952
698
  msgid "Text fields color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:954
702
  msgid "Border width in px, numbers only"
703
  msgstr ""
704
 
705
+ #: contact_form.php:958
706
+ #: contact_form.php:979
707
  msgid "Border color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:963
711
  #, fuzzy
712
  msgid "Submit button"
713
  msgstr "Enviar"
714
 
715
+ #: contact_form.php:965
716
  msgid "Width in px, numbers only"
717
  msgstr ""
718
 
719
+ #: contact_form.php:969
720
  msgid "Button color"
721
  msgstr ""
722
 
723
+ #: contact_form.php:974
724
  msgid "Button text color"
725
  msgstr ""
726
 
727
+ #: contact_form.php:990
728
  #, fuzzy
729
  msgid "Contact Form Pro | Preview"
730
  msgstr "Formulario de contato"
731
 
732
+ #: contact_form.php:993
733
  msgid "Show with errors"
734
  msgstr ""
735
 
736
+ #: contact_form.php:1001
737
+ #: contact_form.php:1003
738
  msgid "Please enter your full name..."
739
  msgstr ""
740
 
741
+ #: contact_form.php:1014
742
+ #: contact_form.php:1016
743
  msgid "Please enter your address..."
744
  msgstr ""
745
 
746
+ #: contact_form.php:1025
747
+ #: contact_form.php:1027
748
  #, fuzzy
749
  msgid "Please enter your email address..."
750
  msgstr "Usar este enderezo electrónico:"
751
 
752
+ #: contact_form.php:1036
753
+ #: contact_form.php:1038
754
  msgid "Please enter your phone number..."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1047
758
+ #: contact_form.php:1049
759
  msgid "Please enter subject..."
760
  msgstr ""
761
 
762
+ #: contact_form.php:1057
763
+ #: contact_form.php:1059
764
  msgid "Please enter your message..."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1070
768
  msgid "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"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1137
772
  msgid "Sorry, email message could not be delivered."
773
  msgstr "Sentímoscho, o teu correo non pode ser entregado."
774
 
775
+ #: contact_form.php:1221
776
  msgid "You can attach the following file formats"
777
  msgstr "Podes anexar arquivos do tipo:"
778
 
779
+ #: contact_form.php:1515
780
  msgid "Contact from"
781
  msgstr "Formulario de contato"
782
 
783
+ #: contact_form.php:1528
784
  msgid "Email"
785
  msgstr "Correo electrónico"
786
 
787
+ #: contact_form.php:1542
788
  msgid "Site"
789
  msgstr "Sitio web"
790
 
791
+ #: contact_form.php:1605
792
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
793
  msgstr "Se consegues ver esta MENSAXE entón é que o teu cliente non acepta tipos MIME! Por favor utiliza un cliente máis actualizado."
794
 
795
+ #: contact_form.php:1669
796
  msgid "FAQ"
797
  msgstr "Preguntas frecuentes"
798
 
799
+ #: contact_form.php:1670
800
  msgid "Support"
801
  msgstr "Soporte"
802
 
803
+ #: contact_form.php:1727
804
  msgid "Are you sure that you want to delete this language data?"
805
  msgstr ""
806
 
815
  #, fuzzy
816
  #~ msgid "Please enter a valid email address."
817
  #~ msgstr "Usar este enderezo electrónico:"
 
 
 
 
818
  #~ msgid "Activated plugins"
819
  #~ msgstr "Plugins activados"
820
  #~ msgid "Read more"
855
  #~ msgstr "Configuracións do Formulário de contato"
856
  #~ msgid "Display Attachment tips"
857
  #~ msgstr "Ver as explicacións dos anexos"
 
 
 
 
858
  #~ msgid "Please enter a valid email address. Settings are not saved."
859
  #~ msgstr ""
860
  #~ "Por favor intorduce un enderezo electrónico válido. Non se gardaron as "
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ contact_form
22
  #: contact_form.php:32
23
- #: contact_form.php:466
24
  #, fuzzy
25
  msgid "Contact Form Settings"
26
  msgstr "אפשרויות טופס צור קשר"
@@ -38,814 +38,858 @@ msgstr "אפשרויות טופס צור קשר"
38
 
39
  # @ contact_form
40
  #: contact_form.php:33
41
- #: contact_form.php:507
42
- #: contact_form.php:761
43
  #, fuzzy
44
  msgid "Contact Form Pro"
45
  msgstr "טופס צור קשר"
46
 
47
  # @ contact_form
48
- #: contact_form.php:73
49
- #: contact_form.php:648
50
- #: contact_form.php:677
51
  msgid "Name:"
52
  msgstr "שם:"
53
 
54
  # @ contact_form
55
- #: contact_form.php:74
56
- #: contact_form.php:649
57
- #: contact_form.php:678
58
  #, fuzzy
59
  msgid "Address:"
60
  msgstr "כתובת דוא\\\"ל:"
61
 
62
  # @ contact_form
63
- #: contact_form.php:75
64
- #: contact_form.php:650
65
- #: contact_form.php:679
66
  msgid "Email Address:"
67
  msgstr "כתובת דוא\\\"ל:"
68
 
69
- #: contact_form.php:76
70
- #: contact_form.php:651
71
- #: contact_form.php:680
72
  msgid "Phone number:"
73
  msgstr ""
74
 
75
  # @ contact_form
76
- #: contact_form.php:77
77
- #: contact_form.php:652
78
- #: contact_form.php:681
79
  msgid "Subject:"
80
  msgstr "נושא:"
81
 
82
  # @ contact_form
83
- #: contact_form.php:78
84
- #: contact_form.php:653
85
- #: contact_form.php:682
86
  msgid "Message:"
87
  msgstr "הודעה:"
88
 
89
  # @ contact_form
90
- #: contact_form.php:79
91
- #: contact_form.php:654
92
- #: contact_form.php:683
93
  msgid "Attachment:"
94
  msgstr "קובץ מצורף:"
95
 
96
  # @ contact_form
97
- #: contact_form.php:80
98
- #: contact_form.php:655
99
- #: contact_form.php:684
100
  msgid "Send me a copy"
101
  msgstr "שלח לי עותק"
102
 
103
  # @ contact_form
104
- #: contact_form.php:81
105
- #: contact_form.php:656
106
- #: contact_form.php:685
107
  msgid "Submit"
108
  msgstr "שלח"
109
 
110
  # @ contact_form
111
- #: contact_form.php:82
112
  msgid "Your name is required."
113
  msgstr "השם שלך הכרחי."
114
 
115
  # @ contact_form
116
- #: contact_form.php:83
117
  #, fuzzy
118
  msgid "Address is required."
119
  msgstr "כתובת מייל תקנית הכרחית."
120
 
121
  # @ contact_form
122
- #: contact_form.php:84
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "כתובת מייל תקנית הכרחית."
126
 
127
  # @ contact_form
128
- #: contact_form.php:85
129
  #, fuzzy
130
  msgid "Phone number is required."
131
  msgstr "השם שלך הכרחי."
132
 
133
  # @ contact_form
134
- #: contact_form.php:86
135
  msgid "Subject is required."
136
  msgstr "הנושא הכרחי."
137
 
138
  # @ contact_form
139
- #: contact_form.php:87
140
  msgid "Message text is required."
141
  msgstr "מילוי שדה ההודעה הכרחי."
142
 
143
  # @ contact_form
144
- #: contact_form.php:88
145
  msgid "File format is not valid."
146
  msgstr "הקובץ המצורף שבור"
147
 
148
- #: contact_form.php:89
149
  msgid "File upload error."
150
  msgstr ""
151
 
152
- #: contact_form.php:90
153
  msgid "The file could not be uploaded."
154
  msgstr ""
155
 
156
- #: contact_form.php:91
157
  msgid "This file is too large."
158
  msgstr ""
159
 
160
  # @ contact_form
161
- #: contact_form.php:92
162
  msgid "Please fill out the CAPTCHA."
163
  msgstr "אנא השלם את קוד האימות."
164
 
165
  # @ contact_form
166
- #: contact_form.php:93
167
  msgid "Please make corrections below and try again."
168
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
169
 
170
  # @ contact_form
171
- #: contact_form.php:95
172
  msgid "Thank you for contacting us."
173
  msgstr "תודה שיצרת עמנו קשר."
174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  # @ contact_form
176
- #: contact_form.php:422
177
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
178
  msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
179
 
180
  # @ contact_form
181
- #: contact_form.php:431
182
  msgid "Such user does not exist. Settings are not saved."
183
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
184
 
185
  # @ contact_form
186
- #: contact_form.php:435
187
- #: contact_form.php:441
188
  #, fuzzy
189
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
190
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
191
 
192
  # @ contact_form
193
- #: contact_form.php:446
194
  #, fuzzy
195
  msgid "Settings saved."
196
  msgstr "האפשרויות נשמרו."
197
 
198
  # @ contact_form
199
- #: contact_form.php:470
200
- #: contact_form.php:755
201
- #: contact_form.php:1573
202
- #: contact_form.php:1584
203
  msgid "Settings"
204
  msgstr "הגדרות"
205
 
206
  # @ contact_form
207
- #: contact_form.php:471
208
- #: contact_form.php:756
209
  #, fuzzy
210
  msgid "Extra settings"
211
  msgstr "הגדרות"
212
 
213
  # @ contact_form
214
- #: contact_form.php:476
215
- #: contact_form.php:1012
216
  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:"
217
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
218
 
219
- #: contact_form.php:476
220
- #: contact_form.php:477
221
- #: contact_form.php:670
222
- #: contact_form.php:718
223
  msgid "or"
224
  msgstr ""
225
 
226
- #: contact_form.php:477
227
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
228
  msgstr ""
229
 
230
- #: contact_form.php:478
231
  msgid "They work the same way."
232
  msgstr ""
233
 
234
  # @ contact_form
235
- #: contact_form.php:479
236
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
237
  msgstr "אם השדות שלהלן ריקים, אז המייל יישלח אל לכתובת שצוינה בעת ההרשמה."
238
 
239
  # @ contact_form
240
- #: contact_form.php:483
241
  msgid "The user's email address:"
242
  msgstr "השתמש במייל של משתמש וורדפרס:"
243
 
244
  # @ contact_form
245
- #: contact_form.php:487
246
  msgid "Create a username"
247
  msgstr "בחר שם משתמש"
248
 
249
  # @ contact_form
250
- #: contact_form.php:492
251
  msgid "Enter a username of the person who should get the messages from the contact form."
252
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
253
 
254
  # @ contact_form
255
- #: contact_form.php:496
256
  msgid "Use this email address:"
257
  msgstr "השתמש במייל זה:"
258
 
259
  # @ contact_form
260
- #: contact_form.php:499
261
  msgid "Enter the email address you want the messages forwarded to."
262
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
263
 
264
- #: contact_form.php:503
265
  msgid "Add department selectbox to the contact form:"
266
  msgstr ""
267
 
268
- #: contact_form.php:506
269
- #: contact_form.php:760
270
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
271
  msgstr ""
272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  # @ contact_form
274
- #: contact_form.php:515
275
  msgid "Additional options"
276
  msgstr "אפשרויות נוספות"
277
 
278
  # @ contact_form
279
- #: contact_form.php:518
280
  msgid "What to use?"
281
  msgstr "איזה שימוש?"
282
 
283
  # @ mail-send
284
- #: contact_form.php:521
285
  msgid "Wp-mail"
286
  msgstr ""
287
 
288
  # @ mail_send
289
- #: contact_form.php:522
290
  msgid "You can use the wp_mail function for mailing"
291
  msgstr ""
292
 
293
  # @ mail-send
294
- #: contact_form.php:528
295
  msgid "Mail"
296
  msgstr ""
297
 
298
  # @ mail_send
299
- #: contact_form.php:529
300
  msgid "To send mail you can use the php mail function"
301
  msgstr ""
302
 
303
  # @ contact_form
304
- #: contact_form.php:533
305
  #, fuzzy
306
  msgid "The text in the 'From' field"
307
  msgstr "שנה את השדות של טופס יצירת הקשר"
308
 
309
- #: contact_form.php:535
310
  msgid "User name"
311
  msgstr ""
312
 
313
- #: contact_form.php:535
314
  msgid "The name of the user who fills the form will be used in the field 'From'."
315
  msgstr ""
316
 
317
  # @ contact_form
318
- #: contact_form.php:537
319
  #, fuzzy
320
  msgid "This text will be used in the 'FROM' field"
321
  msgstr "שנה את השדות של טופס יצירת הקשר"
322
 
323
- #: contact_form.php:541
324
  msgid "The email address in the 'From' field"
325
  msgstr ""
326
 
327
- #: contact_form.php:543
328
  msgid "User email"
329
  msgstr ""
330
 
331
- #: contact_form.php:543
332
  msgid "The email address of the user who fills the form will be used in the field 'From'."
333
  msgstr ""
334
 
335
- #: contact_form.php:545
336
  msgid "This email address will be used in the 'From' field."
337
  msgstr ""
338
 
339
  # @ contact_form
340
- #: contact_form.php:549
341
  #, fuzzy
342
  msgid "Display fields"
343
  msgstr "הטקסט המוצג"
344
 
345
  # @ contact_form
346
- #: contact_form.php:551
347
- #: contact_form.php:600
348
- #: contact_form.php:792
349
- #: contact_form.php:1443
350
  #, fuzzy
351
  msgid "Address"
352
  msgstr "כתובת דוא\\\"ל:"
353
 
354
- #: contact_form.php:552
355
- #: contact_form.php:602
356
- #: contact_form.php:1451
357
  msgid "Phone"
358
  msgstr ""
359
 
360
  # @ contact_form
361
- #: contact_form.php:553
362
  #, fuzzy
363
  msgid "Attachment block"
364
  msgstr "הצג אפשרות קובץ מצורף"
365
 
366
  # @ contact_form
367
- #: contact_form.php:553
368
  msgid "Users can attach the following file formats"
369
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
370
 
371
- #: contact_form.php:565
372
- #: contact_form.php:568
373
- #: contact_form.php:571
374
- #: contact_form.php:821
375
  msgid "Captcha"
376
  msgstr ""
377
 
378
- #: contact_form.php:565
379
- #: contact_form.php:568
380
- #: contact_form.php:571
381
  msgid "powered by"
382
  msgstr ""
383
 
384
  # @ contact_form
385
- #: contact_form.php:568
386
  #, fuzzy
387
  msgid "Activate captcha"
388
  msgstr "תוספים פעילים"
389
 
390
  # @ contact_form
391
- #: contact_form.php:571
392
  #, fuzzy
393
  msgid "Download captcha"
394
  msgstr "הורד"
395
 
396
  # @ contact_form
397
- #: contact_form.php:576
398
  #, fuzzy
399
  msgid "Display tips below the Attachment block"
400
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
401
 
402
- #: contact_form.php:585
403
  msgid "Delete an attachment file from the server after the email is sent"
404
  msgstr ""
405
 
406
  # @ contact_form
407
- #: contact_form.php:591
408
  #, fuzzy
409
  msgid "Display 'Send me a copy' block"
410
  msgstr "הצג תיבת שלח לי עותק"
411
 
412
- #: contact_form.php:597
413
  msgid "Required fields"
414
  msgstr ""
415
 
416
  # @ contact_form
417
- #: contact_form.php:599
418
- #: contact_form.php:787
419
- #: contact_form.php:1438
420
  msgid "Name"
421
  msgstr "שם"
422
 
423
  # @ contact_form
424
- #: contact_form.php:601
425
  #, fuzzy
426
  msgid "Email Address"
427
  msgstr "כתובת דוא\\\"ל:"
428
 
429
  # @ contact_form
430
- #: contact_form.php:603
431
- #: contact_form.php:807
432
- #: contact_form.php:1454
433
  msgid "Subject"
434
  msgstr "נושא"
435
 
436
  # @ contact_form
437
- #: contact_form.php:604
438
- #: contact_form.php:811
439
- #: contact_form.php:1457
440
  msgid "Message"
441
  msgstr "תוכן ההודעה"
442
 
 
 
 
 
443
  # @ contact_form
444
- #: contact_form.php:608
445
  #, fuzzy
446
  msgid "Display additional info in the email"
447
  msgstr "הצג מידע נוסף במייל"
448
 
449
  # @ contact_form
450
- #: contact_form.php:613
451
- #: contact_form.php:1410
452
  msgid "Sent from (ip address)"
453
  msgstr "נשלח מ (כתובת IP)"
454
 
455
  # @ contact_form
456
- #: contact_form.php:613
457
  #, fuzzy
458
  msgid "Example: Sent from (IP address):\t127.0.0.1"
459
  msgstr "נשלח מ (כתובת IP)"
460
 
461
  # @ contact_form
462
- #: contact_form.php:614
463
- #: contact_form.php:1415
464
  msgid "Date/Time"
465
  msgstr "תאריך\\שעה"
466
 
467
- #: contact_form.php:614
468
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
469
  msgstr ""
470
 
471
  # @ contact_form
472
- #: contact_form.php:615
473
- #: contact_form.php:1420
474
  msgid "Sent from (referer)"
475
  msgstr "מגיע מ (השולח)"
476
 
477
- #: contact_form.php:615
478
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
479
  msgstr ""
480
 
481
  # @ contact_form
482
- #: contact_form.php:616
483
- #: contact_form.php:1425
484
  msgid "Using (user agent)"
485
  msgstr "משתמש ב (user agent)"
486
 
487
- #: contact_form.php:616
488
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
489
  msgstr ""
490
 
491
- #: contact_form.php:620
492
  msgid "Language settings for the field names in the form"
493
  msgstr ""
494
 
495
- #: contact_form.php:629
496
  msgid "Add a language"
497
  msgstr ""
498
 
499
  # @ contact_form
500
- #: contact_form.php:633
501
  #, fuzzy
502
  msgid "Change the names of the contact form fields and error messages"
503
  msgstr "שנה את תוויות הטופס"
504
 
505
- #: contact_form.php:638
506
  #: contact_form.php:709
 
507
  msgid "English"
508
  msgstr ""
509
 
510
- #: contact_form.php:657
511
- #: contact_form.php:686
512
  msgid "Error message for the Name field"
513
  msgstr ""
514
 
515
- #: contact_form.php:658
516
- #: contact_form.php:687
517
  msgid "Error message for the Address field"
518
  msgstr ""
519
 
520
- #: contact_form.php:659
521
- #: contact_form.php:688
522
  msgid "Error message for the Email field"
523
  msgstr ""
524
 
525
- #: contact_form.php:660
526
- #: contact_form.php:689
527
  msgid "Error message for the Phone field"
528
  msgstr ""
529
 
530
- #: contact_form.php:661
531
- #: contact_form.php:690
532
  msgid "Error message for the Subject field"
533
  msgstr ""
534
 
535
- #: contact_form.php:662
536
- #: contact_form.php:691
537
  msgid "Error message for the Message field"
538
  msgstr ""
539
 
540
- #: contact_form.php:663
541
- #: contact_form.php:692
542
  msgid "Error message about the file type for the Attachment field"
543
  msgstr ""
544
 
545
- #: contact_form.php:664
546
- #: contact_form.php:693
547
  msgid "Error message while uploading a file for the Attachment field to the server"
548
  msgstr ""
549
 
550
- #: contact_form.php:665
551
- #: contact_form.php:694
552
  msgid "Error message while moving the file for the Attachment field"
553
  msgstr ""
554
 
555
- #: contact_form.php:666
556
- #: contact_form.php:695
557
  msgid "Error message when file size limit for the Attachment field is exceeded"
558
  msgstr ""
559
 
560
- #: contact_form.php:667
561
- #: contact_form.php:696
562
  msgid "Error message for the Captcha field"
563
  msgstr ""
564
 
565
- #: contact_form.php:668
566
- #: contact_form.php:697
567
  msgid "Error message for the whole form"
568
  msgstr ""
569
 
570
- #: contact_form.php:670
571
- #: contact_form.php:699
572
- #: contact_form.php:718
573
- #: contact_form.php:724
574
  msgid "Use shortcode"
575
  msgstr ""
576
 
577
- #: contact_form.php:670
578
- #: contact_form.php:699
579
- #: contact_form.php:718
580
- #: contact_form.php:724
581
  msgid "for this language"
582
  msgstr ""
583
 
584
  # @ contact_form
585
- #: contact_form.php:706
586
  msgid "Action after email is sent"
587
  msgstr "הפעולה שלאחר שליחת הטופס"
588
 
589
  # @ contact_form
590
- #: contact_form.php:708
591
  msgid "Display text"
592
  msgstr "הטקסט המוצג"
593
 
594
  # @ contact_form
595
- #: contact_form.php:717
596
- #: contact_form.php:723
597
  msgid "Text"
598
  msgstr "טקסט"
599
 
600
  # @ contact_form
601
- #: contact_form.php:730
602
  msgid "Redirect to the page"
603
  msgstr "הפנה אל הדף"
604
 
605
  # @ contact_form
606
- #: contact_form.php:731
607
  msgid "Url"
608
  msgstr "URL"
609
 
610
  # @ default
611
- #: contact_form.php:736
612
- #: contact_form.php:913
613
  msgid "Save Changes"
614
  msgstr ""
615
 
616
  # @ contact_form
617
- #: contact_form.php:753
618
  #, fuzzy
619
  msgid "Contact Form Pro | Extra Settings"
620
  msgstr "אפשרויות טופס צור קשר"
621
 
622
- #: contact_form.php:767
623
  msgid "Errors output"
624
  msgstr ""
625
 
626
- #: contact_form.php:770
627
  msgid "Display error messages"
628
  msgstr ""
629
 
630
- #: contact_form.php:771
631
  msgid "Color of the input field errors."
632
  msgstr ""
633
 
634
- #: contact_form.php:772
635
  msgid "Display error messages & color of the input field errors"
636
  msgstr ""
637
 
638
- #: contact_form.php:777
639
  msgid "Add placeholder to the input blocks"
640
  msgstr ""
641
 
642
  # @ contact_form
643
- #: contact_form.php:783
644
  #, fuzzy
645
  msgid "Add tooltips"
646
  msgstr "אפשרויות נוספות"
647
 
648
  # @ contact_form
649
- #: contact_form.php:797
650
  #, fuzzy
651
  msgid "Email address"
652
  msgstr "כתובת דוא\\\"ל:"
653
 
654
- #: contact_form.php:802
655
  msgid "Phone Number"
656
  msgstr ""
657
 
658
  # @ contact_form
659
- #: contact_form.php:816
660
  #, fuzzy
661
  msgid "Attachment"
662
  msgstr "קובץ מצורף:"
663
 
664
- #: contact_form.php:821
665
  msgid "(powered by bestwebsoft.com)"
666
  msgstr ""
667
 
668
  # @ contact_form
669
- #: contact_form.php:826
670
  #, fuzzy
671
  msgid "Style options"
672
  msgstr "אפשרויות נוספות"
673
 
674
- #: contact_form.php:829
675
  msgid "Text color"
676
  msgstr ""
677
 
678
- #: contact_form.php:832
679
- #: contact_form.php:837
680
- #: contact_form.php:847
681
- #: contact_form.php:852
682
- #: contact_form.php:857
683
- #: contact_form.php:862
684
- #: contact_form.php:872
685
- #: contact_form.php:877
686
- #: contact_form.php:883
687
- #: contact_form.php:894
688
- #: contact_form.php:899
689
- #: contact_form.php:904
690
  msgid "Default"
691
  msgstr ""
692
 
693
- #: contact_form.php:834
694
  msgid "Label text color"
695
  msgstr ""
696
 
697
- #: contact_form.php:839
698
  msgid "Placeholder color"
699
  msgstr ""
700
 
701
- #: contact_form.php:844
702
  msgid "Errors color"
703
  msgstr ""
704
 
705
- #: contact_form.php:849
706
  msgid "Error text color"
707
  msgstr ""
708
 
709
- #: contact_form.php:854
710
  msgid "Background color of the input field errors"
711
  msgstr ""
712
 
713
- #: contact_form.php:859
714
  msgid "Border color of the input field errors"
715
  msgstr ""
716
 
717
- #: contact_form.php:864
718
  msgid "Placeholder color of the input field errors"
719
  msgstr ""
720
 
721
  # @ contact_form
722
- #: contact_form.php:869
723
  #, fuzzy
724
  msgid "Input fields"
725
  msgstr "הטקסט המוצג"
726
 
727
- #: contact_form.php:874
728
  msgid "Input fields background color"
729
  msgstr ""
730
 
731
- #: contact_form.php:879
732
  msgid "Text fields color"
733
  msgstr ""
734
 
735
- #: contact_form.php:881
736
  msgid "Border width in px, numbers only"
737
  msgstr ""
738
 
739
- #: contact_form.php:885
740
- #: contact_form.php:906
741
  msgid "Border color"
742
  msgstr ""
743
 
744
  # @ contact_form
745
- #: contact_form.php:890
746
  #, fuzzy
747
  msgid "Submit button"
748
  msgstr "שלח"
749
 
750
- #: contact_form.php:892
751
  msgid "Width in px, numbers only"
752
  msgstr ""
753
 
754
- #: contact_form.php:896
755
  msgid "Button color"
756
  msgstr ""
757
 
758
- #: contact_form.php:901
759
  msgid "Button text color"
760
  msgstr ""
761
 
762
  # @ contact_form
763
- #: contact_form.php:917
764
  #, fuzzy
765
  msgid "Contact Form Pro | Preview"
766
  msgstr "טופס צור קשר"
767
 
768
- #: contact_form.php:920
769
  msgid "Show with errors"
770
  msgstr ""
771
 
772
- #: contact_form.php:928
773
- #: contact_form.php:930
774
  msgid "Please enter your full name..."
775
  msgstr ""
776
 
777
- #: contact_form.php:941
778
- #: contact_form.php:943
779
  msgid "Please enter your address..."
780
  msgstr ""
781
 
782
  # @ contact_form
783
- #: contact_form.php:952
784
- #: contact_form.php:954
785
  #, fuzzy
786
  msgid "Please enter your email address..."
787
  msgstr "השתמש במייל זה:"
788
 
789
- #: contact_form.php:963
790
- #: contact_form.php:965
791
  msgid "Please enter your phone number..."
792
  msgstr ""
793
 
794
- #: contact_form.php:974
795
- #: contact_form.php:976
796
  msgid "Please enter subject..."
797
  msgstr ""
798
 
799
- #: contact_form.php:984
800
- #: contact_form.php:986
801
  msgid "Please enter your message..."
802
  msgstr ""
803
 
804
- #: contact_form.php:997
805
  msgid "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"
806
  msgstr ""
807
 
808
  # @ contact_form
809
- #: contact_form.php:1066
810
  msgid "Sorry, email message could not be delivered."
811
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
812
 
813
  # @ contact_form
814
- #: contact_form.php:1150
815
  msgid "You can attach the following file formats"
816
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
817
 
818
  # @ contact_form
819
- #: contact_form.php:1433
820
  msgid "Contact from"
821
  msgstr "טופס צור קשר"
822
 
823
  # @ contact_form
824
- #: contact_form.php:1446
825
  msgid "Email"
826
  msgstr "כתובת מייל"
827
 
828
  # @ contact_form
829
- #: contact_form.php:1460
830
  msgid "Site"
831
  msgstr "אתר"
832
 
833
  # @ contact_form
834
- #: contact_form.php:1521
835
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
836
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
837
 
838
  # @ contact_form
839
- #: contact_form.php:1585
840
  msgid "FAQ"
841
  msgstr "שאלות ותשובות"
842
 
843
  # @ contact_form
844
- #: contact_form.php:1586
845
  msgid "Support"
846
  msgstr "תמיכה"
847
 
848
- #: contact_form.php:1645
849
  msgid "Are you sure that you want to delete this language data?"
850
  msgstr ""
851
 
@@ -864,11 +908,6 @@ msgstr ""
864
  #~ msgid "Please enter a valid email address."
865
  #~ msgstr "השתמש במייל זה:"
866
 
867
- # @ contact_form
868
- #, fuzzy
869
- #~ msgid "Pro plugins"
870
- #~ msgstr "תוספים מומלצים"
871
-
872
  # @ contact_form
873
  #~ msgid "Activated plugins"
874
  #~ msgstr "תוספים פעילים"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.20\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ contact_form
22
  #: contact_form.php:32
23
+ #: contact_form.php:512
24
  #, fuzzy
25
  msgid "Contact Form Settings"
26
  msgstr "אפשרויות טופס צור קשר"
38
 
39
  # @ contact_form
40
  #: contact_form.php:33
41
+ #: contact_form.php:553
42
+ #: contact_form.php:834
43
  #, fuzzy
44
  msgid "Contact Form Pro"
45
  msgstr "טופס צור קשר"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:74
49
+ #: contact_form.php:719
50
+ #: contact_form.php:748
51
  msgid "Name:"
52
  msgstr "שם:"
53
 
54
  # @ contact_form
55
+ #: contact_form.php:75
56
+ #: contact_form.php:720
57
+ #: contact_form.php:749
58
  #, fuzzy
59
  msgid "Address:"
60
  msgstr "כתובת דוא\\\"ל:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:76
64
+ #: contact_form.php:721
65
+ #: contact_form.php:750
66
  msgid "Email Address:"
67
  msgstr "כתובת דוא\\\"ל:"
68
 
69
+ #: contact_form.php:77
70
+ #: contact_form.php:722
71
+ #: contact_form.php:751
72
  msgid "Phone number:"
73
  msgstr ""
74
 
75
  # @ contact_form
76
+ #: contact_form.php:78
77
+ #: contact_form.php:723
78
+ #: contact_form.php:752
79
  msgid "Subject:"
80
  msgstr "נושא:"
81
 
82
  # @ contact_form
83
+ #: contact_form.php:79
84
+ #: contact_form.php:724
85
+ #: contact_form.php:753
86
  msgid "Message:"
87
  msgstr "הודעה:"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:80
91
+ #: contact_form.php:725
92
+ #: contact_form.php:754
93
  msgid "Attachment:"
94
  msgstr "קובץ מצורף:"
95
 
96
  # @ contact_form
97
+ #: contact_form.php:81
98
+ #: contact_form.php:726
99
+ #: contact_form.php:755
100
  msgid "Send me a copy"
101
  msgstr "שלח לי עותק"
102
 
103
  # @ contact_form
104
+ #: contact_form.php:82
105
+ #: contact_form.php:727
106
+ #: contact_form.php:756
107
  msgid "Submit"
108
  msgstr "שלח"
109
 
110
  # @ contact_form
111
+ #: contact_form.php:83
112
  msgid "Your name is required."
113
  msgstr "השם שלך הכרחי."
114
 
115
  # @ contact_form
116
+ #: contact_form.php:84
117
  #, fuzzy
118
  msgid "Address is required."
119
  msgstr "כתובת מייל תקנית הכרחית."
120
 
121
  # @ contact_form
122
+ #: contact_form.php:85
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "כתובת מייל תקנית הכרחית."
126
 
127
  # @ contact_form
128
+ #: contact_form.php:86
129
  #, fuzzy
130
  msgid "Phone number is required."
131
  msgstr "השם שלך הכרחי."
132
 
133
  # @ contact_form
134
+ #: contact_form.php:87
135
  msgid "Subject is required."
136
  msgstr "הנושא הכרחי."
137
 
138
  # @ contact_form
139
+ #: contact_form.php:88
140
  msgid "Message text is required."
141
  msgstr "מילוי שדה ההודעה הכרחי."
142
 
143
  # @ contact_form
144
+ #: contact_form.php:89
145
  msgid "File format is not valid."
146
  msgstr "הקובץ המצורף שבור"
147
 
148
+ #: contact_form.php:90
149
  msgid "File upload error."
150
  msgstr ""
151
 
152
+ #: contact_form.php:91
153
  msgid "The file could not be uploaded."
154
  msgstr ""
155
 
156
+ #: contact_form.php:92
157
  msgid "This file is too large."
158
  msgstr ""
159
 
160
  # @ contact_form
161
+ #: contact_form.php:93
162
  msgid "Please fill out the CAPTCHA."
163
  msgstr "אנא השלם את קוד האימות."
164
 
165
  # @ contact_form
166
+ #: contact_form.php:94
167
  msgid "Please make corrections below and try again."
168
  msgstr "אנא עשה תיקונים להלן ונסה שוב."
169
 
170
  # @ contact_form
171
+ #: contact_form.php:96
172
  msgid "Thank you for contacting us."
173
  msgstr "תודה שיצרת עמנו קשר."
174
 
175
+ #: contact_form.php:188
176
+ msgid "requires"
177
+ msgstr ""
178
+
179
+ #: contact_form.php:188
180
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
181
+ msgstr ""
182
+
183
+ #: contact_form.php:188
184
+ msgid "Back to the WordPress"
185
+ msgstr ""
186
+
187
+ # @ contact_form
188
+ #: contact_form.php:188
189
+ #, fuzzy
190
+ msgid "Plugins page"
191
+ msgstr "תוספים מומלצים"
192
+
193
  # @ contact_form
194
+ #: contact_form.php:468
195
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
196
  msgstr "אם האפשרות 'הפנה מחדש לדף' מסומנת אז חייבים למלא את שדה כתובת ה URL בפורמט הבא"
197
 
198
  # @ contact_form
199
+ #: contact_form.php:477
200
  msgid "Such user does not exist. Settings are not saved."
201
  msgstr "משתמש כזה אינו קיים. ההגדרות לא נשמרו."
202
 
203
  # @ contact_form
204
+ #: contact_form.php:481
205
+ #: contact_form.php:487
206
  #, fuzzy
207
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
208
  msgstr "בבקשה הזן כתובת מייל נכונה. ההגדרות לא נשמרו."
209
 
210
  # @ contact_form
211
+ #: contact_form.php:492
212
  #, fuzzy
213
  msgid "Settings saved."
214
  msgstr "האפשרויות נשמרו."
215
 
216
  # @ contact_form
217
+ #: contact_form.php:516
218
+ #: contact_form.php:828
219
+ #: contact_form.php:1657
220
+ #: contact_form.php:1668
221
  msgid "Settings"
222
  msgstr "הגדרות"
223
 
224
  # @ contact_form
225
+ #: contact_form.php:517
226
+ #: contact_form.php:829
227
  #, fuzzy
228
  msgid "Extra settings"
229
  msgstr "הגדרות"
230
 
231
  # @ contact_form
232
+ #: contact_form.php:522
233
+ #: contact_form.php:1085
234
  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:"
235
  msgstr "אם אתה מעוניין להוסיף טופס צור קשר לאתר שלך, פשוט העתק את קיצור הקוד שלהלן אל הפוסט או הדף או הוידג'ט שלך:"
236
 
237
+ #: contact_form.php:522
238
+ #: contact_form.php:523
239
+ #: contact_form.php:741
240
+ #: contact_form.php:789
241
  msgid "or"
242
  msgstr ""
243
 
244
+ #: contact_form.php:523
245
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
246
  msgstr ""
247
 
248
+ #: contact_form.php:524
249
  msgid "They work the same way."
250
  msgstr ""
251
 
252
  # @ contact_form
253
+ #: contact_form.php:525
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
258
+ #: contact_form.php:529
259
  msgid "The user's email address:"
260
  msgstr "השתמש במייל של משתמש וורדפרס:"
261
 
262
  # @ contact_form
263
+ #: contact_form.php:533
264
  msgid "Create a username"
265
  msgstr "בחר שם משתמש"
266
 
267
  # @ contact_form
268
+ #: contact_form.php:538
269
  msgid "Enter a username of the person who should get the messages from the contact form."
270
  msgstr "הגדר שם משתמש, אשר יקבל את ההודעות הנשלחות דרך טופס יצירת הקשר."
271
 
272
  # @ contact_form
273
+ #: contact_form.php:542
274
  msgid "Use this email address:"
275
  msgstr "השתמש במייל זה:"
276
 
277
  # @ contact_form
278
+ #: contact_form.php:545
279
  msgid "Enter the email address you want the messages forwarded to."
280
  msgstr "הגדר כתובת מייל שתשמש לקבלת הודעות."
281
 
282
+ #: contact_form.php:549
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr ""
285
 
286
+ #: contact_form.php:552
287
+ #: contact_form.php:833
288
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
289
  msgstr ""
290
 
291
+ #: contact_form.php:560
292
+ msgid "Save emails to the database"
293
+ msgstr ""
294
+
295
+ #: contact_form.php:568
296
+ #: contact_form.php:571
297
+ #: contact_form.php:575
298
+ msgid "Using Contact Form to DB powered by"
299
+ msgstr ""
300
+
301
+ # @ contact_form
302
+ #: contact_form.php:571
303
+ #, fuzzy
304
+ msgid "Activate Contact Form to DB"
305
+ msgstr "טופס צור קשר"
306
+
307
+ # @ contact_form
308
+ #: contact_form.php:575
309
+ #, fuzzy
310
+ msgid "Download Contact Form to DB"
311
+ msgstr "טופס צור קשר"
312
+
313
  # @ contact_form
314
+ #: contact_form.php:580
315
  msgid "Additional options"
316
  msgstr "אפשרויות נוספות"
317
 
318
  # @ contact_form
319
+ #: contact_form.php:583
320
  msgid "What to use?"
321
  msgstr "איזה שימוש?"
322
 
323
  # @ mail-send
324
+ #: contact_form.php:586
325
  msgid "Wp-mail"
326
  msgstr ""
327
 
328
  # @ mail_send
329
+ #: contact_form.php:586
330
  msgid "You can use the wp_mail function for mailing"
331
  msgstr ""
332
 
333
  # @ mail-send
334
+ #: contact_form.php:588
335
  msgid "Mail"
336
  msgstr ""
337
 
338
  # @ mail_send
339
+ #: contact_form.php:588
340
  msgid "To send mail you can use the php mail function"
341
  msgstr ""
342
 
343
  # @ contact_form
344
+ #: contact_form.php:592
345
  #, fuzzy
346
  msgid "The text in the 'From' field"
347
  msgstr "שנה את השדות של טופס יצירת הקשר"
348
 
349
+ #: contact_form.php:594
350
  msgid "User name"
351
  msgstr ""
352
 
353
+ #: contact_form.php:595
354
  msgid "The name of the user who fills the form will be used in the field 'From'."
355
  msgstr ""
356
 
357
  # @ contact_form
358
+ #: contact_form.php:600
359
  #, fuzzy
360
  msgid "This text will be used in the 'FROM' field"
361
  msgstr "שנה את השדות של טופס יצירת הקשר"
362
 
363
+ #: contact_form.php:604
364
  msgid "The email address in the 'From' field"
365
  msgstr ""
366
 
367
+ #: contact_form.php:606
368
  msgid "User email"
369
  msgstr ""
370
 
371
+ #: contact_form.php:607
372
  msgid "The email address of the user who fills the form will be used in the field 'From'."
373
  msgstr ""
374
 
375
+ #: contact_form.php:609
376
  msgid "This email address will be used in the 'From' field."
377
  msgstr ""
378
 
379
  # @ contact_form
380
+ #: contact_form.php:613
381
  #, fuzzy
382
  msgid "Display fields"
383
  msgstr "הטקסט המוצג"
384
 
385
  # @ contact_form
386
+ #: contact_form.php:615
387
+ #: contact_form.php:665
388
+ #: contact_form.php:865
389
+ #: contact_form.php:1525
390
  #, fuzzy
391
  msgid "Address"
392
  msgstr "כתובת דוא\\\"ל:"
393
 
394
+ #: contact_form.php:616
395
+ #: contact_form.php:667
396
+ #: contact_form.php:1533
397
  msgid "Phone"
398
  msgstr ""
399
 
400
  # @ contact_form
401
+ #: contact_form.php:617
402
  #, fuzzy
403
  msgid "Attachment block"
404
  msgstr "הצג אפשרות קובץ מצורף"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:617
408
  msgid "Users can attach the following file formats"
409
  msgstr "משתמשים יוכלו לצרף קבצים מהסוגים הבאים"
410
 
411
+ #: contact_form.php:626
412
+ #: contact_form.php:629
413
+ #: contact_form.php:633
414
+ #: contact_form.php:894
415
  msgid "Captcha"
416
  msgstr ""
417
 
418
+ #: contact_form.php:626
419
+ #: contact_form.php:629
420
+ #: contact_form.php:633
421
  msgid "powered by"
422
  msgstr ""
423
 
424
  # @ contact_form
425
+ #: contact_form.php:629
426
  #, fuzzy
427
  msgid "Activate captcha"
428
  msgstr "תוספים פעילים"
429
 
430
  # @ contact_form
431
+ #: contact_form.php:633
432
  #, fuzzy
433
  msgid "Download captcha"
434
  msgstr "הורד"
435
 
436
  # @ contact_form
437
+ #: contact_form.php:638
438
  #, fuzzy
439
  msgid "Display tips below the Attachment block"
440
  msgstr "הצג את ההסברים אחרי תיבת הקובץ המצורף"
441
 
442
+ #: contact_form.php:647
443
  msgid "Delete an attachment file from the server after the email is sent"
444
  msgstr ""
445
 
446
  # @ contact_form
447
+ #: contact_form.php:653
448
  #, fuzzy
449
  msgid "Display 'Send me a copy' block"
450
  msgstr "הצג תיבת שלח לי עותק"
451
 
452
+ #: contact_form.php:662
453
  msgid "Required fields"
454
  msgstr ""
455
 
456
  # @ contact_form
457
+ #: contact_form.php:664
458
+ #: contact_form.php:860
459
+ #: contact_form.php:1520
460
  msgid "Name"
461
  msgstr "שם"
462
 
463
  # @ contact_form
464
+ #: contact_form.php:666
465
  #, fuzzy
466
  msgid "Email Address"
467
  msgstr "כתובת דוא\\\"ל:"
468
 
469
  # @ contact_form
470
+ #: contact_form.php:668
471
+ #: contact_form.php:880
472
+ #: contact_form.php:1536
473
  msgid "Subject"
474
  msgstr "נושא"
475
 
476
  # @ contact_form
477
+ #: contact_form.php:669
478
+ #: contact_form.php:884
479
+ #: contact_form.php:1539
480
  msgid "Message"
481
  msgstr "תוכן ההודעה"
482
 
483
+ #: contact_form.php:673
484
+ msgid "Display the asterisk near required fields"
485
+ msgstr ""
486
+
487
  # @ contact_form
488
+ #: contact_form.php:679
489
  #, fuzzy
490
  msgid "Display additional info in the email"
491
  msgstr "הצג מידע נוסף במייל"
492
 
493
  # @ contact_form
494
+ #: contact_form.php:684
495
+ #: contact_form.php:1492
496
  msgid "Sent from (ip address)"
497
  msgstr "נשלח מ (כתובת IP)"
498
 
499
  # @ contact_form
500
+ #: contact_form.php:684
501
  #, fuzzy
502
  msgid "Example: Sent from (IP address):\t127.0.0.1"
503
  msgstr "נשלח מ (כתובת IP)"
504
 
505
  # @ contact_form
506
+ #: contact_form.php:685
507
+ #: contact_form.php:1497
508
  msgid "Date/Time"
509
  msgstr "תאריך\\שעה"
510
 
511
+ #: contact_form.php:685
512
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
513
  msgstr ""
514
 
515
  # @ contact_form
516
+ #: contact_form.php:686
517
+ #: contact_form.php:1502
518
  msgid "Sent from (referer)"
519
  msgstr "מגיע מ (השולח)"
520
 
521
+ #: contact_form.php:686
522
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
523
  msgstr ""
524
 
525
  # @ contact_form
526
+ #: contact_form.php:687
527
+ #: contact_form.php:1507
528
  msgid "Using (user agent)"
529
  msgstr "משתמש ב (user agent)"
530
 
531
+ #: contact_form.php:687
532
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
533
  msgstr ""
534
 
535
+ #: contact_form.php:691
536
  msgid "Language settings for the field names in the form"
537
  msgstr ""
538
 
539
+ #: contact_form.php:700
540
  msgid "Add a language"
541
  msgstr ""
542
 
543
  # @ contact_form
544
+ #: contact_form.php:704
545
  #, fuzzy
546
  msgid "Change the names of the contact form fields and error messages"
547
  msgstr "שנה את תוויות הטופס"
548
 
 
549
  #: contact_form.php:709
550
+ #: contact_form.php:780
551
  msgid "English"
552
  msgstr ""
553
 
554
+ #: contact_form.php:728
555
+ #: contact_form.php:757
556
  msgid "Error message for the Name field"
557
  msgstr ""
558
 
559
+ #: contact_form.php:729
560
+ #: contact_form.php:758
561
  msgid "Error message for the Address field"
562
  msgstr ""
563
 
564
+ #: contact_form.php:730
565
+ #: contact_form.php:759
566
  msgid "Error message for the Email field"
567
  msgstr ""
568
 
569
+ #: contact_form.php:731
570
+ #: contact_form.php:760
571
  msgid "Error message for the Phone field"
572
  msgstr ""
573
 
574
+ #: contact_form.php:732
575
+ #: contact_form.php:761
576
  msgid "Error message for the Subject field"
577
  msgstr ""
578
 
579
+ #: contact_form.php:733
580
+ #: contact_form.php:762
581
  msgid "Error message for the Message field"
582
  msgstr ""
583
 
584
+ #: contact_form.php:734
585
+ #: contact_form.php:763
586
  msgid "Error message about the file type for the Attachment field"
587
  msgstr ""
588
 
589
+ #: contact_form.php:735
590
+ #: contact_form.php:764
591
  msgid "Error message while uploading a file for the Attachment field to the server"
592
  msgstr ""
593
 
594
+ #: contact_form.php:736
595
+ #: contact_form.php:765
596
  msgid "Error message while moving the file for the Attachment field"
597
  msgstr ""
598
 
599
+ #: contact_form.php:737
600
+ #: contact_form.php:766
601
  msgid "Error message when file size limit for the Attachment field is exceeded"
602
  msgstr ""
603
 
604
+ #: contact_form.php:738
605
+ #: contact_form.php:767
606
  msgid "Error message for the Captcha field"
607
  msgstr ""
608
 
609
+ #: contact_form.php:739
610
+ #: contact_form.php:768
611
  msgid "Error message for the whole form"
612
  msgstr ""
613
 
614
+ #: contact_form.php:741
615
+ #: contact_form.php:770
616
+ #: contact_form.php:789
617
+ #: contact_form.php:795
618
  msgid "Use shortcode"
619
  msgstr ""
620
 
621
+ #: contact_form.php:741
622
+ #: contact_form.php:770
623
+ #: contact_form.php:789
624
+ #: contact_form.php:795
625
  msgid "for this language"
626
  msgstr ""
627
 
628
  # @ contact_form
629
+ #: contact_form.php:777
630
  msgid "Action after email is sent"
631
  msgstr "הפעולה שלאחר שליחת הטופס"
632
 
633
  # @ contact_form
634
+ #: contact_form.php:779
635
  msgid "Display text"
636
  msgstr "הטקסט המוצג"
637
 
638
  # @ contact_form
639
+ #: contact_form.php:788
640
+ #: contact_form.php:794
641
  msgid "Text"
642
  msgstr "טקסט"
643
 
644
  # @ contact_form
645
+ #: contact_form.php:802
646
  msgid "Redirect to the page"
647
  msgstr "הפנה אל הדף"
648
 
649
  # @ contact_form
650
+ #: contact_form.php:803
651
  msgid "Url"
652
  msgstr "URL"
653
 
654
  # @ default
655
+ #: contact_form.php:809
656
+ #: contact_form.php:986
657
  msgid "Save Changes"
658
  msgstr ""
659
 
660
  # @ contact_form
661
+ #: contact_form.php:826
662
  #, fuzzy
663
  msgid "Contact Form Pro | Extra Settings"
664
  msgstr "אפשרויות טופס צור קשר"
665
 
666
+ #: contact_form.php:840
667
  msgid "Errors output"
668
  msgstr ""
669
 
670
+ #: contact_form.php:843
671
  msgid "Display error messages"
672
  msgstr ""
673
 
674
+ #: contact_form.php:844
675
  msgid "Color of the input field errors."
676
  msgstr ""
677
 
678
+ #: contact_form.php:845
679
  msgid "Display error messages & color of the input field errors"
680
  msgstr ""
681
 
682
+ #: contact_form.php:850
683
  msgid "Add placeholder to the input blocks"
684
  msgstr ""
685
 
686
  # @ contact_form
687
+ #: contact_form.php:856
688
  #, fuzzy
689
  msgid "Add tooltips"
690
  msgstr "אפשרויות נוספות"
691
 
692
  # @ contact_form
693
+ #: contact_form.php:870
694
  #, fuzzy
695
  msgid "Email address"
696
  msgstr "כתובת דוא\\\"ל:"
697
 
698
+ #: contact_form.php:875
699
  msgid "Phone Number"
700
  msgstr ""
701
 
702
  # @ contact_form
703
+ #: contact_form.php:889
704
  #, fuzzy
705
  msgid "Attachment"
706
  msgstr "קובץ מצורף:"
707
 
708
+ #: contact_form.php:894
709
  msgid "(powered by bestwebsoft.com)"
710
  msgstr ""
711
 
712
  # @ contact_form
713
+ #: contact_form.php:899
714
  #, fuzzy
715
  msgid "Style options"
716
  msgstr "אפשרויות נוספות"
717
 
718
+ #: contact_form.php:902
719
  msgid "Text color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:905
723
+ #: contact_form.php:910
724
+ #: contact_form.php:920
725
+ #: contact_form.php:925
726
+ #: contact_form.php:930
727
+ #: contact_form.php:935
728
+ #: contact_form.php:945
729
+ #: contact_form.php:950
730
+ #: contact_form.php:956
731
+ #: contact_form.php:967
732
+ #: contact_form.php:972
733
+ #: contact_form.php:977
734
  msgid "Default"
735
  msgstr ""
736
 
737
+ #: contact_form.php:907
738
  msgid "Label text color"
739
  msgstr ""
740
 
741
+ #: contact_form.php:912
742
  msgid "Placeholder color"
743
  msgstr ""
744
 
745
+ #: contact_form.php:917
746
  msgid "Errors color"
747
  msgstr ""
748
 
749
+ #: contact_form.php:922
750
  msgid "Error text color"
751
  msgstr ""
752
 
753
+ #: contact_form.php:927
754
  msgid "Background color of the input field errors"
755
  msgstr ""
756
 
757
+ #: contact_form.php:932
758
  msgid "Border color of the input field errors"
759
  msgstr ""
760
 
761
+ #: contact_form.php:937
762
  msgid "Placeholder color of the input field errors"
763
  msgstr ""
764
 
765
  # @ contact_form
766
+ #: contact_form.php:942
767
  #, fuzzy
768
  msgid "Input fields"
769
  msgstr "הטקסט המוצג"
770
 
771
+ #: contact_form.php:947
772
  msgid "Input fields background color"
773
  msgstr ""
774
 
775
+ #: contact_form.php:952
776
  msgid "Text fields color"
777
  msgstr ""
778
 
779
+ #: contact_form.php:954
780
  msgid "Border width in px, numbers only"
781
  msgstr ""
782
 
783
+ #: contact_form.php:958
784
+ #: contact_form.php:979
785
  msgid "Border color"
786
  msgstr ""
787
 
788
  # @ contact_form
789
+ #: contact_form.php:963
790
  #, fuzzy
791
  msgid "Submit button"
792
  msgstr "שלח"
793
 
794
+ #: contact_form.php:965
795
  msgid "Width in px, numbers only"
796
  msgstr ""
797
 
798
+ #: contact_form.php:969
799
  msgid "Button color"
800
  msgstr ""
801
 
802
+ #: contact_form.php:974
803
  msgid "Button text color"
804
  msgstr ""
805
 
806
  # @ contact_form
807
+ #: contact_form.php:990
808
  #, fuzzy
809
  msgid "Contact Form Pro | Preview"
810
  msgstr "טופס צור קשר"
811
 
812
+ #: contact_form.php:993
813
  msgid "Show with errors"
814
  msgstr ""
815
 
816
+ #: contact_form.php:1001
817
+ #: contact_form.php:1003
818
  msgid "Please enter your full name..."
819
  msgstr ""
820
 
821
+ #: contact_form.php:1014
822
+ #: contact_form.php:1016
823
  msgid "Please enter your address..."
824
  msgstr ""
825
 
826
  # @ contact_form
827
+ #: contact_form.php:1025
828
+ #: contact_form.php:1027
829
  #, fuzzy
830
  msgid "Please enter your email address..."
831
  msgstr "השתמש במייל זה:"
832
 
833
+ #: contact_form.php:1036
834
+ #: contact_form.php:1038
835
  msgid "Please enter your phone number..."
836
  msgstr ""
837
 
838
+ #: contact_form.php:1047
839
+ #: contact_form.php:1049
840
  msgid "Please enter subject..."
841
  msgstr ""
842
 
843
+ #: contact_form.php:1057
844
+ #: contact_form.php:1059
845
  msgid "Please enter your message..."
846
  msgstr ""
847
 
848
+ #: contact_form.php:1070
849
  msgid "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"
850
  msgstr ""
851
 
852
  # @ contact_form
853
+ #: contact_form.php:1137
854
  msgid "Sorry, email message could not be delivered."
855
  msgstr "מצטערים, אי אפשר היה לשלוח את המייל שלך."
856
 
857
  # @ contact_form
858
+ #: contact_form.php:1221
859
  msgid "You can attach the following file formats"
860
  msgstr "אתה יכול לצרף קבצים מן הסוגים הבאים"
861
 
862
  # @ contact_form
863
+ #: contact_form.php:1515
864
  msgid "Contact from"
865
  msgstr "טופס צור קשר"
866
 
867
  # @ contact_form
868
+ #: contact_form.php:1528
869
  msgid "Email"
870
  msgstr "כתובת מייל"
871
 
872
  # @ contact_form
873
+ #: contact_form.php:1542
874
  msgid "Site"
875
  msgstr "אתר"
876
 
877
  # @ contact_form
878
+ #: contact_form.php:1605
879
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
880
  msgstr "אם אתה יכול לראות את ה MIME הזה, אז הלקוח שלך אינו יכול לקבל סוגי MIME!"
881
 
882
  # @ contact_form
883
+ #: contact_form.php:1669
884
  msgid "FAQ"
885
  msgstr "שאלות ותשובות"
886
 
887
  # @ contact_form
888
+ #: contact_form.php:1670
889
  msgid "Support"
890
  msgstr "תמיכה"
891
 
892
+ #: contact_form.php:1727
893
  msgid "Are you sure that you want to delete this language data?"
894
  msgstr ""
895
 
908
  #~ msgid "Please enter a valid email address."
909
  #~ msgstr "השתמש במייל זה:"
910
 
 
 
 
 
 
911
  # @ contact_form
912
  #~ msgid "Activated plugins"
913
  #~ 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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "संपर्क प्रपत्र विकल्प"
@@ -32,734 +32,775 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "संपर्क प्रपत्र विकल्प"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "संपर्क प्रपत्र"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "नाम:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "ई - मेल पता:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "ई - मेल पता:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "विषय:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "संदेश:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "लगाव:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "मुझे एक प्रतिलिपि भेजें"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "सबमिट"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "आपका नाम की आवश्यकता है."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "आपका नाम की आवश्यकता है."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "विषय पाठ की आवश्यकता होती है"
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "संदेश पाठ की आवश्यकता है."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "अटैचमेंट टूटा ."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "कॅप्चा पूरा करें."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "विकल्प बचाया."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "सेटिंग्स"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "सेटिंग्स"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "उपयोगकर्ता नाम का चयन करें"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "इस ईमेल का उपयोग करें:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "अतिरिक्त विकल्प"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr "किस का उपयोग करें?."
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "मेल"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "ई - मेल पता:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "सक्रिय प्लगिन"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "डाउनलोड"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "नाम"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "ई - मेल पता:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "विषय"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "संदेश"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "(आईपी पते से भेजा गया)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "(आईपी पते से भेजा गया)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "दिनांक / समय"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "से आ रहा है (referer)"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  #, fuzzy
438
  msgid "Change the names of the contact form fields and error messages"
439
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
440
 
441
- #: contact_form.php:638
442
  #: contact_form.php:709
 
443
  msgid "English"
444
  msgstr ""
445
 
446
- #: contact_form.php:657
447
- #: contact_form.php:686
448
  msgid "Error message for the Name field"
449
  msgstr ""
450
 
451
- #: contact_form.php:658
452
- #: contact_form.php:687
453
  msgid "Error message for the Address field"
454
  msgstr ""
455
 
456
- #: contact_form.php:659
457
- #: contact_form.php:688
458
  msgid "Error message for the Email field"
459
  msgstr ""
460
 
461
- #: contact_form.php:660
462
- #: contact_form.php:689
463
  msgid "Error message for the Phone field"
464
  msgstr ""
465
 
466
- #: contact_form.php:661
467
- #: contact_form.php:690
468
  msgid "Error message for the Subject field"
469
  msgstr ""
470
 
471
- #: contact_form.php:662
472
- #: contact_form.php:691
473
  msgid "Error message for the Message field"
474
  msgstr ""
475
 
476
- #: contact_form.php:663
477
- #: contact_form.php:692
478
  msgid "Error message about the file type for the Attachment field"
479
  msgstr ""
480
 
481
- #: contact_form.php:664
482
- #: contact_form.php:693
483
  msgid "Error message while uploading a file for the Attachment field to the server"
484
  msgstr ""
485
 
486
- #: contact_form.php:665
487
- #: contact_form.php:694
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr ""
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  msgid "Error message when file size limit for the Attachment field is exceeded"
494
  msgstr ""
495
 
496
- #: contact_form.php:667
497
- #: contact_form.php:696
498
  msgid "Error message for the Captcha field"
499
  msgstr ""
500
 
501
- #: contact_form.php:668
502
- #: contact_form.php:697
503
  msgid "Error message for the whole form"
504
  msgstr ""
505
 
506
- #: contact_form.php:670
507
- #: contact_form.php:699
508
- #: contact_form.php:718
509
- #: contact_form.php:724
510
  msgid "Use shortcode"
511
  msgstr ""
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "for this language"
518
  msgstr ""
519
 
520
- #: contact_form.php:706
521
  msgid "Action after email is sent"
522
  msgstr ""
523
 
524
- #: contact_form.php:708
525
  #, fuzzy
526
  msgid "Display text"
527
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
528
 
529
- #: contact_form.php:717
530
- #: contact_form.php:723
531
  msgid "Text"
532
  msgstr ""
533
 
534
- #: contact_form.php:730
535
  msgid "Redirect to the page"
536
  msgstr ""
537
 
538
- #: contact_form.php:731
539
  msgid "Url"
540
  msgstr ""
541
 
542
- #: contact_form.php:736
543
- #: contact_form.php:913
544
  msgid "Save Changes"
545
  msgstr "परिवर्तन सहेजें"
546
 
547
- #: contact_form.php:753
548
  #, fuzzy
549
  msgid "Contact Form Pro | Extra Settings"
550
  msgstr "संपर्क प्रपत्र विकल्प"
551
 
552
- #: contact_form.php:767
553
  msgid "Errors output"
554
  msgstr ""
555
 
556
- #: contact_form.php:770
557
  msgid "Display error messages"
558
  msgstr ""
559
 
560
- #: contact_form.php:771
561
  msgid "Color of the input field errors."
562
  msgstr ""
563
 
564
- #: contact_form.php:772
565
  msgid "Display error messages & color of the input field errors"
566
  msgstr ""
567
 
568
- #: contact_form.php:777
569
  msgid "Add placeholder to the input blocks"
570
  msgstr ""
571
 
572
- #: contact_form.php:783
573
  #, fuzzy
574
  msgid "Add tooltips"
575
  msgstr "अतिरिक्त विकल्प"
576
 
577
- #: contact_form.php:797
578
  #, fuzzy
579
  msgid "Email address"
580
  msgstr "ई - मेल पता:"
581
 
582
- #: contact_form.php:802
583
  msgid "Phone Number"
584
  msgstr ""
585
 
586
- #: contact_form.php:816
587
  #, fuzzy
588
  msgid "Attachment"
589
  msgstr "लगाव:"
590
 
591
- #: contact_form.php:821
592
  msgid "(powered by bestwebsoft.com)"
593
  msgstr ""
594
 
595
- #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Style options"
598
  msgstr "अतिरिक्त विकल्प"
599
 
600
- #: contact_form.php:829
601
  msgid "Text color"
602
  msgstr ""
603
 
604
- #: contact_form.php:832
605
- #: contact_form.php:837
606
- #: contact_form.php:847
607
- #: contact_form.php:852
608
- #: contact_form.php:857
609
- #: contact_form.php:862
610
- #: contact_form.php:872
611
- #: contact_form.php:877
612
- #: contact_form.php:883
613
- #: contact_form.php:894
614
- #: contact_form.php:899
615
- #: contact_form.php:904
616
  msgid "Default"
617
  msgstr ""
618
 
619
- #: contact_form.php:834
620
  msgid "Label text color"
621
  msgstr ""
622
 
623
- #: contact_form.php:839
624
  msgid "Placeholder color"
625
  msgstr ""
626
 
627
- #: contact_form.php:844
628
  msgid "Errors color"
629
  msgstr ""
630
 
631
- #: contact_form.php:849
632
  msgid "Error text color"
633
  msgstr ""
634
 
635
- #: contact_form.php:854
636
  msgid "Background color of the input field errors"
637
  msgstr ""
638
 
639
- #: contact_form.php:859
640
  msgid "Border color of the input field errors"
641
  msgstr ""
642
 
643
- #: contact_form.php:864
644
  msgid "Placeholder color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:869
648
  #, fuzzy
649
  msgid "Input fields"
650
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
651
 
652
- #: contact_form.php:874
653
  msgid "Input fields background color"
654
  msgstr ""
655
 
656
- #: contact_form.php:879
657
  msgid "Text fields color"
658
  msgstr ""
659
 
660
- #: contact_form.php:881
661
  msgid "Border width in px, numbers only"
662
  msgstr ""
663
 
664
- #: contact_form.php:885
665
- #: contact_form.php:906
666
  msgid "Border color"
667
  msgstr ""
668
 
669
- #: contact_form.php:890
670
  #, fuzzy
671
  msgid "Submit button"
672
  msgstr "सबमिट"
673
 
674
- #: contact_form.php:892
675
  msgid "Width in px, numbers only"
676
  msgstr ""
677
 
678
- #: contact_form.php:896
679
  msgid "Button color"
680
  msgstr ""
681
 
682
- #: contact_form.php:901
683
  msgid "Button text color"
684
  msgstr ""
685
 
686
- #: contact_form.php:917
687
  #, fuzzy
688
  msgid "Contact Form Pro | Preview"
689
  msgstr "संपर्क प्रपत्र"
690
 
691
- #: contact_form.php:920
692
  msgid "Show with errors"
693
  msgstr ""
694
 
695
- #: contact_form.php:928
696
- #: contact_form.php:930
697
  msgid "Please enter your full name..."
698
  msgstr ""
699
 
700
- #: contact_form.php:941
701
- #: contact_form.php:943
702
  msgid "Please enter your address..."
703
  msgstr ""
704
 
705
- #: contact_form.php:952
706
- #: contact_form.php:954
707
  #, fuzzy
708
  msgid "Please enter your email address..."
709
  msgstr "इस ईमेल का उपयोग करें:"
710
 
711
- #: contact_form.php:963
712
- #: contact_form.php:965
713
  msgid "Please enter your phone number..."
714
  msgstr ""
715
 
716
- #: contact_form.php:974
717
- #: contact_form.php:976
718
  msgid "Please enter subject..."
719
  msgstr ""
720
 
721
- #: contact_form.php:984
722
- #: contact_form.php:986
723
  msgid "Please enter your message..."
724
  msgstr ""
725
 
726
- #: contact_form.php:997
727
  msgid "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"
728
  msgstr ""
729
 
730
- #: contact_form.php:1066
731
  msgid "Sorry, email message could not be delivered."
732
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
733
 
734
- #: contact_form.php:1150
735
  msgid "You can attach the following file formats"
736
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
737
 
738
- #: contact_form.php:1433
739
  msgid "Contact from"
740
  msgstr "संपर्क करें"
741
 
742
- #: contact_form.php:1446
743
  msgid "Email"
744
  msgstr "ईमेल"
745
 
746
- #: contact_form.php:1460
747
  msgid "Site"
748
  msgstr "साइट"
749
 
750
- #: contact_form.php:1521
751
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
752
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
753
 
754
- #: contact_form.php:1585
755
  msgid "FAQ"
756
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
757
 
758
- #: contact_form.php:1586
759
  msgid "Support"
760
  msgstr "समर्थन"
761
 
762
- #: contact_form.php:1645
763
  msgid "Are you sure that you want to delete this language data?"
764
  msgstr ""
765
 
@@ -774,10 +815,6 @@ msgstr ""
774
  #, fuzzy
775
  #~ msgid "Please enter a valid email address."
776
  #~ msgstr "इस ईमेल का उपयोग करें:"
777
-
778
- #, fuzzy
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "BWS Plugins"
781
  #~ msgid "Activated plugins"
782
  #~ msgstr "सक्रिय प्लगिन"
783
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Outshine <ash.pr@outshinesolutions.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "संपर्क प्रपत्र विकल्प"
32
  msgstr "संपर्क प्रपत्र विकल्प"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "संपर्क प्रपत्र"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "नाम:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "ई - मेल पता:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "ई - मेल पता:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "विषय:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "संदेश:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "लगाव:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "मुझे एक प्रतिलिपि भेजें"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "सबमिट"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "आपका नाम की आवश्यकता है."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "एक उचित ई - मेल पते की आवश्यकता है."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "आपका नाम की आवश्यकता है."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "विषय पाठ की आवश्यकता होती है"
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "संदेश पाठ की आवश्यकता है."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "अटैचमेंट टूटा ."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "कॅप्चा पूरा करें."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "सुधार नीचे बनाने के लिए और फिर प्रयास करें"
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "हमसे संपर्क करने के लिए धन्यवाद.हमसे संपर्क करने के लिए धन्यवाद."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "इस तरह के उपयोगकर्ता मौजूद नहीं है. सेटिंग्स सहेजे नहीं जाते हैं."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "कृपया सही ईमेल इनपुट करे . सेटिंग्स सहेजे नहीं जाते हैं."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "विकल्प बचाया."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "सेटिंग्स"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "सेटिंग्स"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "यदि आप अपनी वेबसाइट पर एक संपर्क फ़ॉर्म को जोड़ना चाहते हैं, बस कॉपी और अपनी पोस्ट या पृष्ठ या विजेट पर यह लघुकोडः को रखा:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "यदि नीचे दी गई फ़ील्ड्स में जानकारी खाली रहे हैं तो जो पंजीकरण के दौरान निर्दिष्ट किया गया था एक पता करने के लिए संदेश भेजने के लिए किया जाएगा."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "WordPress के उपयोगकर्ता का ईमेल का उपयोग करें:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "उपयोगकर्ता नाम का चयन करें"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "उपयोगकर्ता का नाम है जो एक संपर्क फ़ॉर्म से संदेश मिल जाएगा"
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "इस ईमेल का उपयोग करें:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "एक ईमेल पता है जो संदेश प्राप्त करने के लिए इस्तेमाल किया जाएगा "
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "संपर्क प्रपत्र"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "संपर्क प्रपत्र"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "अतिरिक्त विकल्प"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "किस का उपयोग करें?."
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "मेल भेजने के लिए आपको WordPress के wp_mail समारोह का उपयोग कर सकते हैं"
288
 
289
+ #: contact_form.php:588
290
  msgid "Mail"
291
  msgstr "मेल"
292
 
293
+ #: contact_form.php:588
294
  msgid "To send mail you can use the php mail function"
295
  msgstr "मेल भेजने के लिए आपको php मेल समारोह का उपयोग कर सकते हैं"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "संपर्क प्रपत्र की फ़ील्ड्स से बदलें"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "ई - मेल पता:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "उपयोगकर्ताओं को निम्नलिखित प्रकार की फ़ाइलों को संलग्न कर सकते हैं"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "सक्रिय प्लगिन"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "डाउनलोड"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "मुझे एक प्रति ब्लॉक भेजें प्रदर्शित करें"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "नाम"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "ई - मेल पता:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "विषय"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "संदेश"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  #, fuzzy
429
  msgid "Display additional info in the email"
430
  msgstr "ईमेल में अतिरिक्त जानकारी प्रदर्शित करें"
431
 
432
+ #: contact_form.php:684
433
+ #: contact_form.php:1492
434
  msgid "Sent from (ip address)"
435
  msgstr "(आईपी पते से भेजा गया)"
436
 
437
+ #: contact_form.php:684
438
  #, fuzzy
439
  msgid "Example: Sent from (IP address):\t127.0.0.1"
440
  msgstr "(आईपी पते से भेजा गया)"
441
 
442
+ #: contact_form.php:685
443
+ #: contact_form.php:1497
444
  msgid "Date/Time"
445
  msgstr "दिनांक / समय"
446
 
447
+ #: contact_form.php:685
448
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
449
  msgstr ""
450
 
451
+ #: contact_form.php:686
452
+ #: contact_form.php:1502
453
  msgid "Sent from (referer)"
454
  msgstr "से आ रहा है (referer)"
455
 
456
+ #: contact_form.php:686
457
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
458
  msgstr ""
459
 
460
+ #: contact_form.php:687
461
+ #: contact_form.php:1507
462
  msgid "Using (user agent)"
463
  msgstr "उपयोग करना (प्रयोक्ता एजेंट)"
464
 
465
+ #: contact_form.php:687
466
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
467
  msgstr ""
468
 
469
+ #: contact_form.php:691
470
  msgid "Language settings for the field names in the form"
471
  msgstr ""
472
 
473
+ #: contact_form.php:700
474
  msgid "Add a language"
475
  msgstr ""
476
 
477
+ #: contact_form.php:704
478
  #, fuzzy
479
  msgid "Change the names of the contact form fields and error messages"
480
  msgstr "संपर्क प्रपत्र का फ़ील्ड्स के लिए लेबल बदलें"
481
 
 
482
  #: contact_form.php:709
483
+ #: contact_form.php:780
484
  msgid "English"
485
  msgstr ""
486
 
487
+ #: contact_form.php:728
488
+ #: contact_form.php:757
489
  msgid "Error message for the Name field"
490
  msgstr ""
491
 
492
+ #: contact_form.php:729
493
+ #: contact_form.php:758
494
  msgid "Error message for the Address field"
495
  msgstr ""
496
 
497
+ #: contact_form.php:730
498
+ #: contact_form.php:759
499
  msgid "Error message for the Email field"
500
  msgstr ""
501
 
502
+ #: contact_form.php:731
503
+ #: contact_form.php:760
504
  msgid "Error message for the Phone field"
505
  msgstr ""
506
 
507
+ #: contact_form.php:732
508
+ #: contact_form.php:761
509
  msgid "Error message for the Subject field"
510
  msgstr ""
511
 
512
+ #: contact_form.php:733
513
+ #: contact_form.php:762
514
  msgid "Error message for the Message field"
515
  msgstr ""
516
 
517
+ #: contact_form.php:734
518
+ #: contact_form.php:763
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr ""
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  msgid "Error message while uploading a file for the Attachment field to the server"
525
  msgstr ""
526
 
527
+ #: contact_form.php:736
528
+ #: contact_form.php:765
529
  msgid "Error message while moving the file for the Attachment field"
530
  msgstr ""
531
 
532
+ #: contact_form.php:737
533
+ #: contact_form.php:766
534
  msgid "Error message when file size limit for the Attachment field is exceeded"
535
  msgstr ""
536
 
537
+ #: contact_form.php:738
538
+ #: contact_form.php:767
539
  msgid "Error message for the Captcha field"
540
  msgstr ""
541
 
542
+ #: contact_form.php:739
543
+ #: contact_form.php:768
544
  msgid "Error message for the whole form"
545
  msgstr ""
546
 
547
+ #: contact_form.php:741
548
+ #: contact_form.php:770
549
+ #: contact_form.php:789
550
+ #: contact_form.php:795
551
  msgid "Use shortcode"
552
  msgstr ""
553
 
554
+ #: contact_form.php:741
555
+ #: contact_form.php:770
556
+ #: contact_form.php:789
557
+ #: contact_form.php:795
558
  msgid "for this language"
559
  msgstr ""
560
 
561
+ #: contact_form.php:777
562
  msgid "Action after email is sent"
563
  msgstr ""
564
 
565
+ #: contact_form.php:779
566
  #, fuzzy
567
  msgid "Display text"
568
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
569
 
570
+ #: contact_form.php:788
571
+ #: contact_form.php:794
572
  msgid "Text"
573
  msgstr ""
574
 
575
+ #: contact_form.php:802
576
  msgid "Redirect to the page"
577
  msgstr ""
578
 
579
+ #: contact_form.php:803
580
  msgid "Url"
581
  msgstr ""
582
 
583
+ #: contact_form.php:809
584
+ #: contact_form.php:986
585
  msgid "Save Changes"
586
  msgstr "परिवर्तन सहेजें"
587
 
588
+ #: contact_form.php:826
589
  #, fuzzy
590
  msgid "Contact Form Pro | Extra Settings"
591
  msgstr "संपर्क प्रपत्र विकल्प"
592
 
593
+ #: contact_form.php:840
594
  msgid "Errors output"
595
  msgstr ""
596
 
597
+ #: contact_form.php:843
598
  msgid "Display error messages"
599
  msgstr ""
600
 
601
+ #: contact_form.php:844
602
  msgid "Color of the input field errors."
603
  msgstr ""
604
 
605
+ #: contact_form.php:845
606
  msgid "Display error messages & color of the input field errors"
607
  msgstr ""
608
 
609
+ #: contact_form.php:850
610
  msgid "Add placeholder to the input blocks"
611
  msgstr ""
612
 
613
+ #: contact_form.php:856
614
  #, fuzzy
615
  msgid "Add tooltips"
616
  msgstr "अतिरिक्त विकल्प"
617
 
618
+ #: contact_form.php:870
619
  #, fuzzy
620
  msgid "Email address"
621
  msgstr "ई - मेल पता:"
622
 
623
+ #: contact_form.php:875
624
  msgid "Phone Number"
625
  msgstr ""
626
 
627
+ #: contact_form.php:889
628
  #, fuzzy
629
  msgid "Attachment"
630
  msgstr "लगाव:"
631
 
632
+ #: contact_form.php:894
633
  msgid "(powered by bestwebsoft.com)"
634
  msgstr ""
635
 
636
+ #: contact_form.php:899
637
  #, fuzzy
638
  msgid "Style options"
639
  msgstr "अतिरिक्त विकल्प"
640
 
641
+ #: contact_form.php:902
642
  msgid "Text color"
643
  msgstr ""
644
 
645
+ #: contact_form.php:905
646
+ #: contact_form.php:910
647
+ #: contact_form.php:920
648
+ #: contact_form.php:925
649
+ #: contact_form.php:930
650
+ #: contact_form.php:935
651
+ #: contact_form.php:945
652
+ #: contact_form.php:950
653
+ #: contact_form.php:956
654
+ #: contact_form.php:967
655
+ #: contact_form.php:972
656
+ #: contact_form.php:977
657
  msgid "Default"
658
  msgstr ""
659
 
660
+ #: contact_form.php:907
661
  msgid "Label text color"
662
  msgstr ""
663
 
664
+ #: contact_form.php:912
665
  msgid "Placeholder color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:917
669
  msgid "Errors color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:922
673
  msgid "Error text color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:927
677
  msgid "Background color of the input field errors"
678
  msgstr ""
679
 
680
+ #: contact_form.php:932
681
  msgid "Border color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:937
685
  msgid "Placeholder color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:942
689
  #, fuzzy
690
  msgid "Input fields"
691
  msgstr "अटैचमेंट ब्लॉक प्रदर्शित करें"
692
 
693
+ #: contact_form.php:947
694
  msgid "Input fields background color"
695
  msgstr ""
696
 
697
+ #: contact_form.php:952
698
  msgid "Text fields color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:954
702
  msgid "Border width in px, numbers only"
703
  msgstr ""
704
 
705
+ #: contact_form.php:958
706
+ #: contact_form.php:979
707
  msgid "Border color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:963
711
  #, fuzzy
712
  msgid "Submit button"
713
  msgstr "सबमिट"
714
 
715
+ #: contact_form.php:965
716
  msgid "Width in px, numbers only"
717
  msgstr ""
718
 
719
+ #: contact_form.php:969
720
  msgid "Button color"
721
  msgstr ""
722
 
723
+ #: contact_form.php:974
724
  msgid "Button text color"
725
  msgstr ""
726
 
727
+ #: contact_form.php:990
728
  #, fuzzy
729
  msgid "Contact Form Pro | Preview"
730
  msgstr "संपर्क प्रपत्र"
731
 
732
+ #: contact_form.php:993
733
  msgid "Show with errors"
734
  msgstr ""
735
 
736
+ #: contact_form.php:1001
737
+ #: contact_form.php:1003
738
  msgid "Please enter your full name..."
739
  msgstr ""
740
 
741
+ #: contact_form.php:1014
742
+ #: contact_form.php:1016
743
  msgid "Please enter your address..."
744
  msgstr ""
745
 
746
+ #: contact_form.php:1025
747
+ #: contact_form.php:1027
748
  #, fuzzy
749
  msgid "Please enter your email address..."
750
  msgstr "इस ईमेल का उपयोग करें:"
751
 
752
+ #: contact_form.php:1036
753
+ #: contact_form.php:1038
754
  msgid "Please enter your phone number..."
755
  msgstr ""
756
 
757
+ #: contact_form.php:1047
758
+ #: contact_form.php:1049
759
  msgid "Please enter subject..."
760
  msgstr ""
761
 
762
+ #: contact_form.php:1057
763
+ #: contact_form.php:1059
764
  msgid "Please enter your message..."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1070
768
  msgid "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"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1137
772
  msgid "Sorry, email message could not be delivered."
773
  msgstr "क्षमा करें, आपका ई - मेल वितरित नहीं किया जा सकता है."
774
 
775
+ #: contact_form.php:1221
776
  msgid "You can attach the following file formats"
777
  msgstr "आप निम्न प्रकार का फ़ाइलों को संलग्न कर सकते हैं"
778
 
779
+ #: contact_form.php:1515
780
  msgid "Contact from"
781
  msgstr "संपर्क करें"
782
 
783
+ #: contact_form.php:1528
784
  msgid "Email"
785
  msgstr "ईमेल"
786
 
787
+ #: contact_form.php:1542
788
  msgid "Site"
789
  msgstr "साइट"
790
 
791
+ #: contact_form.php:1605
792
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
793
  msgstr "यदि आप अपने ग्राहक की तुलना में इस माइम देख सकते हैं MIME प्रकार स्वीकार नहीं करता है!"
794
 
795
+ #: contact_form.php:1669
796
  msgid "FAQ"
797
  msgstr "अक्सर पूछे जाने वाले प्रश्न"
798
 
799
+ #: contact_form.php:1670
800
  msgid "Support"
801
  msgstr "समर्थन"
802
 
803
+ #: contact_form.php:1727
804
  msgid "Are you sure that you want to delete this language data?"
805
  msgstr ""
806
 
815
  #, fuzzy
816
  #~ msgid "Please enter a valid email address."
817
  #~ msgstr "इस ईमेल का उपयोग करें:"
 
 
 
 
818
  #~ msgid "Activated plugins"
819
  #~ msgstr "सक्रिय प्लगिन"
820
  #~ msgid "Read more"
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:32
21
- #: contact_form.php:466
22
  #, fuzzy
23
  msgid "Contact Form Settings"
24
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
@@ -33,741 +33,784 @@ msgid "Contact Form Pro Extra Settings"
33
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
34
 
35
  #: contact_form.php:33
36
- #: contact_form.php:507
37
- #: contact_form.php:761
38
  #, fuzzy
39
  msgid "Contact Form Pro"
40
  msgstr "Kapcsolatfelvételi Ürlap"
41
 
42
- #: contact_form.php:73
43
- #: contact_form.php:648
44
- #: contact_form.php:677
45
  msgid "Name:"
46
  msgstr "Noév:"
47
 
48
- #: contact_form.php:74
49
- #: contact_form.php:649
50
- #: contact_form.php:678
51
  #, fuzzy
52
  msgid "Address:"
53
  msgstr "Email cím:"
54
 
55
- #: contact_form.php:75
56
- #: contact_form.php:650
57
- #: contact_form.php:679
58
  msgid "Email Address:"
59
  msgstr "Email cím:"
60
 
61
- #: contact_form.php:76
62
- #: contact_form.php:651
63
- #: contact_form.php:680
64
  msgid "Phone number:"
65
  msgstr "Telefonszám:"
66
 
67
- #: contact_form.php:77
68
- #: contact_form.php:652
69
- #: contact_form.php:681
70
  msgid "Subject:"
71
  msgstr "Tárgy:"
72
 
73
- #: contact_form.php:78
74
- #: contact_form.php:653
75
- #: contact_form.php:682
76
  msgid "Message:"
77
  msgstr "Üzenet:"
78
 
79
- #: contact_form.php:79
80
- #: contact_form.php:654
81
- #: contact_form.php:683
82
  msgid "Attachment:"
83
  msgstr "Csatolmány:"
84
 
85
- #: contact_form.php:80
86
- #: contact_form.php:655
87
- #: contact_form.php:684
88
  msgid "Send me a copy"
89
  msgstr "Kérek másolatot"
90
 
91
- #: contact_form.php:81
92
- #: contact_form.php:656
93
- #: contact_form.php:685
94
  msgid "Submit"
95
  msgstr "Küldés"
96
 
97
- #: contact_form.php:82
98
  msgid "Your name is required."
99
  msgstr "Név megadása kötelező."
100
 
101
- #: contact_form.php:83
102
  #, fuzzy
103
  msgid "Address is required."
104
  msgstr "Valós email cím megadása kötelező."
105
 
106
- #: contact_form.php:84
107
  #, fuzzy
108
  msgid "A valid email address is required."
109
  msgstr "Valós email cím megadása kötelező."
110
 
111
- #: contact_form.php:85
112
  msgid "Phone number is required."
113
  msgstr "Le numéro de téléphone est obligatoire."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Tárgy megadása kötelező."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Üzenet megírása kötelező."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Fájl formátuma nem megengedett."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Köszönjük az üzenetét."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  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"
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
162
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
163
 
164
- #: contact_form.php:446
165
  #, fuzzy
166
  msgid "Settings saved."
167
  msgstr "Opciók elmentve."
168
 
169
- #: contact_form.php:470
170
- #: contact_form.php:755
171
- #: contact_form.php:1573
172
- #: contact_form.php:1584
173
  msgid "Settings"
174
  msgstr "Beállítások"
175
 
176
- #: contact_form.php:471
177
- #: contact_form.php:756
178
  #, fuzzy
179
  msgid "Extra settings"
180
  msgstr "Beállítások"
181
 
182
- #: contact_form.php:476
183
- #: contact_form.php:1012
184
  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:"
185
  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:"
186
 
187
- #: contact_form.php:476
188
- #: contact_form.php:477
189
- #: contact_form.php:670
190
- #: contact_form.php:718
191
  msgid "or"
192
  msgstr ""
193
 
194
- #: contact_form.php:477
195
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
196
  msgstr ""
197
 
198
- #: contact_form.php:478
199
  msgid "They work the same way."
200
  msgstr ""
201
 
202
- #: contact_form.php:479
203
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
204
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
205
 
206
- #: contact_form.php:483
207
  msgid "The user's email address:"
208
  msgstr "A felhasználó email címe:"
209
 
210
- #: contact_form.php:487
211
  msgid "Create a username"
212
  msgstr "felhasználónév létrehozása"
213
 
214
- #: contact_form.php:492
215
  msgid "Enter a username of the person who should get the messages from the contact form."
216
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
217
 
218
- #: contact_form.php:496
219
  msgid "Use this email address:"
220
  msgstr "Ezen email cím használata:"
221
 
222
- #: contact_form.php:499
223
  msgid "Enter the email address you want the messages forwarded to."
224
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
225
 
226
- #: contact_form.php:503
227
  msgid "Add department selectbox to the contact form:"
228
  msgstr ""
229
 
230
- #: contact_form.php:506
231
- #: contact_form.php:760
232
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
233
  msgstr ""
234
 
235
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  msgid "Additional options"
237
  msgstr "További opciók"
238
 
239
- #: contact_form.php:518
240
  msgid "What to use?"
241
  msgstr "Mit szeretne használni?"
242
 
243
- #: contact_form.php:521
244
  msgid "Wp-mail"
245
  msgstr "Wp-mail"
246
 
247
- #: contact_form.php:522
248
  msgid "You can use the wp_mail function for mailing"
249
  msgstr "Használhatja a wp_mail funkciót a levelezéshez"
250
 
251
- #: contact_form.php:528
252
  msgid "Mail"
253
  msgstr "E-mail"
254
 
255
- #: contact_form.php:529
256
  msgid "To send mail you can use the php mail function"
257
  msgstr "Email küldéshez használhatja a php mail funkciót"
258
 
259
- #: contact_form.php:533
260
  #, fuzzy
261
  msgid "The text in the 'From' field"
262
  msgstr "A 'KITÖL' mező szövegének módosítása"
263
 
264
- #: contact_form.php:535
265
  msgid "User name"
266
  msgstr ""
267
 
268
- #: contact_form.php:535
269
  #, fuzzy
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
277
 
278
- #: contact_form.php:541
279
  #, fuzzy
280
  msgid "The email address in the 'From' field"
281
  msgstr "Adja meg a 'KITÖL' mező email címét"
282
 
283
- #: contact_form.php:543
284
  msgid "User email"
285
  msgstr ""
286
 
287
- #: contact_form.php:543
288
  #, fuzzy
289
  msgid "The email address of the user who fills the form will be used in the field 'From'."
290
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
291
 
292
- #: contact_form.php:545
293
  msgid "This email address will be used in the 'From' field."
294
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
295
 
296
- #: contact_form.php:549
297
  #, fuzzy
298
  msgid "Display fields"
299
  msgstr "Szöveg megjelenítése"
300
 
301
- #: contact_form.php:551
302
- #: contact_form.php:600
303
- #: contact_form.php:792
304
- #: contact_form.php:1443
305
  #, fuzzy
306
  msgid "Address"
307
  msgstr "Email cím:"
308
 
309
- #: contact_form.php:552
310
- #: contact_form.php:602
311
- #: contact_form.php:1451
312
  msgid "Phone"
313
  msgstr "Telefonszám"
314
 
315
- #: contact_form.php:553
316
  #, fuzzy
317
  msgid "Attachment block"
318
  msgstr "Csatolmány doboz megjelenítése"
319
 
320
- #: contact_form.php:553
321
  msgid "Users can attach the following file formats"
322
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
323
 
324
- #: contact_form.php:565
325
- #: contact_form.php:568
326
- #: contact_form.php:571
327
- #: contact_form.php:821
328
  msgid "Captcha"
329
  msgstr ""
330
 
331
- #: contact_form.php:565
332
- #: contact_form.php:568
333
- #: contact_form.php:571
334
  msgid "powered by"
335
  msgstr ""
336
 
337
- #: contact_form.php:568
338
  #, fuzzy
339
  msgid "Activate captcha"
340
  msgstr "Aktivált pluginok"
341
 
342
- #: contact_form.php:571
343
  #, fuzzy
344
  msgid "Download captcha"
345
  msgstr "Letöltés"
346
 
347
- #: contact_form.php:576
348
  #, fuzzy
349
  msgid "Display tips below the Attachment block"
350
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
351
 
352
- #: contact_form.php:585
353
  msgid "Delete an attachment file from the server after the email is sent"
354
  msgstr ""
355
 
356
- #: contact_form.php:591
357
  #, fuzzy
358
  msgid "Display 'Send me a copy' block"
359
  msgstr "A 'Kérek másolatot' opció megjelenítése"
360
 
361
- #: contact_form.php:597
362
  msgid "Required fields"
363
  msgstr "Kötelező mező"
364
 
365
- #: contact_form.php:599
366
- #: contact_form.php:787
367
- #: contact_form.php:1438
368
  msgid "Name"
369
  msgstr "Név"
370
 
371
- #: contact_form.php:601
372
  #, fuzzy
373
  msgid "Email Address"
374
  msgstr "Email cím:"
375
 
376
- #: contact_form.php:603
377
- #: contact_form.php:807
378
- #: contact_form.php:1454
379
  msgid "Subject"
380
  msgstr "Sujet"
381
 
382
- #: contact_form.php:604
383
- #: contact_form.php:811
384
- #: contact_form.php:1457
385
  msgid "Message"
386
  msgstr "Üzenet"
387
 
388
- #: contact_form.php:608
 
 
 
 
 
389
  #, fuzzy
390
  msgid "Display additional info in the email"
391
  msgstr "További információk megjelenítése az emailben"
392
 
393
- #: contact_form.php:613
394
- #: contact_form.php:1410
395
  msgid "Sent from (ip address)"
396
  msgstr "Küldő (IP cím)"
397
 
398
- #: contact_form.php:613
399
  #, fuzzy
400
  msgid "Example: Sent from (IP address):\t127.0.0.1"
401
  msgstr "Küldő (IP cím)"
402
 
403
- #: contact_form.php:614
404
- #: contact_form.php:1415
405
  msgid "Date/Time"
406
  msgstr "Dátum/Idő"
407
 
408
- #: contact_form.php:614
409
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
410
  msgstr ""
411
 
412
- #: contact_form.php:615
413
- #: contact_form.php:1420
414
  msgid "Sent from (referer)"
415
  msgstr "Envoyer de (référence)"
416
 
417
- #: contact_form.php:615
418
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
419
  msgstr ""
420
 
421
- #: contact_form.php:616
422
- #: contact_form.php:1425
423
  msgid "Using (user agent)"
424
  msgstr "Alkalmazás (böngésző)"
425
 
426
- #: contact_form.php:616
427
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
428
  msgstr ""
429
 
430
- #: contact_form.php:620
431
  msgid "Language settings for the field names in the form"
432
  msgstr "Az ürlap mezőinek nyelvi beállítása"
433
 
434
- #: contact_form.php:629
435
  #, fuzzy
436
  msgid "Add a language"
437
  msgstr "Nyelv hozzáadása"
438
 
439
- #: contact_form.php:633
440
  msgid "Change the names of the contact form fields and error messages"
441
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
442
 
443
- #: contact_form.php:638
444
  #: contact_form.php:709
 
445
  msgid "English"
446
  msgstr "Angol"
447
 
448
- #: contact_form.php:657
449
- #: contact_form.php:686
450
  msgid "Error message for the Name field"
451
  msgstr "Név mező hibaüzenet"
452
 
453
- #: contact_form.php:658
454
- #: contact_form.php:687
455
  #, fuzzy
456
  msgid "Error message for the Address field"
457
  msgstr "Üzenet mező hibaüzenet"
458
 
459
- #: contact_form.php:659
460
- #: contact_form.php:688
461
  msgid "Error message for the Email field"
462
  msgstr "Email cím mező hibaüzenet"
463
 
464
- #: contact_form.php:660
465
- #: contact_form.php:689
466
  msgid "Error message for the Phone field"
467
  msgstr "Telefonszám mező hibaüzenet"
468
 
469
- #: contact_form.php:661
470
- #: contact_form.php:690
471
  msgid "Error message for the Subject field"
472
  msgstr "Tárgy mező hibaüzenet"
473
 
474
- #: contact_form.php:662
475
- #: contact_form.php:691
476
  msgid "Error message for the Message field"
477
  msgstr "Üzenet mező hibaüzenet"
478
 
479
- #: contact_form.php:663
480
- #: contact_form.php:692
481
  #, fuzzy
482
  msgid "Error message about the file type for the Attachment field"
483
  msgstr "Csatolmány doboz hibaüzenet"
484
 
485
- #: contact_form.php:664
486
- #: contact_form.php:693
487
  #, fuzzy
488
  msgid "Error message while uploading a file for the Attachment field to the server"
489
  msgstr "Csatolmány doboz hibaüzenet"
490
 
491
- #: contact_form.php:665
492
- #: contact_form.php:694
493
  #, fuzzy
494
  msgid "Error message while moving the file for the Attachment field"
495
  msgstr "Csatolmány doboz hibaüzenet"
496
 
497
- #: contact_form.php:666
498
- #: contact_form.php:695
499
  #, fuzzy
500
  msgid "Error message when file size limit for the Attachment field is exceeded"
501
  msgstr "Csatolmány doboz hibaüzenet"
502
 
503
- #: contact_form.php:667
504
- #: contact_form.php:696
505
  msgid "Error message for the Captcha field"
506
  msgstr "CAPTCHA mező hibaüzenet"
507
 
508
- #: contact_form.php:668
509
- #: contact_form.php:697
510
  msgid "Error message for the whole form"
511
  msgstr "Hibaüzenet az egész form számára"
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "Use shortcode"
518
  msgstr "Gyorskód használata"
519
 
520
- #: contact_form.php:670
521
- #: contact_form.php:699
522
- #: contact_form.php:718
523
- #: contact_form.php:724
524
  msgid "for this language"
525
  msgstr "ehhez a nyelvhez"
526
 
527
- #: contact_form.php:706
528
  msgid "Action after email is sent"
529
  msgstr "Művelet az email elküldése után"
530
 
531
- #: contact_form.php:708
532
  msgid "Display text"
533
  msgstr "Szöveg megjelenítése"
534
 
535
- #: contact_form.php:717
536
- #: contact_form.php:723
537
  msgid "Text"
538
  msgstr "Szöveg"
539
 
540
- #: contact_form.php:730
541
  msgid "Redirect to the page"
542
  msgstr "Átirányítás egy weboldalra"
543
 
544
- #: contact_form.php:731
545
  msgid "Url"
546
  msgstr "Url"
547
 
548
- #: contact_form.php:736
549
- #: contact_form.php:913
550
  msgid "Save Changes"
551
  msgstr "Módosítások Mentése"
552
 
553
- #: contact_form.php:753
554
  #, fuzzy
555
  msgid "Contact Form Pro | Extra Settings"
556
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
557
 
558
- #: contact_form.php:767
559
  msgid "Errors output"
560
  msgstr ""
561
 
562
- #: contact_form.php:770
563
  msgid "Display error messages"
564
  msgstr ""
565
 
566
- #: contact_form.php:771
567
  msgid "Color of the input field errors."
568
  msgstr ""
569
 
570
- #: contact_form.php:772
571
  #, fuzzy
572
  msgid "Display error messages & color of the input field errors"
573
  msgstr "Tárgy mező hibaüzenet"
574
 
575
- #: contact_form.php:777
576
  msgid "Add placeholder to the input blocks"
577
  msgstr ""
578
 
579
- #: contact_form.php:783
580
  #, fuzzy
581
  msgid "Add tooltips"
582
  msgstr "További opciók"
583
 
584
- #: contact_form.php:797
585
  #, fuzzy
586
  msgid "Email address"
587
  msgstr "Email cím:"
588
 
589
- #: contact_form.php:802
590
  #, fuzzy
591
  msgid "Phone Number"
592
  msgstr "Telefonszám:"
593
 
594
- #: contact_form.php:816
595
  #, fuzzy
596
  msgid "Attachment"
597
  msgstr "Csatolmány:"
598
 
599
- #: contact_form.php:821
600
  msgid "(powered by bestwebsoft.com)"
601
  msgstr ""
602
 
603
- #: contact_form.php:826
604
  #, fuzzy
605
  msgid "Style options"
606
  msgstr "További opciók"
607
 
608
- #: contact_form.php:829
609
  msgid "Text color"
610
  msgstr ""
611
 
612
- #: contact_form.php:832
613
- #: contact_form.php:837
614
- #: contact_form.php:847
615
- #: contact_form.php:852
616
- #: contact_form.php:857
617
- #: contact_form.php:862
618
- #: contact_form.php:872
619
- #: contact_form.php:877
620
- #: contact_form.php:883
621
- #: contact_form.php:894
622
- #: contact_form.php:899
623
- #: contact_form.php:904
624
  msgid "Default"
625
  msgstr ""
626
 
627
- #: contact_form.php:834
628
  msgid "Label text color"
629
  msgstr ""
630
 
631
- #: contact_form.php:839
632
  msgid "Placeholder color"
633
  msgstr ""
634
 
635
- #: contact_form.php:844
636
  msgid "Errors color"
637
  msgstr ""
638
 
639
- #: contact_form.php:849
640
  msgid "Error text color"
641
  msgstr ""
642
 
643
- #: contact_form.php:854
644
  msgid "Background color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:859
648
  msgid "Border color of the input field errors"
649
  msgstr ""
650
 
651
- #: contact_form.php:864
652
  msgid "Placeholder color of the input field errors"
653
  msgstr ""
654
 
655
- #: contact_form.php:869
656
  #, fuzzy
657
  msgid "Input fields"
658
  msgstr "Szöveg megjelenítése"
659
 
660
- #: contact_form.php:874
661
  msgid "Input fields background color"
662
  msgstr ""
663
 
664
- #: contact_form.php:879
665
  msgid "Text fields color"
666
  msgstr ""
667
 
668
- #: contact_form.php:881
669
  msgid "Border width in px, numbers only"
670
  msgstr ""
671
 
672
- #: contact_form.php:885
673
- #: contact_form.php:906
674
  msgid "Border color"
675
  msgstr ""
676
 
677
- #: contact_form.php:890
678
  #, fuzzy
679
  msgid "Submit button"
680
  msgstr "Küldés"
681
 
682
- #: contact_form.php:892
683
  msgid "Width in px, numbers only"
684
  msgstr ""
685
 
686
- #: contact_form.php:896
687
  msgid "Button color"
688
  msgstr ""
689
 
690
- #: contact_form.php:901
691
  msgid "Button text color"
692
  msgstr ""
693
 
694
- #: contact_form.php:917
695
  #, fuzzy
696
  msgid "Contact Form Pro | Preview"
697
  msgstr "Kapcsolatfelvételi Ürlap"
698
 
699
- #: contact_form.php:920
700
  msgid "Show with errors"
701
  msgstr ""
702
 
703
- #: contact_form.php:928
704
- #: contact_form.php:930
705
  msgid "Please enter your full name..."
706
  msgstr ""
707
 
708
- #: contact_form.php:941
709
- #: contact_form.php:943
710
  msgid "Please enter your address..."
711
  msgstr ""
712
 
713
- #: contact_form.php:952
714
- #: contact_form.php:954
715
  #, fuzzy
716
  msgid "Please enter your email address..."
717
  msgstr "Ezen email cím használata:"
718
 
719
- #: contact_form.php:963
720
- #: contact_form.php:965
721
  msgid "Please enter your phone number..."
722
  msgstr ""
723
 
724
- #: contact_form.php:974
725
- #: contact_form.php:976
726
  msgid "Please enter subject..."
727
  msgstr ""
728
 
729
- #: contact_form.php:984
730
- #: contact_form.php:986
731
  msgid "Please enter your message..."
732
  msgstr ""
733
 
734
- #: contact_form.php:997
735
  msgid "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"
736
  msgstr ""
737
 
738
- #: contact_form.php:1066
739
  msgid "Sorry, email message could not be delivered."
740
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
741
 
742
- #: contact_form.php:1150
743
  msgid "You can attach the following file formats"
744
  msgstr "A következő fájlformátumokat csatolhatja"
745
 
746
- #: contact_form.php:1433
747
  msgid "Contact from"
748
  msgstr "Üzenet küldött"
749
 
750
- #: contact_form.php:1446
751
  msgid "Email"
752
  msgstr "E-mail"
753
 
754
- #: contact_form.php:1460
755
  msgid "Site"
756
  msgstr "Oldal"
757
 
758
- #: contact_form.php:1521
759
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
760
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
761
 
762
- #: contact_form.php:1585
763
  msgid "FAQ"
764
  msgstr "GYIK (FAQ)"
765
 
766
- #: contact_form.php:1586
767
  msgid "Support"
768
  msgstr "Támogatás"
769
 
770
- #: contact_form.php:1645
771
  msgid "Are you sure that you want to delete this language data?"
772
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
773
 
@@ -782,10 +825,6 @@ msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
782
  #, fuzzy
783
  #~ msgid "Please enter a valid email address."
784
  #~ msgstr "Ezen email cím használata:"
785
-
786
- #, fuzzy
787
- #~ msgid "Pro plugins"
788
- #~ msgstr "Ajánlott pluginok"
789
  #~ msgid "Activated plugins"
790
  #~ msgstr "Aktivált pluginok"
791
  #~ msgid "Read more"
@@ -826,10 +865,6 @@ msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
826
  #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
827
  #~ msgid "Display Attachment tips"
828
  #~ msgstr "Tippek megjelenítése a Csatolmányokhoz"
829
-
830
- #, fuzzy
831
- #~ msgid "Display a phone number field"
832
- #~ msgstr "Telefonszám mező megjelenítése"
833
  #~ msgid "Please enter a valid email address. Settings are not saved."
834
  #~ msgstr ""
835
  #~ "Kérem valós email címet adjon meg. Beállítások nem kerültek mentésre."
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Karoly Kovacs <karcsi1978@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: contact_form.php:32
21
+ #: contact_form.php:512
22
  #, fuzzy
23
  msgid "Contact Form Settings"
24
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
33
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
34
 
35
  #: contact_form.php:33
36
+ #: contact_form.php:553
37
+ #: contact_form.php:834
38
  #, fuzzy
39
  msgid "Contact Form Pro"
40
  msgstr "Kapcsolatfelvételi Ürlap"
41
 
42
+ #: contact_form.php:74
43
+ #: contact_form.php:719
44
+ #: contact_form.php:748
45
  msgid "Name:"
46
  msgstr "Noév:"
47
 
48
+ #: contact_form.php:75
49
+ #: contact_form.php:720
50
+ #: contact_form.php:749
51
  #, fuzzy
52
  msgid "Address:"
53
  msgstr "Email cím:"
54
 
55
+ #: contact_form.php:76
56
+ #: contact_form.php:721
57
+ #: contact_form.php:750
58
  msgid "Email Address:"
59
  msgstr "Email cím:"
60
 
61
+ #: contact_form.php:77
62
+ #: contact_form.php:722
63
+ #: contact_form.php:751
64
  msgid "Phone number:"
65
  msgstr "Telefonszám:"
66
 
67
+ #: contact_form.php:78
68
+ #: contact_form.php:723
69
+ #: contact_form.php:752
70
  msgid "Subject:"
71
  msgstr "Tárgy:"
72
 
73
+ #: contact_form.php:79
74
+ #: contact_form.php:724
75
+ #: contact_form.php:753
76
  msgid "Message:"
77
  msgstr "Üzenet:"
78
 
79
+ #: contact_form.php:80
80
+ #: contact_form.php:725
81
+ #: contact_form.php:754
82
  msgid "Attachment:"
83
  msgstr "Csatolmány:"
84
 
85
+ #: contact_form.php:81
86
+ #: contact_form.php:726
87
+ #: contact_form.php:755
88
  msgid "Send me a copy"
89
  msgstr "Kérek másolatot"
90
 
91
+ #: contact_form.php:82
92
+ #: contact_form.php:727
93
+ #: contact_form.php:756
94
  msgid "Submit"
95
  msgstr "Küldés"
96
 
97
+ #: contact_form.php:83
98
  msgid "Your name is required."
99
  msgstr "Név megadása kötelező."
100
 
101
+ #: contact_form.php:84
102
  #, fuzzy
103
  msgid "Address is required."
104
  msgstr "Valós email cím megadása kötelező."
105
 
106
+ #: contact_form.php:85
107
  #, fuzzy
108
  msgid "A valid email address is required."
109
  msgstr "Valós email cím megadása kötelező."
110
 
111
+ #: contact_form.php:86
112
  msgid "Phone number is required."
113
  msgstr "Le numéro de téléphone est obligatoire."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Tárgy megadása kötelező."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Üzenet megírása kötelező."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Fájl formátuma nem megengedett."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Kérem töltse ki a CAPTCHA mezőt."
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Kérem javítsa ki a szükséges mezőket és próbálja újra."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Köszönjük az üzenetét."
150
 
151
+ #: contact_form.php:188
152
+ #, fuzzy
153
+ msgid "requires"
154
+ msgstr "Kötelező mező"
155
+
156
+ #: contact_form.php:188
157
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
158
+ msgstr ""
159
+
160
+ #: contact_form.php:188
161
+ msgid "Back to the WordPress"
162
+ msgstr ""
163
+
164
+ #: contact_form.php:188
165
+ #, fuzzy
166
+ msgid "Plugins page"
167
+ msgstr "Ajánlott pluginok"
168
+
169
+ #: contact_form.php:468
170
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
171
  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"
172
 
173
+ #: contact_form.php:477
174
  msgid "Such user does not exist. Settings are not saved."
175
  msgstr "Nincs ilyen felhasználó. Beállítások nem kerültek mentésre."
176
 
177
+ #: contact_form.php:481
178
+ #: contact_form.php:487
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Kérem valós email címet adjon meg a 'FKITÖL' mezőben. Beállítások nem kerültek mentésre."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Opciók elmentve."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Beállítások"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Beállítások"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  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:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Amennyiben ezeket a mezőket üresen hagyja, az üzenet a regisztráció során megadott email címre lesz elküldve."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "A felhasználó email címe:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "felhasználónév létrehozása"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Adja meg azon személy felhasználónevét, akitől az üzeneteket szeretné kapni a Kapcsolatfelvételi Ürlap segítségével."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Ezen email cím használata:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Adja meg az email címet, ahova az üzenetek érkezzenek."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Kapcsolatfelvételi Ürlap"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Kapcsolatfelvételi Ürlap"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "További opciók"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "Mit szeretne használni?"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
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:588
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
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "A 'KITÖL' mező szövegének módosítása"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  #, fuzzy
308
  msgid "The name of the user who fills the form will be used in the field 'From'."
309
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
310
 
311
+ #: contact_form.php:600
312
  #, fuzzy
313
  msgid "This text will be used in the 'FROM' field"
314
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
315
 
316
+ #: contact_form.php:604
317
  #, fuzzy
318
  msgid "The email address in the 'From' field"
319
  msgstr "Adja meg a 'KITÖL' mező email címét"
320
 
321
+ #: contact_form.php:606
322
  msgid "User email"
323
  msgstr ""
324
 
325
+ #: contact_form.php:607
326
  #, fuzzy
327
  msgid "The email address of the user who fills the form will be used in the field 'From'."
328
  msgstr "A felhasználó e-mail címe, akinek az adatai szerepelnek a 'KITÖL' mezőben."
329
 
330
+ #: contact_form.php:609
331
  msgid "This email address will be used in the 'From' field."
332
  msgstr "Ez az email cím szerepel a 'KITÖL' mezőben."
333
 
334
+ #: contact_form.php:613
335
  #, fuzzy
336
  msgid "Display fields"
337
  msgstr "Szöveg megjelenítése"
338
 
339
+ #: contact_form.php:615
340
+ #: contact_form.php:665
341
+ #: contact_form.php:865
342
+ #: contact_form.php:1525
343
  #, fuzzy
344
  msgid "Address"
345
  msgstr "Email cím:"
346
 
347
+ #: contact_form.php:616
348
+ #: contact_form.php:667
349
+ #: contact_form.php:1533
350
  msgid "Phone"
351
  msgstr "Telefonszám"
352
 
353
+ #: contact_form.php:617
354
  #, fuzzy
355
  msgid "Attachment block"
356
  msgstr "Csatolmány doboz megjelenítése"
357
 
358
+ #: contact_form.php:617
359
  msgid "Users can attach the following file formats"
360
  msgstr "A felhasználók a következő fájlformátumokat csatolhatják"
361
 
362
+ #: contact_form.php:626
363
+ #: contact_form.php:629
364
+ #: contact_form.php:633
365
+ #: contact_form.php:894
366
  msgid "Captcha"
367
  msgstr ""
368
 
369
+ #: contact_form.php:626
370
+ #: contact_form.php:629
371
+ #: contact_form.php:633
372
  msgid "powered by"
373
  msgstr ""
374
 
375
+ #: contact_form.php:629
376
  #, fuzzy
377
  msgid "Activate captcha"
378
  msgstr "Aktivált pluginok"
379
 
380
+ #: contact_form.php:633
381
  #, fuzzy
382
  msgid "Download captcha"
383
  msgstr "Letöltés"
384
 
385
+ #: contact_form.php:638
386
  #, fuzzy
387
  msgid "Display tips below the Attachment block"
388
  msgstr "Tippek megjelenítése a Csatolmányok doboz alatt"
389
 
390
+ #: contact_form.php:647
391
  msgid "Delete an attachment file from the server after the email is sent"
392
  msgstr ""
393
 
394
+ #: contact_form.php:653
395
  #, fuzzy
396
  msgid "Display 'Send me a copy' block"
397
  msgstr "A 'Kérek másolatot' opció megjelenítése"
398
 
399
+ #: contact_form.php:662
400
  msgid "Required fields"
401
  msgstr "Kötelező mező"
402
 
403
+ #: contact_form.php:664
404
+ #: contact_form.php:860
405
+ #: contact_form.php:1520
406
  msgid "Name"
407
  msgstr "Név"
408
 
409
+ #: contact_form.php:666
410
  #, fuzzy
411
  msgid "Email Address"
412
  msgstr "Email cím:"
413
 
414
+ #: contact_form.php:668
415
+ #: contact_form.php:880
416
+ #: contact_form.php:1536
417
  msgid "Subject"
418
  msgstr "Sujet"
419
 
420
+ #: contact_form.php:669
421
+ #: contact_form.php:884
422
+ #: contact_form.php:1539
423
  msgid "Message"
424
  msgstr "Üzenet"
425
 
426
+ #: contact_form.php:673
427
+ #, fuzzy
428
+ msgid "Display the asterisk near required fields"
429
+ msgstr "Telefonszám mező megjelenítése"
430
+
431
+ #: contact_form.php:679
432
  #, fuzzy
433
  msgid "Display additional info in the email"
434
  msgstr "További információk megjelenítése az emailben"
435
 
436
+ #: contact_form.php:684
437
+ #: contact_form.php:1492
438
  msgid "Sent from (ip address)"
439
  msgstr "Küldő (IP cím)"
440
 
441
+ #: contact_form.php:684
442
  #, fuzzy
443
  msgid "Example: Sent from (IP address):\t127.0.0.1"
444
  msgstr "Küldő (IP cím)"
445
 
446
+ #: contact_form.php:685
447
+ #: contact_form.php:1497
448
  msgid "Date/Time"
449
  msgstr "Dátum/Idő"
450
 
451
+ #: contact_form.php:685
452
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
453
  msgstr ""
454
 
455
+ #: contact_form.php:686
456
+ #: contact_form.php:1502
457
  msgid "Sent from (referer)"
458
  msgstr "Envoyer de (référence)"
459
 
460
+ #: contact_form.php:686
461
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
462
  msgstr ""
463
 
464
+ #: contact_form.php:687
465
+ #: contact_form.php:1507
466
  msgid "Using (user agent)"
467
  msgstr "Alkalmazás (böngésző)"
468
 
469
+ #: contact_form.php:687
470
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
471
  msgstr ""
472
 
473
+ #: contact_form.php:691
474
  msgid "Language settings for the field names in the form"
475
  msgstr "Az ürlap mezőinek nyelvi beállítása"
476
 
477
+ #: contact_form.php:700
478
  #, fuzzy
479
  msgid "Add a language"
480
  msgstr "Nyelv hozzáadása"
481
 
482
+ #: contact_form.php:704
483
  msgid "Change the names of the contact form fields and error messages"
484
  msgstr "A Kapcsolatfelvételi Ürlap mező és hibaüzenet neveinek módosítása"
485
 
 
486
  #: contact_form.php:709
487
+ #: contact_form.php:780
488
  msgid "English"
489
  msgstr "Angol"
490
 
491
+ #: contact_form.php:728
492
+ #: contact_form.php:757
493
  msgid "Error message for the Name field"
494
  msgstr "Név mező hibaüzenet"
495
 
496
+ #: contact_form.php:729
497
+ #: contact_form.php:758
498
  #, fuzzy
499
  msgid "Error message for the Address field"
500
  msgstr "Üzenet mező hibaüzenet"
501
 
502
+ #: contact_form.php:730
503
+ #: contact_form.php:759
504
  msgid "Error message for the Email field"
505
  msgstr "Email cím mező hibaüzenet"
506
 
507
+ #: contact_form.php:731
508
+ #: contact_form.php:760
509
  msgid "Error message for the Phone field"
510
  msgstr "Telefonszám mező hibaüzenet"
511
 
512
+ #: contact_form.php:732
513
+ #: contact_form.php:761
514
  msgid "Error message for the Subject field"
515
  msgstr "Tárgy mező hibaüzenet"
516
 
517
+ #: contact_form.php:733
518
+ #: contact_form.php:762
519
  msgid "Error message for the Message field"
520
  msgstr "Üzenet mező hibaüzenet"
521
 
522
+ #: contact_form.php:734
523
+ #: contact_form.php:763
524
  #, fuzzy
525
  msgid "Error message about the file type for the Attachment field"
526
  msgstr "Csatolmány doboz hibaüzenet"
527
 
528
+ #: contact_form.php:735
529
+ #: contact_form.php:764
530
  #, fuzzy
531
  msgid "Error message while uploading a file for the Attachment field to the server"
532
  msgstr "Csatolmány doboz hibaüzenet"
533
 
534
+ #: contact_form.php:736
535
+ #: contact_form.php:765
536
  #, fuzzy
537
  msgid "Error message while moving the file for the Attachment field"
538
  msgstr "Csatolmány doboz hibaüzenet"
539
 
540
+ #: contact_form.php:737
541
+ #: contact_form.php:766
542
  #, fuzzy
543
  msgid "Error message when file size limit for the Attachment field is exceeded"
544
  msgstr "Csatolmány doboz hibaüzenet"
545
 
546
+ #: contact_form.php:738
547
+ #: contact_form.php:767
548
  msgid "Error message for the Captcha field"
549
  msgstr "CAPTCHA mező hibaüzenet"
550
 
551
+ #: contact_form.php:739
552
+ #: contact_form.php:768
553
  msgid "Error message for the whole form"
554
  msgstr "Hibaüzenet az egész form számára"
555
 
556
+ #: contact_form.php:741
557
+ #: contact_form.php:770
558
+ #: contact_form.php:789
559
+ #: contact_form.php:795
560
  msgid "Use shortcode"
561
  msgstr "Gyorskód használata"
562
 
563
+ #: contact_form.php:741
564
+ #: contact_form.php:770
565
+ #: contact_form.php:789
566
+ #: contact_form.php:795
567
  msgid "for this language"
568
  msgstr "ehhez a nyelvhez"
569
 
570
+ #: contact_form.php:777
571
  msgid "Action after email is sent"
572
  msgstr "Művelet az email elküldése után"
573
 
574
+ #: contact_form.php:779
575
  msgid "Display text"
576
  msgstr "Szöveg megjelenítése"
577
 
578
+ #: contact_form.php:788
579
+ #: contact_form.php:794
580
  msgid "Text"
581
  msgstr "Szöveg"
582
 
583
+ #: contact_form.php:802
584
  msgid "Redirect to the page"
585
  msgstr "Átirányítás egy weboldalra"
586
 
587
+ #: contact_form.php:803
588
  msgid "Url"
589
  msgstr "Url"
590
 
591
+ #: contact_form.php:809
592
+ #: contact_form.php:986
593
  msgid "Save Changes"
594
  msgstr "Módosítások Mentése"
595
 
596
+ #: contact_form.php:826
597
  #, fuzzy
598
  msgid "Contact Form Pro | Extra Settings"
599
  msgstr "Kapcsolatfelvételi Ürlap Beállítások"
600
 
601
+ #: contact_form.php:840
602
  msgid "Errors output"
603
  msgstr ""
604
 
605
+ #: contact_form.php:843
606
  msgid "Display error messages"
607
  msgstr ""
608
 
609
+ #: contact_form.php:844
610
  msgid "Color of the input field errors."
611
  msgstr ""
612
 
613
+ #: contact_form.php:845
614
  #, fuzzy
615
  msgid "Display error messages & color of the input field errors"
616
  msgstr "Tárgy mező hibaüzenet"
617
 
618
+ #: contact_form.php:850
619
  msgid "Add placeholder to the input blocks"
620
  msgstr ""
621
 
622
+ #: contact_form.php:856
623
  #, fuzzy
624
  msgid "Add tooltips"
625
  msgstr "További opciók"
626
 
627
+ #: contact_form.php:870
628
  #, fuzzy
629
  msgid "Email address"
630
  msgstr "Email cím:"
631
 
632
+ #: contact_form.php:875
633
  #, fuzzy
634
  msgid "Phone Number"
635
  msgstr "Telefonszám:"
636
 
637
+ #: contact_form.php:889
638
  #, fuzzy
639
  msgid "Attachment"
640
  msgstr "Csatolmány:"
641
 
642
+ #: contact_form.php:894
643
  msgid "(powered by bestwebsoft.com)"
644
  msgstr ""
645
 
646
+ #: contact_form.php:899
647
  #, fuzzy
648
  msgid "Style options"
649
  msgstr "További opciók"
650
 
651
+ #: contact_form.php:902
652
  msgid "Text color"
653
  msgstr ""
654
 
655
+ #: contact_form.php:905
656
+ #: contact_form.php:910
657
+ #: contact_form.php:920
658
+ #: contact_form.php:925
659
+ #: contact_form.php:930
660
+ #: contact_form.php:935
661
+ #: contact_form.php:945
662
+ #: contact_form.php:950
663
+ #: contact_form.php:956
664
+ #: contact_form.php:967
665
+ #: contact_form.php:972
666
+ #: contact_form.php:977
667
  msgid "Default"
668
  msgstr ""
669
 
670
+ #: contact_form.php:907
671
  msgid "Label text color"
672
  msgstr ""
673
 
674
+ #: contact_form.php:912
675
  msgid "Placeholder color"
676
  msgstr ""
677
 
678
+ #: contact_form.php:917
679
  msgid "Errors color"
680
  msgstr ""
681
 
682
+ #: contact_form.php:922
683
  msgid "Error text color"
684
  msgstr ""
685
 
686
+ #: contact_form.php:927
687
  msgid "Background color of the input field errors"
688
  msgstr ""
689
 
690
+ #: contact_form.php:932
691
  msgid "Border color of the input field errors"
692
  msgstr ""
693
 
694
+ #: contact_form.php:937
695
  msgid "Placeholder color of the input field errors"
696
  msgstr ""
697
 
698
+ #: contact_form.php:942
699
  #, fuzzy
700
  msgid "Input fields"
701
  msgstr "Szöveg megjelenítése"
702
 
703
+ #: contact_form.php:947
704
  msgid "Input fields background color"
705
  msgstr ""
706
 
707
+ #: contact_form.php:952
708
  msgid "Text fields color"
709
  msgstr ""
710
 
711
+ #: contact_form.php:954
712
  msgid "Border width in px, numbers only"
713
  msgstr ""
714
 
715
+ #: contact_form.php:958
716
+ #: contact_form.php:979
717
  msgid "Border color"
718
  msgstr ""
719
 
720
+ #: contact_form.php:963
721
  #, fuzzy
722
  msgid "Submit button"
723
  msgstr "Küldés"
724
 
725
+ #: contact_form.php:965
726
  msgid "Width in px, numbers only"
727
  msgstr ""
728
 
729
+ #: contact_form.php:969
730
  msgid "Button color"
731
  msgstr ""
732
 
733
+ #: contact_form.php:974
734
  msgid "Button text color"
735
  msgstr ""
736
 
737
+ #: contact_form.php:990
738
  #, fuzzy
739
  msgid "Contact Form Pro | Preview"
740
  msgstr "Kapcsolatfelvételi Ürlap"
741
 
742
+ #: contact_form.php:993
743
  msgid "Show with errors"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1001
747
+ #: contact_form.php:1003
748
  msgid "Please enter your full name..."
749
  msgstr ""
750
 
751
+ #: contact_form.php:1014
752
+ #: contact_form.php:1016
753
  msgid "Please enter your address..."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1025
757
+ #: contact_form.php:1027
758
  #, fuzzy
759
  msgid "Please enter your email address..."
760
  msgstr "Ezen email cím használata:"
761
 
762
+ #: contact_form.php:1036
763
+ #: contact_form.php:1038
764
  msgid "Please enter your phone number..."
765
  msgstr ""
766
 
767
+ #: contact_form.php:1047
768
+ #: contact_form.php:1049
769
  msgid "Please enter subject..."
770
  msgstr ""
771
 
772
+ #: contact_form.php:1057
773
+ #: contact_form.php:1059
774
  msgid "Please enter your message..."
775
  msgstr ""
776
 
777
+ #: contact_form.php:1070
778
  msgid "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"
779
  msgstr ""
780
 
781
+ #: contact_form.php:1137
782
  msgid "Sorry, email message could not be delivered."
783
  msgstr "Sajnáljuk, az email üzenet nem továbbítható."
784
 
785
+ #: contact_form.php:1221
786
  msgid "You can attach the following file formats"
787
  msgstr "A következő fájlformátumokat csatolhatja"
788
 
789
+ #: contact_form.php:1515
790
  msgid "Contact from"
791
  msgstr "Üzenet küldött"
792
 
793
+ #: contact_form.php:1528
794
  msgid "Email"
795
  msgstr "E-mail"
796
 
797
+ #: contact_form.php:1542
798
  msgid "Site"
799
  msgstr "Oldal"
800
 
801
+ #: contact_form.php:1605
802
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
803
  msgstr "Amennyiben ez a MIME nem jelenik meg, akkör az ön Levelezője nem támogatja ezt a MIME típust !"
804
 
805
+ #: contact_form.php:1669
806
  msgid "FAQ"
807
  msgstr "GYIK (FAQ)"
808
 
809
+ #: contact_form.php:1670
810
  msgid "Support"
811
  msgstr "Támogatás"
812
 
813
+ #: contact_form.php:1727
814
  msgid "Are you sure that you want to delete this language data?"
815
  msgstr "Biztosan törölni szeretné ezt a nyelvi adatot ?"
816
 
825
  #, fuzzy
826
  #~ msgid "Please enter a valid email address."
827
  #~ msgstr "Ezen email cím használata:"
 
 
 
 
828
  #~ msgid "Activated plugins"
829
  #~ msgstr "Aktivált pluginok"
830
  #~ msgid "Read more"
865
  #~ msgstr "Kapcsolatfelvételi Ürlap Beállítások"
866
  #~ msgid "Display Attachment tips"
867
  #~ msgstr "Tippek megjelenítése a Csatolmányokhoz"
 
 
 
 
868
  #~ msgid "Please enter a valid email address. Settings are not saved."
869
  #~ msgstr ""
870
  #~ "Kérem valós email címet adjon meg. Beállítások nem kerültek mentésre."
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opzioni Contact Form"
@@ -32,736 +32,779 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opzioni Contact Form"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Nome:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Indirizzo e-mail:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Indirizzo e-mail:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "Numero di telefono:"
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Oggetto:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Messaggio:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Attachment:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Inviami una copia"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Invia"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Il nome è obbligatorio"
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "È richiesto un indirizzo e-mail valido."
104
 
105
- #: contact_form.php:84
106
  msgid "A valid email address is required."
107
  msgstr "È richiesto un indirizzo e-mail valido."
108
 
109
- #: contact_form.php:85
110
  msgid "Phone number is required."
111
  msgstr "Il numero di telefono è obbligatorio"
112
 
113
- #: contact_form.php:86
114
  msgid "Subject is required."
115
  msgstr "L'oggetto è obbligatorio"
116
 
117
- #: contact_form.php:87
118
  msgid "Message text is required."
119
  msgstr "Il campo messaggio è obbligatorio"
120
 
121
- #: contact_form.php:88
122
  msgid "File format is not valid."
123
  msgstr "L'attachment non è corretto"
124
 
125
- #: contact_form.php:89
126
  msgid "File upload error."
127
  msgstr ""
128
 
129
- #: contact_form.php:90
130
  msgid "The file could not be uploaded."
131
  msgstr ""
132
 
133
- #: contact_form.php:91
134
  msgid "This file is too large."
135
  msgstr ""
136
 
137
- #: contact_form.php:92
138
  msgid "Please fill out the CAPTCHA."
139
  msgstr "Completa il CAPTCHA"
140
 
141
- #: contact_form.php:93
142
  msgid "Please make corrections below and try again."
143
  msgstr "Controlla i dati del modulo e riprova!"
144
 
145
- #: contact_form.php:95
146
  msgid "Thank you for contacting us."
147
  msgstr "Grazie per averci contattato."
148
 
149
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
151
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
152
 
153
- #: contact_form.php:431
154
  msgid "Such user does not exist. Settings are not saved."
155
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
156
 
157
- #: contact_form.php:435
158
- #: contact_form.php:441
159
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
160
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
161
 
162
- #: contact_form.php:446
163
  #, fuzzy
164
  msgid "Settings saved."
165
  msgstr "Opzioni salvate."
166
 
167
- #: contact_form.php:470
168
- #: contact_form.php:755
169
- #: contact_form.php:1573
170
- #: contact_form.php:1584
171
  msgid "Settings"
172
  msgstr "Settaggi"
173
 
174
- #: contact_form.php:471
175
- #: contact_form.php:756
176
  #, fuzzy
177
  msgid "Extra settings"
178
  msgstr "Settaggi"
179
 
180
- #: contact_form.php:476
181
- #: contact_form.php:1012
182
  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:"
183
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
184
 
185
- #: contact_form.php:476
186
- #: contact_form.php:477
187
- #: contact_form.php:670
188
- #: contact_form.php:718
189
  msgid "or"
190
  msgstr ""
191
 
192
- #: contact_form.php:477
193
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
194
  msgstr ""
195
 
196
- #: contact_form.php:478
197
  msgid "They work the same way."
198
  msgstr ""
199
 
200
- #: contact_form.php:479
201
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
202
  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. "
203
 
204
- #: contact_form.php:483
205
  msgid "The user's email address:"
206
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
207
 
208
- #: contact_form.php:487
209
  msgid "Create a username"
210
  msgstr "Seleziona nome utente"
211
 
212
- #: contact_form.php:492
213
  msgid "Enter a username of the person who should get the messages from the contact form."
214
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
215
 
216
- #: contact_form.php:496
217
  msgid "Use this email address:"
218
  msgstr "Utilizza questa e-mail:"
219
 
220
- #: contact_form.php:499
221
  msgid "Enter the email address you want the messages forwarded to."
222
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
223
 
224
- #: contact_form.php:503
225
  msgid "Add department selectbox to the contact form:"
226
  msgstr ""
227
 
228
- #: contact_form.php:506
229
- #: contact_form.php:760
230
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
231
  msgstr ""
232
 
233
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  msgid "Additional options"
235
  msgstr "Impostazioni aggiuntive"
236
 
237
- #: contact_form.php:518
238
  msgid "What to use?"
239
  msgstr "Cosa utilizzare?"
240
 
241
- #: contact_form.php:521
242
  msgid "Wp-mail"
243
  msgstr "Wp-mail"
244
 
245
- #: contact_form.php:522
246
  msgid "You can use the wp_mail function for mailing"
247
  msgstr "Per inviare e-mail puoi utilizzare la funzione wp_mail"
248
 
249
- #: contact_form.php:528
250
  msgid "Mail"
251
  msgstr "Mail"
252
 
253
- #: contact_form.php:529
254
  msgid "To send mail you can use the php mail function"
255
  msgstr "Per inviare e-mail puoi utilizzare la funzione mail di php"
256
 
257
- #: contact_form.php:533
258
  #, fuzzy
259
  msgid "The text in the 'From' field"
260
  msgstr "Modifica il contenuto del campo 'DA'"
261
 
262
- #: contact_form.php:535
263
  msgid "User name"
264
  msgstr ""
265
 
266
- #: contact_form.php:535
267
  #, fuzzy
268
  msgid "The name of the user who fills the form will be used in the field 'From'."
269
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
270
 
271
- #: contact_form.php:537
272
  #, fuzzy
273
  msgid "This text will be used in the 'FROM' field"
274
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
275
 
276
- #: contact_form.php:541
277
  #, fuzzy
278
  msgid "The email address in the 'From' field"
279
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
280
 
281
- #: contact_form.php:543
282
  msgid "User email"
283
  msgstr ""
284
 
285
- #: contact_form.php:543
286
  msgid "The email address of the user who fills the form will be used in the field 'From'."
287
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
288
 
289
- #: contact_form.php:545
290
  msgid "This email address will be used in the 'From' field."
291
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
292
 
293
- #: contact_form.php:549
294
  #, fuzzy
295
  msgid "Display fields"
296
  msgstr "Visualizza il testo"
297
 
298
- #: contact_form.php:551
299
- #: contact_form.php:600
300
- #: contact_form.php:792
301
- #: contact_form.php:1443
302
  #, fuzzy
303
  msgid "Address"
304
  msgstr "Indirizzo e-mail"
305
 
306
- #: contact_form.php:552
307
- #: contact_form.php:602
308
- #: contact_form.php:1451
309
  msgid "Phone"
310
  msgstr "Telefono"
311
 
312
- #: contact_form.php:553
313
  #, fuzzy
314
  msgid "Attachment block"
315
  msgstr "Visualizza l'attachment"
316
 
317
- #: contact_form.php:553
318
  msgid "Users can attach the following file formats"
319
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
320
 
321
- #: contact_form.php:565
322
- #: contact_form.php:568
323
- #: contact_form.php:571
324
- #: contact_form.php:821
325
  msgid "Captcha"
326
  msgstr ""
327
 
328
- #: contact_form.php:565
329
- #: contact_form.php:568
330
- #: contact_form.php:571
331
  msgid "powered by"
332
  msgstr ""
333
 
334
- #: contact_form.php:568
335
  #, fuzzy
336
  msgid "Activate captcha"
337
  msgstr "Plugin attivati"
338
 
339
- #: contact_form.php:571
340
  #, fuzzy
341
  msgid "Download captcha"
342
  msgstr "Download"
343
 
344
- #: contact_form.php:576
345
  #, fuzzy
346
  msgid "Display tips below the Attachment block"
347
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
348
 
349
- #: contact_form.php:585
350
  msgid "Delete an attachment file from the server after the email is sent"
351
  msgstr ""
352
 
353
- #: contact_form.php:591
354
  #, fuzzy
355
  msgid "Display 'Send me a copy' block"
356
  msgstr "Visualizza il blocco \"Inviami una copia\" "
357
 
358
- #: contact_form.php:597
359
  msgid "Required fields"
360
  msgstr "Campi richiesti"
361
 
362
- #: contact_form.php:599
363
- #: contact_form.php:787
364
- #: contact_form.php:1438
365
  msgid "Name"
366
  msgstr "Nome"
367
 
368
- #: contact_form.php:601
369
  msgid "Email Address"
370
  msgstr "Indirizzo e-mail"
371
 
372
- #: contact_form.php:603
373
- #: contact_form.php:807
374
- #: contact_form.php:1454
375
  msgid "Subject"
376
  msgstr "Oggetto"
377
 
378
- #: contact_form.php:604
379
- #: contact_form.php:811
380
- #: contact_form.php:1457
381
  msgid "Message"
382
  msgstr "Messaggio"
383
 
384
- #: contact_form.php:608
 
 
 
 
 
385
  msgid "Display additional info in the email"
386
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
387
 
388
- #: contact_form.php:613
389
- #: contact_form.php:1410
390
  msgid "Sent from (ip address)"
391
  msgstr "Inviato da (indirizzi IP)"
392
 
393
- #: contact_form.php:613
394
  #, fuzzy
395
  msgid "Example: Sent from (IP address):\t127.0.0.1"
396
  msgstr "Inviato da (indirizzi IP)"
397
 
398
- #: contact_form.php:614
399
- #: contact_form.php:1415
400
  msgid "Date/Time"
401
  msgstr "Data/Ora"
402
 
403
- #: contact_form.php:614
404
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
405
  msgstr ""
406
 
407
- #: contact_form.php:615
408
- #: contact_form.php:1420
409
  msgid "Sent from (referer)"
410
  msgstr "Da (referente)"
411
 
412
- #: contact_form.php:615
413
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
414
  msgstr ""
415
 
416
- #: contact_form.php:616
417
- #: contact_form.php:1425
418
  msgid "Using (user agent)"
419
  msgstr "Utilizza (user agent)"
420
 
421
- #: contact_form.php:616
422
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
423
  msgstr ""
424
 
425
- #: contact_form.php:620
426
  msgid "Language settings for the field names in the form"
427
  msgstr "Impostazione della lingua per i nomi dei campi del form"
428
 
429
- #: contact_form.php:629
430
  msgid "Add a language"
431
  msgstr "Aggiungi un linguaggio"
432
 
433
- #: contact_form.php:633
434
  msgid "Change the names of the contact form fields and error messages"
435
  msgstr "Modifica le etichette dei campi del contact form"
436
 
437
- #: contact_form.php:638
438
  #: contact_form.php:709
 
439
  msgid "English"
440
  msgstr "Inglese"
441
 
442
- #: contact_form.php:657
443
- #: contact_form.php:686
444
  msgid "Error message for the Name field"
445
  msgstr "Messaggio d'errore per il campo Nome"
446
 
447
- #: contact_form.php:658
448
- #: contact_form.php:687
449
  #, fuzzy
450
  msgid "Error message for the Address field"
451
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
452
 
453
- #: contact_form.php:659
454
- #: contact_form.php:688
455
  msgid "Error message for the Email field"
456
  msgstr "Messaggio d'errore per il campo e-mail"
457
 
458
- #: contact_form.php:660
459
- #: contact_form.php:689
460
  msgid "Error message for the Phone field"
461
  msgstr "Messaggio d'errore per il campo Telefono"
462
 
463
- #: contact_form.php:661
464
- #: contact_form.php:690
465
  msgid "Error message for the Subject field"
466
  msgstr "Messaggio d'errore per il campo Soggetto"
467
 
468
- #: contact_form.php:662
469
- #: contact_form.php:691
470
  msgid "Error message for the Message field"
471
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
472
 
473
- #: contact_form.php:663
474
- #: contact_form.php:692
475
  #, fuzzy
476
  msgid "Error message about the file type for the Attachment field"
477
  msgstr "Messaggio d'errore per il campo Allegato"
478
 
479
- #: contact_form.php:664
480
- #: contact_form.php:693
481
  #, fuzzy
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr "Messaggio d'errore per il campo Allegato"
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  #, fuzzy
488
  msgid "Error message while moving the file for the Attachment field"
489
  msgstr "Messaggio d'errore per il campo Allegato"
490
 
491
- #: contact_form.php:666
492
- #: contact_form.php:695
493
  #, fuzzy
494
  msgid "Error message when file size limit for the Attachment field is exceeded"
495
  msgstr "Messaggio d'errore per il campo Allegato"
496
 
497
- #: contact_form.php:667
498
- #: contact_form.php:696
499
  msgid "Error message for the Captcha field"
500
  msgstr "Messaggio d'errore per il campo Captcha"
501
 
502
- #: contact_form.php:668
503
- #: contact_form.php:697
504
  msgid "Error message for the whole form"
505
  msgstr "Messaggio d'errore per l'intero modulo"
506
 
507
- #: contact_form.php:670
508
- #: contact_form.php:699
509
- #: contact_form.php:718
510
- #: contact_form.php:724
511
  msgid "Use shortcode"
512
  msgstr "usa lo shortcode"
513
 
514
- #: contact_form.php:670
515
- #: contact_form.php:699
516
- #: contact_form.php:718
517
- #: contact_form.php:724
518
  msgid "for this language"
519
  msgstr "per questa lingua"
520
 
521
- #: contact_form.php:706
522
  msgid "Action after email is sent"
523
  msgstr "Azione successiva all'invio dell'e-mail"
524
 
525
- #: contact_form.php:708
526
  msgid "Display text"
527
  msgstr "Visualizza il testo"
528
 
529
- #: contact_form.php:717
530
- #: contact_form.php:723
531
  msgid "Text"
532
  msgstr "Testo"
533
 
534
- #: contact_form.php:730
535
  msgid "Redirect to the page"
536
  msgstr "Reindirizza alla pagina"
537
 
538
- #: contact_form.php:731
539
  msgid "Url"
540
  msgstr "Url"
541
 
542
- #: contact_form.php:736
543
- #: contact_form.php:913
544
  msgid "Save Changes"
545
  msgstr "Salva le modifiche"
546
 
547
- #: contact_form.php:753
548
  #, fuzzy
549
  msgid "Contact Form Pro | Extra Settings"
550
  msgstr "Opzioni Contact Form"
551
 
552
- #: contact_form.php:767
553
  msgid "Errors output"
554
  msgstr ""
555
 
556
- #: contact_form.php:770
557
  msgid "Display error messages"
558
  msgstr ""
559
 
560
- #: contact_form.php:771
561
  msgid "Color of the input field errors."
562
  msgstr ""
563
 
564
- #: contact_form.php:772
565
  #, fuzzy
566
  msgid "Display error messages & color of the input field errors"
567
  msgstr "Messaggio d'errore per il campo Soggetto"
568
 
569
- #: contact_form.php:777
570
  msgid "Add placeholder to the input blocks"
571
  msgstr ""
572
 
573
- #: contact_form.php:783
574
  #, fuzzy
575
  msgid "Add tooltips"
576
  msgstr "Impostazioni aggiuntive"
577
 
578
- #: contact_form.php:797
579
  #, fuzzy
580
  msgid "Email address"
581
  msgstr "Indirizzo e-mail"
582
 
583
- #: contact_form.php:802
584
  #, fuzzy
585
  msgid "Phone Number"
586
  msgstr "Numero di telefono:"
587
 
588
- #: contact_form.php:816
589
  #, fuzzy
590
  msgid "Attachment"
591
  msgstr "Attachment:"
592
 
593
- #: contact_form.php:821
594
  msgid "(powered by bestwebsoft.com)"
595
  msgstr ""
596
 
597
- #: contact_form.php:826
598
  #, fuzzy
599
  msgid "Style options"
600
  msgstr "Impostazioni aggiuntive"
601
 
602
- #: contact_form.php:829
603
  msgid "Text color"
604
  msgstr ""
605
 
606
- #: contact_form.php:832
607
- #: contact_form.php:837
608
- #: contact_form.php:847
609
- #: contact_form.php:852
610
- #: contact_form.php:857
611
- #: contact_form.php:862
612
- #: contact_form.php:872
613
- #: contact_form.php:877
614
- #: contact_form.php:883
615
- #: contact_form.php:894
616
- #: contact_form.php:899
617
- #: contact_form.php:904
618
  msgid "Default"
619
  msgstr ""
620
 
621
- #: contact_form.php:834
622
  msgid "Label text color"
623
  msgstr ""
624
 
625
- #: contact_form.php:839
626
  msgid "Placeholder color"
627
  msgstr ""
628
 
629
- #: contact_form.php:844
630
  msgid "Errors color"
631
  msgstr ""
632
 
633
- #: contact_form.php:849
634
  msgid "Error text color"
635
  msgstr ""
636
 
637
- #: contact_form.php:854
638
  msgid "Background color of the input field errors"
639
  msgstr ""
640
 
641
- #: contact_form.php:859
642
  msgid "Border color of the input field errors"
643
  msgstr ""
644
 
645
- #: contact_form.php:864
646
  msgid "Placeholder color of the input field errors"
647
  msgstr ""
648
 
649
- #: contact_form.php:869
650
  #, fuzzy
651
  msgid "Input fields"
652
  msgstr "Visualizza il testo"
653
 
654
- #: contact_form.php:874
655
  msgid "Input fields background color"
656
  msgstr ""
657
 
658
- #: contact_form.php:879
659
  msgid "Text fields color"
660
  msgstr ""
661
 
662
- #: contact_form.php:881
663
  msgid "Border width in px, numbers only"
664
  msgstr ""
665
 
666
- #: contact_form.php:885
667
- #: contact_form.php:906
668
  msgid "Border color"
669
  msgstr ""
670
 
671
- #: contact_form.php:890
672
  #, fuzzy
673
  msgid "Submit button"
674
  msgstr "Invia"
675
 
676
- #: contact_form.php:892
677
  msgid "Width in px, numbers only"
678
  msgstr ""
679
 
680
- #: contact_form.php:896
681
  msgid "Button color"
682
  msgstr ""
683
 
684
- #: contact_form.php:901
685
  msgid "Button text color"
686
  msgstr ""
687
 
688
- #: contact_form.php:917
689
  #, fuzzy
690
  msgid "Contact Form Pro | Preview"
691
  msgstr "Contact Form"
692
 
693
- #: contact_form.php:920
694
  msgid "Show with errors"
695
  msgstr ""
696
 
697
- #: contact_form.php:928
698
- #: contact_form.php:930
699
  msgid "Please enter your full name..."
700
  msgstr ""
701
 
702
- #: contact_form.php:941
703
- #: contact_form.php:943
704
  msgid "Please enter your address..."
705
  msgstr ""
706
 
707
- #: contact_form.php:952
708
- #: contact_form.php:954
709
  #, fuzzy
710
  msgid "Please enter your email address..."
711
  msgstr "Utilizza questa e-mail:"
712
 
713
- #: contact_form.php:963
714
- #: contact_form.php:965
715
  msgid "Please enter your phone number..."
716
  msgstr ""
717
 
718
- #: contact_form.php:974
719
- #: contact_form.php:976
720
  msgid "Please enter subject..."
721
  msgstr ""
722
 
723
- #: contact_form.php:984
724
- #: contact_form.php:986
725
  msgid "Please enter your message..."
726
  msgstr ""
727
 
728
- #: contact_form.php:997
729
  msgid "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"
730
  msgstr ""
731
 
732
- #: contact_form.php:1066
733
  msgid "Sorry, email message could not be delivered."
734
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
735
 
736
- #: contact_form.php:1150
737
  msgid "You can attach the following file formats"
738
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
739
 
740
- #: contact_form.php:1433
741
  msgid "Contact from"
742
  msgstr "Contact from"
743
 
744
- #: contact_form.php:1446
745
  msgid "Email"
746
  msgstr "e-mail"
747
 
748
- #: contact_form.php:1460
749
  msgid "Site"
750
  msgstr "Sito"
751
 
752
- #: contact_form.php:1521
753
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
754
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
755
 
756
- #: contact_form.php:1585
757
  msgid "FAQ"
758
  msgstr "FAQ"
759
 
760
- #: contact_form.php:1586
761
  msgid "Support"
762
  msgstr "Supporto"
763
 
764
- #: contact_form.php:1645
765
  msgid "Are you sure that you want to delete this language data?"
766
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
767
 
@@ -776,10 +819,6 @@ msgstr "Sei sicuro di voler cancellare questo linguaggio?"
776
  #, fuzzy
777
  #~ msgid "Please enter a valid email address."
778
  #~ msgstr "Utilizza questa e-mail:"
779
-
780
- #, fuzzy
781
- #~ msgid "Pro plugins"
782
- #~ msgstr "BWS Plugins"
783
  #~ msgid "Activated plugins"
784
  #~ msgstr "Plugin attivati"
785
  #~ msgid "Read more"
@@ -820,8 +859,6 @@ msgstr "Sei sicuro di voler cancellare questo linguaggio?"
820
  #~ msgstr "Opzioni Contact Form"
821
  #~ msgid "Display Attachment tips"
822
  #~ msgstr "Visualizza suggerimenti Allegato"
823
- #~ msgid "Display a phone number field"
824
- #~ msgstr "VIsualizza un campo numero di telefono"
825
  #~ msgid "Please enter a valid email address. Settings are not saved."
826
  #~ msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
827
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:35+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:35+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Ilian Gagliardi <ilian@ultra-violet.it>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opzioni Contact Form"
32
  msgstr "Opzioni Contact Form"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Nome:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Indirizzo e-mail:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Indirizzo e-mail:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "Numero di telefono:"
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Oggetto:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Messaggio:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Attachment:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Inviami una copia"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Invia"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Il nome è obbligatorio"
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "È richiesto un indirizzo e-mail valido."
104
 
105
+ #: contact_form.php:85
106
  msgid "A valid email address is required."
107
  msgstr "È richiesto un indirizzo e-mail valido."
108
 
109
+ #: contact_form.php:86
110
  msgid "Phone number is required."
111
  msgstr "Il numero di telefono è obbligatorio"
112
 
113
+ #: contact_form.php:87
114
  msgid "Subject is required."
115
  msgstr "L'oggetto è obbligatorio"
116
 
117
+ #: contact_form.php:88
118
  msgid "Message text is required."
119
  msgstr "Il campo messaggio è obbligatorio"
120
 
121
+ #: contact_form.php:89
122
  msgid "File format is not valid."
123
  msgstr "L'attachment non è corretto"
124
 
125
+ #: contact_form.php:90
126
  msgid "File upload error."
127
  msgstr ""
128
 
129
+ #: contact_form.php:91
130
  msgid "The file could not be uploaded."
131
  msgstr ""
132
 
133
+ #: contact_form.php:92
134
  msgid "This file is too large."
135
  msgstr ""
136
 
137
+ #: contact_form.php:93
138
  msgid "Please fill out the CAPTCHA."
139
  msgstr "Completa il CAPTCHA"
140
 
141
+ #: contact_form.php:94
142
  msgid "Please make corrections below and try again."
143
  msgstr "Controlla i dati del modulo e riprova!"
144
 
145
+ #: contact_form.php:96
146
  msgid "Thank you for contacting us."
147
  msgstr "Grazie per averci contattato."
148
 
149
+ #: contact_form.php:188
150
+ #, fuzzy
151
+ msgid "requires"
152
+ msgstr "Campi richiesti"
153
+
154
+ #: contact_form.php:188
155
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
156
+ msgstr ""
157
+
158
+ #: contact_form.php:188
159
+ msgid "Back to the WordPress"
160
+ msgstr ""
161
+
162
+ #: contact_form.php:188
163
+ #, fuzzy
164
+ msgid "Plugins page"
165
+ msgstr "BWS Plugins"
166
+
167
+ #: contact_form.php:468
168
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
169
  msgstr "se l'opzione 'Reindirizza a pagina' è impostata, allora il campo URL deve essere nel seguente formato"
170
 
171
+ #: contact_form.php:477
172
  msgid "Such user does not exist. Settings are not saved."
173
  msgstr "L'utente indicato non esiste. Le opzioni non sono state salvate."
174
 
175
+ #: contact_form.php:481
176
+ #: contact_form.php:487
177
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
178
  msgstr "Perfavore inserisci una e-mail corretta nel campo 'DA'. Opzioni non salvate."
179
 
180
+ #: contact_form.php:492
181
  #, fuzzy
182
  msgid "Settings saved."
183
  msgstr "Opzioni salvate."
184
 
185
+ #: contact_form.php:516
186
+ #: contact_form.php:828
187
+ #: contact_form.php:1657
188
+ #: contact_form.php:1668
189
  msgid "Settings"
190
  msgstr "Settaggi"
191
 
192
+ #: contact_form.php:517
193
+ #: contact_form.php:829
194
  #, fuzzy
195
  msgid "Extra settings"
196
  msgstr "Settaggi"
197
 
198
+ #: contact_form.php:522
199
+ #: contact_form.php:1085
200
  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:"
201
  msgstr "Se vuoi aggiungere un Contact Form al tuo sito, copia e incolla questo shortcode nei tuoi post o nelle tue pagine o widget:"
202
 
203
+ #: contact_form.php:522
204
+ #: contact_form.php:523
205
+ #: contact_form.php:741
206
+ #: contact_form.php:789
207
  msgid "or"
208
  msgstr ""
209
 
210
+ #: contact_form.php:523
211
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
212
  msgstr ""
213
 
214
+ #: contact_form.php:524
215
  msgid "They work the same way."
216
  msgstr ""
217
 
218
+ #: contact_form.php:525
219
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
220
  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. "
221
 
222
+ #: contact_form.php:529
223
  msgid "The user's email address:"
224
  msgstr "Utilizza l'e-mail dell'utente wordpress:"
225
 
226
+ #: contact_form.php:533
227
  msgid "Create a username"
228
  msgstr "Seleziona nome utente"
229
 
230
+ #: contact_form.php:538
231
  msgid "Enter a username of the person who should get the messages from the contact form."
232
  msgstr "Imposta il nome dell'utente che riceverà i messaggi da un contact form."
233
 
234
+ #: contact_form.php:542
235
  msgid "Use this email address:"
236
  msgstr "Utilizza questa e-mail:"
237
 
238
+ #: contact_form.php:545
239
  msgid "Enter the email address you want the messages forwarded to."
240
  msgstr "Imposta una e-mail che verrà utilizzata per ricevere i messaggi."
241
 
242
+ #: contact_form.php:549
243
  msgid "Add department selectbox to the contact form:"
244
  msgstr ""
245
 
246
+ #: contact_form.php:552
247
+ #: contact_form.php:833
248
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
249
  msgstr ""
250
 
251
+ #: contact_form.php:560
252
+ msgid "Save emails to the database"
253
+ msgstr ""
254
+
255
+ #: contact_form.php:568
256
+ #: contact_form.php:571
257
+ #: contact_form.php:575
258
+ msgid "Using Contact Form to DB powered by"
259
+ msgstr ""
260
+
261
+ #: contact_form.php:571
262
+ #, fuzzy
263
+ msgid "Activate Contact Form to DB"
264
+ msgstr "Contact Form"
265
+
266
+ #: contact_form.php:575
267
+ #, fuzzy
268
+ msgid "Download Contact Form to DB"
269
+ msgstr "Contact Form"
270
+
271
+ #: contact_form.php:580
272
  msgid "Additional options"
273
  msgstr "Impostazioni aggiuntive"
274
 
275
+ #: contact_form.php:583
276
  msgid "What to use?"
277
  msgstr "Cosa utilizzare?"
278
 
279
+ #: contact_form.php:586
280
  msgid "Wp-mail"
281
  msgstr "Wp-mail"
282
 
283
+ #: contact_form.php:586
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:588
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
  #, fuzzy
297
  msgid "The text in the 'From' field"
298
  msgstr "Modifica il contenuto del campo 'DA'"
299
 
300
+ #: contact_form.php:594
301
  msgid "User name"
302
  msgstr ""
303
 
304
+ #: contact_form.php:595
305
  #, fuzzy
306
  msgid "The name of the user who fills the form will be used in the field 'From'."
307
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
308
 
309
+ #: contact_form.php:600
310
  #, fuzzy
311
  msgid "This text will be used in the 'FROM' field"
312
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
313
 
314
+ #: contact_form.php:604
315
  #, fuzzy
316
  msgid "The email address in the 'From' field"
317
  msgstr "Inserisci l'indirizzo e-mail nel campo 'DA'"
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr "L'indirizzo e-mail dell'utente che compila il form verrà usato nel campo 'DA'"
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr "Questo indirizzo e-mail verrà utilizzato nel campo 'DA'"
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Visualizza il testo"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Indirizzo e-mail"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr "Telefono"
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Visualizza l'attachment"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Plugin attivati"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Download"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Visualizza suggeriementi sotto il blocco Allegato"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Visualizza il blocco \"Inviami una copia\" "
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr "Campi richiesti"
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Nome"
405
 
406
+ #: contact_form.php:666
407
  msgid "Email Address"
408
  msgstr "Indirizzo e-mail"
409
 
410
+ #: contact_form.php:668
411
+ #: contact_form.php:880
412
+ #: contact_form.php:1536
413
  msgid "Subject"
414
  msgstr "Oggetto"
415
 
416
+ #: contact_form.php:669
417
+ #: contact_form.php:884
418
+ #: contact_form.php:1539
419
  msgid "Message"
420
  msgstr "Messaggio"
421
 
422
+ #: contact_form.php:673
423
+ #, fuzzy
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr "VIsualizza un campo numero di telefono"
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr "Visualizza informazioni aggiuntive nella e-mail"
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Inviato da (indirizzi IP)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Inviato da (indirizzi IP)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Data/Ora"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "Da (referente)"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "Utilizza (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr "Impostazione della lingua per i nomi dei campi del form"
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr "Aggiungi un linguaggio"
475
 
476
+ #: contact_form.php:704
477
  msgid "Change the names of the contact form fields and error messages"
478
  msgstr "Modifica le etichette dei campi del contact form"
479
 
 
480
  #: contact_form.php:709
481
+ #: contact_form.php:780
482
  msgid "English"
483
  msgstr "Inglese"
484
 
485
+ #: contact_form.php:728
486
+ #: contact_form.php:757
487
  msgid "Error message for the Name field"
488
  msgstr "Messaggio d'errore per il campo Nome"
489
 
490
+ #: contact_form.php:729
491
+ #: contact_form.php:758
492
  #, fuzzy
493
  msgid "Error message for the Address field"
494
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr "Messaggio d'errore per il campo e-mail"
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr "Messaggio d'errore per il campo Telefono"
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr "Messaggio d'errore per il campo Soggetto"
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr "Messaggio d'errore per il campo Testo del Messaggio"
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  #, fuzzy
519
  msgid "Error message about the file type for the Attachment field"
520
  msgstr "Messaggio d'errore per il campo Allegato"
521
 
522
+ #: contact_form.php:735
523
+ #: contact_form.php:764
524
  #, fuzzy
525
  msgid "Error message while uploading a file for the Attachment field to the server"
526
  msgstr "Messaggio d'errore per il campo Allegato"
527
 
528
+ #: contact_form.php:736
529
+ #: contact_form.php:765
530
  #, fuzzy
531
  msgid "Error message while moving the file for the Attachment field"
532
  msgstr "Messaggio d'errore per il campo Allegato"
533
 
534
+ #: contact_form.php:737
535
+ #: contact_form.php:766
536
  #, fuzzy
537
  msgid "Error message when file size limit for the Attachment field is exceeded"
538
  msgstr "Messaggio d'errore per il campo Allegato"
539
 
540
+ #: contact_form.php:738
541
+ #: contact_form.php:767
542
  msgid "Error message for the Captcha field"
543
  msgstr "Messaggio d'errore per il campo Captcha"
544
 
545
+ #: contact_form.php:739
546
+ #: contact_form.php:768
547
  msgid "Error message for the whole form"
548
  msgstr "Messaggio d'errore per l'intero modulo"
549
 
550
+ #: contact_form.php:741
551
+ #: contact_form.php:770
552
+ #: contact_form.php:789
553
+ #: contact_form.php:795
554
  msgid "Use shortcode"
555
  msgstr "usa lo shortcode"
556
 
557
+ #: contact_form.php:741
558
+ #: contact_form.php:770
559
+ #: contact_form.php:789
560
+ #: contact_form.php:795
561
  msgid "for this language"
562
  msgstr "per questa lingua"
563
 
564
+ #: contact_form.php:777
565
  msgid "Action after email is sent"
566
  msgstr "Azione successiva all'invio dell'e-mail"
567
 
568
+ #: contact_form.php:779
569
  msgid "Display text"
570
  msgstr "Visualizza il testo"
571
 
572
+ #: contact_form.php:788
573
+ #: contact_form.php:794
574
  msgid "Text"
575
  msgstr "Testo"
576
 
577
+ #: contact_form.php:802
578
  msgid "Redirect to the page"
579
  msgstr "Reindirizza alla pagina"
580
 
581
+ #: contact_form.php:803
582
  msgid "Url"
583
  msgstr "Url"
584
 
585
+ #: contact_form.php:809
586
+ #: contact_form.php:986
587
  msgid "Save Changes"
588
  msgstr "Salva le modifiche"
589
 
590
+ #: contact_form.php:826
591
  #, fuzzy
592
  msgid "Contact Form Pro | Extra Settings"
593
  msgstr "Opzioni Contact Form"
594
 
595
+ #: contact_form.php:840
596
  msgid "Errors output"
597
  msgstr ""
598
 
599
+ #: contact_form.php:843
600
  msgid "Display error messages"
601
  msgstr ""
602
 
603
+ #: contact_form.php:844
604
  msgid "Color of the input field errors."
605
  msgstr ""
606
 
607
+ #: contact_form.php:845
608
  #, fuzzy
609
  msgid "Display error messages & color of the input field errors"
610
  msgstr "Messaggio d'errore per il campo Soggetto"
611
 
612
+ #: contact_form.php:850
613
  msgid "Add placeholder to the input blocks"
614
  msgstr ""
615
 
616
+ #: contact_form.php:856
617
  #, fuzzy
618
  msgid "Add tooltips"
619
  msgstr "Impostazioni aggiuntive"
620
 
621
+ #: contact_form.php:870
622
  #, fuzzy
623
  msgid "Email address"
624
  msgstr "Indirizzo e-mail"
625
 
626
+ #: contact_form.php:875
627
  #, fuzzy
628
  msgid "Phone Number"
629
  msgstr "Numero di telefono:"
630
 
631
+ #: contact_form.php:889
632
  #, fuzzy
633
  msgid "Attachment"
634
  msgstr "Attachment:"
635
 
636
+ #: contact_form.php:894
637
  msgid "(powered by bestwebsoft.com)"
638
  msgstr ""
639
 
640
+ #: contact_form.php:899
641
  #, fuzzy
642
  msgid "Style options"
643
  msgstr "Impostazioni aggiuntive"
644
 
645
+ #: contact_form.php:902
646
  msgid "Text color"
647
  msgstr ""
648
 
649
+ #: contact_form.php:905
650
+ #: contact_form.php:910
651
+ #: contact_form.php:920
652
+ #: contact_form.php:925
653
+ #: contact_form.php:930
654
+ #: contact_form.php:935
655
+ #: contact_form.php:945
656
+ #: contact_form.php:950
657
+ #: contact_form.php:956
658
+ #: contact_form.php:967
659
+ #: contact_form.php:972
660
+ #: contact_form.php:977
661
  msgid "Default"
662
  msgstr ""
663
 
664
+ #: contact_form.php:907
665
  msgid "Label text color"
666
  msgstr ""
667
 
668
+ #: contact_form.php:912
669
  msgid "Placeholder color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:917
673
  msgid "Errors color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:922
677
  msgid "Error text color"
678
  msgstr ""
679
 
680
+ #: contact_form.php:927
681
  msgid "Background color of the input field errors"
682
  msgstr ""
683
 
684
+ #: contact_form.php:932
685
  msgid "Border color of the input field errors"
686
  msgstr ""
687
 
688
+ #: contact_form.php:937
689
  msgid "Placeholder color of the input field errors"
690
  msgstr ""
691
 
692
+ #: contact_form.php:942
693
  #, fuzzy
694
  msgid "Input fields"
695
  msgstr "Visualizza il testo"
696
 
697
+ #: contact_form.php:947
698
  msgid "Input fields background color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:952
702
  msgid "Text fields color"
703
  msgstr ""
704
 
705
+ #: contact_form.php:954
706
  msgid "Border width in px, numbers only"
707
  msgstr ""
708
 
709
+ #: contact_form.php:958
710
+ #: contact_form.php:979
711
  msgid "Border color"
712
  msgstr ""
713
 
714
+ #: contact_form.php:963
715
  #, fuzzy
716
  msgid "Submit button"
717
  msgstr "Invia"
718
 
719
+ #: contact_form.php:965
720
  msgid "Width in px, numbers only"
721
  msgstr ""
722
 
723
+ #: contact_form.php:969
724
  msgid "Button color"
725
  msgstr ""
726
 
727
+ #: contact_form.php:974
728
  msgid "Button text color"
729
  msgstr ""
730
 
731
+ #: contact_form.php:990
732
  #, fuzzy
733
  msgid "Contact Form Pro | Preview"
734
  msgstr "Contact Form"
735
 
736
+ #: contact_form.php:993
737
  msgid "Show with errors"
738
  msgstr ""
739
 
740
+ #: contact_form.php:1001
741
+ #: contact_form.php:1003
742
  msgid "Please enter your full name..."
743
  msgstr ""
744
 
745
+ #: contact_form.php:1014
746
+ #: contact_form.php:1016
747
  msgid "Please enter your address..."
748
  msgstr ""
749
 
750
+ #: contact_form.php:1025
751
+ #: contact_form.php:1027
752
  #, fuzzy
753
  msgid "Please enter your email address..."
754
  msgstr "Utilizza questa e-mail:"
755
 
756
+ #: contact_form.php:1036
757
+ #: contact_form.php:1038
758
  msgid "Please enter your phone number..."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1047
762
+ #: contact_form.php:1049
763
  msgid "Please enter subject..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1057
767
+ #: contact_form.php:1059
768
  msgid "Please enter your message..."
769
  msgstr ""
770
 
771
+ #: contact_form.php:1070
772
  msgid "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"
773
  msgstr ""
774
 
775
+ #: contact_form.php:1137
776
  msgid "Sorry, email message could not be delivered."
777
  msgstr "Spiacenti, la tua e-mail non può essere consegnata al momento."
778
 
779
+ #: contact_form.php:1221
780
  msgid "You can attach the following file formats"
781
  msgstr "Gli utenti possono allegare i files nei seguenti tipi"
782
 
783
+ #: contact_form.php:1515
784
  msgid "Contact from"
785
  msgstr "Contact from"
786
 
787
+ #: contact_form.php:1528
788
  msgid "Email"
789
  msgstr "e-mail"
790
 
791
+ #: contact_form.php:1542
792
  msgid "Site"
793
  msgstr "Sito"
794
 
795
+ #: contact_form.php:1605
796
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
797
  msgstr "Se puoi visualizzare questo MIME il tuo client non supporta i MIME types!"
798
 
799
+ #: contact_form.php:1669
800
  msgid "FAQ"
801
  msgstr "FAQ"
802
 
803
+ #: contact_form.php:1670
804
  msgid "Support"
805
  msgstr "Supporto"
806
 
807
+ #: contact_form.php:1727
808
  msgid "Are you sure that you want to delete this language data?"
809
  msgstr "Sei sicuro di voler cancellare questo linguaggio?"
810
 
819
  #, fuzzy
820
  #~ msgid "Please enter a valid email address."
821
  #~ msgstr "Utilizza questa e-mail:"
 
 
 
 
822
  #~ msgid "Activated plugins"
823
  #~ msgstr "Plugin attivati"
824
  #~ msgid "Read more"
859
  #~ msgstr "Opzioni Contact Form"
860
  #~ msgid "Display Attachment tips"
861
  #~ msgstr "Visualizza suggerimenti Allegato"
 
 
862
  #~ msgid "Please enter a valid email address. Settings are not saved."
863
  #~ msgstr "Perfavore inserisci una e-mail corretta. Opzioni non salvate."
864
 
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  msgid "Contact Form Settings"
22
  msgstr "コンタクトフォーム設定"
23
 
@@ -30,711 +30,753 @@ msgid "Contact Form Pro Extra Settings"
30
  msgstr "Contact Form Pro 用設定"
31
 
32
  #: contact_form.php:33
33
- #: contact_form.php:507
34
- #: contact_form.php:761
35
  msgid "Contact Form Pro"
36
  msgstr "Contact Form Pro"
37
 
38
- #: contact_form.php:73
39
- #: contact_form.php:648
40
- #: contact_form.php:677
41
  msgid "Name:"
42
  msgstr "名前:"
43
 
44
- #: contact_form.php:74
45
- #: contact_form.php:649
46
- #: contact_form.php:678
47
  msgid "Address:"
48
  msgstr "住所:"
49
 
50
- #: contact_form.php:75
51
- #: contact_form.php:650
52
- #: contact_form.php:679
53
  msgid "Email Address:"
54
  msgstr "Eメール:"
55
 
56
- #: contact_form.php:76
57
- #: contact_form.php:651
58
- #: contact_form.php:680
59
  msgid "Phone number:"
60
  msgstr "電話番号:"
61
 
62
- #: contact_form.php:77
63
- #: contact_form.php:652
64
- #: contact_form.php:681
65
  msgid "Subject:"
66
  msgstr "件名:"
67
 
68
- #: contact_form.php:78
69
- #: contact_form.php:653
70
- #: contact_form.php:682
71
  msgid "Message:"
72
  msgstr "メッセージ:"
73
 
74
- #: contact_form.php:79
75
- #: contact_form.php:654
76
- #: contact_form.php:683
77
  msgid "Attachment:"
78
  msgstr "添付:"
79
 
80
- #: contact_form.php:80
81
- #: contact_form.php:655
82
- #: contact_form.php:684
83
  msgid "Send me a copy"
84
  msgstr "コピーを自分に送る"
85
 
86
- #: contact_form.php:81
87
- #: contact_form.php:656
88
- #: contact_form.php:685
89
  msgid "Submit"
90
  msgstr "送信"
91
 
92
- #: contact_form.php:82
93
  msgid "Your name is required."
94
  msgstr "名前は必須です。"
95
 
96
- #: contact_form.php:83
97
  msgid "Address is required."
98
  msgstr "住所が必要です。"
99
 
100
- #: contact_form.php:84
101
  msgid "A valid email address is required."
102
  msgstr "有効なEメールアドレスlが必須です。"
103
 
104
- #: contact_form.php:85
105
  msgid "Phone number is required."
106
  msgstr "電話番号は必須です。"
107
 
108
- #: contact_form.php:86
109
  msgid "Subject is required."
110
  msgstr "件名は必須です。"
111
 
112
- #: contact_form.php:87
113
  msgid "Message text is required."
114
  msgstr "メッセージ本文は必須です。"
115
 
116
- #: contact_form.php:88
117
  msgid "File format is not valid."
118
  msgstr "添付が壊れています。"
119
 
120
- #: contact_form.php:89
121
  msgid "File upload error."
122
  msgstr "ファイル・アップロード・エラー。"
123
 
124
- #: contact_form.php:90
125
  msgid "The file could not be uploaded."
126
  msgstr "ファイルは、アップロード出来ませんでした。"
127
 
128
- #: contact_form.php:91
129
  msgid "This file is too large."
130
  msgstr "このファイルは大きすぎます。"
131
 
132
- #: contact_form.php:92
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "CAPTCHAを入力して下さい。"
135
 
136
- #: contact_form.php:93
137
  msgid "Please make corrections below and try again."
138
  msgstr "以下を修正し、再度試して下さい。"
139
 
140
- #: contact_form.php:95
141
  msgid "Thank you for contacting us."
142
  msgstr "ご連絡ありがとうございます"
143
 
144
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
  msgstr "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になります"
147
 
148
- #: contact_form.php:431
149
  msgid "Such user does not exist. Settings are not saved."
150
  msgstr "このようなユーザは存在しません。設定は保存されません。"
151
 
152
- #: contact_form.php:435
153
- #: contact_form.php:441
154
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
155
  msgstr "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存されません。"
156
 
157
- #: contact_form.php:446
158
  msgid "Settings saved."
159
  msgstr "設定保存."
160
 
161
- #: contact_form.php:470
162
- #: contact_form.php:755
163
- #: contact_form.php:1573
164
- #: contact_form.php:1584
165
  msgid "Settings"
166
  msgstr "設定"
167
 
168
- #: contact_form.php:471
169
- #: contact_form.php:756
170
  msgid "Extra settings"
171
  msgstr "追加設定"
172
 
173
- #: contact_form.php:476
174
- #: contact_form.php:1012
175
  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:"
176
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
177
 
178
- #: contact_form.php:476
179
- #: contact_form.php:477
180
- #: contact_form.php:670
181
- #: contact_form.php:718
182
  msgid "or"
183
  msgstr "又は"
184
 
185
- #: contact_form.php:477
186
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
187
  msgstr "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下さい"
188
 
189
- #: contact_form.php:478
190
  msgid "They work the same way."
191
  msgstr "同様に動作します。"
192
 
193
- #: contact_form.php:479
194
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
195
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
196
 
197
- #: contact_form.php:483
198
  msgid "The user's email address:"
199
  msgstr "wordpressユーザのemailを利用r:"
200
 
201
- #: contact_form.php:487
202
  msgid "Create a username"
203
  msgstr "ユーザ名の選択"
204
 
205
- #: contact_form.php:492
206
  msgid "Enter a username of the person who should get the messages from the contact form."
207
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
208
 
209
- #: contact_form.php:496
210
  msgid "Use this email address:"
211
  msgstr "このemailを利用:"
212
 
213
- #: contact_form.php:499
214
  msgid "Enter the email address you want the messages forwarded to."
215
  msgstr "メッセージ受信用のemailを設定。"
216
 
217
- #: contact_form.php:503
218
  msgid "Add department selectbox to the contact form:"
219
  msgstr ""
220
 
221
- #: contact_form.php:506
222
- #: contact_form.php:760
223
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
224
  msgstr "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照して下さい。"
225
 
226
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgid "Additional options"
228
  msgstr "追加オプション"
229
 
230
- #: contact_form.php:518
231
  msgid "What to use?"
232
  msgstr "何用途?"
233
 
234
- #: contact_form.php:521
235
  msgid "Wp-mail"
236
  msgstr "WPメール"
237
 
238
- #: contact_form.php:522
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "メールにwp_mali機能が利用できます"
241
 
242
- #: contact_form.php:528
243
  msgid "Mail"
244
  msgstr "メール"
245
 
246
- #: contact_form.php:529
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "メールを送信するには、phpメール機能が利用できます"
249
 
250
- #: contact_form.php:533
251
  #, fuzzy
252
  msgid "The text in the 'From' field"
253
  msgstr "'送信者' フィールドのテキストを変更"
254
 
255
- #: contact_form.php:535
256
  #, fuzzy
257
  msgid "User name"
258
  msgstr "ユーザ・Eメール"
259
 
260
- #: contact_form.php:535
261
  #, fuzzy
262
  msgid "The name of the user who fills the form will be used in the field 'From'."
263
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
264
 
265
- #: contact_form.php:537
266
  #, fuzzy
267
  msgid "This text will be used in the 'FROM' field"
268
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
269
 
270
- #: contact_form.php:541
271
  #, fuzzy
272
  msgid "The email address in the 'From' field"
273
  msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
274
 
275
- #: contact_form.php:543
276
  msgid "User email"
277
  msgstr "ユーザ・Eメール"
278
 
279
- #: contact_form.php:543
280
  msgid "The email address of the user who fills the form will be used in the field 'From'."
281
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
282
 
283
- #: contact_form.php:545
284
  msgid "This email address will be used in the 'From' field."
285
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
286
 
287
- #: contact_form.php:549
288
  msgid "Display fields"
289
  msgstr "フィールドを表示"
290
 
291
- #: contact_form.php:551
292
- #: contact_form.php:600
293
- #: contact_form.php:792
294
- #: contact_form.php:1443
295
  msgid "Address"
296
  msgstr "住所"
297
 
298
- #: contact_form.php:552
299
- #: contact_form.php:602
300
- #: contact_form.php:1451
301
  msgid "Phone"
302
  msgstr "電話"
303
 
304
- #: contact_form.php:553
305
  msgid "Attachment block"
306
  msgstr "添付ブロック"
307
 
308
- #: contact_form.php:553
309
  msgid "Users can attach the following file formats"
310
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
311
 
312
- #: contact_form.php:565
313
- #: contact_form.php:568
314
- #: contact_form.php:571
315
- #: contact_form.php:821
316
  msgid "Captcha"
317
  msgstr "Captcha"
318
 
319
- #: contact_form.php:565
320
- #: contact_form.php:568
321
- #: contact_form.php:571
322
  msgid "powered by"
323
  msgstr ""
324
 
325
- #: contact_form.php:568
326
  msgid "Activate captcha"
327
  msgstr "有効なcaptcha"
328
 
329
- #: contact_form.php:571
330
  msgid "Download captcha"
331
  msgstr "captchaをダウンロード"
332
 
333
- #: contact_form.php:576
334
  #, fuzzy
335
  msgid "Display tips below the Attachment block"
336
  msgstr "添付ブロックの下のチップス"
337
 
338
- #: contact_form.php:585
339
  msgid "Delete an attachment file from the server after the email is sent"
340
  msgstr ""
341
 
342
- #: contact_form.php:591
343
  #, fuzzy
344
  msgid "Display 'Send me a copy' block"
345
  msgstr "コピーブロックを自分に送る"
346
 
347
- #: contact_form.php:597
348
  msgid "Required fields"
349
  msgstr "必須フィールド"
350
 
351
- #: contact_form.php:599
352
- #: contact_form.php:787
353
- #: contact_form.php:1438
354
  msgid "Name"
355
  msgstr "名前"
356
 
357
- #: contact_form.php:601
358
  msgid "Email Address"
359
  msgstr "Eメール・アドレス"
360
 
361
- #: contact_form.php:603
362
- #: contact_form.php:807
363
- #: contact_form.php:1454
364
  msgid "Subject"
365
  msgstr "件名"
366
 
367
- #: contact_form.php:604
368
- #: contact_form.php:811
369
- #: contact_form.php:1457
370
  msgid "Message"
371
  msgstr "メッセージ"
372
 
373
- #: contact_form.php:608
 
 
 
 
374
  msgid "Display additional info in the email"
375
  msgstr "メール中に追加情報を表示"
376
 
377
- #: contact_form.php:613
378
- #: contact_form.php:1410
379
  msgid "Sent from (ip address)"
380
  msgstr "(IP-Adresse)から送られた"
381
 
382
- #: contact_form.php:613
383
  #, fuzzy
384
  msgid "Example: Sent from (IP address):\t127.0.0.1"
385
  msgstr "(IP-Adresse)から送られた"
386
 
387
- #: contact_form.php:614
388
- #: contact_form.php:1415
389
  msgid "Date/Time"
390
  msgstr "日時"
391
 
392
- #: contact_form.php:614
393
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
394
  msgstr ""
395
 
396
- #: contact_form.php:615
397
- #: contact_form.php:1420
398
  msgid "Sent from (referer)"
399
  msgstr "(referer)から送られている"
400
 
401
- #: contact_form.php:615
402
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
403
  msgstr ""
404
 
405
- #: contact_form.php:616
406
- #: contact_form.php:1425
407
  msgid "Using (user agent)"
408
  msgstr "(user agent)使用"
409
 
410
- #: contact_form.php:616
411
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
412
  msgstr ""
413
 
414
- #: contact_form.php:620
415
  msgid "Language settings for the field names in the form"
416
  msgstr "フォームのフィールド名用の言語設定"
417
 
418
- #: contact_form.php:629
419
  msgid "Add a language"
420
  msgstr "言語の追加"
421
 
422
- #: contact_form.php:633
423
  msgid "Change the names of the contact form fields and error messages"
424
  msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
425
 
426
- #: contact_form.php:638
427
  #: contact_form.php:709
 
428
  msgid "English"
429
  msgstr "英語"
430
 
431
- #: contact_form.php:657
432
- #: contact_form.php:686
433
  msgid "Error message for the Name field"
434
  msgstr "名前フィールド用のエラーメッセージ"
435
 
436
- #: contact_form.php:658
437
- #: contact_form.php:687
438
  msgid "Error message for the Address field"
439
  msgstr "住所フィールド用のエラーメッセージ"
440
 
441
- #: contact_form.php:659
442
- #: contact_form.php:688
443
  msgid "Error message for the Email field"
444
  msgstr "Eメール・フィールド用のエラーメッセージ"
445
 
446
- #: contact_form.php:660
447
- #: contact_form.php:689
448
  msgid "Error message for the Phone field"
449
  msgstr "電話フィールド用のエラーメッセージ"
450
 
451
- #: contact_form.php:661
452
- #: contact_form.php:690
453
  msgid "Error message for the Subject field"
454
  msgstr "件名フィールド用のエラーメッセージ"
455
 
456
- #: contact_form.php:662
457
- #: contact_form.php:691
458
  msgid "Error message for the Message field"
459
  msgstr "メッセージ・フィールド用のエラーメッセージ"
460
 
461
- #: contact_form.php:663
462
- #: contact_form.php:692
463
  msgid "Error message about the file type for the Attachment field"
464
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
465
 
466
- #: contact_form.php:664
467
- #: contact_form.php:693
468
  msgid "Error message while uploading a file for the Attachment field to the server"
469
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
470
 
471
- #: contact_form.php:665
472
- #: contact_form.php:694
473
  msgid "Error message while moving the file for the Attachment field"
474
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
475
 
476
- #: contact_form.php:666
477
- #: contact_form.php:695
478
  msgid "Error message when file size limit for the Attachment field is exceeded"
479
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
480
 
481
- #: contact_form.php:667
482
- #: contact_form.php:696
483
  msgid "Error message for the Captcha field"
484
  msgstr "Captcha フィールド用のエラーメッセージ"
485
 
486
- #: contact_form.php:668
487
- #: contact_form.php:697
488
  msgid "Error message for the whole form"
489
  msgstr "全体フォーム用のエラーメッセージ"
490
 
491
- #: contact_form.php:670
492
- #: contact_form.php:699
493
- #: contact_form.php:718
494
- #: contact_form.php:724
495
  msgid "Use shortcode"
496
  msgstr "短いコードの利用"
497
 
498
- #: contact_form.php:670
499
- #: contact_form.php:699
500
- #: contact_form.php:718
501
- #: contact_form.php:724
502
  msgid "for this language"
503
  msgstr "この言語用"
504
 
505
- #: contact_form.php:706
506
  msgid "Action after email is sent"
507
  msgstr "メール送信後の行動"
508
 
509
- #: contact_form.php:708
510
  msgid "Display text"
511
  msgstr "テキストを表示"
512
 
513
- #: contact_form.php:717
514
- #: contact_form.php:723
515
  msgid "Text"
516
  msgstr "文字"
517
 
518
- #: contact_form.php:730
519
  msgid "Redirect to the page"
520
  msgstr "ページに転送"
521
 
522
- #: contact_form.php:731
523
  msgid "Url"
524
  msgstr "Url"
525
 
526
- #: contact_form.php:736
527
- #: contact_form.php:913
528
  msgid "Save Changes"
529
  msgstr "変更を保存"
530
 
531
- #: contact_form.php:753
532
  msgid "Contact Form Pro | Extra Settings"
533
  msgstr "Contact Form Pro | 追加設定"
534
 
535
- #: contact_form.php:767
536
  msgid "Errors output"
537
  msgstr "エラー出力"
538
 
539
- #: contact_form.php:770
540
  msgid "Display error messages"
541
  msgstr "エラーメッセージの表示"
542
 
543
- #: contact_form.php:771
544
  msgid "Color of the input field errors."
545
  msgstr "入力フィールド・エラーの色"
546
 
547
- #: contact_form.php:772
548
  msgid "Display error messages & color of the input field errors"
549
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
550
 
551
- #: contact_form.php:777
552
  msgid "Add placeholder to the input blocks"
553
  msgstr "プレースホルダーを入力ブロックに追加"
554
 
555
- #: contact_form.php:783
556
  msgid "Add tooltips"
557
  msgstr "ツールチップの追加"
558
 
559
- #: contact_form.php:797
560
  msgid "Email address"
561
  msgstr "Eメール・アドレス"
562
 
563
- #: contact_form.php:802
564
  msgid "Phone Number"
565
  msgstr "電話番号"
566
 
567
- #: contact_form.php:816
568
  msgid "Attachment"
569
  msgstr "添付"
570
 
571
- #: contact_form.php:821
572
  msgid "(powered by bestwebsoft.com)"
573
  msgstr "(powered by bestwebsoft.com)"
574
 
575
- #: contact_form.php:826
576
  msgid "Style options"
577
  msgstr "スタイル・オプション"
578
 
579
- #: contact_form.php:829
580
  msgid "Text color"
581
  msgstr "文字色"
582
 
583
- #: contact_form.php:832
584
- #: contact_form.php:837
585
- #: contact_form.php:847
586
- #: contact_form.php:852
587
- #: contact_form.php:857
588
- #: contact_form.php:862
589
- #: contact_form.php:872
590
- #: contact_form.php:877
591
- #: contact_form.php:883
592
- #: contact_form.php:894
593
- #: contact_form.php:899
594
- #: contact_form.php:904
595
  msgid "Default"
596
  msgstr "標準"
597
 
598
- #: contact_form.php:834
599
  msgid "Label text color"
600
  msgstr "ラベル文字色"
601
 
602
- #: contact_form.php:839
603
  msgid "Placeholder color"
604
  msgstr "プレースホルダ色"
605
 
606
- #: contact_form.php:844
607
  msgid "Errors color"
608
  msgstr "エラーの色"
609
 
610
- #: contact_form.php:849
611
  msgid "Error text color"
612
  msgstr "エラーテキストの色"
613
 
614
- #: contact_form.php:854
615
  msgid "Background color of the input field errors"
616
  msgstr "入力フィールド・エラーの背景色"
617
 
618
- #: contact_form.php:859
619
  msgid "Border color of the input field errors"
620
  msgstr "入力フィールド・エラーの罫線色"
621
 
622
- #: contact_form.php:864
623
  msgid "Placeholder color of the input field errors"
624
  msgstr "入力フィールド・エラー用のプレースホルダ色"
625
 
626
- #: contact_form.php:869
627
  msgid "Input fields"
628
  msgstr "フィールドを入力"
629
 
630
- #: contact_form.php:874
631
  msgid "Input fields background color"
632
  msgstr "フィールドの背景色の入力"
633
 
634
- #: contact_form.php:879
635
  msgid "Text fields color"
636
  msgstr "文字フィールド色"
637
 
638
- #: contact_form.php:881
639
  msgid "Border width in px, numbers only"
640
  msgstr "罫線幅(px単位)、数値のみ"
641
 
642
- #: contact_form.php:885
643
- #: contact_form.php:906
644
  msgid "Border color"
645
  msgstr "罫線色"
646
 
647
- #: contact_form.php:890
648
  msgid "Submit button"
649
  msgstr "送信ボタン"
650
 
651
- #: contact_form.php:892
652
  msgid "Width in px, numbers only"
653
  msgstr "px単位の幅、数字のみ"
654
 
655
- #: contact_form.php:896
656
  msgid "Button color"
657
  msgstr "ボタンの色"
658
 
659
- #: contact_form.php:901
660
  msgid "Button text color"
661
  msgstr "ボタン文字の色"
662
 
663
- #: contact_form.php:917
664
  msgid "Contact Form Pro | Preview"
665
  msgstr "Contact Form Pro | プレビュー"
666
 
667
- #: contact_form.php:920
668
  msgid "Show with errors"
669
  msgstr "エラーで表示"
670
 
671
- #: contact_form.php:928
672
- #: contact_form.php:930
673
  msgid "Please enter your full name..."
674
  msgstr "貴方の氏名を入力して下さい..."
675
 
676
- #: contact_form.php:941
677
- #: contact_form.php:943
678
  msgid "Please enter your address..."
679
  msgstr "貴方の住所を入力して下さい..."
680
 
681
- #: contact_form.php:952
682
- #: contact_form.php:954
683
  msgid "Please enter your email address..."
684
  msgstr "貴方のEメール・アドレスを入力して下さい..."
685
 
686
- #: contact_form.php:963
687
- #: contact_form.php:965
688
  msgid "Please enter your phone number..."
689
  msgstr "貴方の電話番号を入力して下さい..."
690
 
691
- #: contact_form.php:974
692
- #: contact_form.php:976
693
  msgid "Please enter subject..."
694
  msgstr "件名を入力して下さい..."
695
 
696
- #: contact_form.php:984
697
- #: contact_form.php:986
698
  msgid "Please enter your message..."
699
  msgstr "メッセージを入力して下さい..."
700
 
701
- #: contact_form.php:997
702
  msgid "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"
703
  msgstr "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイルサイズ: 2MB"
704
 
705
- #: contact_form.php:1066
706
  msgid "Sorry, email message could not be delivered."
707
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
708
 
709
- #: contact_form.php:1150
710
  msgid "You can attach the following file formats"
711
  msgstr "貴方は、以下のタイプのファイルを添付できます"
712
 
713
- #: contact_form.php:1433
714
  msgid "Contact from"
715
  msgstr "コンタクトフォーム"
716
 
717
- #: contact_form.php:1446
718
  msgid "Email"
719
  msgstr "Eメール"
720
 
721
- #: contact_form.php:1460
722
  msgid "Site"
723
  msgstr "サイト"
724
 
725
- #: contact_form.php:1521
726
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
727
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
728
 
729
- #: contact_form.php:1585
730
  msgid "FAQ"
731
  msgstr "FAQ"
732
 
733
- #: contact_form.php:1586
734
  msgid "Support"
735
  msgstr "サポート"
736
 
737
- #: contact_form.php:1645
738
  msgid "Are you sure that you want to delete this language data?"
739
  msgstr "本当に、この言語データを削除しますか?"
740
 
@@ -798,8 +840,6 @@ msgstr "本当に、この言語データを削除しますか?"
798
  #~ msgstr "正確なEメール・アドレスを入力して下さい。"
799
  #~ msgid "Email with system info is sent to "
800
  #~ msgstr "システム情報をメールで送信:"
801
- #~ msgid "Pro plugins"
802
- #~ msgstr "Pro Plugins"
803
  #~ msgid "Activated plugins"
804
  #~ msgstr "有効なプラグイン"
805
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  msgid "Contact Form Settings"
22
  msgstr "コンタクトフォーム設定"
23
 
30
  msgstr "Contact Form Pro 用設定"
31
 
32
  #: contact_form.php:33
33
+ #: contact_form.php:553
34
+ #: contact_form.php:834
35
  msgid "Contact Form Pro"
36
  msgstr "Contact Form Pro"
37
 
38
+ #: contact_form.php:74
39
+ #: contact_form.php:719
40
+ #: contact_form.php:748
41
  msgid "Name:"
42
  msgstr "名前:"
43
 
44
+ #: contact_form.php:75
45
+ #: contact_form.php:720
46
+ #: contact_form.php:749
47
  msgid "Address:"
48
  msgstr "住所:"
49
 
50
+ #: contact_form.php:76
51
+ #: contact_form.php:721
52
+ #: contact_form.php:750
53
  msgid "Email Address:"
54
  msgstr "Eメール:"
55
 
56
+ #: contact_form.php:77
57
+ #: contact_form.php:722
58
+ #: contact_form.php:751
59
  msgid "Phone number:"
60
  msgstr "電話番号:"
61
 
62
+ #: contact_form.php:78
63
+ #: contact_form.php:723
64
+ #: contact_form.php:752
65
  msgid "Subject:"
66
  msgstr "件名:"
67
 
68
+ #: contact_form.php:79
69
+ #: contact_form.php:724
70
+ #: contact_form.php:753
71
  msgid "Message:"
72
  msgstr "メッセージ:"
73
 
74
+ #: contact_form.php:80
75
+ #: contact_form.php:725
76
+ #: contact_form.php:754
77
  msgid "Attachment:"
78
  msgstr "添付:"
79
 
80
+ #: contact_form.php:81
81
+ #: contact_form.php:726
82
+ #: contact_form.php:755
83
  msgid "Send me a copy"
84
  msgstr "コピーを自分に送る"
85
 
86
+ #: contact_form.php:82
87
+ #: contact_form.php:727
88
+ #: contact_form.php:756
89
  msgid "Submit"
90
  msgstr "送信"
91
 
92
+ #: contact_form.php:83
93
  msgid "Your name is required."
94
  msgstr "名前は必須です。"
95
 
96
+ #: contact_form.php:84
97
  msgid "Address is required."
98
  msgstr "住所が必要です。"
99
 
100
+ #: contact_form.php:85
101
  msgid "A valid email address is required."
102
  msgstr "有効なEメールアドレスlが必須です。"
103
 
104
+ #: contact_form.php:86
105
  msgid "Phone number is required."
106
  msgstr "電話番号は必須です。"
107
 
108
+ #: contact_form.php:87
109
  msgid "Subject is required."
110
  msgstr "件名は必須です。"
111
 
112
+ #: contact_form.php:88
113
  msgid "Message text is required."
114
  msgstr "メッセージ本文は必須です。"
115
 
116
+ #: contact_form.php:89
117
  msgid "File format is not valid."
118
  msgstr "添付が壊れています。"
119
 
120
+ #: contact_form.php:90
121
  msgid "File upload error."
122
  msgstr "ファイル・アップロード・エラー。"
123
 
124
+ #: contact_form.php:91
125
  msgid "The file could not be uploaded."
126
  msgstr "ファイルは、アップロード出来ませんでした。"
127
 
128
+ #: contact_form.php:92
129
  msgid "This file is too large."
130
  msgstr "このファイルは大きすぎます。"
131
 
132
+ #: contact_form.php:93
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "CAPTCHAを入力して下さい。"
135
 
136
+ #: contact_form.php:94
137
  msgid "Please make corrections below and try again."
138
  msgstr "以下を修正し、再度試して下さい。"
139
 
140
+ #: contact_form.php:96
141
  msgid "Thank you for contacting us."
142
  msgstr "ご連絡ありがとうございます"
143
 
144
+ #: contact_form.php:188
145
+ #, fuzzy
146
+ msgid "requires"
147
+ msgstr "必須フィールド"
148
+
149
+ #: contact_form.php:188
150
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
151
+ msgstr ""
152
+
153
+ #: contact_form.php:188
154
+ msgid "Back to the WordPress"
155
+ msgstr ""
156
+
157
+ #: contact_form.php:188
158
+ #, fuzzy
159
+ msgid "Plugins page"
160
+ msgstr "Pro Plugins"
161
+
162
+ #: contact_form.php:468
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式になります"
165
 
166
+ #: contact_form.php:477
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "このようなユーザは存在しません。設定は保存されません。"
169
 
170
+ #: contact_form.php:481
171
+ #: contact_form.php:487
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存されません。"
174
 
175
+ #: contact_form.php:492
176
  msgid "Settings saved."
177
  msgstr "設定保存."
178
 
179
+ #: contact_form.php:516
180
+ #: contact_form.php:828
181
+ #: contact_form.php:1657
182
+ #: contact_form.php:1668
183
  msgid "Settings"
184
  msgstr "設定"
185
 
186
+ #: contact_form.php:517
187
+ #: contact_form.php:829
188
  msgid "Extra settings"
189
  msgstr "追加設定"
190
 
191
+ #: contact_form.php:522
192
+ #: contact_form.php:1085
193
  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:"
194
  msgstr "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
195
 
196
+ #: contact_form.php:522
197
+ #: contact_form.php:523
198
+ #: contact_form.php:741
199
+ #: contact_form.php:789
200
  msgid "or"
201
  msgstr "又は"
202
 
203
+ #: contact_form.php:523
204
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
205
  msgstr "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利用下さい"
206
 
207
+ #: contact_form.php:524
208
  msgid "They work the same way."
209
  msgstr "同様に動作します。"
210
 
211
+ #: contact_form.php:525
212
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
213
  msgstr "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送られます。"
214
 
215
+ #: contact_form.php:529
216
  msgid "The user's email address:"
217
  msgstr "wordpressユーザのemailを利用r:"
218
 
219
+ #: contact_form.php:533
220
  msgid "Create a username"
221
  msgstr "ユーザ名の選択"
222
 
223
+ #: contact_form.php:538
224
  msgid "Enter a username of the person who should get the messages from the contact form."
225
  msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
226
 
227
+ #: contact_form.php:542
228
  msgid "Use this email address:"
229
  msgstr "このemailを利用:"
230
 
231
+ #: contact_form.php:545
232
  msgid "Enter the email address you want the messages forwarded to."
233
  msgstr "メッセージ受信用のemailを設定。"
234
 
235
+ #: contact_form.php:549
236
  msgid "Add department selectbox to the contact form:"
237
  msgstr ""
238
 
239
+ #: contact_form.php:552
240
+ #: contact_form.php:833
241
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
242
  msgstr "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照して下さい。"
243
 
244
+ #: contact_form.php:560
245
+ msgid "Save emails to the database"
246
+ msgstr ""
247
+
248
+ #: contact_form.php:568
249
+ #: contact_form.php:571
250
+ #: contact_form.php:575
251
+ msgid "Using Contact Form to DB powered by"
252
+ msgstr ""
253
+
254
+ #: contact_form.php:571
255
+ #, fuzzy
256
+ msgid "Activate Contact Form to DB"
257
+ msgstr "Contact Form Pro"
258
+
259
+ #: contact_form.php:575
260
+ #, fuzzy
261
+ msgid "Download Contact Form to DB"
262
+ msgstr "Contact Form Pro"
263
+
264
+ #: contact_form.php:580
265
  msgid "Additional options"
266
  msgstr "追加オプション"
267
 
268
+ #: contact_form.php:583
269
  msgid "What to use?"
270
  msgstr "何用途?"
271
 
272
+ #: contact_form.php:586
273
  msgid "Wp-mail"
274
  msgstr "WPメール"
275
 
276
+ #: contact_form.php:586
277
  msgid "You can use the wp_mail function for mailing"
278
  msgstr "メールにwp_mali機能が利用できます"
279
 
280
+ #: contact_form.php:588
281
  msgid "Mail"
282
  msgstr "メール"
283
 
284
+ #: contact_form.php:588
285
  msgid "To send mail you can use the php mail function"
286
  msgstr "メールを送信するには、phpメール機能が利用できます"
287
 
288
+ #: contact_form.php:592
289
  #, fuzzy
290
  msgid "The text in the 'From' field"
291
  msgstr "'送信者' フィールドのテキストを変更"
292
 
293
+ #: contact_form.php:594
294
  #, fuzzy
295
  msgid "User name"
296
  msgstr "ユーザ・Eメール"
297
 
298
+ #: contact_form.php:595
299
  #, fuzzy
300
  msgid "The name of the user who fills the form will be used in the field 'From'."
301
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
302
 
303
+ #: contact_form.php:600
304
  #, fuzzy
305
  msgid "This text will be used in the 'FROM' field"
306
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
307
 
308
+ #: contact_form.php:604
309
  #, fuzzy
310
  msgid "The email address in the 'From' field"
311
  msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
312
 
313
+ #: contact_form.php:606
314
  msgid "User email"
315
  msgstr "ユーザ・Eメール"
316
 
317
+ #: contact_form.php:607
318
  msgid "The email address of the user who fills the form will be used in the field 'From'."
319
  msgstr "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用されます。"
320
 
321
+ #: contact_form.php:609
322
  msgid "This email address will be used in the 'From' field."
323
  msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
324
 
325
+ #: contact_form.php:613
326
  msgid "Display fields"
327
  msgstr "フィールドを表示"
328
 
329
+ #: contact_form.php:615
330
+ #: contact_form.php:665
331
+ #: contact_form.php:865
332
+ #: contact_form.php:1525
333
  msgid "Address"
334
  msgstr "住所"
335
 
336
+ #: contact_form.php:616
337
+ #: contact_form.php:667
338
+ #: contact_form.php:1533
339
  msgid "Phone"
340
  msgstr "電話"
341
 
342
+ #: contact_form.php:617
343
  msgid "Attachment block"
344
  msgstr "添付ブロック"
345
 
346
+ #: contact_form.php:617
347
  msgid "Users can attach the following file formats"
348
  msgstr "ユーザは、以下のタイプのファイルを添付できる"
349
 
350
+ #: contact_form.php:626
351
+ #: contact_form.php:629
352
+ #: contact_form.php:633
353
+ #: contact_form.php:894
354
  msgid "Captcha"
355
  msgstr "Captcha"
356
 
357
+ #: contact_form.php:626
358
+ #: contact_form.php:629
359
+ #: contact_form.php:633
360
  msgid "powered by"
361
  msgstr ""
362
 
363
+ #: contact_form.php:629
364
  msgid "Activate captcha"
365
  msgstr "有効なcaptcha"
366
 
367
+ #: contact_form.php:633
368
  msgid "Download captcha"
369
  msgstr "captchaをダウンロード"
370
 
371
+ #: contact_form.php:638
372
  #, fuzzy
373
  msgid "Display tips below the Attachment block"
374
  msgstr "添付ブロックの下のチップス"
375
 
376
+ #: contact_form.php:647
377
  msgid "Delete an attachment file from the server after the email is sent"
378
  msgstr ""
379
 
380
+ #: contact_form.php:653
381
  #, fuzzy
382
  msgid "Display 'Send me a copy' block"
383
  msgstr "コピーブロックを自分に送る"
384
 
385
+ #: contact_form.php:662
386
  msgid "Required fields"
387
  msgstr "必須フィールド"
388
 
389
+ #: contact_form.php:664
390
+ #: contact_form.php:860
391
+ #: contact_form.php:1520
392
  msgid "Name"
393
  msgstr "名前"
394
 
395
+ #: contact_form.php:666
396
  msgid "Email Address"
397
  msgstr "Eメール・アドレス"
398
 
399
+ #: contact_form.php:668
400
+ #: contact_form.php:880
401
+ #: contact_form.php:1536
402
  msgid "Subject"
403
  msgstr "件名"
404
 
405
+ #: contact_form.php:669
406
+ #: contact_form.php:884
407
+ #: contact_form.php:1539
408
  msgid "Message"
409
  msgstr "メッセージ"
410
 
411
+ #: contact_form.php:673
412
+ msgid "Display the asterisk near required fields"
413
+ msgstr ""
414
+
415
+ #: contact_form.php:679
416
  msgid "Display additional info in the email"
417
  msgstr "メール中に追加情報を表示"
418
 
419
+ #: contact_form.php:684
420
+ #: contact_form.php:1492
421
  msgid "Sent from (ip address)"
422
  msgstr "(IP-Adresse)から送られた"
423
 
424
+ #: contact_form.php:684
425
  #, fuzzy
426
  msgid "Example: Sent from (IP address):\t127.0.0.1"
427
  msgstr "(IP-Adresse)から送られた"
428
 
429
+ #: contact_form.php:685
430
+ #: contact_form.php:1497
431
  msgid "Date/Time"
432
  msgstr "日時"
433
 
434
+ #: contact_form.php:685
435
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
436
  msgstr ""
437
 
438
+ #: contact_form.php:686
439
+ #: contact_form.php:1502
440
  msgid "Sent from (referer)"
441
  msgstr "(referer)から送られている"
442
 
443
+ #: contact_form.php:686
444
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
445
  msgstr ""
446
 
447
+ #: contact_form.php:687
448
+ #: contact_form.php:1507
449
  msgid "Using (user agent)"
450
  msgstr "(user agent)使用"
451
 
452
+ #: contact_form.php:687
453
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
454
  msgstr ""
455
 
456
+ #: contact_form.php:691
457
  msgid "Language settings for the field names in the form"
458
  msgstr "フォームのフィールド名用の言語設定"
459
 
460
+ #: contact_form.php:700
461
  msgid "Add a language"
462
  msgstr "言語の追加"
463
 
464
+ #: contact_form.php:704
465
  msgid "Change the names of the contact form fields and error messages"
466
  msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
467
 
 
468
  #: contact_form.php:709
469
+ #: contact_form.php:780
470
  msgid "English"
471
  msgstr "英語"
472
 
473
+ #: contact_form.php:728
474
+ #: contact_form.php:757
475
  msgid "Error message for the Name field"
476
  msgstr "名前フィールド用のエラーメッセージ"
477
 
478
+ #: contact_form.php:729
479
+ #: contact_form.php:758
480
  msgid "Error message for the Address field"
481
  msgstr "住所フィールド用のエラーメッセージ"
482
 
483
+ #: contact_form.php:730
484
+ #: contact_form.php:759
485
  msgid "Error message for the Email field"
486
  msgstr "Eメール・フィールド用のエラーメッセージ"
487
 
488
+ #: contact_form.php:731
489
+ #: contact_form.php:760
490
  msgid "Error message for the Phone field"
491
  msgstr "電話フィールド用のエラーメッセージ"
492
 
493
+ #: contact_form.php:732
494
+ #: contact_form.php:761
495
  msgid "Error message for the Subject field"
496
  msgstr "件名フィールド用のエラーメッセージ"
497
 
498
+ #: contact_form.php:733
499
+ #: contact_form.php:762
500
  msgid "Error message for the Message field"
501
  msgstr "メッセージ・フィールド用のエラーメッセージ"
502
 
503
+ #: contact_form.php:734
504
+ #: contact_form.php:763
505
  msgid "Error message about the file type for the Attachment field"
506
  msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
507
 
508
+ #: contact_form.php:735
509
+ #: contact_form.php:764
510
  msgid "Error message while uploading a file for the Attachment field to the server"
511
  msgstr "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
512
 
513
+ #: contact_form.php:736
514
+ #: contact_form.php:765
515
  msgid "Error message while moving the file for the Attachment field"
516
  msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
517
 
518
+ #: contact_form.php:737
519
+ #: contact_form.php:766
520
  msgid "Error message when file size limit for the Attachment field is exceeded"
521
  msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
522
 
523
+ #: contact_form.php:738
524
+ #: contact_form.php:767
525
  msgid "Error message for the Captcha field"
526
  msgstr "Captcha フィールド用のエラーメッセージ"
527
 
528
+ #: contact_form.php:739
529
+ #: contact_form.php:768
530
  msgid "Error message for the whole form"
531
  msgstr "全体フォーム用のエラーメッセージ"
532
 
533
+ #: contact_form.php:741
534
+ #: contact_form.php:770
535
+ #: contact_form.php:789
536
+ #: contact_form.php:795
537
  msgid "Use shortcode"
538
  msgstr "短いコードの利用"
539
 
540
+ #: contact_form.php:741
541
+ #: contact_form.php:770
542
+ #: contact_form.php:789
543
+ #: contact_form.php:795
544
  msgid "for this language"
545
  msgstr "この言語用"
546
 
547
+ #: contact_form.php:777
548
  msgid "Action after email is sent"
549
  msgstr "メール送信後の行動"
550
 
551
+ #: contact_form.php:779
552
  msgid "Display text"
553
  msgstr "テキストを表示"
554
 
555
+ #: contact_form.php:788
556
+ #: contact_form.php:794
557
  msgid "Text"
558
  msgstr "文字"
559
 
560
+ #: contact_form.php:802
561
  msgid "Redirect to the page"
562
  msgstr "ページに転送"
563
 
564
+ #: contact_form.php:803
565
  msgid "Url"
566
  msgstr "Url"
567
 
568
+ #: contact_form.php:809
569
+ #: contact_form.php:986
570
  msgid "Save Changes"
571
  msgstr "変更を保存"
572
 
573
+ #: contact_form.php:826
574
  msgid "Contact Form Pro | Extra Settings"
575
  msgstr "Contact Form Pro | 追加設定"
576
 
577
+ #: contact_form.php:840
578
  msgid "Errors output"
579
  msgstr "エラー出力"
580
 
581
+ #: contact_form.php:843
582
  msgid "Display error messages"
583
  msgstr "エラーメッセージの表示"
584
 
585
+ #: contact_form.php:844
586
  msgid "Color of the input field errors."
587
  msgstr "入力フィールド・エラーの色"
588
 
589
+ #: contact_form.php:845
590
  msgid "Display error messages & color of the input field errors"
591
  msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
592
 
593
+ #: contact_form.php:850
594
  msgid "Add placeholder to the input blocks"
595
  msgstr "プレースホルダーを入力ブロックに追加"
596
 
597
+ #: contact_form.php:856
598
  msgid "Add tooltips"
599
  msgstr "ツールチップの追加"
600
 
601
+ #: contact_form.php:870
602
  msgid "Email address"
603
  msgstr "Eメール・アドレス"
604
 
605
+ #: contact_form.php:875
606
  msgid "Phone Number"
607
  msgstr "電話番号"
608
 
609
+ #: contact_form.php:889
610
  msgid "Attachment"
611
  msgstr "添付"
612
 
613
+ #: contact_form.php:894
614
  msgid "(powered by bestwebsoft.com)"
615
  msgstr "(powered by bestwebsoft.com)"
616
 
617
+ #: contact_form.php:899
618
  msgid "Style options"
619
  msgstr "スタイル・オプション"
620
 
621
+ #: contact_form.php:902
622
  msgid "Text color"
623
  msgstr "文字色"
624
 
625
+ #: contact_form.php:905
626
+ #: contact_form.php:910
627
+ #: contact_form.php:920
628
+ #: contact_form.php:925
629
+ #: contact_form.php:930
630
+ #: contact_form.php:935
631
+ #: contact_form.php:945
632
+ #: contact_form.php:950
633
+ #: contact_form.php:956
634
+ #: contact_form.php:967
635
+ #: contact_form.php:972
636
+ #: contact_form.php:977
637
  msgid "Default"
638
  msgstr "標準"
639
 
640
+ #: contact_form.php:907
641
  msgid "Label text color"
642
  msgstr "ラベル文字色"
643
 
644
+ #: contact_form.php:912
645
  msgid "Placeholder color"
646
  msgstr "プレースホルダ色"
647
 
648
+ #: contact_form.php:917
649
  msgid "Errors color"
650
  msgstr "エラーの色"
651
 
652
+ #: contact_form.php:922
653
  msgid "Error text color"
654
  msgstr "エラーテキストの色"
655
 
656
+ #: contact_form.php:927
657
  msgid "Background color of the input field errors"
658
  msgstr "入力フィールド・エラーの背景色"
659
 
660
+ #: contact_form.php:932
661
  msgid "Border color of the input field errors"
662
  msgstr "入力フィールド・エラーの罫線色"
663
 
664
+ #: contact_form.php:937
665
  msgid "Placeholder color of the input field errors"
666
  msgstr "入力フィールド・エラー用のプレースホルダ色"
667
 
668
+ #: contact_form.php:942
669
  msgid "Input fields"
670
  msgstr "フィールドを入力"
671
 
672
+ #: contact_form.php:947
673
  msgid "Input fields background color"
674
  msgstr "フィールドの背景色の入力"
675
 
676
+ #: contact_form.php:952
677
  msgid "Text fields color"
678
  msgstr "文字フィールド色"
679
 
680
+ #: contact_form.php:954
681
  msgid "Border width in px, numbers only"
682
  msgstr "罫線幅(px単位)、数値のみ"
683
 
684
+ #: contact_form.php:958
685
+ #: contact_form.php:979
686
  msgid "Border color"
687
  msgstr "罫線色"
688
 
689
+ #: contact_form.php:963
690
  msgid "Submit button"
691
  msgstr "送信ボタン"
692
 
693
+ #: contact_form.php:965
694
  msgid "Width in px, numbers only"
695
  msgstr "px単位の幅、数字のみ"
696
 
697
+ #: contact_form.php:969
698
  msgid "Button color"
699
  msgstr "ボタンの色"
700
 
701
+ #: contact_form.php:974
702
  msgid "Button text color"
703
  msgstr "ボタン文字の色"
704
 
705
+ #: contact_form.php:990
706
  msgid "Contact Form Pro | Preview"
707
  msgstr "Contact Form Pro | プレビュー"
708
 
709
+ #: contact_form.php:993
710
  msgid "Show with errors"
711
  msgstr "エラーで表示"
712
 
713
+ #: contact_form.php:1001
714
+ #: contact_form.php:1003
715
  msgid "Please enter your full name..."
716
  msgstr "貴方の氏名を入力して下さい..."
717
 
718
+ #: contact_form.php:1014
719
+ #: contact_form.php:1016
720
  msgid "Please enter your address..."
721
  msgstr "貴方の住所を入力して下さい..."
722
 
723
+ #: contact_form.php:1025
724
+ #: contact_form.php:1027
725
  msgid "Please enter your email address..."
726
  msgstr "貴方のEメール・アドレスを入力して下さい..."
727
 
728
+ #: contact_form.php:1036
729
+ #: contact_form.php:1038
730
  msgid "Please enter your phone number..."
731
  msgstr "貴方の電話番号を入力して下さい..."
732
 
733
+ #: contact_form.php:1047
734
+ #: contact_form.php:1049
735
  msgid "Please enter subject..."
736
  msgstr "件名を入力して下さい..."
737
 
738
+ #: contact_form.php:1057
739
+ #: contact_form.php:1059
740
  msgid "Please enter your message..."
741
  msgstr "メッセージを入力して下さい..."
742
 
743
+ #: contact_form.php:1070
744
  msgid "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"
745
  msgstr "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大ファイルサイズ: 2MB"
746
 
747
+ #: contact_form.php:1137
748
  msgid "Sorry, email message could not be delivered."
749
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
750
 
751
+ #: contact_form.php:1221
752
  msgid "You can attach the following file formats"
753
  msgstr "貴方は、以下のタイプのファイルを添付できます"
754
 
755
+ #: contact_form.php:1515
756
  msgid "Contact from"
757
  msgstr "コンタクトフォーム"
758
 
759
+ #: contact_form.php:1528
760
  msgid "Email"
761
  msgstr "Eメール"
762
 
763
+ #: contact_form.php:1542
764
  msgid "Site"
765
  msgstr "サイト"
766
 
767
+ #: contact_form.php:1605
768
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
769
  msgstr "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
770
 
771
+ #: contact_form.php:1669
772
  msgid "FAQ"
773
  msgstr "FAQ"
774
 
775
+ #: contact_form.php:1670
776
  msgid "Support"
777
  msgstr "サポート"
778
 
779
+ #: contact_form.php:1727
780
  msgid "Are you sure that you want to delete this language data?"
781
  msgstr "本当に、この言語データを削除しますか?"
782
 
840
  #~ msgstr "正確なEメール・アドレスを入力して下さい。"
841
  #~ msgid "Email with system info is sent to "
842
  #~ msgstr "システム情報をメールで送信:"
 
 
843
  #~ msgid "Activated plugins"
844
  #~ msgstr "有効なプラグイン"
845
  #~ msgid "Read more"
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-10-01 17:03+0300\n"
7
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: contact_form.php:32
22
- #: contact_form.php:466
23
  #, fuzzy
24
  msgid "Contact Form Settings"
25
  msgstr "Kontaktų formos parinktys"
@@ -34,733 +34,774 @@ msgid "Contact Form Pro Extra Settings"
34
  msgstr "Kontaktų formos parinktys"
35
 
36
  #: contact_form.php:33
37
- #: contact_form.php:507
38
- #: contact_form.php:761
39
  #, fuzzy
40
  msgid "Contact Form Pro"
41
  msgstr "Kontaktų forma"
42
 
43
- #: contact_form.php:73
44
- #: contact_form.php:648
45
- #: contact_form.php:677
46
  msgid "Name:"
47
  msgstr "Vardas:"
48
 
49
- #: contact_form.php:74
50
- #: contact_form.php:649
51
- #: contact_form.php:678
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "El. pašto adresas:"
55
 
56
- #: contact_form.php:75
57
- #: contact_form.php:650
58
- #: contact_form.php:679
59
  msgid "Email Address:"
60
  msgstr "El. pašto adresas:"
61
 
62
- #: contact_form.php:76
63
- #: contact_form.php:651
64
- #: contact_form.php:680
65
  msgid "Phone number:"
66
  msgstr ""
67
 
68
- #: contact_form.php:77
69
- #: contact_form.php:652
70
- #: contact_form.php:681
71
  msgid "Subject:"
72
  msgstr "Tema:"
73
 
74
- #: contact_form.php:78
75
- #: contact_form.php:653
76
- #: contact_form.php:682
77
  msgid "Message:"
78
  msgstr "Pranešimas:"
79
 
80
- #: contact_form.php:79
81
- #: contact_form.php:654
82
- #: contact_form.php:683
83
  msgid "Attachment:"
84
  msgstr "Priedas:"
85
 
86
- #: contact_form.php:80
87
- #: contact_form.php:655
88
- #: contact_form.php:684
89
  msgid "Send me a copy"
90
  msgstr "Siųsti kopiją man"
91
 
92
- #: contact_form.php:81
93
- #: contact_form.php:656
94
- #: contact_form.php:685
95
  msgid "Submit"
96
  msgstr "Siųsti"
97
 
98
- #: contact_form.php:82
99
  msgid "Your name is required."
100
  msgstr "Būtina įrašyti vardą."
101
 
102
- #: contact_form.php:83
103
  #, fuzzy
104
  msgid "Address is required."
105
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
106
 
107
- #: contact_form.php:84
108
  #, fuzzy
109
  msgid "A valid email address is required."
110
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
111
 
112
- #: contact_form.php:85
113
  #, fuzzy
114
  msgid "Phone number is required."
115
  msgstr "Būtina įrašyti vardą."
116
 
117
- #: contact_form.php:86
118
  msgid "Subject is required."
119
  msgstr "Būtina įrašyti temą."
120
 
121
- #: contact_form.php:87
122
  msgid "Message text is required."
123
  msgstr "Būtina įrašyti laiško turinį."
124
 
125
- #: contact_form.php:88
126
  msgid "File format is not valid."
127
  msgstr "Pridedamas failas sugadintas."
128
 
129
- #: contact_form.php:89
130
  msgid "File upload error."
131
  msgstr ""
132
 
133
- #: contact_form.php:90
134
  msgid "The file could not be uploaded."
135
  msgstr ""
136
 
137
- #: contact_form.php:91
138
  msgid "This file is too large."
139
  msgstr ""
140
 
141
- #: contact_form.php:92
142
  msgid "Please fill out the CAPTCHA."
143
  msgstr "Prašome užpildyti CAPTCHA."
144
 
145
- #: contact_form.php:93
146
  msgid "Please make corrections below and try again."
147
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
148
 
149
- #: contact_form.php:95
150
  msgid "Thank you for contacting us."
151
  msgstr "Dėkojame, kad su mumis susisiekėte."
152
 
153
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
155
  msgstr ""
156
 
157
- #: contact_form.php:431
158
  msgid "Such user does not exist. Settings are not saved."
159
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
160
 
161
- #: contact_form.php:435
162
- #: contact_form.php:441
163
  #, fuzzy
164
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
165
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
166
 
167
- #: contact_form.php:446
168
  #, fuzzy
169
  msgid "Settings saved."
170
  msgstr "Parinktys išsaugotos."
171
 
172
- #: contact_form.php:470
173
- #: contact_form.php:755
174
- #: contact_form.php:1573
175
- #: contact_form.php:1584
176
  msgid "Settings"
177
  msgstr "Nustatymai"
178
 
179
- #: contact_form.php:471
180
- #: contact_form.php:756
181
  #, fuzzy
182
  msgid "Extra settings"
183
  msgstr "Nustatymai"
184
 
185
- #: contact_form.php:476
186
- #: contact_form.php:1012
187
  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:"
188
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
189
 
190
- #: contact_form.php:476
191
- #: contact_form.php:477
192
- #: contact_form.php:670
193
- #: contact_form.php:718
194
  msgid "or"
195
  msgstr ""
196
 
197
- #: contact_form.php:477
198
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
199
  msgstr ""
200
 
201
- #: contact_form.php:478
202
  msgid "They work the same way."
203
  msgstr ""
204
 
205
- #: contact_form.php:479
206
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
207
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
208
 
209
- #: contact_form.php:483
210
  msgid "The user's email address:"
211
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
212
 
213
- #: contact_form.php:487
214
  msgid "Create a username"
215
  msgstr "Pasirinkite vartotojo vardą"
216
 
217
- #: contact_form.php:492
218
  msgid "Enter a username of the person who should get the messages from the contact form."
219
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
220
 
221
- #: contact_form.php:496
222
  msgid "Use this email address:"
223
  msgstr "Naudoti šį el. pašto adresą:"
224
 
225
- #: contact_form.php:499
226
  msgid "Enter the email address you want the messages forwarded to."
227
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
228
 
229
- #: contact_form.php:503
230
  msgid "Add department selectbox to the contact form:"
231
  msgstr ""
232
 
233
- #: contact_form.php:506
234
- #: contact_form.php:760
235
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
236
  msgstr ""
237
 
238
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  msgid "Additional options"
240
  msgstr "Papildomos parinktys"
241
 
242
- #: contact_form.php:518
243
  msgid "What to use?"
244
  msgstr ""
245
 
246
- #: contact_form.php:521
247
  msgid "Wp-mail"
248
  msgstr "Wp-mail"
249
 
250
- #: contact_form.php:522
251
  msgid "You can use the wp_mail function for mailing"
252
  msgstr ""
253
 
254
- #: contact_form.php:528
255
  msgid "Mail"
256
  msgstr "Mail"
257
 
258
- #: contact_form.php:529
259
  msgid "To send mail you can use the php mail function"
260
  msgstr ""
261
 
262
- #: contact_form.php:533
263
  #, fuzzy
264
  msgid "The text in the 'From' field"
265
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
266
 
267
- #: contact_form.php:535
268
  msgid "User name"
269
  msgstr ""
270
 
271
- #: contact_form.php:535
272
  msgid "The name of the user who fills the form will be used in the field 'From'."
273
  msgstr ""
274
 
275
- #: contact_form.php:537
276
  #, fuzzy
277
  msgid "This text will be used in the 'FROM' field"
278
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
279
 
280
- #: contact_form.php:541
281
  msgid "The email address in the 'From' field"
282
  msgstr ""
283
 
284
- #: contact_form.php:543
285
  msgid "User email"
286
  msgstr ""
287
 
288
- #: contact_form.php:543
289
  msgid "The email address of the user who fills the form will be used in the field 'From'."
290
  msgstr ""
291
 
292
- #: contact_form.php:545
293
  msgid "This email address will be used in the 'From' field."
294
  msgstr ""
295
 
296
- #: contact_form.php:549
297
  #, fuzzy
298
  msgid "Display fields"
299
  msgstr "Rodyti priedų įrašą"
300
 
301
- #: contact_form.php:551
302
- #: contact_form.php:600
303
- #: contact_form.php:792
304
- #: contact_form.php:1443
305
  #, fuzzy
306
  msgid "Address"
307
  msgstr "El. pašto adresas:"
308
 
309
- #: contact_form.php:552
310
- #: contact_form.php:602
311
- #: contact_form.php:1451
312
  msgid "Phone"
313
  msgstr ""
314
 
315
- #: contact_form.php:553
316
  #, fuzzy
317
  msgid "Attachment block"
318
  msgstr "Rodyti priedų įrašą"
319
 
320
- #: contact_form.php:553
321
  msgid "Users can attach the following file formats"
322
  msgstr "Vartotojai gali prikabinti šių tipų failus"
323
 
324
- #: contact_form.php:565
325
- #: contact_form.php:568
326
- #: contact_form.php:571
327
- #: contact_form.php:821
328
  msgid "Captcha"
329
  msgstr ""
330
 
331
- #: contact_form.php:565
332
- #: contact_form.php:568
333
- #: contact_form.php:571
334
  msgid "powered by"
335
  msgstr ""
336
 
337
- #: contact_form.php:568
338
  #, fuzzy
339
  msgid "Activate captcha"
340
  msgstr "Aktyvuoti įskiepiai"
341
 
342
- #: contact_form.php:571
343
  #, fuzzy
344
  msgid "Download captcha"
345
  msgstr "Atsisiųsti"
346
 
347
- #: contact_form.php:576
348
  #, fuzzy
349
  msgid "Display tips below the Attachment block"
350
  msgstr "Rodyti priedų įrašą"
351
 
352
- #: contact_form.php:585
353
  msgid "Delete an attachment file from the server after the email is sent"
354
  msgstr ""
355
 
356
- #: contact_form.php:591
357
  #, fuzzy
358
  msgid "Display 'Send me a copy' block"
359
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
360
 
361
- #: contact_form.php:597
362
  msgid "Required fields"
363
  msgstr ""
364
 
365
- #: contact_form.php:599
366
- #: contact_form.php:787
367
- #: contact_form.php:1438
368
  msgid "Name"
369
  msgstr "Vardas"
370
 
371
- #: contact_form.php:601
372
  #, fuzzy
373
  msgid "Email Address"
374
  msgstr "El. pašto adresas:"
375
 
376
- #: contact_form.php:603
377
- #: contact_form.php:807
378
- #: contact_form.php:1454
379
  msgid "Subject"
380
  msgstr "Tema"
381
 
382
- #: contact_form.php:604
383
- #: contact_form.php:811
384
- #: contact_form.php:1457
385
  msgid "Message"
386
  msgstr "Tekstas"
387
 
388
- #: contact_form.php:608
 
 
 
 
389
  msgid "Display additional info in the email"
390
  msgstr ""
391
 
392
- #: contact_form.php:613
393
- #: contact_form.php:1410
394
  msgid "Sent from (ip address)"
395
  msgstr "Siųsta iš (ip adresas)"
396
 
397
- #: contact_form.php:613
398
  #, fuzzy
399
  msgid "Example: Sent from (IP address):\t127.0.0.1"
400
  msgstr "Siųsta iš (ip adresas)"
401
 
402
- #: contact_form.php:614
403
- #: contact_form.php:1415
404
  msgid "Date/Time"
405
  msgstr "Data/laikas"
406
 
407
- #: contact_form.php:614
408
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
409
  msgstr ""
410
 
411
- #: contact_form.php:615
412
- #: contact_form.php:1420
413
  msgid "Sent from (referer)"
414
  msgstr "Ateita iš (nukreipiklis)"
415
 
416
- #: contact_form.php:615
417
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
418
  msgstr ""
419
 
420
- #: contact_form.php:616
421
- #: contact_form.php:1425
422
  msgid "Using (user agent)"
423
  msgstr "Naudoja (naršyklės įrašas)"
424
 
425
- #: contact_form.php:616
426
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
427
  msgstr ""
428
 
429
- #: contact_form.php:620
430
  msgid "Language settings for the field names in the form"
431
  msgstr ""
432
 
433
- #: contact_form.php:629
434
  msgid "Add a language"
435
  msgstr ""
436
 
437
- #: contact_form.php:633
438
  #, fuzzy
439
  msgid "Change the names of the contact form fields and error messages"
440
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
441
 
442
- #: contact_form.php:638
443
  #: contact_form.php:709
 
444
  msgid "English"
445
  msgstr ""
446
 
447
- #: contact_form.php:657
448
- #: contact_form.php:686
449
  msgid "Error message for the Name field"
450
  msgstr ""
451
 
452
- #: contact_form.php:658
453
- #: contact_form.php:687
454
  msgid "Error message for the Address field"
455
  msgstr ""
456
 
457
- #: contact_form.php:659
458
- #: contact_form.php:688
459
  msgid "Error message for the Email field"
460
  msgstr ""
461
 
462
- #: contact_form.php:660
463
- #: contact_form.php:689
464
  msgid "Error message for the Phone field"
465
  msgstr ""
466
 
467
- #: contact_form.php:661
468
- #: contact_form.php:690
469
  msgid "Error message for the Subject field"
470
  msgstr ""
471
 
472
- #: contact_form.php:662
473
- #: contact_form.php:691
474
  msgid "Error message for the Message field"
475
  msgstr ""
476
 
477
- #: contact_form.php:663
478
- #: contact_form.php:692
479
  msgid "Error message about the file type for the Attachment field"
480
  msgstr ""
481
 
482
- #: contact_form.php:664
483
- #: contact_form.php:693
484
  msgid "Error message while uploading a file for the Attachment field to the server"
485
  msgstr ""
486
 
487
- #: contact_form.php:665
488
- #: contact_form.php:694
489
  msgid "Error message while moving the file for the Attachment field"
490
  msgstr ""
491
 
492
- #: contact_form.php:666
493
- #: contact_form.php:695
494
  msgid "Error message when file size limit for the Attachment field is exceeded"
495
  msgstr ""
496
 
497
- #: contact_form.php:667
498
- #: contact_form.php:696
499
  msgid "Error message for the Captcha field"
500
  msgstr ""
501
 
502
- #: contact_form.php:668
503
- #: contact_form.php:697
504
  msgid "Error message for the whole form"
505
  msgstr ""
506
 
507
- #: contact_form.php:670
508
- #: contact_form.php:699
509
- #: contact_form.php:718
510
- #: contact_form.php:724
511
  msgid "Use shortcode"
512
  msgstr ""
513
 
514
- #: contact_form.php:670
515
- #: contact_form.php:699
516
- #: contact_form.php:718
517
- #: contact_form.php:724
518
  msgid "for this language"
519
  msgstr ""
520
 
521
- #: contact_form.php:706
522
  msgid "Action after email is sent"
523
  msgstr ""
524
 
525
- #: contact_form.php:708
526
  #, fuzzy
527
  msgid "Display text"
528
  msgstr "Rodyti priedų įrašą"
529
 
530
- #: contact_form.php:717
531
- #: contact_form.php:723
532
  msgid "Text"
533
  msgstr ""
534
 
535
- #: contact_form.php:730
536
  msgid "Redirect to the page"
537
  msgstr ""
538
 
539
- #: contact_form.php:731
540
  msgid "Url"
541
  msgstr ""
542
 
543
- #: contact_form.php:736
544
- #: contact_form.php:913
545
  msgid "Save Changes"
546
  msgstr "Įrašyti pakeitimus"
547
 
548
- #: contact_form.php:753
549
  #, fuzzy
550
  msgid "Contact Form Pro | Extra Settings"
551
  msgstr "Kontaktų formos parinktys"
552
 
553
- #: contact_form.php:767
554
  msgid "Errors output"
555
  msgstr ""
556
 
557
- #: contact_form.php:770
558
  msgid "Display error messages"
559
  msgstr ""
560
 
561
- #: contact_form.php:771
562
  msgid "Color of the input field errors."
563
  msgstr ""
564
 
565
- #: contact_form.php:772
566
  msgid "Display error messages & color of the input field errors"
567
  msgstr ""
568
 
569
- #: contact_form.php:777
570
  msgid "Add placeholder to the input blocks"
571
  msgstr ""
572
 
573
- #: contact_form.php:783
574
  #, fuzzy
575
  msgid "Add tooltips"
576
  msgstr "Papildomos parinktys"
577
 
578
- #: contact_form.php:797
579
  #, fuzzy
580
  msgid "Email address"
581
  msgstr "El. pašto adresas:"
582
 
583
- #: contact_form.php:802
584
  msgid "Phone Number"
585
  msgstr ""
586
 
587
- #: contact_form.php:816
588
  #, fuzzy
589
  msgid "Attachment"
590
  msgstr "Priedas:"
591
 
592
- #: contact_form.php:821
593
  msgid "(powered by bestwebsoft.com)"
594
  msgstr ""
595
 
596
- #: contact_form.php:826
597
  #, fuzzy
598
  msgid "Style options"
599
  msgstr "Papildomos parinktys"
600
 
601
- #: contact_form.php:829
602
  msgid "Text color"
603
  msgstr ""
604
 
605
- #: contact_form.php:832
606
- #: contact_form.php:837
607
- #: contact_form.php:847
608
- #: contact_form.php:852
609
- #: contact_form.php:857
610
- #: contact_form.php:862
611
- #: contact_form.php:872
612
- #: contact_form.php:877
613
- #: contact_form.php:883
614
- #: contact_form.php:894
615
- #: contact_form.php:899
616
- #: contact_form.php:904
617
  msgid "Default"
618
  msgstr ""
619
 
620
- #: contact_form.php:834
621
  msgid "Label text color"
622
  msgstr ""
623
 
624
- #: contact_form.php:839
625
  msgid "Placeholder color"
626
  msgstr ""
627
 
628
- #: contact_form.php:844
629
  msgid "Errors color"
630
  msgstr ""
631
 
632
- #: contact_form.php:849
633
  msgid "Error text color"
634
  msgstr ""
635
 
636
- #: contact_form.php:854
637
  msgid "Background color of the input field errors"
638
  msgstr ""
639
 
640
- #: contact_form.php:859
641
  msgid "Border color of the input field errors"
642
  msgstr ""
643
 
644
- #: contact_form.php:864
645
  msgid "Placeholder color of the input field errors"
646
  msgstr ""
647
 
648
- #: contact_form.php:869
649
  #, fuzzy
650
  msgid "Input fields"
651
  msgstr "Rodyti priedų įrašą"
652
 
653
- #: contact_form.php:874
654
  msgid "Input fields background color"
655
  msgstr ""
656
 
657
- #: contact_form.php:879
658
  msgid "Text fields color"
659
  msgstr ""
660
 
661
- #: contact_form.php:881
662
  msgid "Border width in px, numbers only"
663
  msgstr ""
664
 
665
- #: contact_form.php:885
666
- #: contact_form.php:906
667
  msgid "Border color"
668
  msgstr ""
669
 
670
- #: contact_form.php:890
671
  #, fuzzy
672
  msgid "Submit button"
673
  msgstr "Siųsti"
674
 
675
- #: contact_form.php:892
676
  msgid "Width in px, numbers only"
677
  msgstr ""
678
 
679
- #: contact_form.php:896
680
  msgid "Button color"
681
  msgstr ""
682
 
683
- #: contact_form.php:901
684
  msgid "Button text color"
685
  msgstr ""
686
 
687
- #: contact_form.php:917
688
  #, fuzzy
689
  msgid "Contact Form Pro | Preview"
690
  msgstr "Kontaktų forma"
691
 
692
- #: contact_form.php:920
693
  msgid "Show with errors"
694
  msgstr ""
695
 
696
- #: contact_form.php:928
697
- #: contact_form.php:930
698
  msgid "Please enter your full name..."
699
  msgstr ""
700
 
701
- #: contact_form.php:941
702
- #: contact_form.php:943
703
  msgid "Please enter your address..."
704
  msgstr ""
705
 
706
- #: contact_form.php:952
707
- #: contact_form.php:954
708
  #, fuzzy
709
  msgid "Please enter your email address..."
710
  msgstr "Naudoti šį el. pašto adresą:"
711
 
712
- #: contact_form.php:963
713
- #: contact_form.php:965
714
  msgid "Please enter your phone number..."
715
  msgstr ""
716
 
717
- #: contact_form.php:974
718
- #: contact_form.php:976
719
  msgid "Please enter subject..."
720
  msgstr ""
721
 
722
- #: contact_form.php:984
723
- #: contact_form.php:986
724
  msgid "Please enter your message..."
725
  msgstr ""
726
 
727
- #: contact_form.php:997
728
  msgid "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"
729
  msgstr ""
730
 
731
- #: contact_form.php:1066
732
  msgid "Sorry, email message could not be delivered."
733
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
734
 
735
- #: contact_form.php:1150
736
  msgid "You can attach the following file formats"
737
  msgstr "Galite prikabinti šių tipų failus"
738
 
739
- #: contact_form.php:1433
740
  msgid "Contact from"
741
  msgstr "Kontaktų forma"
742
 
743
- #: contact_form.php:1446
744
  msgid "Email"
745
  msgstr "El. paštas"
746
 
747
- #: contact_form.php:1460
748
  msgid "Site"
749
  msgstr "Svetainė"
750
 
751
- #: contact_form.php:1521
752
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
753
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
754
 
755
- #: contact_form.php:1585
756
  msgid "FAQ"
757
  msgstr "DUK"
758
 
759
- #: contact_form.php:1586
760
  msgid "Support"
761
  msgstr "Palaikymas"
762
 
763
- #: contact_form.php:1645
764
  msgid "Are you sure that you want to delete this language data?"
765
  msgstr ""
766
 
@@ -775,10 +816,6 @@ msgstr ""
775
  #, fuzzy
776
  #~ msgid "Please enter a valid email address."
777
  #~ msgstr "Naudoti šį el. pašto adresą:"
778
-
779
- #, fuzzy
780
- #~ msgid "Pro plugins"
781
- #~ msgstr "Разширение BWS"
782
  #~ msgid "Activated plugins"
783
  #~ msgstr "Aktyvuoti įskiepiai"
784
  #~ msgid "Read more"
3
  msgstr ""
4
  "Project-Id-Version: contact_form\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
7
+ "PO-Revision-Date: 2013-11-01 11:36+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Lithuanian <kde-i18n-lt@kde.org>\n"
10
  "MIME-Version: 1.0\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: contact_form.php:32
22
+ #: contact_form.php:512
23
  #, fuzzy
24
  msgid "Contact Form Settings"
25
  msgstr "Kontaktų formos parinktys"
34
  msgstr "Kontaktų formos parinktys"
35
 
36
  #: contact_form.php:33
37
+ #: contact_form.php:553
38
+ #: contact_form.php:834
39
  #, fuzzy
40
  msgid "Contact Form Pro"
41
  msgstr "Kontaktų forma"
42
 
43
+ #: contact_form.php:74
44
+ #: contact_form.php:719
45
+ #: contact_form.php:748
46
  msgid "Name:"
47
  msgstr "Vardas:"
48
 
49
+ #: contact_form.php:75
50
+ #: contact_form.php:720
51
+ #: contact_form.php:749
52
  #, fuzzy
53
  msgid "Address:"
54
  msgstr "El. pašto adresas:"
55
 
56
+ #: contact_form.php:76
57
+ #: contact_form.php:721
58
+ #: contact_form.php:750
59
  msgid "Email Address:"
60
  msgstr "El. pašto adresas:"
61
 
62
+ #: contact_form.php:77
63
+ #: contact_form.php:722
64
+ #: contact_form.php:751
65
  msgid "Phone number:"
66
  msgstr ""
67
 
68
+ #: contact_form.php:78
69
+ #: contact_form.php:723
70
+ #: contact_form.php:752
71
  msgid "Subject:"
72
  msgstr "Tema:"
73
 
74
+ #: contact_form.php:79
75
+ #: contact_form.php:724
76
+ #: contact_form.php:753
77
  msgid "Message:"
78
  msgstr "Pranešimas:"
79
 
80
+ #: contact_form.php:80
81
+ #: contact_form.php:725
82
+ #: contact_form.php:754
83
  msgid "Attachment:"
84
  msgstr "Priedas:"
85
 
86
+ #: contact_form.php:81
87
+ #: contact_form.php:726
88
+ #: contact_form.php:755
89
  msgid "Send me a copy"
90
  msgstr "Siųsti kopiją man"
91
 
92
+ #: contact_form.php:82
93
+ #: contact_form.php:727
94
+ #: contact_form.php:756
95
  msgid "Submit"
96
  msgstr "Siųsti"
97
 
98
+ #: contact_form.php:83
99
  msgid "Your name is required."
100
  msgstr "Būtina įrašyti vardą."
101
 
102
+ #: contact_form.php:84
103
  #, fuzzy
104
  msgid "Address is required."
105
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
106
 
107
+ #: contact_form.php:85
108
  #, fuzzy
109
  msgid "A valid email address is required."
110
  msgstr "Būtina įrašyti teisingą el. pašto adresą."
111
 
112
+ #: contact_form.php:86
113
  #, fuzzy
114
  msgid "Phone number is required."
115
  msgstr "Būtina įrašyti vardą."
116
 
117
+ #: contact_form.php:87
118
  msgid "Subject is required."
119
  msgstr "Būtina įrašyti temą."
120
 
121
+ #: contact_form.php:88
122
  msgid "Message text is required."
123
  msgstr "Būtina įrašyti laiško turinį."
124
 
125
+ #: contact_form.php:89
126
  msgid "File format is not valid."
127
  msgstr "Pridedamas failas sugadintas."
128
 
129
+ #: contact_form.php:90
130
  msgid "File upload error."
131
  msgstr ""
132
 
133
+ #: contact_form.php:91
134
  msgid "The file could not be uploaded."
135
  msgstr ""
136
 
137
+ #: contact_form.php:92
138
  msgid "This file is too large."
139
  msgstr ""
140
 
141
+ #: contact_form.php:93
142
  msgid "Please fill out the CAPTCHA."
143
  msgstr "Prašome užpildyti CAPTCHA."
144
 
145
+ #: contact_form.php:94
146
  msgid "Please make corrections below and try again."
147
  msgstr "Prašome pataisyti laišką ir bandyti iš naujo."
148
 
149
+ #: contact_form.php:96
150
  msgid "Thank you for contacting us."
151
  msgstr "Dėkojame, kad su mumis susisiekėte."
152
 
153
+ #: contact_form.php:188
154
+ msgid "requires"
155
+ msgstr ""
156
+
157
+ #: contact_form.php:188
158
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
159
+ msgstr ""
160
+
161
+ #: contact_form.php:188
162
+ msgid "Back to the WordPress"
163
+ msgstr ""
164
+
165
+ #: contact_form.php:188
166
+ #, fuzzy
167
+ msgid "Plugins page"
168
+ msgstr "Разширение BWS"
169
+
170
+ #: contact_form.php:468
171
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
172
  msgstr ""
173
 
174
+ #: contact_form.php:477
175
  msgid "Such user does not exist. Settings are not saved."
176
  msgstr "Toks vartotojas neegzistuoja. Nustatymai neišsaugoti."
177
 
178
+ #: contact_form.php:481
179
+ #: contact_form.php:487
180
  #, fuzzy
181
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
182
  msgstr "Prašome įrašyti teisingą el. pašto adresą. Nustatymai neįrašyti."
183
 
184
+ #: contact_form.php:492
185
  #, fuzzy
186
  msgid "Settings saved."
187
  msgstr "Parinktys išsaugotos."
188
 
189
+ #: contact_form.php:516
190
+ #: contact_form.php:828
191
+ #: contact_form.php:1657
192
+ #: contact_form.php:1668
193
  msgid "Settings"
194
  msgstr "Nustatymai"
195
 
196
+ #: contact_form.php:517
197
+ #: contact_form.php:829
198
  #, fuzzy
199
  msgid "Extra settings"
200
  msgstr "Nustatymai"
201
 
202
+ #: contact_form.php:522
203
+ #: contact_form.php:1085
204
  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:"
205
  msgstr "Jei norite pridėti kontaktų formą prie savo svetainės, tiesiog nukopijuokite šį trumpą kodą į savo puslapį ar elementą:"
206
 
207
+ #: contact_form.php:522
208
+ #: contact_form.php:523
209
+ #: contact_form.php:741
210
+ #: contact_form.php:789
211
  msgid "or"
212
  msgstr ""
213
 
214
+ #: contact_form.php:523
215
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
216
  msgstr ""
217
 
218
+ #: contact_form.php:524
219
  msgid "They work the same way."
220
  msgstr ""
221
 
222
+ #: contact_form.php:525
223
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
224
  msgstr "Jei informacijos žemiau esančiuose laukuose nėra, pranešimas bus išsiųstas adresu, kuris buvo nurodytas prisiregistravimo metu."
225
 
226
+ #: contact_form.php:529
227
  msgid "The user's email address:"
228
  msgstr "Naudoti wordpress vartotojo el. pašto adresą:"
229
 
230
+ #: contact_form.php:533
231
  msgid "Create a username"
232
  msgstr "Pasirinkite vartotojo vardą"
233
 
234
+ #: contact_form.php:538
235
  msgid "Enter a username of the person who should get the messages from the contact form."
236
  msgstr "Nurodykite vardą vartotojo, kuris gaus pranešimus iš Kontaktų formos."
237
 
238
+ #: contact_form.php:542
239
  msgid "Use this email address:"
240
  msgstr "Naudoti šį el. pašto adresą:"
241
 
242
+ #: contact_form.php:545
243
  msgid "Enter the email address you want the messages forwarded to."
244
  msgstr "Nustatykite el. pašto adresą, kuris bus naudojamas pranešimams gauti."
245
 
246
+ #: contact_form.php:549
247
  msgid "Add department selectbox to the contact form:"
248
  msgstr ""
249
 
250
+ #: contact_form.php:552
251
+ #: contact_form.php:833
252
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
253
  msgstr ""
254
 
255
+ #: contact_form.php:560
256
+ msgid "Save emails to the database"
257
+ msgstr ""
258
+
259
+ #: contact_form.php:568
260
+ #: contact_form.php:571
261
+ #: contact_form.php:575
262
+ msgid "Using Contact Form to DB powered by"
263
+ msgstr ""
264
+
265
+ #: contact_form.php:571
266
+ #, fuzzy
267
+ msgid "Activate Contact Form to DB"
268
+ msgstr "Kontaktų forma"
269
+
270
+ #: contact_form.php:575
271
+ #, fuzzy
272
+ msgid "Download Contact Form to DB"
273
+ msgstr "Kontaktų forma"
274
+
275
+ #: contact_form.php:580
276
  msgid "Additional options"
277
  msgstr "Papildomos parinktys"
278
 
279
+ #: contact_form.php:583
280
  msgid "What to use?"
281
  msgstr ""
282
 
283
+ #: contact_form.php:586
284
  msgid "Wp-mail"
285
  msgstr "Wp-mail"
286
 
287
+ #: contact_form.php:586
288
  msgid "You can use the wp_mail function for mailing"
289
  msgstr ""
290
 
291
+ #: contact_form.php:588
292
  msgid "Mail"
293
  msgstr "Mail"
294
 
295
+ #: contact_form.php:588
296
  msgid "To send mail you can use the php mail function"
297
  msgstr ""
298
 
299
+ #: contact_form.php:592
300
  #, fuzzy
301
  msgid "The text in the 'From' field"
302
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
303
 
304
+ #: contact_form.php:594
305
  msgid "User name"
306
  msgstr ""
307
 
308
+ #: contact_form.php:595
309
  msgid "The name of the user who fills the form will be used in the field 'From'."
310
  msgstr ""
311
 
312
+ #: contact_form.php:600
313
  #, fuzzy
314
  msgid "This text will be used in the 'FROM' field"
315
  msgstr "Pakeiskite IŠ srityse kontaktų formos"
316
 
317
+ #: contact_form.php:604
318
  msgid "The email address in the 'From' field"
319
  msgstr ""
320
 
321
+ #: contact_form.php:606
322
  msgid "User email"
323
  msgstr ""
324
 
325
+ #: contact_form.php:607
326
  msgid "The email address of the user who fills the form will be used in the field 'From'."
327
  msgstr ""
328
 
329
+ #: contact_form.php:609
330
  msgid "This email address will be used in the 'From' field."
331
  msgstr ""
332
 
333
+ #: contact_form.php:613
334
  #, fuzzy
335
  msgid "Display fields"
336
  msgstr "Rodyti priedų įrašą"
337
 
338
+ #: contact_form.php:615
339
+ #: contact_form.php:665
340
+ #: contact_form.php:865
341
+ #: contact_form.php:1525
342
  #, fuzzy
343
  msgid "Address"
344
  msgstr "El. pašto adresas:"
345
 
346
+ #: contact_form.php:616
347
+ #: contact_form.php:667
348
+ #: contact_form.php:1533
349
  msgid "Phone"
350
  msgstr ""
351
 
352
+ #: contact_form.php:617
353
  #, fuzzy
354
  msgid "Attachment block"
355
  msgstr "Rodyti priedų įrašą"
356
 
357
+ #: contact_form.php:617
358
  msgid "Users can attach the following file formats"
359
  msgstr "Vartotojai gali prikabinti šių tipų failus"
360
 
361
+ #: contact_form.php:626
362
+ #: contact_form.php:629
363
+ #: contact_form.php:633
364
+ #: contact_form.php:894
365
  msgid "Captcha"
366
  msgstr ""
367
 
368
+ #: contact_form.php:626
369
+ #: contact_form.php:629
370
+ #: contact_form.php:633
371
  msgid "powered by"
372
  msgstr ""
373
 
374
+ #: contact_form.php:629
375
  #, fuzzy
376
  msgid "Activate captcha"
377
  msgstr "Aktyvuoti įskiepiai"
378
 
379
+ #: contact_form.php:633
380
  #, fuzzy
381
  msgid "Download captcha"
382
  msgstr "Atsisiųsti"
383
 
384
+ #: contact_form.php:638
385
  #, fuzzy
386
  msgid "Display tips below the Attachment block"
387
  msgstr "Rodyti priedų įrašą"
388
 
389
+ #: contact_form.php:647
390
  msgid "Delete an attachment file from the server after the email is sent"
391
  msgstr ""
392
 
393
+ #: contact_form.php:653
394
  #, fuzzy
395
  msgid "Display 'Send me a copy' block"
396
  msgstr "Rodyti „Siųsti kopiją man“ įrašą"
397
 
398
+ #: contact_form.php:662
399
  msgid "Required fields"
400
  msgstr ""
401
 
402
+ #: contact_form.php:664
403
+ #: contact_form.php:860
404
+ #: contact_form.php:1520
405
  msgid "Name"
406
  msgstr "Vardas"
407
 
408
+ #: contact_form.php:666
409
  #, fuzzy
410
  msgid "Email Address"
411
  msgstr "El. pašto adresas:"
412
 
413
+ #: contact_form.php:668
414
+ #: contact_form.php:880
415
+ #: contact_form.php:1536
416
  msgid "Subject"
417
  msgstr "Tema"
418
 
419
+ #: contact_form.php:669
420
+ #: contact_form.php:884
421
+ #: contact_form.php:1539
422
  msgid "Message"
423
  msgstr "Tekstas"
424
 
425
+ #: contact_form.php:673
426
+ msgid "Display the asterisk near required fields"
427
+ msgstr ""
428
+
429
+ #: contact_form.php:679
430
  msgid "Display additional info in the email"
431
  msgstr ""
432
 
433
+ #: contact_form.php:684
434
+ #: contact_form.php:1492
435
  msgid "Sent from (ip address)"
436
  msgstr "Siųsta iš (ip adresas)"
437
 
438
+ #: contact_form.php:684
439
  #, fuzzy
440
  msgid "Example: Sent from (IP address):\t127.0.0.1"
441
  msgstr "Siųsta iš (ip adresas)"
442
 
443
+ #: contact_form.php:685
444
+ #: contact_form.php:1497
445
  msgid "Date/Time"
446
  msgstr "Data/laikas"
447
 
448
+ #: contact_form.php:685
449
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
450
  msgstr ""
451
 
452
+ #: contact_form.php:686
453
+ #: contact_form.php:1502
454
  msgid "Sent from (referer)"
455
  msgstr "Ateita iš (nukreipiklis)"
456
 
457
+ #: contact_form.php:686
458
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
459
  msgstr ""
460
 
461
+ #: contact_form.php:687
462
+ #: contact_form.php:1507
463
  msgid "Using (user agent)"
464
  msgstr "Naudoja (naršyklės įrašas)"
465
 
466
+ #: contact_form.php:687
467
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
468
  msgstr ""
469
 
470
+ #: contact_form.php:691
471
  msgid "Language settings for the field names in the form"
472
  msgstr ""
473
 
474
+ #: contact_form.php:700
475
  msgid "Add a language"
476
  msgstr ""
477
 
478
+ #: contact_form.php:704
479
  #, fuzzy
480
  msgid "Change the names of the contact form fields and error messages"
481
  msgstr "Pakeiskite antraštes kontaktų formos etiketėms"
482
 
 
483
  #: contact_form.php:709
484
+ #: contact_form.php:780
485
  msgid "English"
486
  msgstr ""
487
 
488
+ #: contact_form.php:728
489
+ #: contact_form.php:757
490
  msgid "Error message for the Name field"
491
  msgstr ""
492
 
493
+ #: contact_form.php:729
494
+ #: contact_form.php:758
495
  msgid "Error message for the Address field"
496
  msgstr ""
497
 
498
+ #: contact_form.php:730
499
+ #: contact_form.php:759
500
  msgid "Error message for the Email field"
501
  msgstr ""
502
 
503
+ #: contact_form.php:731
504
+ #: contact_form.php:760
505
  msgid "Error message for the Phone field"
506
  msgstr ""
507
 
508
+ #: contact_form.php:732
509
+ #: contact_form.php:761
510
  msgid "Error message for the Subject field"
511
  msgstr ""
512
 
513
+ #: contact_form.php:733
514
+ #: contact_form.php:762
515
  msgid "Error message for the Message field"
516
  msgstr ""
517
 
518
+ #: contact_form.php:734
519
+ #: contact_form.php:763
520
  msgid "Error message about the file type for the Attachment field"
521
  msgstr ""
522
 
523
+ #: contact_form.php:735
524
+ #: contact_form.php:764
525
  msgid "Error message while uploading a file for the Attachment field to the server"
526
  msgstr ""
527
 
528
+ #: contact_form.php:736
529
+ #: contact_form.php:765
530
  msgid "Error message while moving the file for the Attachment field"
531
  msgstr ""
532
 
533
+ #: contact_form.php:737
534
+ #: contact_form.php:766
535
  msgid "Error message when file size limit for the Attachment field is exceeded"
536
  msgstr ""
537
 
538
+ #: contact_form.php:738
539
+ #: contact_form.php:767
540
  msgid "Error message for the Captcha field"
541
  msgstr ""
542
 
543
+ #: contact_form.php:739
544
+ #: contact_form.php:768
545
  msgid "Error message for the whole form"
546
  msgstr ""
547
 
548
+ #: contact_form.php:741
549
+ #: contact_form.php:770
550
+ #: contact_form.php:789
551
+ #: contact_form.php:795
552
  msgid "Use shortcode"
553
  msgstr ""
554
 
555
+ #: contact_form.php:741
556
+ #: contact_form.php:770
557
+ #: contact_form.php:789
558
+ #: contact_form.php:795
559
  msgid "for this language"
560
  msgstr ""
561
 
562
+ #: contact_form.php:777
563
  msgid "Action after email is sent"
564
  msgstr ""
565
 
566
+ #: contact_form.php:779
567
  #, fuzzy
568
  msgid "Display text"
569
  msgstr "Rodyti priedų įrašą"
570
 
571
+ #: contact_form.php:788
572
+ #: contact_form.php:794
573
  msgid "Text"
574
  msgstr ""
575
 
576
+ #: contact_form.php:802
577
  msgid "Redirect to the page"
578
  msgstr ""
579
 
580
+ #: contact_form.php:803
581
  msgid "Url"
582
  msgstr ""
583
 
584
+ #: contact_form.php:809
585
+ #: contact_form.php:986
586
  msgid "Save Changes"
587
  msgstr "Įrašyti pakeitimus"
588
 
589
+ #: contact_form.php:826
590
  #, fuzzy
591
  msgid "Contact Form Pro | Extra Settings"
592
  msgstr "Kontaktų formos parinktys"
593
 
594
+ #: contact_form.php:840
595
  msgid "Errors output"
596
  msgstr ""
597
 
598
+ #: contact_form.php:843
599
  msgid "Display error messages"
600
  msgstr ""
601
 
602
+ #: contact_form.php:844
603
  msgid "Color of the input field errors."
604
  msgstr ""
605
 
606
+ #: contact_form.php:845
607
  msgid "Display error messages & color of the input field errors"
608
  msgstr ""
609
 
610
+ #: contact_form.php:850
611
  msgid "Add placeholder to the input blocks"
612
  msgstr ""
613
 
614
+ #: contact_form.php:856
615
  #, fuzzy
616
  msgid "Add tooltips"
617
  msgstr "Papildomos parinktys"
618
 
619
+ #: contact_form.php:870
620
  #, fuzzy
621
  msgid "Email address"
622
  msgstr "El. pašto adresas:"
623
 
624
+ #: contact_form.php:875
625
  msgid "Phone Number"
626
  msgstr ""
627
 
628
+ #: contact_form.php:889
629
  #, fuzzy
630
  msgid "Attachment"
631
  msgstr "Priedas:"
632
 
633
+ #: contact_form.php:894
634
  msgid "(powered by bestwebsoft.com)"
635
  msgstr ""
636
 
637
+ #: contact_form.php:899
638
  #, fuzzy
639
  msgid "Style options"
640
  msgstr "Papildomos parinktys"
641
 
642
+ #: contact_form.php:902
643
  msgid "Text color"
644
  msgstr ""
645
 
646
+ #: contact_form.php:905
647
+ #: contact_form.php:910
648
+ #: contact_form.php:920
649
+ #: contact_form.php:925
650
+ #: contact_form.php:930
651
+ #: contact_form.php:935
652
+ #: contact_form.php:945
653
+ #: contact_form.php:950
654
+ #: contact_form.php:956
655
+ #: contact_form.php:967
656
+ #: contact_form.php:972
657
+ #: contact_form.php:977
658
  msgid "Default"
659
  msgstr ""
660
 
661
+ #: contact_form.php:907
662
  msgid "Label text color"
663
  msgstr ""
664
 
665
+ #: contact_form.php:912
666
  msgid "Placeholder color"
667
  msgstr ""
668
 
669
+ #: contact_form.php:917
670
  msgid "Errors color"
671
  msgstr ""
672
 
673
+ #: contact_form.php:922
674
  msgid "Error text color"
675
  msgstr ""
676
 
677
+ #: contact_form.php:927
678
  msgid "Background color of the input field errors"
679
  msgstr ""
680
 
681
+ #: contact_form.php:932
682
  msgid "Border color of the input field errors"
683
  msgstr ""
684
 
685
+ #: contact_form.php:937
686
  msgid "Placeholder color of the input field errors"
687
  msgstr ""
688
 
689
+ #: contact_form.php:942
690
  #, fuzzy
691
  msgid "Input fields"
692
  msgstr "Rodyti priedų įrašą"
693
 
694
+ #: contact_form.php:947
695
  msgid "Input fields background color"
696
  msgstr ""
697
 
698
+ #: contact_form.php:952
699
  msgid "Text fields color"
700
  msgstr ""
701
 
702
+ #: contact_form.php:954
703
  msgid "Border width in px, numbers only"
704
  msgstr ""
705
 
706
+ #: contact_form.php:958
707
+ #: contact_form.php:979
708
  msgid "Border color"
709
  msgstr ""
710
 
711
+ #: contact_form.php:963
712
  #, fuzzy
713
  msgid "Submit button"
714
  msgstr "Siųsti"
715
 
716
+ #: contact_form.php:965
717
  msgid "Width in px, numbers only"
718
  msgstr ""
719
 
720
+ #: contact_form.php:969
721
  msgid "Button color"
722
  msgstr ""
723
 
724
+ #: contact_form.php:974
725
  msgid "Button text color"
726
  msgstr ""
727
 
728
+ #: contact_form.php:990
729
  #, fuzzy
730
  msgid "Contact Form Pro | Preview"
731
  msgstr "Kontaktų forma"
732
 
733
+ #: contact_form.php:993
734
  msgid "Show with errors"
735
  msgstr ""
736
 
737
+ #: contact_form.php:1001
738
+ #: contact_form.php:1003
739
  msgid "Please enter your full name..."
740
  msgstr ""
741
 
742
+ #: contact_form.php:1014
743
+ #: contact_form.php:1016
744
  msgid "Please enter your address..."
745
  msgstr ""
746
 
747
+ #: contact_form.php:1025
748
+ #: contact_form.php:1027
749
  #, fuzzy
750
  msgid "Please enter your email address..."
751
  msgstr "Naudoti šį el. pašto adresą:"
752
 
753
+ #: contact_form.php:1036
754
+ #: contact_form.php:1038
755
  msgid "Please enter your phone number..."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1047
759
+ #: contact_form.php:1049
760
  msgid "Please enter subject..."
761
  msgstr ""
762
 
763
+ #: contact_form.php:1057
764
+ #: contact_form.php:1059
765
  msgid "Please enter your message..."
766
  msgstr ""
767
 
768
+ #: contact_form.php:1070
769
  msgid "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"
770
  msgstr ""
771
 
772
+ #: contact_form.php:1137
773
  msgid "Sorry, email message could not be delivered."
774
  msgstr "Deja, jūsų el. laiško nepavyko pristatyti."
775
 
776
+ #: contact_form.php:1221
777
  msgid "You can attach the following file formats"
778
  msgstr "Galite prikabinti šių tipų failus"
779
 
780
+ #: contact_form.php:1515
781
  msgid "Contact from"
782
  msgstr "Kontaktų forma"
783
 
784
+ #: contact_form.php:1528
785
  msgid "Email"
786
  msgstr "El. paštas"
787
 
788
+ #: contact_form.php:1542
789
  msgid "Site"
790
  msgstr "Svetainė"
791
 
792
+ #: contact_form.php:1605
793
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
794
  msgstr "Jei galite matyti šį MIME tipą, jūsų klientas nepriima MIME tipų!"
795
 
796
+ #: contact_form.php:1669
797
  msgid "FAQ"
798
  msgstr "DUK"
799
 
800
+ #: contact_form.php:1670
801
  msgid "Support"
802
  msgstr "Palaikymas"
803
 
804
+ #: contact_form.php:1727
805
  msgid "Are you sure that you want to delete this language data?"
806
  msgstr ""
807
 
816
  #, fuzzy
817
  #~ msgid "Please enter a valid email address."
818
  #~ msgstr "Naudoti šį el. pašto adresą:"
 
 
 
 
819
  #~ msgid "Activated plugins"
820
  #~ msgstr "Aktyvuoti įskiepiai"
821
  #~ msgid "Read more"
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Innstillinger for kontaktskjema"
@@ -32,733 +32,774 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Innstillinger for kontaktskjema"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontaktskjema"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Navn:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Epostadresse:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Epostadresse:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Tema:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Melding:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Vedlegg:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Send meg en kopi"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Send"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Navnet ditt er påkrevet."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "En korrekt epostadresse er påkrevet."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "En korrekt epostadresse er påkrevet."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Navnet ditt er påkrevet."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Tekst i temafeltet er påkrevet."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Tekst i meldingsfeltet er påkrevet"
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Vedlegget fungerer ikke."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Vennligst fyll ut CAPTCHA"
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Takk for at du tok kontakt med oss"
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Innstillinger lagret."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Innstilllinger"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Innstilllinger"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Benytt eposten til wordpressbruker:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Velg brukernavn"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Benytt denne epostadressen:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Flere valg"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Endring fra feltene i kontaktskjemaet"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Endring fra feltene i kontaktskjemaet"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Vis vedlegg"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "Epostadresse:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Vis vedlegg"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Brukere kan legge ved filer av følgende typer"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Aktiverte innstikk"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Last ned"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Vis vedlegg"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Vis send meg en kopi"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Navn"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "Epostadresse:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Tema"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Melding"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  msgid "Display additional info in the email"
388
  msgstr ""
389
 
390
- #: contact_form.php:613
391
- #: contact_form.php:1410
392
  msgid "Sent from (ip address)"
393
  msgstr "Sendt fra (IP-adresse)"
394
 
395
- #: contact_form.php:613
396
  #, fuzzy
397
  msgid "Example: Sent from (IP address):\t127.0.0.1"
398
  msgstr "Sendt fra (IP-adresse)"
399
 
400
- #: contact_form.php:614
401
- #: contact_form.php:1415
402
  msgid "Date/Time"
403
  msgstr "Dato/tid"
404
 
405
- #: contact_form.php:614
406
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
407
  msgstr ""
408
 
409
- #: contact_form.php:615
410
- #: contact_form.php:1420
411
  msgid "Sent from (referer)"
412
  msgstr "Sendt fra (referent)"
413
 
414
- #: contact_form.php:615
415
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
416
  msgstr ""
417
 
418
- #: contact_form.php:616
419
- #: contact_form.php:1425
420
  msgid "Using (user agent)"
421
  msgstr "med (user agent)"
422
 
423
- #: contact_form.php:616
424
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
425
  msgstr ""
426
 
427
- #: contact_form.php:620
428
  msgid "Language settings for the field names in the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:629
432
  msgid "Add a language"
433
  msgstr ""
434
 
435
- #: contact_form.php:633
436
  #, fuzzy
437
  msgid "Change the names of the contact form fields and error messages"
438
  msgstr "Forandre etikett for felter i kontaktskjemaet"
439
 
440
- #: contact_form.php:638
441
  #: contact_form.php:709
 
442
  msgid "English"
443
  msgstr ""
444
 
445
- #: contact_form.php:657
446
- #: contact_form.php:686
447
  msgid "Error message for the Name field"
448
  msgstr ""
449
 
450
- #: contact_form.php:658
451
- #: contact_form.php:687
452
  msgid "Error message for the Address field"
453
  msgstr ""
454
 
455
- #: contact_form.php:659
456
- #: contact_form.php:688
457
  msgid "Error message for the Email field"
458
  msgstr ""
459
 
460
- #: contact_form.php:660
461
- #: contact_form.php:689
462
  msgid "Error message for the Phone field"
463
  msgstr ""
464
 
465
- #: contact_form.php:661
466
- #: contact_form.php:690
467
  msgid "Error message for the Subject field"
468
  msgstr ""
469
 
470
- #: contact_form.php:662
471
- #: contact_form.php:691
472
  msgid "Error message for the Message field"
473
  msgstr ""
474
 
475
- #: contact_form.php:663
476
- #: contact_form.php:692
477
  msgid "Error message about the file type for the Attachment field"
478
  msgstr ""
479
 
480
- #: contact_form.php:664
481
- #: contact_form.php:693
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr ""
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  msgid "Error message while moving the file for the Attachment field"
488
  msgstr ""
489
 
490
- #: contact_form.php:666
491
- #: contact_form.php:695
492
  msgid "Error message when file size limit for the Attachment field is exceeded"
493
  msgstr ""
494
 
495
- #: contact_form.php:667
496
- #: contact_form.php:696
497
  msgid "Error message for the Captcha field"
498
  msgstr ""
499
 
500
- #: contact_form.php:668
501
- #: contact_form.php:697
502
  msgid "Error message for the whole form"
503
  msgstr ""
504
 
505
- #: contact_form.php:670
506
- #: contact_form.php:699
507
- #: contact_form.php:718
508
- #: contact_form.php:724
509
  msgid "Use shortcode"
510
  msgstr ""
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "for this language"
517
  msgstr ""
518
 
519
- #: contact_form.php:706
520
  msgid "Action after email is sent"
521
  msgstr ""
522
 
523
- #: contact_form.php:708
524
  #, fuzzy
525
  msgid "Display text"
526
  msgstr "Vis vedlegg"
527
 
528
- #: contact_form.php:717
529
- #: contact_form.php:723
530
  msgid "Text"
531
  msgstr ""
532
 
533
- #: contact_form.php:730
534
  msgid "Redirect to the page"
535
  msgstr ""
536
 
537
- #: contact_form.php:731
538
  msgid "Url"
539
  msgstr ""
540
 
541
- #: contact_form.php:736
542
- #: contact_form.php:913
543
  msgid "Save Changes"
544
  msgstr "Lagre endringer"
545
 
546
- #: contact_form.php:753
547
  #, fuzzy
548
  msgid "Contact Form Pro | Extra Settings"
549
  msgstr "Innstillinger for kontaktskjema"
550
 
551
- #: contact_form.php:767
552
  msgid "Errors output"
553
  msgstr ""
554
 
555
- #: contact_form.php:770
556
  msgid "Display error messages"
557
  msgstr ""
558
 
559
- #: contact_form.php:771
560
  msgid "Color of the input field errors."
561
  msgstr ""
562
 
563
- #: contact_form.php:772
564
  msgid "Display error messages & color of the input field errors"
565
  msgstr ""
566
 
567
- #: contact_form.php:777
568
  msgid "Add placeholder to the input blocks"
569
  msgstr ""
570
 
571
- #: contact_form.php:783
572
  #, fuzzy
573
  msgid "Add tooltips"
574
  msgstr "Flere valg"
575
 
576
- #: contact_form.php:797
577
  #, fuzzy
578
  msgid "Email address"
579
  msgstr "Epostadresse:"
580
 
581
- #: contact_form.php:802
582
  msgid "Phone Number"
583
  msgstr ""
584
 
585
- #: contact_form.php:816
586
  #, fuzzy
587
  msgid "Attachment"
588
  msgstr "Vedlegg:"
589
 
590
- #: contact_form.php:821
591
  msgid "(powered by bestwebsoft.com)"
592
  msgstr ""
593
 
594
- #: contact_form.php:826
595
  #, fuzzy
596
  msgid "Style options"
597
  msgstr "Flere valg"
598
 
599
- #: contact_form.php:829
600
  msgid "Text color"
601
  msgstr ""
602
 
603
- #: contact_form.php:832
604
- #: contact_form.php:837
605
- #: contact_form.php:847
606
- #: contact_form.php:852
607
- #: contact_form.php:857
608
- #: contact_form.php:862
609
- #: contact_form.php:872
610
- #: contact_form.php:877
611
- #: contact_form.php:883
612
- #: contact_form.php:894
613
- #: contact_form.php:899
614
- #: contact_form.php:904
615
  msgid "Default"
616
  msgstr ""
617
 
618
- #: contact_form.php:834
619
  msgid "Label text color"
620
  msgstr ""
621
 
622
- #: contact_form.php:839
623
  msgid "Placeholder color"
624
  msgstr ""
625
 
626
- #: contact_form.php:844
627
  msgid "Errors color"
628
  msgstr ""
629
 
630
- #: contact_form.php:849
631
  msgid "Error text color"
632
  msgstr ""
633
 
634
- #: contact_form.php:854
635
  msgid "Background color of the input field errors"
636
  msgstr ""
637
 
638
- #: contact_form.php:859
639
  msgid "Border color of the input field errors"
640
  msgstr ""
641
 
642
- #: contact_form.php:864
643
  msgid "Placeholder color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:869
647
  #, fuzzy
648
  msgid "Input fields"
649
  msgstr "Vis vedlegg"
650
 
651
- #: contact_form.php:874
652
  msgid "Input fields background color"
653
  msgstr ""
654
 
655
- #: contact_form.php:879
656
  msgid "Text fields color"
657
  msgstr ""
658
 
659
- #: contact_form.php:881
660
  msgid "Border width in px, numbers only"
661
  msgstr ""
662
 
663
- #: contact_form.php:885
664
- #: contact_form.php:906
665
  msgid "Border color"
666
  msgstr ""
667
 
668
- #: contact_form.php:890
669
  #, fuzzy
670
  msgid "Submit button"
671
  msgstr "Send"
672
 
673
- #: contact_form.php:892
674
  msgid "Width in px, numbers only"
675
  msgstr ""
676
 
677
- #: contact_form.php:896
678
  msgid "Button color"
679
  msgstr ""
680
 
681
- #: contact_form.php:901
682
  msgid "Button text color"
683
  msgstr ""
684
 
685
- #: contact_form.php:917
686
  #, fuzzy
687
  msgid "Contact Form Pro | Preview"
688
  msgstr "Kontaktskjema"
689
 
690
- #: contact_form.php:920
691
  msgid "Show with errors"
692
  msgstr ""
693
 
694
- #: contact_form.php:928
695
- #: contact_form.php:930
696
  msgid "Please enter your full name..."
697
  msgstr ""
698
 
699
- #: contact_form.php:941
700
- #: contact_form.php:943
701
  msgid "Please enter your address..."
702
  msgstr ""
703
 
704
- #: contact_form.php:952
705
- #: contact_form.php:954
706
  #, fuzzy
707
  msgid "Please enter your email address..."
708
  msgstr "Benytt denne epostadressen:"
709
 
710
- #: contact_form.php:963
711
- #: contact_form.php:965
712
  msgid "Please enter your phone number..."
713
  msgstr ""
714
 
715
- #: contact_form.php:974
716
- #: contact_form.php:976
717
  msgid "Please enter subject..."
718
  msgstr ""
719
 
720
- #: contact_form.php:984
721
- #: contact_form.php:986
722
  msgid "Please enter your message..."
723
  msgstr ""
724
 
725
- #: contact_form.php:997
726
  msgid "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"
727
  msgstr ""
728
 
729
- #: contact_form.php:1066
730
  msgid "Sorry, email message could not be delivered."
731
  msgstr "Beklager, eposten din kunne ikke leveres."
732
 
733
- #: contact_form.php:1150
734
  msgid "You can attach the following file formats"
735
  msgstr "Du kan legge til filer av følgende typer"
736
 
737
- #: contact_form.php:1433
738
  msgid "Contact from"
739
  msgstr "Kontakt fra"
740
 
741
- #: contact_form.php:1446
742
  msgid "Email"
743
  msgstr "Epost"
744
 
745
- #: contact_form.php:1460
746
  msgid "Site"
747
  msgstr "Site"
748
 
749
- #: contact_form.php:1521
750
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
751
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
752
 
753
- #: contact_form.php:1585
754
  msgid "FAQ"
755
  msgstr "Vanlige spørsmål"
756
 
757
- #: contact_form.php:1586
758
  msgid "Support"
759
  msgstr "Support"
760
 
761
- #: contact_form.php:1645
762
  msgid "Are you sure that you want to delete this language data?"
763
  msgstr ""
764
 
@@ -773,10 +814,6 @@ msgstr ""
773
  #, fuzzy
774
  #~ msgid "Please enter a valid email address."
775
  #~ msgstr "Benytt denne epostadressen:"
776
-
777
- #, fuzzy
778
- #~ msgid "Pro plugins"
779
- #~ msgstr "BWS Plugins"
780
  #~ msgid "Activated plugins"
781
  #~ msgstr "Aktiverte innstikk"
782
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Innstillinger for kontaktskjema"
32
  msgstr "Innstillinger for kontaktskjema"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontaktskjema"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Navn:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Epostadresse:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Epostadresse:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Tema:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Melding:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Vedlegg:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Send meg en kopi"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Send"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Navnet ditt er påkrevet."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "En korrekt epostadresse er påkrevet."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "En korrekt epostadresse er påkrevet."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Navnet ditt er påkrevet."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Tekst i temafeltet er påkrevet."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Tekst i meldingsfeltet er påkrevet"
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Vedlegget fungerer ikke."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Vennligst fyll ut CAPTCHA"
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Vennligst gjør endringer nedenfor og forsøk igjen."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Takk for at du tok kontakt med oss"
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Denne brukeren finnes ikke. Innstillingene er ikke lagret."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Vennligst benytt en korrekt epostadresse. Innstillingene er ikke lagret."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Innstillinger lagret."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Innstilllinger"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Innstilllinger"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Dersom du ønsket å legge til et kontaktskjema på wedsiden din, kopier og put denne koden i kommentaren din eller på siden din: "
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Dersom feltene under er tomme, vil meldingen bli sendt til en adresse som var spesifisert ved registrering."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Benytt eposten til wordpressbruker:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Velg brukernavn"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Sett et brukernavn for mottaker av meldinger fra kontaktskjemaet"
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Benytt denne epostadressen:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Sett en epostadresse som skal benyttes for å motta meldinger."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Kontaktskjema"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Kontaktskjema"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Flere valg"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Endring fra feltene i kontaktskjemaet"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Endring fra feltene i kontaktskjemaet"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Vis vedlegg"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Epostadresse:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Vis vedlegg"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Brukere kan legge ved filer av følgende typer"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Aktiverte innstikk"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Last ned"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Vis vedlegg"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Vis send meg en kopi"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Navn"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "Epostadresse:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Tema"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Melding"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr ""
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Sendt fra (IP-adresse)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Sendt fra (IP-adresse)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Dato/tid"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "Sendt fra (referent)"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "med (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr ""
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:704
477
  #, fuzzy
478
  msgid "Change the names of the contact form fields and error messages"
479
  msgstr "Forandre etikett for felter i kontaktskjemaet"
480
 
 
481
  #: contact_form.php:709
482
+ #: contact_form.php:780
483
  msgid "English"
484
  msgstr ""
485
 
486
+ #: contact_form.php:728
487
+ #: contact_form.php:757
488
  msgid "Error message for the Name field"
489
  msgstr ""
490
 
491
+ #: contact_form.php:729
492
+ #: contact_form.php:758
493
  msgid "Error message for the Address field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr ""
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr ""
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr ""
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr ""
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  msgid "Error message about the file type for the Attachment field"
519
  msgstr ""
520
 
521
+ #: contact_form.php:735
522
+ #: contact_form.php:764
523
  msgid "Error message while uploading a file for the Attachment field to the server"
524
  msgstr ""
525
 
526
+ #: contact_form.php:736
527
+ #: contact_form.php:765
528
  msgid "Error message while moving the file for the Attachment field"
529
  msgstr ""
530
 
531
+ #: contact_form.php:737
532
+ #: contact_form.php:766
533
  msgid "Error message when file size limit for the Attachment field is exceeded"
534
  msgstr ""
535
 
536
+ #: contact_form.php:738
537
+ #: contact_form.php:767
538
  msgid "Error message for the Captcha field"
539
  msgstr ""
540
 
541
+ #: contact_form.php:739
542
+ #: contact_form.php:768
543
  msgid "Error message for the whole form"
544
  msgstr ""
545
 
546
+ #: contact_form.php:741
547
+ #: contact_form.php:770
548
+ #: contact_form.php:789
549
+ #: contact_form.php:795
550
  msgid "Use shortcode"
551
  msgstr ""
552
 
553
+ #: contact_form.php:741
554
+ #: contact_form.php:770
555
+ #: contact_form.php:789
556
+ #: contact_form.php:795
557
  msgid "for this language"
558
  msgstr ""
559
 
560
+ #: contact_form.php:777
561
  msgid "Action after email is sent"
562
  msgstr ""
563
 
564
+ #: contact_form.php:779
565
  #, fuzzy
566
  msgid "Display text"
567
  msgstr "Vis vedlegg"
568
 
569
+ #: contact_form.php:788
570
+ #: contact_form.php:794
571
  msgid "Text"
572
  msgstr ""
573
 
574
+ #: contact_form.php:802
575
  msgid "Redirect to the page"
576
  msgstr ""
577
 
578
+ #: contact_form.php:803
579
  msgid "Url"
580
  msgstr ""
581
 
582
+ #: contact_form.php:809
583
+ #: contact_form.php:986
584
  msgid "Save Changes"
585
  msgstr "Lagre endringer"
586
 
587
+ #: contact_form.php:826
588
  #, fuzzy
589
  msgid "Contact Form Pro | Extra Settings"
590
  msgstr "Innstillinger for kontaktskjema"
591
 
592
+ #: contact_form.php:840
593
  msgid "Errors output"
594
  msgstr ""
595
 
596
+ #: contact_form.php:843
597
  msgid "Display error messages"
598
  msgstr ""
599
 
600
+ #: contact_form.php:844
601
  msgid "Color of the input field errors."
602
  msgstr ""
603
 
604
+ #: contact_form.php:845
605
  msgid "Display error messages & color of the input field errors"
606
  msgstr ""
607
 
608
+ #: contact_form.php:850
609
  msgid "Add placeholder to the input blocks"
610
  msgstr ""
611
 
612
+ #: contact_form.php:856
613
  #, fuzzy
614
  msgid "Add tooltips"
615
  msgstr "Flere valg"
616
 
617
+ #: contact_form.php:870
618
  #, fuzzy
619
  msgid "Email address"
620
  msgstr "Epostadresse:"
621
 
622
+ #: contact_form.php:875
623
  msgid "Phone Number"
624
  msgstr ""
625
 
626
+ #: contact_form.php:889
627
  #, fuzzy
628
  msgid "Attachment"
629
  msgstr "Vedlegg:"
630
 
631
+ #: contact_form.php:894
632
  msgid "(powered by bestwebsoft.com)"
633
  msgstr ""
634
 
635
+ #: contact_form.php:899
636
  #, fuzzy
637
  msgid "Style options"
638
  msgstr "Flere valg"
639
 
640
+ #: contact_form.php:902
641
  msgid "Text color"
642
  msgstr ""
643
 
644
+ #: contact_form.php:905
645
+ #: contact_form.php:910
646
+ #: contact_form.php:920
647
+ #: contact_form.php:925
648
+ #: contact_form.php:930
649
+ #: contact_form.php:935
650
+ #: contact_form.php:945
651
+ #: contact_form.php:950
652
+ #: contact_form.php:956
653
+ #: contact_form.php:967
654
+ #: contact_form.php:972
655
+ #: contact_form.php:977
656
  msgid "Default"
657
  msgstr ""
658
 
659
+ #: contact_form.php:907
660
  msgid "Label text color"
661
  msgstr ""
662
 
663
+ #: contact_form.php:912
664
  msgid "Placeholder color"
665
  msgstr ""
666
 
667
+ #: contact_form.php:917
668
  msgid "Errors color"
669
  msgstr ""
670
 
671
+ #: contact_form.php:922
672
  msgid "Error text color"
673
  msgstr ""
674
 
675
+ #: contact_form.php:927
676
  msgid "Background color of the input field errors"
677
  msgstr ""
678
 
679
+ #: contact_form.php:932
680
  msgid "Border color of the input field errors"
681
  msgstr ""
682
 
683
+ #: contact_form.php:937
684
  msgid "Placeholder color of the input field errors"
685
  msgstr ""
686
 
687
+ #: contact_form.php:942
688
  #, fuzzy
689
  msgid "Input fields"
690
  msgstr "Vis vedlegg"
691
 
692
+ #: contact_form.php:947
693
  msgid "Input fields background color"
694
  msgstr ""
695
 
696
+ #: contact_form.php:952
697
  msgid "Text fields color"
698
  msgstr ""
699
 
700
+ #: contact_form.php:954
701
  msgid "Border width in px, numbers only"
702
  msgstr ""
703
 
704
+ #: contact_form.php:958
705
+ #: contact_form.php:979
706
  msgid "Border color"
707
  msgstr ""
708
 
709
+ #: contact_form.php:963
710
  #, fuzzy
711
  msgid "Submit button"
712
  msgstr "Send"
713
 
714
+ #: contact_form.php:965
715
  msgid "Width in px, numbers only"
716
  msgstr ""
717
 
718
+ #: contact_form.php:969
719
  msgid "Button color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:974
723
  msgid "Button text color"
724
  msgstr ""
725
 
726
+ #: contact_form.php:990
727
  #, fuzzy
728
  msgid "Contact Form Pro | Preview"
729
  msgstr "Kontaktskjema"
730
 
731
+ #: contact_form.php:993
732
  msgid "Show with errors"
733
  msgstr ""
734
 
735
+ #: contact_form.php:1001
736
+ #: contact_form.php:1003
737
  msgid "Please enter your full name..."
738
  msgstr ""
739
 
740
+ #: contact_form.php:1014
741
+ #: contact_form.php:1016
742
  msgid "Please enter your address..."
743
  msgstr ""
744
 
745
+ #: contact_form.php:1025
746
+ #: contact_form.php:1027
747
  #, fuzzy
748
  msgid "Please enter your email address..."
749
  msgstr "Benytt denne epostadressen:"
750
 
751
+ #: contact_form.php:1036
752
+ #: contact_form.php:1038
753
  msgid "Please enter your phone number..."
754
  msgstr ""
755
 
756
+ #: contact_form.php:1047
757
+ #: contact_form.php:1049
758
  msgid "Please enter subject..."
759
  msgstr ""
760
 
761
+ #: contact_form.php:1057
762
+ #: contact_form.php:1059
763
  msgid "Please enter your message..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1070
767
  msgid "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"
768
  msgstr ""
769
 
770
+ #: contact_form.php:1137
771
  msgid "Sorry, email message could not be delivered."
772
  msgstr "Beklager, eposten din kunne ikke leveres."
773
 
774
+ #: contact_form.php:1221
775
  msgid "You can attach the following file formats"
776
  msgstr "Du kan legge til filer av følgende typer"
777
 
778
+ #: contact_form.php:1515
779
  msgid "Contact from"
780
  msgstr "Kontakt fra"
781
 
782
+ #: contact_form.php:1528
783
  msgid "Email"
784
  msgstr "Epost"
785
 
786
+ #: contact_form.php:1542
787
  msgid "Site"
788
  msgstr "Site"
789
 
790
+ #: contact_form.php:1605
791
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
792
  msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
793
 
794
+ #: contact_form.php:1669
795
  msgid "FAQ"
796
  msgstr "Vanlige spørsmål"
797
 
798
+ #: contact_form.php:1670
799
  msgid "Support"
800
  msgstr "Support"
801
 
802
+ #: contact_form.php:1727
803
  msgid "Are you sure that you want to delete this language data?"
804
  msgstr ""
805
 
814
  #, fuzzy
815
  #~ msgid "Please enter a valid email address."
816
  #~ msgstr "Benytt denne epostadressen:"
 
 
 
 
817
  #~ msgid "Activated plugins"
818
  #~ msgstr "Aktiverte innstikk"
819
  #~ msgid "Read more"
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+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"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Contact Form Opties"
@@ -32,741 +32,784 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Contact Form Opties"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Naam:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Email adres:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Email adres:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "Telefoonnummer:"
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Onderwerp:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Bericht:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Bijlage:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Kopie aan mij sturen"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Versturen"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Uw naam is verplicht."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Een correct email adres is vereist."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Een correct email adres is vereist."
109
 
110
- #: contact_form.php:85
111
  msgid "Phone number is required."
112
  msgstr "Telefoonnummer verplicht"
113
 
114
- #: contact_form.php:86
115
  msgid "Subject is required."
116
  msgstr "Onderwerp tekst is verplicht."
117
 
118
- #: contact_form.php:87
119
  msgid "Message text is required."
120
  msgstr "Bericht tekst is verplicht."
121
 
122
- #: contact_form.php:88
123
  msgid "File format is not valid."
124
  msgstr "Bijlage is beschadigd."
125
 
126
- #: contact_form.php:89
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
- #: contact_form.php:90
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
- #: contact_form.php:91
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
- #: contact_form.php:92
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Vul de CAPTCHA in."
141
 
142
- #: contact_form.php:93
143
  msgid "Please make corrections below and try again."
144
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
145
 
146
- #: contact_form.php:95
147
  msgid "Thank you for contacting us."
148
  msgstr "Bedankt voor uw bericht."
149
 
150
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
152
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
153
 
154
- #: contact_form.php:431
155
  msgid "Such user does not exist. Settings are not saved."
156
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
157
 
158
- #: contact_form.php:435
159
- #: contact_form.php:441
160
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
161
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
162
 
163
- #: contact_form.php:446
164
  #, fuzzy
165
  msgid "Settings saved."
166
  msgstr "Instellingen opgeslagen."
167
 
168
- #: contact_form.php:470
169
- #: contact_form.php:755
170
- #: contact_form.php:1573
171
- #: contact_form.php:1584
172
  msgid "Settings"
173
  msgstr "Instellingen"
174
 
175
- #: contact_form.php:471
176
- #: contact_form.php:756
177
  #, fuzzy
178
  msgid "Extra settings"
179
  msgstr "Instellingen"
180
 
181
- #: contact_form.php:476
182
- #: contact_form.php:1012
183
  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:"
184
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
185
 
186
- #: contact_form.php:476
187
- #: contact_form.php:477
188
- #: contact_form.php:670
189
- #: contact_form.php:718
190
  msgid "or"
191
  msgstr ""
192
 
193
- #: contact_form.php:477
194
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
195
  msgstr ""
196
 
197
- #: contact_form.php:478
198
  msgid "They work the same way."
199
  msgstr ""
200
 
201
- #: contact_form.php:479
202
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
203
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
204
 
205
- #: contact_form.php:483
206
  msgid "The user's email address:"
207
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
208
 
209
- #: contact_form.php:487
210
  msgid "Create a username"
211
  msgstr "Kies gebruikersnaam"
212
 
213
- #: contact_form.php:492
214
  msgid "Enter a username of the person who should get the messages from the contact form."
215
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
216
 
217
- #: contact_form.php:496
218
  msgid "Use this email address:"
219
  msgstr "Gebruik dit email adres:"
220
 
221
- #: contact_form.php:499
222
  msgid "Enter the email address you want the messages forwarded to."
223
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
224
 
225
- #: contact_form.php:503
226
  msgid "Add department selectbox to the contact form:"
227
  msgstr ""
228
 
229
- #: contact_form.php:506
230
- #: contact_form.php:760
231
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
232
  msgstr ""
233
 
234
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  msgid "Additional options"
236
  msgstr "Extra opties"
237
 
238
- #: contact_form.php:518
239
  msgid "What to use?"
240
  msgstr "Voor welk gebruik?"
241
 
242
- #: contact_form.php:521
243
  msgid "Wp-mail"
244
  msgstr "Wp-mail"
245
 
246
- #: contact_form.php:522
247
  msgid "You can use the wp_mail function for mailing"
248
  msgstr "Om emails te verzenden kunt u the wordpress wp-mail functie gebruiken"
249
 
250
- #: contact_form.php:528
251
  msgid "Mail"
252
  msgstr "Mail"
253
 
254
- #: contact_form.php:529
255
  msgid "To send mail you can use the php mail function"
256
  msgstr "Om emails te verzenden kunt e de php mail functie gebruiken"
257
 
258
- #: contact_form.php:533
259
  #, fuzzy
260
  msgid "The text in the 'From' field"
261
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
262
 
263
- #: contact_form.php:535
264
  msgid "User name"
265
  msgstr ""
266
 
267
- #: contact_form.php:535
268
  #, fuzzy
269
  msgid "The name of the user who fills the form will be used in the field 'From'."
270
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
271
 
272
- #: contact_form.php:537
273
  #, fuzzy
274
  msgid "This text will be used in the 'FROM' field"
275
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
276
 
277
- #: contact_form.php:541
278
  #, fuzzy
279
  msgid "The email address in the 'From' field"
280
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  #, fuzzy
288
  msgid "The email address of the user who fills the form will be used in the field 'From'."
289
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
290
 
291
- #: contact_form.php:545
292
  msgid "This email address will be used in the 'From' field."
293
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
294
 
295
- #: contact_form.php:549
296
  #, fuzzy
297
  msgid "Display fields"
298
  msgstr "Toon tekst"
299
 
300
- #: contact_form.php:551
301
- #: contact_form.php:600
302
- #: contact_form.php:792
303
- #: contact_form.php:1443
304
  #, fuzzy
305
  msgid "Address"
306
  msgstr "Email adres:"
307
 
308
- #: contact_form.php:552
309
- #: contact_form.php:602
310
- #: contact_form.php:1451
311
  msgid "Phone"
312
  msgstr "Telefoonnummer"
313
 
314
- #: contact_form.php:553
315
  #, fuzzy
316
  msgid "Attachment block"
317
  msgstr "Toon de bijlage knop"
318
 
319
- #: contact_form.php:553
320
  msgid "Users can attach the following file formats"
321
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
322
 
323
- #: contact_form.php:565
324
- #: contact_form.php:568
325
- #: contact_form.php:571
326
- #: contact_form.php:821
327
  msgid "Captcha"
328
  msgstr ""
329
 
330
- #: contact_form.php:565
331
- #: contact_form.php:568
332
- #: contact_form.php:571
333
  msgid "powered by"
334
  msgstr ""
335
 
336
- #: contact_form.php:568
337
  #, fuzzy
338
  msgid "Activate captcha"
339
  msgstr "Geactiveerde plugins"
340
 
341
- #: contact_form.php:571
342
  #, fuzzy
343
  msgid "Download captcha"
344
  msgstr "Download"
345
 
346
- #: contact_form.php:576
347
  #, fuzzy
348
  msgid "Display tips below the Attachment block"
349
  msgstr "Toon uitleg na Bijlage knop"
350
 
351
- #: contact_form.php:585
352
  msgid "Delete an attachment file from the server after the email is sent"
353
  msgstr ""
354
 
355
- #: contact_form.php:591
356
  #, fuzzy
357
  msgid "Display 'Send me a copy' block"
358
  msgstr "Geef 'Kopie aan mij sturen' weer"
359
 
360
- #: contact_form.php:597
361
  msgid "Required fields"
362
  msgstr "Verplicht veld"
363
 
364
- #: contact_form.php:599
365
- #: contact_form.php:787
366
- #: contact_form.php:1438
367
  msgid "Name"
368
  msgstr "Naam"
369
 
370
- #: contact_form.php:601
371
  #, fuzzy
372
  msgid "Email Address"
373
  msgstr "Email adres:"
374
 
375
- #: contact_form.php:603
376
- #: contact_form.php:807
377
- #: contact_form.php:1454
378
  msgid "Subject"
379
  msgstr "Onderwerp"
380
 
381
- #: contact_form.php:604
382
- #: contact_form.php:811
383
- #: contact_form.php:1457
384
  msgid "Message"
385
  msgstr "Bericht"
386
 
387
- #: contact_form.php:608
 
 
 
 
 
388
  #, fuzzy
389
  msgid "Display additional info in the email"
390
  msgstr "Toon aanvullende informatie in de email"
391
 
392
- #: contact_form.php:613
393
- #: contact_form.php:1410
394
  msgid "Sent from (ip address)"
395
  msgstr "Verstuurd van (IP-adres)"
396
 
397
- #: contact_form.php:613
398
  #, fuzzy
399
  msgid "Example: Sent from (IP address):\t127.0.0.1"
400
  msgstr "Verstuurd van (IP-adres)"
401
 
402
- #: contact_form.php:614
403
- #: contact_form.php:1415
404
  msgid "Date/Time"
405
  msgstr "Datum/Tijd"
406
 
407
- #: contact_form.php:614
408
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
409
  msgstr ""
410
 
411
- #: contact_form.php:615
412
- #: contact_form.php:1420
413
  msgid "Sent from (referer)"
414
  msgstr "Verstuurd vanaf (referer)"
415
 
416
- #: contact_form.php:615
417
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
418
  msgstr ""
419
 
420
- #: contact_form.php:616
421
- #: contact_form.php:1425
422
  msgid "Using (user agent)"
423
  msgstr "Met (user agent)"
424
 
425
- #: contact_form.php:616
426
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
427
  msgstr ""
428
 
429
- #: contact_form.php:620
430
  msgid "Language settings for the field names in the form"
431
  msgstr "Taal instellingen voor velden met een label"
432
 
433
- #: contact_form.php:629
434
  #, fuzzy
435
  msgid "Add a language"
436
  msgstr "Voeg een taal toe"
437
 
438
- #: contact_form.php:633
439
  msgid "Change the names of the contact form fields and error messages"
440
  msgstr "Verander de namen van de labels en de foutmeldingen"
441
 
442
- #: contact_form.php:638
443
  #: contact_form.php:709
 
444
  msgid "English"
445
  msgstr "Engels"
446
 
447
- #: contact_form.php:657
448
- #: contact_form.php:686
449
  msgid "Error message for the Name field"
450
  msgstr "Foutmelding voor naam veld"
451
 
452
- #: contact_form.php:658
453
- #: contact_form.php:687
454
  #, fuzzy
455
  msgid "Error message for the Address field"
456
  msgstr "Foutmelding voor bericht veld"
457
 
458
- #: contact_form.php:659
459
- #: contact_form.php:688
460
  msgid "Error message for the Email field"
461
  msgstr "Foutmelding voor email veld"
462
 
463
- #: contact_form.php:660
464
- #: contact_form.php:689
465
  msgid "Error message for the Phone field"
466
  msgstr "Foutmelding voor telefoonnummer veld"
467
 
468
- #: contact_form.php:661
469
- #: contact_form.php:690
470
  msgid "Error message for the Subject field"
471
  msgstr "Foutmelding voor onderwerp veld"
472
 
473
- #: contact_form.php:662
474
- #: contact_form.php:691
475
  msgid "Error message for the Message field"
476
  msgstr "Foutmelding voor bericht veld"
477
 
478
- #: contact_form.php:663
479
- #: contact_form.php:692
480
  #, fuzzy
481
  msgid "Error message about the file type for the Attachment field"
482
  msgstr "Foutmelding voor bijlage veld"
483
 
484
- #: contact_form.php:664
485
- #: contact_form.php:693
486
  #, fuzzy
487
  msgid "Error message while uploading a file for the Attachment field to the server"
488
  msgstr "Foutmelding voor bijlage veld"
489
 
490
- #: contact_form.php:665
491
- #: contact_form.php:694
492
  #, fuzzy
493
  msgid "Error message while moving the file for the Attachment field"
494
  msgstr "Foutmelding voor bijlage veld"
495
 
496
- #: contact_form.php:666
497
- #: contact_form.php:695
498
  #, fuzzy
499
  msgid "Error message when file size limit for the Attachment field is exceeded"
500
  msgstr "Foutmelding voor bijlage veld"
501
 
502
- #: contact_form.php:667
503
- #: contact_form.php:696
504
  msgid "Error message for the Captcha field"
505
  msgstr "Foutmelding voor captcha"
506
 
507
- #: contact_form.php:668
508
- #: contact_form.php:697
509
  msgid "Error message for the whole form"
510
  msgstr "Foutmelding voor het gehele formulier"
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "Use shortcode"
517
  msgstr "Gebruik shortcode"
518
 
519
- #: contact_form.php:670
520
- #: contact_form.php:699
521
- #: contact_form.php:718
522
- #: contact_form.php:724
523
  msgid "for this language"
524
  msgstr "voor deze taal"
525
 
526
- #: contact_form.php:706
527
  msgid "Action after email is sent"
528
  msgstr "Actie na het verzenden van de email"
529
 
530
- #: contact_form.php:708
531
  msgid "Display text"
532
  msgstr "Toon tekst"
533
 
534
- #: contact_form.php:717
535
- #: contact_form.php:723
536
  msgid "Text"
537
  msgstr "Tekst"
538
 
539
- #: contact_form.php:730
540
  msgid "Redirect to the page"
541
  msgstr "Dooorsturen naar pagina"
542
 
543
- #: contact_form.php:731
544
  msgid "Url"
545
  msgstr "Url"
546
 
547
- #: contact_form.php:736
548
- #: contact_form.php:913
549
  msgid "Save Changes"
550
  msgstr "Bewaar veranderingen"
551
 
552
- #: contact_form.php:753
553
  #, fuzzy
554
  msgid "Contact Form Pro | Extra Settings"
555
  msgstr "Contact Form Opties"
556
 
557
- #: contact_form.php:767
558
  msgid "Errors output"
559
  msgstr ""
560
 
561
- #: contact_form.php:770
562
  msgid "Display error messages"
563
  msgstr ""
564
 
565
- #: contact_form.php:771
566
  msgid "Color of the input field errors."
567
  msgstr ""
568
 
569
- #: contact_form.php:772
570
  #, fuzzy
571
  msgid "Display error messages & color of the input field errors"
572
  msgstr "Foutmelding voor onderwerp veld"
573
 
574
- #: contact_form.php:777
575
  msgid "Add placeholder to the input blocks"
576
  msgstr ""
577
 
578
- #: contact_form.php:783
579
  #, fuzzy
580
  msgid "Add tooltips"
581
  msgstr "Extra opties"
582
 
583
- #: contact_form.php:797
584
  #, fuzzy
585
  msgid "Email address"
586
  msgstr "Email adres:"
587
 
588
- #: contact_form.php:802
589
  #, fuzzy
590
  msgid "Phone Number"
591
  msgstr "Telefoonnummer:"
592
 
593
- #: contact_form.php:816
594
  #, fuzzy
595
  msgid "Attachment"
596
  msgstr "Bijlage:"
597
 
598
- #: contact_form.php:821
599
  msgid "(powered by bestwebsoft.com)"
600
  msgstr ""
601
 
602
- #: contact_form.php:826
603
  #, fuzzy
604
  msgid "Style options"
605
  msgstr "Extra opties"
606
 
607
- #: contact_form.php:829
608
  msgid "Text color"
609
  msgstr ""
610
 
611
- #: contact_form.php:832
612
- #: contact_form.php:837
613
- #: contact_form.php:847
614
- #: contact_form.php:852
615
- #: contact_form.php:857
616
- #: contact_form.php:862
617
- #: contact_form.php:872
618
- #: contact_form.php:877
619
- #: contact_form.php:883
620
- #: contact_form.php:894
621
- #: contact_form.php:899
622
- #: contact_form.php:904
623
  msgid "Default"
624
  msgstr ""
625
 
626
- #: contact_form.php:834
627
  msgid "Label text color"
628
  msgstr ""
629
 
630
- #: contact_form.php:839
631
  msgid "Placeholder color"
632
  msgstr ""
633
 
634
- #: contact_form.php:844
635
  msgid "Errors color"
636
  msgstr ""
637
 
638
- #: contact_form.php:849
639
  msgid "Error text color"
640
  msgstr ""
641
 
642
- #: contact_form.php:854
643
  msgid "Background color of the input field errors"
644
  msgstr ""
645
 
646
- #: contact_form.php:859
647
  msgid "Border color of the input field errors"
648
  msgstr ""
649
 
650
- #: contact_form.php:864
651
  msgid "Placeholder color of the input field errors"
652
  msgstr ""
653
 
654
- #: contact_form.php:869
655
  #, fuzzy
656
  msgid "Input fields"
657
  msgstr "Toon tekst"
658
 
659
- #: contact_form.php:874
660
  msgid "Input fields background color"
661
  msgstr ""
662
 
663
- #: contact_form.php:879
664
  msgid "Text fields color"
665
  msgstr ""
666
 
667
- #: contact_form.php:881
668
  msgid "Border width in px, numbers only"
669
  msgstr ""
670
 
671
- #: contact_form.php:885
672
- #: contact_form.php:906
673
  msgid "Border color"
674
  msgstr ""
675
 
676
- #: contact_form.php:890
677
  #, fuzzy
678
  msgid "Submit button"
679
  msgstr "Versturen"
680
 
681
- #: contact_form.php:892
682
  msgid "Width in px, numbers only"
683
  msgstr ""
684
 
685
- #: contact_form.php:896
686
  msgid "Button color"
687
  msgstr ""
688
 
689
- #: contact_form.php:901
690
  msgid "Button text color"
691
  msgstr ""
692
 
693
- #: contact_form.php:917
694
  #, fuzzy
695
  msgid "Contact Form Pro | Preview"
696
  msgstr "Contact Form"
697
 
698
- #: contact_form.php:920
699
  msgid "Show with errors"
700
  msgstr ""
701
 
702
- #: contact_form.php:928
703
- #: contact_form.php:930
704
  msgid "Please enter your full name..."
705
  msgstr ""
706
 
707
- #: contact_form.php:941
708
- #: contact_form.php:943
709
  msgid "Please enter your address..."
710
  msgstr ""
711
 
712
- #: contact_form.php:952
713
- #: contact_form.php:954
714
  #, fuzzy
715
  msgid "Please enter your email address..."
716
  msgstr "Gebruik dit email adres:"
717
 
718
- #: contact_form.php:963
719
- #: contact_form.php:965
720
  msgid "Please enter your phone number..."
721
  msgstr ""
722
 
723
- #: contact_form.php:974
724
- #: contact_form.php:976
725
  msgid "Please enter subject..."
726
  msgstr ""
727
 
728
- #: contact_form.php:984
729
- #: contact_form.php:986
730
  msgid "Please enter your message..."
731
  msgstr ""
732
 
733
- #: contact_form.php:997
734
  msgid "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"
735
  msgstr ""
736
 
737
- #: contact_form.php:1066
738
  msgid "Sorry, email message could not be delivered."
739
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
740
 
741
- #: contact_form.php:1150
742
  msgid "You can attach the following file formats"
743
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
744
 
745
- #: contact_form.php:1433
746
  msgid "Contact from"
747
  msgstr "Contact van"
748
 
749
- #: contact_form.php:1446
750
  msgid "Email"
751
  msgstr "Email"
752
 
753
- #: contact_form.php:1460
754
  msgid "Site"
755
  msgstr "Website"
756
 
757
- #: contact_form.php:1521
758
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
759
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
760
 
761
- #: contact_form.php:1585
762
  msgid "FAQ"
763
  msgstr "Veel gestelde vragen (FAQ)"
764
 
765
- #: contact_form.php:1586
766
  msgid "Support"
767
  msgstr "Ondersteuning"
768
 
769
- #: contact_form.php:1645
770
  msgid "Are you sure that you want to delete this language data?"
771
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
772
 
@@ -781,10 +824,6 @@ msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
781
  #, fuzzy
782
  #~ msgid "Please enter a valid email address."
783
  #~ msgstr "Gebruik dit email adres:"
784
-
785
- #, fuzzy
786
- #~ msgid "Pro plugins"
787
- #~ msgstr "BWS Plugins"
788
  #~ msgid "Activated plugins"
789
  #~ msgstr "Geactiveerde plugins"
790
  #~ msgid "Read more"
@@ -825,10 +864,6 @@ msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
825
  #~ msgstr "Contact Form Opties"
826
  #~ msgid "Display Attachment tips"
827
  #~ msgstr "Toon Bijlage uitleg"
828
-
829
- #, fuzzy
830
- #~ msgid "Display a phone number field"
831
- #~ msgstr "Toon telefoonnummer veld"
832
  #~ msgid "Please enter a valid email address. Settings are not saved."
833
  #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
834
  #~ msgid "E-Mail Address"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+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"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Contact Form Opties"
32
  msgstr "Contact Form Opties"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Contact Form"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Naam:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Email adres:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Email adres:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "Telefoonnummer:"
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Onderwerp:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Bericht:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Bijlage:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Kopie aan mij sturen"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Versturen"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Uw naam is verplicht."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Een correct email adres is vereist."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Een correct email adres is vereist."
109
 
110
+ #: contact_form.php:86
111
  msgid "Phone number is required."
112
  msgstr "Telefoonnummer verplicht"
113
 
114
+ #: contact_form.php:87
115
  msgid "Subject is required."
116
  msgstr "Onderwerp tekst is verplicht."
117
 
118
+ #: contact_form.php:88
119
  msgid "Message text is required."
120
  msgstr "Bericht tekst is verplicht."
121
 
122
+ #: contact_form.php:89
123
  msgid "File format is not valid."
124
  msgstr "Bijlage is beschadigd."
125
 
126
+ #: contact_form.php:90
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
+ #: contact_form.php:91
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
+ #: contact_form.php:92
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
+ #: contact_form.php:93
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Vul de CAPTCHA in."
141
 
142
+ #: contact_form.php:94
143
  msgid "Please make corrections below and try again."
144
  msgstr "Vul alle vereiste informatie in en probeer het opnieuw."
145
 
146
+ #: contact_form.php:96
147
  msgid "Thank you for contacting us."
148
  msgstr "Bedankt voor uw bericht."
149
 
150
+ #: contact_form.php:188
151
+ #, fuzzy
152
+ msgid "requires"
153
+ msgstr "Verplicht veld"
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Als de optie 'Doorsturen naar pagina' is geselecteerd, dient u het url veld in te vullen in de volgende format"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Deze gebruiker bestaat niet. Instellingen zijn niet opgeslagen."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
179
  msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
180
 
181
+ #: contact_form.php:492
182
  #, fuzzy
183
  msgid "Settings saved."
184
  msgstr "Instellingen opgeslagen."
185
 
186
+ #: contact_form.php:516
187
+ #: contact_form.php:828
188
+ #: contact_form.php:1657
189
+ #: contact_form.php:1668
190
  msgid "Settings"
191
  msgstr "Instellingen"
192
 
193
+ #: contact_form.php:517
194
+ #: contact_form.php:829
195
  #, fuzzy
196
  msgid "Extra settings"
197
  msgstr "Instellingen"
198
 
199
+ #: contact_form.php:522
200
+ #: contact_form.php:1085
201
  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:"
202
  msgstr "Als je een Contact Form aan je website wil toevoegen, kopieer dan deze code in je bericht, op je pagina of widget:"
203
 
204
+ #: contact_form.php:522
205
+ #: contact_form.php:523
206
+ #: contact_form.php:741
207
+ #: contact_form.php:789
208
  msgid "or"
209
  msgstr ""
210
 
211
+ #: contact_form.php:523
212
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
213
  msgstr ""
214
 
215
+ #: contact_form.php:524
216
  msgid "They work the same way."
217
  msgstr ""
218
 
219
+ #: contact_form.php:525
220
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
221
  msgstr "Als onderstaande velden leeg blijven, zal het bericht gestuurd worden aan het adres dat is gespecificeerd tijdens de registratie."
222
 
223
+ #: contact_form.php:529
224
  msgid "The user's email address:"
225
  msgstr "Gebruik het email adres van de Wordpress gebruiker:"
226
 
227
+ #: contact_form.php:533
228
  msgid "Create a username"
229
  msgstr "Kies gebruikersnaam"
230
 
231
+ #: contact_form.php:538
232
  msgid "Enter a username of the person who should get the messages from the contact form."
233
  msgstr "Voer de naam in van de gebruiker die berichten van dit contact formulier moet ontvangen."
234
 
235
+ #: contact_form.php:542
236
  msgid "Use this email address:"
237
  msgstr "Gebruik dit email adres:"
238
 
239
+ #: contact_form.php:545
240
  msgid "Enter the email address you want the messages forwarded to."
241
  msgstr "Geef een email adres op waar de berichten naar verstuurd moeten worden."
242
 
243
+ #: contact_form.php:549
244
  msgid "Add department selectbox to the contact form:"
245
  msgstr ""
246
 
247
+ #: contact_form.php:552
248
+ #: contact_form.php:833
249
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
250
  msgstr ""
251
 
252
+ #: contact_form.php:560
253
+ msgid "Save emails to the database"
254
+ msgstr ""
255
+
256
+ #: contact_form.php:568
257
+ #: contact_form.php:571
258
+ #: contact_form.php:575
259
+ msgid "Using Contact Form to DB powered by"
260
+ msgstr ""
261
+
262
+ #: contact_form.php:571
263
+ #, fuzzy
264
+ msgid "Activate Contact Form to DB"
265
+ msgstr "Contact Form"
266
+
267
+ #: contact_form.php:575
268
+ #, fuzzy
269
+ msgid "Download Contact Form to DB"
270
+ msgstr "Contact Form"
271
+
272
+ #: contact_form.php:580
273
  msgid "Additional options"
274
  msgstr "Extra opties"
275
 
276
+ #: contact_form.php:583
277
  msgid "What to use?"
278
  msgstr "Voor welk gebruik?"
279
 
280
+ #: contact_form.php:586
281
  msgid "Wp-mail"
282
  msgstr "Wp-mail"
283
 
284
+ #: contact_form.php:586
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:588
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
  #, fuzzy
298
  msgid "The text in the 'From' field"
299
  msgstr "Verander de tekst voor 'VAN' veld van het email adres"
300
 
301
+ #: contact_form.php:594
302
  msgid "User name"
303
  msgstr ""
304
 
305
+ #: contact_form.php:595
306
  #, fuzzy
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
314
 
315
+ #: contact_form.php:604
316
  #, fuzzy
317
  msgid "The email address in the 'From' field"
318
  msgstr "Kies het email adres voor 'Van' veld voor het versturen van de mail"
319
 
320
+ #: contact_form.php:606
321
  msgid "User email"
322
  msgstr ""
323
 
324
+ #: contact_form.php:607
325
  #, fuzzy
326
  msgid "The email address of the user who fills the form will be used in the field 'From'."
327
  msgstr "In het veld 'Van' in de email zal het email adres van degene die het formulier invult gebruikt worden."
328
 
329
+ #: contact_form.php:609
330
  msgid "This email address will be used in the 'From' field."
331
  msgstr "In het veld 'Van' dit email adres zal worden gebruikt."
332
 
333
+ #: contact_form.php:613
334
  #, fuzzy
335
  msgid "Display fields"
336
  msgstr "Toon tekst"
337
 
338
+ #: contact_form.php:615
339
+ #: contact_form.php:665
340
+ #: contact_form.php:865
341
+ #: contact_form.php:1525
342
  #, fuzzy
343
  msgid "Address"
344
  msgstr "Email adres:"
345
 
346
+ #: contact_form.php:616
347
+ #: contact_form.php:667
348
+ #: contact_form.php:1533
349
  msgid "Phone"
350
  msgstr "Telefoonnummer"
351
 
352
+ #: contact_form.php:617
353
  #, fuzzy
354
  msgid "Attachment block"
355
  msgstr "Toon de bijlage knop"
356
 
357
+ #: contact_form.php:617
358
  msgid "Users can attach the following file formats"
359
  msgstr "Gebruikers kunnen de volgende bestandtypen toevoegen"
360
 
361
+ #: contact_form.php:626
362
+ #: contact_form.php:629
363
+ #: contact_form.php:633
364
+ #: contact_form.php:894
365
  msgid "Captcha"
366
  msgstr ""
367
 
368
+ #: contact_form.php:626
369
+ #: contact_form.php:629
370
+ #: contact_form.php:633
371
  msgid "powered by"
372
  msgstr ""
373
 
374
+ #: contact_form.php:629
375
  #, fuzzy
376
  msgid "Activate captcha"
377
  msgstr "Geactiveerde plugins"
378
 
379
+ #: contact_form.php:633
380
  #, fuzzy
381
  msgid "Download captcha"
382
  msgstr "Download"
383
 
384
+ #: contact_form.php:638
385
  #, fuzzy
386
  msgid "Display tips below the Attachment block"
387
  msgstr "Toon uitleg na Bijlage knop"
388
 
389
+ #: contact_form.php:647
390
  msgid "Delete an attachment file from the server after the email is sent"
391
  msgstr ""
392
 
393
+ #: contact_form.php:653
394
  #, fuzzy
395
  msgid "Display 'Send me a copy' block"
396
  msgstr "Geef 'Kopie aan mij sturen' weer"
397
 
398
+ #: contact_form.php:662
399
  msgid "Required fields"
400
  msgstr "Verplicht veld"
401
 
402
+ #: contact_form.php:664
403
+ #: contact_form.php:860
404
+ #: contact_form.php:1520
405
  msgid "Name"
406
  msgstr "Naam"
407
 
408
+ #: contact_form.php:666
409
  #, fuzzy
410
  msgid "Email Address"
411
  msgstr "Email adres:"
412
 
413
+ #: contact_form.php:668
414
+ #: contact_form.php:880
415
+ #: contact_form.php:1536
416
  msgid "Subject"
417
  msgstr "Onderwerp"
418
 
419
+ #: contact_form.php:669
420
+ #: contact_form.php:884
421
+ #: contact_form.php:1539
422
  msgid "Message"
423
  msgstr "Bericht"
424
 
425
+ #: contact_form.php:673
426
+ #, fuzzy
427
+ msgid "Display the asterisk near required fields"
428
+ msgstr "Toon telefoonnummer veld"
429
+
430
+ #: contact_form.php:679
431
  #, fuzzy
432
  msgid "Display additional info in the email"
433
  msgstr "Toon aanvullende informatie in de email"
434
 
435
+ #: contact_form.php:684
436
+ #: contact_form.php:1492
437
  msgid "Sent from (ip address)"
438
  msgstr "Verstuurd van (IP-adres)"
439
 
440
+ #: contact_form.php:684
441
  #, fuzzy
442
  msgid "Example: Sent from (IP address):\t127.0.0.1"
443
  msgstr "Verstuurd van (IP-adres)"
444
 
445
+ #: contact_form.php:685
446
+ #: contact_form.php:1497
447
  msgid "Date/Time"
448
  msgstr "Datum/Tijd"
449
 
450
+ #: contact_form.php:685
451
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
452
  msgstr ""
453
 
454
+ #: contact_form.php:686
455
+ #: contact_form.php:1502
456
  msgid "Sent from (referer)"
457
  msgstr "Verstuurd vanaf (referer)"
458
 
459
+ #: contact_form.php:686
460
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
461
  msgstr ""
462
 
463
+ #: contact_form.php:687
464
+ #: contact_form.php:1507
465
  msgid "Using (user agent)"
466
  msgstr "Met (user agent)"
467
 
468
+ #: contact_form.php:687
469
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
470
  msgstr ""
471
 
472
+ #: contact_form.php:691
473
  msgid "Language settings for the field names in the form"
474
  msgstr "Taal instellingen voor velden met een label"
475
 
476
+ #: contact_form.php:700
477
  #, fuzzy
478
  msgid "Add a language"
479
  msgstr "Voeg een taal toe"
480
 
481
+ #: contact_form.php:704
482
  msgid "Change the names of the contact form fields and error messages"
483
  msgstr "Verander de namen van de labels en de foutmeldingen"
484
 
 
485
  #: contact_form.php:709
486
+ #: contact_form.php:780
487
  msgid "English"
488
  msgstr "Engels"
489
 
490
+ #: contact_form.php:728
491
+ #: contact_form.php:757
492
  msgid "Error message for the Name field"
493
  msgstr "Foutmelding voor naam veld"
494
 
495
+ #: contact_form.php:729
496
+ #: contact_form.php:758
497
  #, fuzzy
498
  msgid "Error message for the Address field"
499
  msgstr "Foutmelding voor bericht veld"
500
 
501
+ #: contact_form.php:730
502
+ #: contact_form.php:759
503
  msgid "Error message for the Email field"
504
  msgstr "Foutmelding voor email veld"
505
 
506
+ #: contact_form.php:731
507
+ #: contact_form.php:760
508
  msgid "Error message for the Phone field"
509
  msgstr "Foutmelding voor telefoonnummer veld"
510
 
511
+ #: contact_form.php:732
512
+ #: contact_form.php:761
513
  msgid "Error message for the Subject field"
514
  msgstr "Foutmelding voor onderwerp veld"
515
 
516
+ #: contact_form.php:733
517
+ #: contact_form.php:762
518
  msgid "Error message for the Message field"
519
  msgstr "Foutmelding voor bericht veld"
520
 
521
+ #: contact_form.php:734
522
+ #: contact_form.php:763
523
  #, fuzzy
524
  msgid "Error message about the file type for the Attachment field"
525
  msgstr "Foutmelding voor bijlage veld"
526
 
527
+ #: contact_form.php:735
528
+ #: contact_form.php:764
529
  #, fuzzy
530
  msgid "Error message while uploading a file for the Attachment field to the server"
531
  msgstr "Foutmelding voor bijlage veld"
532
 
533
+ #: contact_form.php:736
534
+ #: contact_form.php:765
535
  #, fuzzy
536
  msgid "Error message while moving the file for the Attachment field"
537
  msgstr "Foutmelding voor bijlage veld"
538
 
539
+ #: contact_form.php:737
540
+ #: contact_form.php:766
541
  #, fuzzy
542
  msgid "Error message when file size limit for the Attachment field is exceeded"
543
  msgstr "Foutmelding voor bijlage veld"
544
 
545
+ #: contact_form.php:738
546
+ #: contact_form.php:767
547
  msgid "Error message for the Captcha field"
548
  msgstr "Foutmelding voor captcha"
549
 
550
+ #: contact_form.php:739
551
+ #: contact_form.php:768
552
  msgid "Error message for the whole form"
553
  msgstr "Foutmelding voor het gehele formulier"
554
 
555
+ #: contact_form.php:741
556
+ #: contact_form.php:770
557
+ #: contact_form.php:789
558
+ #: contact_form.php:795
559
  msgid "Use shortcode"
560
  msgstr "Gebruik shortcode"
561
 
562
+ #: contact_form.php:741
563
+ #: contact_form.php:770
564
+ #: contact_form.php:789
565
+ #: contact_form.php:795
566
  msgid "for this language"
567
  msgstr "voor deze taal"
568
 
569
+ #: contact_form.php:777
570
  msgid "Action after email is sent"
571
  msgstr "Actie na het verzenden van de email"
572
 
573
+ #: contact_form.php:779
574
  msgid "Display text"
575
  msgstr "Toon tekst"
576
 
577
+ #: contact_form.php:788
578
+ #: contact_form.php:794
579
  msgid "Text"
580
  msgstr "Tekst"
581
 
582
+ #: contact_form.php:802
583
  msgid "Redirect to the page"
584
  msgstr "Dooorsturen naar pagina"
585
 
586
+ #: contact_form.php:803
587
  msgid "Url"
588
  msgstr "Url"
589
 
590
+ #: contact_form.php:809
591
+ #: contact_form.php:986
592
  msgid "Save Changes"
593
  msgstr "Bewaar veranderingen"
594
 
595
+ #: contact_form.php:826
596
  #, fuzzy
597
  msgid "Contact Form Pro | Extra Settings"
598
  msgstr "Contact Form Opties"
599
 
600
+ #: contact_form.php:840
601
  msgid "Errors output"
602
  msgstr ""
603
 
604
+ #: contact_form.php:843
605
  msgid "Display error messages"
606
  msgstr ""
607
 
608
+ #: contact_form.php:844
609
  msgid "Color of the input field errors."
610
  msgstr ""
611
 
612
+ #: contact_form.php:845
613
  #, fuzzy
614
  msgid "Display error messages & color of the input field errors"
615
  msgstr "Foutmelding voor onderwerp veld"
616
 
617
+ #: contact_form.php:850
618
  msgid "Add placeholder to the input blocks"
619
  msgstr ""
620
 
621
+ #: contact_form.php:856
622
  #, fuzzy
623
  msgid "Add tooltips"
624
  msgstr "Extra opties"
625
 
626
+ #: contact_form.php:870
627
  #, fuzzy
628
  msgid "Email address"
629
  msgstr "Email adres:"
630
 
631
+ #: contact_form.php:875
632
  #, fuzzy
633
  msgid "Phone Number"
634
  msgstr "Telefoonnummer:"
635
 
636
+ #: contact_form.php:889
637
  #, fuzzy
638
  msgid "Attachment"
639
  msgstr "Bijlage:"
640
 
641
+ #: contact_form.php:894
642
  msgid "(powered by bestwebsoft.com)"
643
  msgstr ""
644
 
645
+ #: contact_form.php:899
646
  #, fuzzy
647
  msgid "Style options"
648
  msgstr "Extra opties"
649
 
650
+ #: contact_form.php:902
651
  msgid "Text color"
652
  msgstr ""
653
 
654
+ #: contact_form.php:905
655
+ #: contact_form.php:910
656
+ #: contact_form.php:920
657
+ #: contact_form.php:925
658
+ #: contact_form.php:930
659
+ #: contact_form.php:935
660
+ #: contact_form.php:945
661
+ #: contact_form.php:950
662
+ #: contact_form.php:956
663
+ #: contact_form.php:967
664
+ #: contact_form.php:972
665
+ #: contact_form.php:977
666
  msgid "Default"
667
  msgstr ""
668
 
669
+ #: contact_form.php:907
670
  msgid "Label text color"
671
  msgstr ""
672
 
673
+ #: contact_form.php:912
674
  msgid "Placeholder color"
675
  msgstr ""
676
 
677
+ #: contact_form.php:917
678
  msgid "Errors color"
679
  msgstr ""
680
 
681
+ #: contact_form.php:922
682
  msgid "Error text color"
683
  msgstr ""
684
 
685
+ #: contact_form.php:927
686
  msgid "Background color of the input field errors"
687
  msgstr ""
688
 
689
+ #: contact_form.php:932
690
  msgid "Border color of the input field errors"
691
  msgstr ""
692
 
693
+ #: contact_form.php:937
694
  msgid "Placeholder color of the input field errors"
695
  msgstr ""
696
 
697
+ #: contact_form.php:942
698
  #, fuzzy
699
  msgid "Input fields"
700
  msgstr "Toon tekst"
701
 
702
+ #: contact_form.php:947
703
  msgid "Input fields background color"
704
  msgstr ""
705
 
706
+ #: contact_form.php:952
707
  msgid "Text fields color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:954
711
  msgid "Border width in px, numbers only"
712
  msgstr ""
713
 
714
+ #: contact_form.php:958
715
+ #: contact_form.php:979
716
  msgid "Border color"
717
  msgstr ""
718
 
719
+ #: contact_form.php:963
720
  #, fuzzy
721
  msgid "Submit button"
722
  msgstr "Versturen"
723
 
724
+ #: contact_form.php:965
725
  msgid "Width in px, numbers only"
726
  msgstr ""
727
 
728
+ #: contact_form.php:969
729
  msgid "Button color"
730
  msgstr ""
731
 
732
+ #: contact_form.php:974
733
  msgid "Button text color"
734
  msgstr ""
735
 
736
+ #: contact_form.php:990
737
  #, fuzzy
738
  msgid "Contact Form Pro | Preview"
739
  msgstr "Contact Form"
740
 
741
+ #: contact_form.php:993
742
  msgid "Show with errors"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1001
746
+ #: contact_form.php:1003
747
  msgid "Please enter your full name..."
748
  msgstr ""
749
 
750
+ #: contact_form.php:1014
751
+ #: contact_form.php:1016
752
  msgid "Please enter your address..."
753
  msgstr ""
754
 
755
+ #: contact_form.php:1025
756
+ #: contact_form.php:1027
757
  #, fuzzy
758
  msgid "Please enter your email address..."
759
  msgstr "Gebruik dit email adres:"
760
 
761
+ #: contact_form.php:1036
762
+ #: contact_form.php:1038
763
  msgid "Please enter your phone number..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1047
767
+ #: contact_form.php:1049
768
  msgid "Please enter subject..."
769
  msgstr ""
770
 
771
+ #: contact_form.php:1057
772
+ #: contact_form.php:1059
773
  msgid "Please enter your message..."
774
  msgstr ""
775
 
776
+ #: contact_form.php:1070
777
  msgid "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"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1137
781
  msgid "Sorry, email message could not be delivered."
782
  msgstr "Sorry, uw bericht kon niet worden verstuurd."
783
 
784
+ #: contact_form.php:1221
785
  msgid "You can attach the following file formats"
786
  msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
787
 
788
+ #: contact_form.php:1515
789
  msgid "Contact from"
790
  msgstr "Contact van"
791
 
792
+ #: contact_form.php:1528
793
  msgid "Email"
794
  msgstr "Email"
795
 
796
+ #: contact_form.php:1542
797
  msgid "Site"
798
  msgstr "Website"
799
 
800
+ #: contact_form.php:1605
801
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
802
  msgstr "Als u deze MIME ziet, dan ondersteunt uw client geen MIME-Typen!"
803
 
804
+ #: contact_form.php:1669
805
  msgid "FAQ"
806
  msgstr "Veel gestelde vragen (FAQ)"
807
 
808
+ #: contact_form.php:1670
809
  msgid "Support"
810
  msgstr "Ondersteuning"
811
 
812
+ #: contact_form.php:1727
813
  msgid "Are you sure that you want to delete this language data?"
814
  msgstr "Weet u zeker dat u deze taal wilt verwijderen?"
815
 
824
  #, fuzzy
825
  #~ msgid "Please enter a valid email address."
826
  #~ msgstr "Gebruik dit email adres:"
 
 
 
 
827
  #~ msgid "Activated plugins"
828
  #~ msgstr "Geactiveerde plugins"
829
  #~ msgid "Read more"
864
  #~ msgstr "Contact Form Opties"
865
  #~ msgid "Display Attachment tips"
866
  #~ msgstr "Toon Bijlage uitleg"
 
 
 
 
867
  #~ msgid "Please enter a valid email address. Settings are not saved."
868
  #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
869
  #~ msgid "E-Mail Address"
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-10-01 17:03+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:03+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ contact_form
22
  #: contact_form.php:32
23
- #: contact_form.php:466
24
  #, fuzzy
25
  msgid "Contact Form Settings"
26
  msgstr "Opcje Contact Form"
@@ -38,804 +38,848 @@ msgstr "Opcje Contact Form"
38
 
39
  # @ contact_form
40
  #: contact_form.php:33
41
- #: contact_form.php:507
42
- #: contact_form.php:761
43
  #, fuzzy
44
  msgid "Contact Form Pro"
45
  msgstr "Contact Form"
46
 
47
  # @ contact_form
48
- #: contact_form.php:73
49
- #: contact_form.php:648
50
- #: contact_form.php:677
51
  msgid "Name:"
52
  msgstr "Imię:"
53
 
54
  # @ contact_form
55
- #: contact_form.php:74
56
- #: contact_form.php:649
57
- #: contact_form.php:678
58
  #, fuzzy
59
  msgid "Address:"
60
  msgstr "Adres e-mail"
61
 
62
  # @ contact_form
63
- #: contact_form.php:75
64
- #: contact_form.php:650
65
- #: contact_form.php:679
66
  msgid "Email Address:"
67
  msgstr "Adres e-mail"
68
 
69
- #: contact_form.php:76
70
- #: contact_form.php:651
71
- #: contact_form.php:680
72
  msgid "Phone number:"
73
  msgstr ""
74
 
75
  # @ contact_form
76
- #: contact_form.php:77
77
- #: contact_form.php:652
78
- #: contact_form.php:681
79
  msgid "Subject:"
80
  msgstr "Temat:"
81
 
82
  # @ contact_form
83
- #: contact_form.php:78
84
- #: contact_form.php:653
85
- #: contact_form.php:682
86
  msgid "Message:"
87
  msgstr "Treść wiadomości:"
88
 
89
  # @ contact_form
90
- #: contact_form.php:79
91
- #: contact_form.php:654
92
- #: contact_form.php:683
93
  msgid "Attachment:"
94
  msgstr "Załączniki:"
95
 
96
  # @ contact_form
97
- #: contact_form.php:80
98
- #: contact_form.php:655
99
- #: contact_form.php:684
100
  msgid "Send me a copy"
101
  msgstr "Wyślij mi kopię"
102
 
103
  # @ contact_form
104
- #: contact_form.php:81
105
- #: contact_form.php:656
106
- #: contact_form.php:685
107
  msgid "Submit"
108
  msgstr "Wyślij"
109
 
110
  # @ contact_form
111
- #: contact_form.php:82
112
  msgid "Your name is required."
113
  msgstr "Podanie imienia jest wymagane."
114
 
115
  # @ contact_form
116
- #: contact_form.php:83
117
  #, fuzzy
118
  msgid "Address is required."
119
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
120
 
121
  # @ contact_form
122
- #: contact_form.php:84
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
126
 
127
  # @ contact_form
128
- #: contact_form.php:85
129
  #, fuzzy
130
  msgid "Phone number is required."
131
  msgstr "Podanie imienia jest wymagane."
132
 
133
  # @ contact_form
134
- #: contact_form.php:86
135
  msgid "Subject is required."
136
  msgstr "Podanie tematu jest wymagane."
137
 
138
  # @ contact_form
139
- #: contact_form.php:87
140
  msgid "Message text is required."
141
  msgstr "Wiadomość musi mieć jakąś treść."
142
 
143
  # @ contact_form
144
- #: contact_form.php:88
145
  msgid "File format is not valid."
146
  msgstr "Załącznik jest uszkodzony."
147
 
148
- #: contact_form.php:89
149
  msgid "File upload error."
150
  msgstr ""
151
 
152
- #: contact_form.php:90
153
  msgid "The file could not be uploaded."
154
  msgstr ""
155
 
156
- #: contact_form.php:91
157
  msgid "This file is too large."
158
  msgstr ""
159
 
160
  # @ contact_form
161
- #: contact_form.php:92
162
  msgid "Please fill out the CAPTCHA."
163
  msgstr "Proszę dokładnie przepisać kod."
164
 
165
  # @ contact_form
166
- #: contact_form.php:93
167
  msgid "Please make corrections below and try again."
168
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
169
 
170
  # @ contact_form
171
- #: contact_form.php:95
172
  msgid "Thank you for contacting us."
173
  msgstr "Dziękujemy za wiadomość."
174
 
175
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
177
  msgstr ""
178
 
179
  # @ contact_form
180
- #: contact_form.php:431
181
  msgid "Such user does not exist. Settings are not saved."
182
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
183
 
184
  # @ contact_form
185
- #: contact_form.php:435
186
- #: contact_form.php:441
187
  #, fuzzy
188
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
189
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
190
 
191
  # @ contact_form
192
- #: contact_form.php:446
193
  #, fuzzy
194
  msgid "Settings saved."
195
  msgstr "Opcje zapisano"
196
 
197
  # @ contact_form
198
- #: contact_form.php:470
199
- #: contact_form.php:755
200
- #: contact_form.php:1573
201
- #: contact_form.php:1584
202
  msgid "Settings"
203
  msgstr "Ustawienia"
204
 
205
  # @ contact_form
206
- #: contact_form.php:471
207
- #: contact_form.php:756
208
  #, fuzzy
209
  msgid "Extra settings"
210
  msgstr "Ustawienia"
211
 
212
  # @ contact_form
213
- #: contact_form.php:476
214
- #: contact_form.php:1012
215
  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:"
216
  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:"
217
 
218
- #: contact_form.php:476
219
- #: contact_form.php:477
220
- #: contact_form.php:670
221
- #: contact_form.php:718
222
  msgid "or"
223
  msgstr ""
224
 
225
- #: contact_form.php:477
226
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
227
  msgstr ""
228
 
229
- #: contact_form.php:478
230
  msgid "They work the same way."
231
  msgstr ""
232
 
233
  # @ contact_form
234
- #: contact_form.php:479
235
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
236
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
237
 
238
  # @ contact_form
239
- #: contact_form.php:483
240
  msgid "The user's email address:"
241
  msgstr "Użyj adresu e-mail użytkownika:"
242
 
243
  # @ contact_form
244
- #: contact_form.php:487
245
  msgid "Create a username"
246
  msgstr "Wybierz użytkownika"
247
 
248
  # @ contact_form
249
- #: contact_form.php:492
250
  msgid "Enter a username of the person who should get the messages from the contact form."
251
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
252
 
253
  # @ contact_form
254
- #: contact_form.php:496
255
  msgid "Use this email address:"
256
  msgstr "Wybierz ten e-mail:"
257
 
258
  # @ contact_form
259
- #: contact_form.php:499
260
  msgid "Enter the email address you want the messages forwarded to."
261
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
262
 
263
- #: contact_form.php:503
264
  msgid "Add department selectbox to the contact form:"
265
  msgstr ""
266
 
267
- #: contact_form.php:506
268
- #: contact_form.php:760
269
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
270
  msgstr ""
271
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  # @ contact_form
273
- #: contact_form.php:515
274
  msgid "Additional options"
275
  msgstr "Dodatkowe opcje"
276
 
277
- #: contact_form.php:518
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
  # @ contact_form
282
- #: contact_form.php:521
283
  msgid "Wp-mail"
284
  msgstr "Wp-mail"
285
 
286
- #: contact_form.php:522
287
  msgid "You can use the wp_mail function for mailing"
288
  msgstr ""
289
 
290
  # @ contact_form
291
- #: contact_form.php:528
292
  msgid "Mail"
293
  msgstr "Mail"
294
 
295
- #: contact_form.php:529
296
  msgid "To send mail you can use the php mail function"
297
  msgstr ""
298
 
299
  # @ contact_form
300
- #: contact_form.php:533
301
  #, fuzzy
302
  msgid "The text in the 'From' field"
303
  msgstr "Zmień od pola formularza"
304
 
305
- #: contact_form.php:535
306
  msgid "User name"
307
  msgstr ""
308
 
309
- #: contact_form.php:535
310
  msgid "The name of the user who fills the form will be used in the field 'From'."
311
  msgstr ""
312
 
313
  # @ contact_form
314
- #: contact_form.php:537
315
  #, fuzzy
316
  msgid "This text will be used in the 'FROM' field"
317
  msgstr "Zmień od pola formularza"
318
 
319
- #: contact_form.php:541
320
  msgid "The email address in the 'From' field"
321
  msgstr ""
322
 
323
- #: contact_form.php:543
324
  msgid "User email"
325
  msgstr ""
326
 
327
- #: contact_form.php:543
328
  msgid "The email address of the user who fills the form will be used in the field 'From'."
329
  msgstr ""
330
 
331
- #: contact_form.php:545
332
  msgid "This email address will be used in the 'From' field."
333
  msgstr ""
334
 
335
  # @ contact_form
336
- #: contact_form.php:549
337
  #, fuzzy
338
  msgid "Display fields"
339
  msgstr "Wyświetlaj blok załączników"
340
 
341
  # @ contact_form
342
- #: contact_form.php:551
343
- #: contact_form.php:600
344
- #: contact_form.php:792
345
- #: contact_form.php:1443
346
  #, fuzzy
347
  msgid "Address"
348
  msgstr "Adres e-mail"
349
 
350
- #: contact_form.php:552
351
- #: contact_form.php:602
352
- #: contact_form.php:1451
353
  msgid "Phone"
354
  msgstr ""
355
 
356
  # @ contact_form
357
- #: contact_form.php:553
358
  #, fuzzy
359
  msgid "Attachment block"
360
  msgstr "Wyświetlaj blok załączników"
361
 
362
  # @ contact_form
363
- #: contact_form.php:553
364
  msgid "Users can attach the following file formats"
365
  msgstr "Można załączać pliki następujących typów"
366
 
367
- #: contact_form.php:565
368
- #: contact_form.php:568
369
- #: contact_form.php:571
370
- #: contact_form.php:821
371
  msgid "Captcha"
372
  msgstr ""
373
 
374
- #: contact_form.php:565
375
- #: contact_form.php:568
376
- #: contact_form.php:571
377
  msgid "powered by"
378
  msgstr ""
379
 
380
  # @ contact_form
381
- #: contact_form.php:568
382
  #, fuzzy
383
  msgid "Activate captcha"
384
  msgstr "Aktywne wtyczki"
385
 
386
  # @ contact_form
387
- #: contact_form.php:571
388
  #, fuzzy
389
  msgid "Download captcha"
390
  msgstr "Pobierz"
391
 
392
  # @ contact_form
393
- #: contact_form.php:576
394
  #, fuzzy
395
  msgid "Display tips below the Attachment block"
396
  msgstr "Wyświetlaj blok załączników"
397
 
398
- #: contact_form.php:585
399
  msgid "Delete an attachment file from the server after the email is sent"
400
  msgstr ""
401
 
402
  # @ contact_form
403
- #: contact_form.php:591
404
  #, fuzzy
405
  msgid "Display 'Send me a copy' block"
406
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
407
 
408
- #: contact_form.php:597
409
  msgid "Required fields"
410
  msgstr ""
411
 
412
  # @ contact_form
413
- #: contact_form.php:599
414
- #: contact_form.php:787
415
- #: contact_form.php:1438
416
  msgid "Name"
417
  msgstr "Imię"
418
 
419
  # @ contact_form
420
- #: contact_form.php:601
421
  #, fuzzy
422
  msgid "Email Address"
423
  msgstr "Adres e-mail"
424
 
425
  # @ contact_form
426
- #: contact_form.php:603
427
- #: contact_form.php:807
428
- #: contact_form.php:1454
429
  msgid "Subject"
430
  msgstr "Temat"
431
 
432
  # @ contact_form
433
- #: contact_form.php:604
434
- #: contact_form.php:811
435
- #: contact_form.php:1457
436
  msgid "Message"
437
  msgstr "Wiadomość"
438
 
439
- #: contact_form.php:608
 
 
 
 
440
  msgid "Display additional info in the email"
441
  msgstr ""
442
 
443
  # @ contact_form
444
- #: contact_form.php:613
445
- #: contact_form.php:1410
446
  msgid "Sent from (ip address)"
447
  msgstr "Przysłane z (adres IP)"
448
 
449
  # @ contact_form
450
- #: contact_form.php:613
451
  #, fuzzy
452
  msgid "Example: Sent from (IP address):\t127.0.0.1"
453
  msgstr "Przysłane z (adres IP)"
454
 
455
  # @ contact_form
456
- #: contact_form.php:614
457
- #: contact_form.php:1415
458
  msgid "Date/Time"
459
  msgstr "Data/czas"
460
 
461
- #: contact_form.php:614
462
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
463
  msgstr ""
464
 
465
  # @ contact_form
466
- #: contact_form.php:615
467
- #: contact_form.php:1420
468
  msgid "Sent from (referer)"
469
  msgstr "Przekierowane z (referrer)"
470
 
471
- #: contact_form.php:615
472
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
473
  msgstr ""
474
 
475
  # @ contact_form
476
- #: contact_form.php:616
477
- #: contact_form.php:1425
478
  msgid "Using (user agent)"
479
  msgstr "Klient (program użytkownika)"
480
 
481
- #: contact_form.php:616
482
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
483
  msgstr ""
484
 
485
- #: contact_form.php:620
486
  msgid "Language settings for the field names in the form"
487
  msgstr ""
488
 
489
- #: contact_form.php:629
490
  msgid "Add a language"
491
  msgstr ""
492
 
493
  # @ contact_form
494
- #: contact_form.php:633
495
  #, fuzzy
496
  msgid "Change the names of the contact form fields and error messages"
497
  msgstr "Zmień etykiety pól formularza"
498
 
499
- #: contact_form.php:638
500
  #: contact_form.php:709
 
501
  msgid "English"
502
  msgstr ""
503
 
504
- #: contact_form.php:657
505
- #: contact_form.php:686
506
  msgid "Error message for the Name field"
507
  msgstr ""
508
 
509
- #: contact_form.php:658
510
- #: contact_form.php:687
511
  msgid "Error message for the Address field"
512
  msgstr ""
513
 
514
- #: contact_form.php:659
515
- #: contact_form.php:688
516
  msgid "Error message for the Email field"
517
  msgstr ""
518
 
519
- #: contact_form.php:660
520
- #: contact_form.php:689
521
  msgid "Error message for the Phone field"
522
  msgstr ""
523
 
524
- #: contact_form.php:661
525
- #: contact_form.php:690
526
  msgid "Error message for the Subject field"
527
  msgstr ""
528
 
529
- #: contact_form.php:662
530
- #: contact_form.php:691
531
  msgid "Error message for the Message field"
532
  msgstr ""
533
 
534
- #: contact_form.php:663
535
- #: contact_form.php:692
536
  msgid "Error message about the file type for the Attachment field"
537
  msgstr ""
538
 
539
- #: contact_form.php:664
540
- #: contact_form.php:693
541
  msgid "Error message while uploading a file for the Attachment field to the server"
542
  msgstr ""
543
 
544
- #: contact_form.php:665
545
- #: contact_form.php:694
546
  msgid "Error message while moving the file for the Attachment field"
547
  msgstr ""
548
 
549
- #: contact_form.php:666
550
- #: contact_form.php:695
551
  msgid "Error message when file size limit for the Attachment field is exceeded"
552
  msgstr ""
553
 
554
- #: contact_form.php:667
555
- #: contact_form.php:696
556
  msgid "Error message for the Captcha field"
557
  msgstr ""
558
 
559
- #: contact_form.php:668
560
- #: contact_form.php:697
561
  msgid "Error message for the whole form"
562
  msgstr ""
563
 
564
- #: contact_form.php:670
565
- #: contact_form.php:699
566
- #: contact_form.php:718
567
- #: contact_form.php:724
568
  msgid "Use shortcode"
569
  msgstr ""
570
 
571
- #: contact_form.php:670
572
- #: contact_form.php:699
573
- #: contact_form.php:718
574
- #: contact_form.php:724
575
  msgid "for this language"
576
  msgstr ""
577
 
578
- #: contact_form.php:706
579
  msgid "Action after email is sent"
580
  msgstr ""
581
 
582
  # @ contact_form
583
- #: contact_form.php:708
584
  #, fuzzy
585
  msgid "Display text"
586
  msgstr "Wyświetlaj blok załączników"
587
 
588
- #: contact_form.php:717
589
- #: contact_form.php:723
590
  msgid "Text"
591
  msgstr ""
592
 
593
- #: contact_form.php:730
594
  msgid "Redirect to the page"
595
  msgstr ""
596
 
597
- #: contact_form.php:731
598
  msgid "Url"
599
  msgstr ""
600
 
601
  # @ default
602
- #: contact_form.php:736
603
- #: contact_form.php:913
604
  msgid "Save Changes"
605
  msgstr "Zapisz zmiany"
606
 
607
  # @ contact_form
608
- #: contact_form.php:753
609
  #, fuzzy
610
  msgid "Contact Form Pro | Extra Settings"
611
  msgstr "Opcje Contact Form"
612
 
613
- #: contact_form.php:767
614
  msgid "Errors output"
615
  msgstr ""
616
 
617
- #: contact_form.php:770
618
  msgid "Display error messages"
619
  msgstr ""
620
 
621
- #: contact_form.php:771
622
  msgid "Color of the input field errors."
623
  msgstr ""
624
 
625
- #: contact_form.php:772
626
  msgid "Display error messages & color of the input field errors"
627
  msgstr ""
628
 
629
- #: contact_form.php:777
630
  msgid "Add placeholder to the input blocks"
631
  msgstr ""
632
 
633
  # @ contact_form
634
- #: contact_form.php:783
635
  #, fuzzy
636
  msgid "Add tooltips"
637
  msgstr "Dodatkowe opcje"
638
 
639
  # @ contact_form
640
- #: contact_form.php:797
641
  #, fuzzy
642
  msgid "Email address"
643
  msgstr "Adres e-mail"
644
 
645
- #: contact_form.php:802
646
  msgid "Phone Number"
647
  msgstr ""
648
 
649
  # @ contact_form
650
- #: contact_form.php:816
651
  #, fuzzy
652
  msgid "Attachment"
653
  msgstr "Załączniki:"
654
 
655
- #: contact_form.php:821
656
  msgid "(powered by bestwebsoft.com)"
657
  msgstr ""
658
 
659
  # @ contact_form
660
- #: contact_form.php:826
661
  #, fuzzy
662
  msgid "Style options"
663
  msgstr "Dodatkowe opcje"
664
 
665
- #: contact_form.php:829
666
  msgid "Text color"
667
  msgstr ""
668
 
669
- #: contact_form.php:832
670
- #: contact_form.php:837
671
- #: contact_form.php:847
672
- #: contact_form.php:852
673
- #: contact_form.php:857
674
- #: contact_form.php:862
675
- #: contact_form.php:872
676
- #: contact_form.php:877
677
- #: contact_form.php:883
678
- #: contact_form.php:894
679
- #: contact_form.php:899
680
- #: contact_form.php:904
681
  msgid "Default"
682
  msgstr ""
683
 
684
- #: contact_form.php:834
685
  msgid "Label text color"
686
  msgstr ""
687
 
688
- #: contact_form.php:839
689
  msgid "Placeholder color"
690
  msgstr ""
691
 
692
- #: contact_form.php:844
693
  msgid "Errors color"
694
  msgstr ""
695
 
696
- #: contact_form.php:849
697
  msgid "Error text color"
698
  msgstr ""
699
 
700
- #: contact_form.php:854
701
  msgid "Background color of the input field errors"
702
  msgstr ""
703
 
704
- #: contact_form.php:859
705
  msgid "Border color of the input field errors"
706
  msgstr ""
707
 
708
- #: contact_form.php:864
709
  msgid "Placeholder color of the input field errors"
710
  msgstr ""
711
 
712
  # @ contact_form
713
- #: contact_form.php:869
714
  #, fuzzy
715
  msgid "Input fields"
716
  msgstr "Wyświetlaj blok załączników"
717
 
718
- #: contact_form.php:874
719
  msgid "Input fields background color"
720
  msgstr ""
721
 
722
- #: contact_form.php:879
723
  msgid "Text fields color"
724
  msgstr ""
725
 
726
- #: contact_form.php:881
727
  msgid "Border width in px, numbers only"
728
  msgstr ""
729
 
730
- #: contact_form.php:885
731
- #: contact_form.php:906
732
  msgid "Border color"
733
  msgstr ""
734
 
735
  # @ contact_form
736
- #: contact_form.php:890
737
  #, fuzzy
738
  msgid "Submit button"
739
  msgstr "Wyślij"
740
 
741
- #: contact_form.php:892
742
  msgid "Width in px, numbers only"
743
  msgstr ""
744
 
745
- #: contact_form.php:896
746
  msgid "Button color"
747
  msgstr ""
748
 
749
- #: contact_form.php:901
750
  msgid "Button text color"
751
  msgstr ""
752
 
753
  # @ contact_form
754
- #: contact_form.php:917
755
  #, fuzzy
756
  msgid "Contact Form Pro | Preview"
757
  msgstr "Contact Form"
758
 
759
- #: contact_form.php:920
760
  msgid "Show with errors"
761
  msgstr ""
762
 
763
- #: contact_form.php:928
764
- #: contact_form.php:930
765
  msgid "Please enter your full name..."
766
  msgstr ""
767
 
768
- #: contact_form.php:941
769
- #: contact_form.php:943
770
  msgid "Please enter your address..."
771
  msgstr ""
772
 
773
  # @ contact_form
774
- #: contact_form.php:952
775
- #: contact_form.php:954
776
  #, fuzzy
777
  msgid "Please enter your email address..."
778
  msgstr "Wybierz ten e-mail:"
779
 
780
- #: contact_form.php:963
781
- #: contact_form.php:965
782
  msgid "Please enter your phone number..."
783
  msgstr ""
784
 
785
- #: contact_form.php:974
786
- #: contact_form.php:976
787
  msgid "Please enter subject..."
788
  msgstr ""
789
 
790
- #: contact_form.php:984
791
- #: contact_form.php:986
792
  msgid "Please enter your message..."
793
  msgstr ""
794
 
795
- #: contact_form.php:997
796
  msgid "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"
797
  msgstr ""
798
 
799
  # @ contact_form
800
- #: contact_form.php:1066
801
  msgid "Sorry, email message could not be delivered."
802
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
803
 
804
  # @ contact_form
805
- #: contact_form.php:1150
806
  msgid "You can attach the following file formats"
807
  msgstr "Możesz załączać pliki następujących typów"
808
 
809
  # @ contact_form
810
- #: contact_form.php:1433
811
  msgid "Contact from"
812
  msgstr "Kontakt z"
813
 
814
  # @ contact_form
815
- #: contact_form.php:1446
816
  msgid "Email"
817
  msgstr "E-mail"
818
 
819
  # @ contact_form
820
- #: contact_form.php:1460
821
  msgid "Site"
822
  msgstr "Strona www"
823
 
824
- #: contact_form.php:1521
825
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
826
  msgstr ""
827
 
828
  # @ contact_form
829
- #: contact_form.php:1585
830
  msgid "FAQ"
831
  msgstr "FAQ"
832
 
833
  # @ contact_form
834
- #: contact_form.php:1586
835
  msgid "Support"
836
  msgstr "Wsparcie"
837
 
838
- #: contact_form.php:1645
839
  msgid "Are you sure that you want to delete this language data?"
840
  msgstr ""
841
 
@@ -854,11 +898,6 @@ msgstr ""
854
  #~ msgid "Please enter a valid email address."
855
  #~ msgstr "Wybierz ten e-mail:"
856
 
857
- # @ contact_form
858
- #, fuzzy
859
- #~ msgid "Pro plugins"
860
- #~ msgstr "Polecane wtyczki"
861
-
862
  # @ contact_form
863
  #~ msgid "Activated plugins"
864
  #~ msgstr "Aktywne wtyczki"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form Plugin v3.05\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ contact_form
22
  #: contact_form.php:32
23
+ #: contact_form.php:512
24
  #, fuzzy
25
  msgid "Contact Form Settings"
26
  msgstr "Opcje Contact Form"
38
 
39
  # @ contact_form
40
  #: contact_form.php:33
41
+ #: contact_form.php:553
42
+ #: contact_form.php:834
43
  #, fuzzy
44
  msgid "Contact Form Pro"
45
  msgstr "Contact Form"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:74
49
+ #: contact_form.php:719
50
+ #: contact_form.php:748
51
  msgid "Name:"
52
  msgstr "Imię:"
53
 
54
  # @ contact_form
55
+ #: contact_form.php:75
56
+ #: contact_form.php:720
57
+ #: contact_form.php:749
58
  #, fuzzy
59
  msgid "Address:"
60
  msgstr "Adres e-mail"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:76
64
+ #: contact_form.php:721
65
+ #: contact_form.php:750
66
  msgid "Email Address:"
67
  msgstr "Adres e-mail"
68
 
69
+ #: contact_form.php:77
70
+ #: contact_form.php:722
71
+ #: contact_form.php:751
72
  msgid "Phone number:"
73
  msgstr ""
74
 
75
  # @ contact_form
76
+ #: contact_form.php:78
77
+ #: contact_form.php:723
78
+ #: contact_form.php:752
79
  msgid "Subject:"
80
  msgstr "Temat:"
81
 
82
  # @ contact_form
83
+ #: contact_form.php:79
84
+ #: contact_form.php:724
85
+ #: contact_form.php:753
86
  msgid "Message:"
87
  msgstr "Treść wiadomości:"
88
 
89
  # @ contact_form
90
+ #: contact_form.php:80
91
+ #: contact_form.php:725
92
+ #: contact_form.php:754
93
  msgid "Attachment:"
94
  msgstr "Załączniki:"
95
 
96
  # @ contact_form
97
+ #: contact_form.php:81
98
+ #: contact_form.php:726
99
+ #: contact_form.php:755
100
  msgid "Send me a copy"
101
  msgstr "Wyślij mi kopię"
102
 
103
  # @ contact_form
104
+ #: contact_form.php:82
105
+ #: contact_form.php:727
106
+ #: contact_form.php:756
107
  msgid "Submit"
108
  msgstr "Wyślij"
109
 
110
  # @ contact_form
111
+ #: contact_form.php:83
112
  msgid "Your name is required."
113
  msgstr "Podanie imienia jest wymagane."
114
 
115
  # @ contact_form
116
+ #: contact_form.php:84
117
  #, fuzzy
118
  msgid "Address is required."
119
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
120
 
121
  # @ contact_form
122
+ #: contact_form.php:85
123
  #, fuzzy
124
  msgid "A valid email address is required."
125
  msgstr "Podanie prawidłowego adresu e-mail jest wymagane."
126
 
127
  # @ contact_form
128
+ #: contact_form.php:86
129
  #, fuzzy
130
  msgid "Phone number is required."
131
  msgstr "Podanie imienia jest wymagane."
132
 
133
  # @ contact_form
134
+ #: contact_form.php:87
135
  msgid "Subject is required."
136
  msgstr "Podanie tematu jest wymagane."
137
 
138
  # @ contact_form
139
+ #: contact_form.php:88
140
  msgid "Message text is required."
141
  msgstr "Wiadomość musi mieć jakąś treść."
142
 
143
  # @ contact_form
144
+ #: contact_form.php:89
145
  msgid "File format is not valid."
146
  msgstr "Załącznik jest uszkodzony."
147
 
148
+ #: contact_form.php:90
149
  msgid "File upload error."
150
  msgstr ""
151
 
152
+ #: contact_form.php:91
153
  msgid "The file could not be uploaded."
154
  msgstr ""
155
 
156
+ #: contact_form.php:92
157
  msgid "This file is too large."
158
  msgstr ""
159
 
160
  # @ contact_form
161
+ #: contact_form.php:93
162
  msgid "Please fill out the CAPTCHA."
163
  msgstr "Proszę dokładnie przepisać kod."
164
 
165
  # @ contact_form
166
+ #: contact_form.php:94
167
  msgid "Please make corrections below and try again."
168
  msgstr "Proszę nanieść poprawki i spróbować jeszcze raz."
169
 
170
  # @ contact_form
171
+ #: contact_form.php:96
172
  msgid "Thank you for contacting us."
173
  msgstr "Dziękujemy za wiadomość."
174
 
175
+ #: contact_form.php:188
176
+ msgid "requires"
177
+ msgstr ""
178
+
179
+ #: contact_form.php:188
180
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
181
+ msgstr ""
182
+
183
+ #: contact_form.php:188
184
+ msgid "Back to the WordPress"
185
+ msgstr ""
186
+
187
+ # @ contact_form
188
+ #: contact_form.php:188
189
+ #, fuzzy
190
+ msgid "Plugins page"
191
+ msgstr "Polecane wtyczki"
192
+
193
+ #: contact_form.php:468
194
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
195
  msgstr ""
196
 
197
  # @ contact_form
198
+ #: contact_form.php:477
199
  msgid "Such user does not exist. Settings are not saved."
200
  msgstr "Nie ma takiego użytkownika. Ustawienia nie zostały zapisane."
201
 
202
  # @ contact_form
203
+ #: contact_form.php:481
204
+ #: contact_form.php:487
205
  #, fuzzy
206
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
207
  msgstr "Proszę wpisać prawidłowy e-mail. Ustawienia nie zostały zapisane."
208
 
209
  # @ contact_form
210
+ #: contact_form.php:492
211
  #, fuzzy
212
  msgid "Settings saved."
213
  msgstr "Opcje zapisano"
214
 
215
  # @ contact_form
216
+ #: contact_form.php:516
217
+ #: contact_form.php:828
218
+ #: contact_form.php:1657
219
+ #: contact_form.php:1668
220
  msgid "Settings"
221
  msgstr "Ustawienia"
222
 
223
  # @ contact_form
224
+ #: contact_form.php:517
225
+ #: contact_form.php:829
226
  #, fuzzy
227
  msgid "Extra settings"
228
  msgstr "Ustawienia"
229
 
230
  # @ contact_form
231
+ #: contact_form.php:522
232
+ #: contact_form.php:1085
233
  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:"
234
  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:"
235
 
236
+ #: contact_form.php:522
237
+ #: contact_form.php:523
238
+ #: contact_form.php:741
239
+ #: contact_form.php:789
240
  msgid "or"
241
  msgstr ""
242
 
243
+ #: contact_form.php:523
244
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
245
  msgstr ""
246
 
247
+ #: contact_form.php:524
248
  msgid "They work the same way."
249
  msgstr ""
250
 
251
  # @ contact_form
252
+ #: contact_form.php:525
253
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
254
  msgstr "Jeśli poniższe pola zostaną puste, wiadomość zostanie wysłana na adres podany podczas rejestracji."
255
 
256
  # @ contact_form
257
+ #: contact_form.php:529
258
  msgid "The user's email address:"
259
  msgstr "Użyj adresu e-mail użytkownika:"
260
 
261
  # @ contact_form
262
+ #: contact_form.php:533
263
  msgid "Create a username"
264
  msgstr "Wybierz użytkownika"
265
 
266
  # @ contact_form
267
+ #: contact_form.php:538
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "Wybierz użytkownika, który będzie dostawał wiadomości z formularza."
270
 
271
  # @ contact_form
272
+ #: contact_form.php:542
273
  msgid "Use this email address:"
274
  msgstr "Wybierz ten e-mail:"
275
 
276
  # @ contact_form
277
+ #: contact_form.php:545
278
  msgid "Enter the email address you want the messages forwarded to."
279
  msgstr "Ustaw adres e-mail, który będzie używany do odbierania wiadomości."
280
 
281
+ #: contact_form.php:549
282
  msgid "Add department selectbox to the contact form:"
283
  msgstr ""
284
 
285
+ #: contact_form.php:552
286
+ #: contact_form.php:833
287
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
288
  msgstr ""
289
 
290
+ #: contact_form.php:560
291
+ msgid "Save emails to the database"
292
+ msgstr ""
293
+
294
+ #: contact_form.php:568
295
+ #: contact_form.php:571
296
+ #: contact_form.php:575
297
+ msgid "Using Contact Form to DB powered by"
298
+ msgstr ""
299
+
300
+ # @ contact_form
301
+ #: contact_form.php:571
302
+ #, fuzzy
303
+ msgid "Activate Contact Form to DB"
304
+ msgstr "Contact Form"
305
+
306
+ # @ contact_form
307
+ #: contact_form.php:575
308
+ #, fuzzy
309
+ msgid "Download Contact Form to DB"
310
+ msgstr "Contact Form"
311
+
312
  # @ contact_form
313
+ #: contact_form.php:580
314
  msgid "Additional options"
315
  msgstr "Dodatkowe opcje"
316
 
317
+ #: contact_form.php:583
318
  msgid "What to use?"
319
  msgstr ""
320
 
321
  # @ contact_form
322
+ #: contact_form.php:586
323
  msgid "Wp-mail"
324
  msgstr "Wp-mail"
325
 
326
+ #: contact_form.php:586
327
  msgid "You can use the wp_mail function for mailing"
328
  msgstr ""
329
 
330
  # @ contact_form
331
+ #: contact_form.php:588
332
  msgid "Mail"
333
  msgstr "Mail"
334
 
335
+ #: contact_form.php:588
336
  msgid "To send mail you can use the php mail function"
337
  msgstr ""
338
 
339
  # @ contact_form
340
+ #: contact_form.php:592
341
  #, fuzzy
342
  msgid "The text in the 'From' field"
343
  msgstr "Zmień od pola formularza"
344
 
345
+ #: contact_form.php:594
346
  msgid "User name"
347
  msgstr ""
348
 
349
+ #: contact_form.php:595
350
  msgid "The name of the user who fills the form will be used in the field 'From'."
351
  msgstr ""
352
 
353
  # @ contact_form
354
+ #: contact_form.php:600
355
  #, fuzzy
356
  msgid "This text will be used in the 'FROM' field"
357
  msgstr "Zmień od pola formularza"
358
 
359
+ #: contact_form.php:604
360
  msgid "The email address in the 'From' field"
361
  msgstr ""
362
 
363
+ #: contact_form.php:606
364
  msgid "User email"
365
  msgstr ""
366
 
367
+ #: contact_form.php:607
368
  msgid "The email address of the user who fills the form will be used in the field 'From'."
369
  msgstr ""
370
 
371
+ #: contact_form.php:609
372
  msgid "This email address will be used in the 'From' field."
373
  msgstr ""
374
 
375
  # @ contact_form
376
+ #: contact_form.php:613
377
  #, fuzzy
378
  msgid "Display fields"
379
  msgstr "Wyświetlaj blok załączników"
380
 
381
  # @ contact_form
382
+ #: contact_form.php:615
383
+ #: contact_form.php:665
384
+ #: contact_form.php:865
385
+ #: contact_form.php:1525
386
  #, fuzzy
387
  msgid "Address"
388
  msgstr "Adres e-mail"
389
 
390
+ #: contact_form.php:616
391
+ #: contact_form.php:667
392
+ #: contact_form.php:1533
393
  msgid "Phone"
394
  msgstr ""
395
 
396
  # @ contact_form
397
+ #: contact_form.php:617
398
  #, fuzzy
399
  msgid "Attachment block"
400
  msgstr "Wyświetlaj blok załączników"
401
 
402
  # @ contact_form
403
+ #: contact_form.php:617
404
  msgid "Users can attach the following file formats"
405
  msgstr "Można załączać pliki następujących typów"
406
 
407
+ #: contact_form.php:626
408
+ #: contact_form.php:629
409
+ #: contact_form.php:633
410
+ #: contact_form.php:894
411
  msgid "Captcha"
412
  msgstr ""
413
 
414
+ #: contact_form.php:626
415
+ #: contact_form.php:629
416
+ #: contact_form.php:633
417
  msgid "powered by"
418
  msgstr ""
419
 
420
  # @ contact_form
421
+ #: contact_form.php:629
422
  #, fuzzy
423
  msgid "Activate captcha"
424
  msgstr "Aktywne wtyczki"
425
 
426
  # @ contact_form
427
+ #: contact_form.php:633
428
  #, fuzzy
429
  msgid "Download captcha"
430
  msgstr "Pobierz"
431
 
432
  # @ contact_form
433
+ #: contact_form.php:638
434
  #, fuzzy
435
  msgid "Display tips below the Attachment block"
436
  msgstr "Wyświetlaj blok załączników"
437
 
438
+ #: contact_form.php:647
439
  msgid "Delete an attachment file from the server after the email is sent"
440
  msgstr ""
441
 
442
  # @ contact_form
443
+ #: contact_form.php:653
444
  #, fuzzy
445
  msgid "Display 'Send me a copy' block"
446
  msgstr "Wyświetlaj blok wysyłania kopii do nadawcy"
447
 
448
+ #: contact_form.php:662
449
  msgid "Required fields"
450
  msgstr ""
451
 
452
  # @ contact_form
453
+ #: contact_form.php:664
454
+ #: contact_form.php:860
455
+ #: contact_form.php:1520
456
  msgid "Name"
457
  msgstr "Imię"
458
 
459
  # @ contact_form
460
+ #: contact_form.php:666
461
  #, fuzzy
462
  msgid "Email Address"
463
  msgstr "Adres e-mail"
464
 
465
  # @ contact_form
466
+ #: contact_form.php:668
467
+ #: contact_form.php:880
468
+ #: contact_form.php:1536
469
  msgid "Subject"
470
  msgstr "Temat"
471
 
472
  # @ contact_form
473
+ #: contact_form.php:669
474
+ #: contact_form.php:884
475
+ #: contact_form.php:1539
476
  msgid "Message"
477
  msgstr "Wiadomość"
478
 
479
+ #: contact_form.php:673
480
+ msgid "Display the asterisk near required fields"
481
+ msgstr ""
482
+
483
+ #: contact_form.php:679
484
  msgid "Display additional info in the email"
485
  msgstr ""
486
 
487
  # @ contact_form
488
+ #: contact_form.php:684
489
+ #: contact_form.php:1492
490
  msgid "Sent from (ip address)"
491
  msgstr "Przysłane z (adres IP)"
492
 
493
  # @ contact_form
494
+ #: contact_form.php:684
495
  #, fuzzy
496
  msgid "Example: Sent from (IP address):\t127.0.0.1"
497
  msgstr "Przysłane z (adres IP)"
498
 
499
  # @ contact_form
500
+ #: contact_form.php:685
501
+ #: contact_form.php:1497
502
  msgid "Date/Time"
503
  msgstr "Data/czas"
504
 
505
+ #: contact_form.php:685
506
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
507
  msgstr ""
508
 
509
  # @ contact_form
510
+ #: contact_form.php:686
511
+ #: contact_form.php:1502
512
  msgid "Sent from (referer)"
513
  msgstr "Przekierowane z (referrer)"
514
 
515
+ #: contact_form.php:686
516
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
517
  msgstr ""
518
 
519
  # @ contact_form
520
+ #: contact_form.php:687
521
+ #: contact_form.php:1507
522
  msgid "Using (user agent)"
523
  msgstr "Klient (program użytkownika)"
524
 
525
+ #: contact_form.php:687
526
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
527
  msgstr ""
528
 
529
+ #: contact_form.php:691
530
  msgid "Language settings for the field names in the form"
531
  msgstr ""
532
 
533
+ #: contact_form.php:700
534
  msgid "Add a language"
535
  msgstr ""
536
 
537
  # @ contact_form
538
+ #: contact_form.php:704
539
  #, fuzzy
540
  msgid "Change the names of the contact form fields and error messages"
541
  msgstr "Zmień etykiety pól formularza"
542
 
 
543
  #: contact_form.php:709
544
+ #: contact_form.php:780
545
  msgid "English"
546
  msgstr ""
547
 
548
+ #: contact_form.php:728
549
+ #: contact_form.php:757
550
  msgid "Error message for the Name field"
551
  msgstr ""
552
 
553
+ #: contact_form.php:729
554
+ #: contact_form.php:758
555
  msgid "Error message for the Address field"
556
  msgstr ""
557
 
558
+ #: contact_form.php:730
559
+ #: contact_form.php:759
560
  msgid "Error message for the Email field"
561
  msgstr ""
562
 
563
+ #: contact_form.php:731
564
+ #: contact_form.php:760
565
  msgid "Error message for the Phone field"
566
  msgstr ""
567
 
568
+ #: contact_form.php:732
569
+ #: contact_form.php:761
570
  msgid "Error message for the Subject field"
571
  msgstr ""
572
 
573
+ #: contact_form.php:733
574
+ #: contact_form.php:762
575
  msgid "Error message for the Message field"
576
  msgstr ""
577
 
578
+ #: contact_form.php:734
579
+ #: contact_form.php:763
580
  msgid "Error message about the file type for the Attachment field"
581
  msgstr ""
582
 
583
+ #: contact_form.php:735
584
+ #: contact_form.php:764
585
  msgid "Error message while uploading a file for the Attachment field to the server"
586
  msgstr ""
587
 
588
+ #: contact_form.php:736
589
+ #: contact_form.php:765
590
  msgid "Error message while moving the file for the Attachment field"
591
  msgstr ""
592
 
593
+ #: contact_form.php:737
594
+ #: contact_form.php:766
595
  msgid "Error message when file size limit for the Attachment field is exceeded"
596
  msgstr ""
597
 
598
+ #: contact_form.php:738
599
+ #: contact_form.php:767
600
  msgid "Error message for the Captcha field"
601
  msgstr ""
602
 
603
+ #: contact_form.php:739
604
+ #: contact_form.php:768
605
  msgid "Error message for the whole form"
606
  msgstr ""
607
 
608
+ #: contact_form.php:741
609
+ #: contact_form.php:770
610
+ #: contact_form.php:789
611
+ #: contact_form.php:795
612
  msgid "Use shortcode"
613
  msgstr ""
614
 
615
+ #: contact_form.php:741
616
+ #: contact_form.php:770
617
+ #: contact_form.php:789
618
+ #: contact_form.php:795
619
  msgid "for this language"
620
  msgstr ""
621
 
622
+ #: contact_form.php:777
623
  msgid "Action after email is sent"
624
  msgstr ""
625
 
626
  # @ contact_form
627
+ #: contact_form.php:779
628
  #, fuzzy
629
  msgid "Display text"
630
  msgstr "Wyświetlaj blok załączników"
631
 
632
+ #: contact_form.php:788
633
+ #: contact_form.php:794
634
  msgid "Text"
635
  msgstr ""
636
 
637
+ #: contact_form.php:802
638
  msgid "Redirect to the page"
639
  msgstr ""
640
 
641
+ #: contact_form.php:803
642
  msgid "Url"
643
  msgstr ""
644
 
645
  # @ default
646
+ #: contact_form.php:809
647
+ #: contact_form.php:986
648
  msgid "Save Changes"
649
  msgstr "Zapisz zmiany"
650
 
651
  # @ contact_form
652
+ #: contact_form.php:826
653
  #, fuzzy
654
  msgid "Contact Form Pro | Extra Settings"
655
  msgstr "Opcje Contact Form"
656
 
657
+ #: contact_form.php:840
658
  msgid "Errors output"
659
  msgstr ""
660
 
661
+ #: contact_form.php:843
662
  msgid "Display error messages"
663
  msgstr ""
664
 
665
+ #: contact_form.php:844
666
  msgid "Color of the input field errors."
667
  msgstr ""
668
 
669
+ #: contact_form.php:845
670
  msgid "Display error messages & color of the input field errors"
671
  msgstr ""
672
 
673
+ #: contact_form.php:850
674
  msgid "Add placeholder to the input blocks"
675
  msgstr ""
676
 
677
  # @ contact_form
678
+ #: contact_form.php:856
679
  #, fuzzy
680
  msgid "Add tooltips"
681
  msgstr "Dodatkowe opcje"
682
 
683
  # @ contact_form
684
+ #: contact_form.php:870
685
  #, fuzzy
686
  msgid "Email address"
687
  msgstr "Adres e-mail"
688
 
689
+ #: contact_form.php:875
690
  msgid "Phone Number"
691
  msgstr ""
692
 
693
  # @ contact_form
694
+ #: contact_form.php:889
695
  #, fuzzy
696
  msgid "Attachment"
697
  msgstr "Załączniki:"
698
 
699
+ #: contact_form.php:894
700
  msgid "(powered by bestwebsoft.com)"
701
  msgstr ""
702
 
703
  # @ contact_form
704
+ #: contact_form.php:899
705
  #, fuzzy
706
  msgid "Style options"
707
  msgstr "Dodatkowe opcje"
708
 
709
+ #: contact_form.php:902
710
  msgid "Text color"
711
  msgstr ""
712
 
713
+ #: contact_form.php:905
714
+ #: contact_form.php:910
715
+ #: contact_form.php:920
716
+ #: contact_form.php:925
717
+ #: contact_form.php:930
718
+ #: contact_form.php:935
719
+ #: contact_form.php:945
720
+ #: contact_form.php:950
721
+ #: contact_form.php:956
722
+ #: contact_form.php:967
723
+ #: contact_form.php:972
724
+ #: contact_form.php:977
725
  msgid "Default"
726
  msgstr ""
727
 
728
+ #: contact_form.php:907
729
  msgid "Label text color"
730
  msgstr ""
731
 
732
+ #: contact_form.php:912
733
  msgid "Placeholder color"
734
  msgstr ""
735
 
736
+ #: contact_form.php:917
737
  msgid "Errors color"
738
  msgstr ""
739
 
740
+ #: contact_form.php:922
741
  msgid "Error text color"
742
  msgstr ""
743
 
744
+ #: contact_form.php:927
745
  msgid "Background color of the input field errors"
746
  msgstr ""
747
 
748
+ #: contact_form.php:932
749
  msgid "Border color of the input field errors"
750
  msgstr ""
751
 
752
+ #: contact_form.php:937
753
  msgid "Placeholder color of the input field errors"
754
  msgstr ""
755
 
756
  # @ contact_form
757
+ #: contact_form.php:942
758
  #, fuzzy
759
  msgid "Input fields"
760
  msgstr "Wyświetlaj blok załączników"
761
 
762
+ #: contact_form.php:947
763
  msgid "Input fields background color"
764
  msgstr ""
765
 
766
+ #: contact_form.php:952
767
  msgid "Text fields color"
768
  msgstr ""
769
 
770
+ #: contact_form.php:954
771
  msgid "Border width in px, numbers only"
772
  msgstr ""
773
 
774
+ #: contact_form.php:958
775
+ #: contact_form.php:979
776
  msgid "Border color"
777
  msgstr ""
778
 
779
  # @ contact_form
780
+ #: contact_form.php:963
781
  #, fuzzy
782
  msgid "Submit button"
783
  msgstr "Wyślij"
784
 
785
+ #: contact_form.php:965
786
  msgid "Width in px, numbers only"
787
  msgstr ""
788
 
789
+ #: contact_form.php:969
790
  msgid "Button color"
791
  msgstr ""
792
 
793
+ #: contact_form.php:974
794
  msgid "Button text color"
795
  msgstr ""
796
 
797
  # @ contact_form
798
+ #: contact_form.php:990
799
  #, fuzzy
800
  msgid "Contact Form Pro | Preview"
801
  msgstr "Contact Form"
802
 
803
+ #: contact_form.php:993
804
  msgid "Show with errors"
805
  msgstr ""
806
 
807
+ #: contact_form.php:1001
808
+ #: contact_form.php:1003
809
  msgid "Please enter your full name..."
810
  msgstr ""
811
 
812
+ #: contact_form.php:1014
813
+ #: contact_form.php:1016
814
  msgid "Please enter your address..."
815
  msgstr ""
816
 
817
  # @ contact_form
818
+ #: contact_form.php:1025
819
+ #: contact_form.php:1027
820
  #, fuzzy
821
  msgid "Please enter your email address..."
822
  msgstr "Wybierz ten e-mail:"
823
 
824
+ #: contact_form.php:1036
825
+ #: contact_form.php:1038
826
  msgid "Please enter your phone number..."
827
  msgstr ""
828
 
829
+ #: contact_form.php:1047
830
+ #: contact_form.php:1049
831
  msgid "Please enter subject..."
832
  msgstr ""
833
 
834
+ #: contact_form.php:1057
835
+ #: contact_form.php:1059
836
  msgid "Please enter your message..."
837
  msgstr ""
838
 
839
+ #: contact_form.php:1070
840
  msgid "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"
841
  msgstr ""
842
 
843
  # @ contact_form
844
+ #: contact_form.php:1137
845
  msgid "Sorry, email message could not be delivered."
846
  msgstr "Niestety, ten e-mail nie mógł zostać dostarczony."
847
 
848
  # @ contact_form
849
+ #: contact_form.php:1221
850
  msgid "You can attach the following file formats"
851
  msgstr "Możesz załączać pliki następujących typów"
852
 
853
  # @ contact_form
854
+ #: contact_form.php:1515
855
  msgid "Contact from"
856
  msgstr "Kontakt z"
857
 
858
  # @ contact_form
859
+ #: contact_form.php:1528
860
  msgid "Email"
861
  msgstr "E-mail"
862
 
863
  # @ contact_form
864
+ #: contact_form.php:1542
865
  msgid "Site"
866
  msgstr "Strona www"
867
 
868
+ #: contact_form.php:1605
869
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
870
  msgstr ""
871
 
872
  # @ contact_form
873
+ #: contact_form.php:1669
874
  msgid "FAQ"
875
  msgstr "FAQ"
876
 
877
  # @ contact_form
878
+ #: contact_form.php:1670
879
  msgid "Support"
880
  msgstr "Wsparcie"
881
 
882
+ #: contact_form.php:1727
883
  msgid "Are you sure that you want to delete this language data?"
884
  msgstr ""
885
 
898
  #~ msgid "Please enter a valid email address."
899
  #~ msgstr "Wybierz ten e-mail:"
900
 
 
 
 
 
 
901
  # @ contact_form
902
  #~ msgid "Activated plugins"
903
  #~ msgstr "Aktywne wtyczki"
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-10-01 17:04+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
 
21
  # @ contact_form
22
  #: contact_form.php:32
23
- #: contact_form.php:466
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
@@ -36,862 +36,906 @@ msgstr "Configurações Extras do Formulário de Contato Pro"
36
 
37
  # @ contact_form
38
  #: contact_form.php:33
39
- #: contact_form.php:507
40
- #: contact_form.php:761
41
  msgid "Contact Form Pro"
42
  msgstr "Formulário de Contato Pro"
43
 
44
  # @ contact_form
45
- #: contact_form.php:73
46
- #: contact_form.php:648
47
- #: contact_form.php:677
48
  msgid "Name:"
49
  msgstr "Nome:"
50
 
51
  # @ contact_form
52
- #: contact_form.php:74
53
- #: contact_form.php:649
54
- #: contact_form.php:678
55
  msgid "Address:"
56
  msgstr "Endereço:"
57
 
58
  # @ contact_form
59
- #: contact_form.php:75
60
- #: contact_form.php:650
61
- #: contact_form.php:679
62
  msgid "Email Address:"
63
  msgstr "Endereço de E-mail:"
64
 
65
  # @ contact_form
66
- #: contact_form.php:76
67
- #: contact_form.php:651
68
- #: contact_form.php:680
69
  msgid "Phone number:"
70
  msgstr "Número de Telefone:"
71
 
72
  # @ contact_form
73
- #: contact_form.php:77
74
- #: contact_form.php:652
75
- #: contact_form.php:681
76
  msgid "Subject:"
77
  msgstr "Assunto:"
78
 
79
  # @ contact_form
80
- #: contact_form.php:78
81
- #: contact_form.php:653
82
- #: contact_form.php:682
83
  msgid "Message:"
84
  msgstr "Mensagem:"
85
 
86
  # @ contact_form
87
- #: contact_form.php:79
88
- #: contact_form.php:654
89
- #: contact_form.php:683
90
  msgid "Attachment:"
91
  msgstr "Anexo:"
92
 
93
  # @ contact_form
94
- #: contact_form.php:80
95
- #: contact_form.php:655
96
- #: contact_form.php:684
97
  msgid "Send me a copy"
98
  msgstr "Envie-me uma cópia"
99
 
100
  # @ contact_form
101
- #: contact_form.php:81
102
- #: contact_form.php:656
103
- #: contact_form.php:685
104
  msgid "Submit"
105
  msgstr "Enviar"
106
 
107
  # @ contact_form
108
- #: contact_form.php:82
109
  msgid "Your name is required."
110
  msgstr "Seu nome é obrigatório"
111
 
112
  # @ contact_form
113
- #: contact_form.php:83
114
  msgid "Address is required."
115
  msgstr "Endereço é obrigatório."
116
 
117
  # @ contact_form
118
- #: contact_form.php:84
119
  msgid "A valid email address is required."
120
  msgstr "Um e-mail válido é obrigatório."
121
 
122
  # @ contact_form
123
- #: contact_form.php:85
124
  msgid "Phone number is required."
125
  msgstr "Telefone é obrigatório."
126
 
127
  # @ contact_form
128
- #: contact_form.php:86
129
  msgid "Subject is required."
130
  msgstr "O Assunto da mensagem é obrigatório."
131
 
132
  # @ contact_form
133
- #: contact_form.php:87
134
  msgid "Message text is required."
135
  msgstr "O texto da Mensagem é obrigatório."
136
 
137
  # @ contact_form
138
- #: contact_form.php:88
139
  msgid "File format is not valid."
140
  msgstr "Impossível anexar arquivo. "
141
 
142
  # @ contact_form
143
- #: contact_form.php:89
144
  msgid "File upload error."
145
  msgstr "Erro no upload do arquivo."
146
 
147
  # @ contact_form
148
- #: contact_form.php:90
149
  msgid "The file could not be uploaded."
150
  msgstr "O foi possível fazer upload do arquivo."
151
 
152
  # @ contact_form
153
- #: contact_form.php:91
154
  msgid "This file is too large."
155
  msgstr "Este arquivo é muito grande."
156
 
157
  # @ contact_form
158
- #: contact_form.php:92
159
  msgid "Please fill out the CAPTCHA."
160
  msgstr "Por favor, complete a resposta da charada ."
161
 
162
  # @ contact_form
163
- #: contact_form.php:93
164
  msgid "Please make corrections below and try again."
165
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
166
 
167
  # @ bestwebsoft
168
  # @ contact_form
169
- #: contact_form.php:95
170
  msgid "Thank you for contacting us."
171
  msgstr "Obrigado por nos contatar"
172
 
173
  # @ contact_form
174
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
176
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
177
 
178
  # @ contact_form
179
- #: contact_form.php:431
180
  msgid "Such user does not exist. Settings are not saved."
181
  msgstr "Tal usuário não existe. Configurações não foram salvas."
182
 
183
  # @ contact_form
184
- #: contact_form.php:435
185
- #: contact_form.php:441
186
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
187
  msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
188
 
189
  # @ contact_form
190
- #: contact_form.php:446
191
  msgid "Settings saved."
192
  msgstr "As configurações foram salvas."
193
 
194
  # @ bestwebsoft
195
  # @ contact_form
196
- #: contact_form.php:470
197
- #: contact_form.php:755
198
- #: contact_form.php:1573
199
- #: contact_form.php:1584
200
  msgid "Settings"
201
  msgstr "Configurações"
202
 
203
  # @ contact_form
204
- #: contact_form.php:471
205
- #: contact_form.php:756
206
  msgid "Extra settings"
207
  msgstr "Configurações extras"
208
 
209
  # @ contact_form
210
- #: contact_form.php:476
211
- #: contact_form.php:1012
212
  msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
213
  msgstr "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:"
214
 
215
  # @ contact_form
216
- #: contact_form.php:476
217
- #: contact_form.php:477
218
- #: contact_form.php:670
219
- #: contact_form.php:718
220
  msgid "or"
221
  msgstr "ou"
222
 
223
  # @ contact_form
224
- #: contact_form.php:477
225
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
226
  msgstr "Se tiver quaisquer problemas com o shortcode padrão [contact_form], você deve usar o shortcode"
227
 
228
  # @ contact_form
229
- #: contact_form.php:478
230
  msgid "They work the same way."
231
  msgstr "Eles funcionam da mesma forma."
232
 
233
  # @ contact_form
234
- #: contact_form.php:479
235
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
236
  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."
237
 
238
  # @ contact_form
239
- #: contact_form.php:483
240
  msgid "The user's email address:"
241
  msgstr "Use o email de um usuário do wordpress:"
242
 
243
  # @ contact_form
244
- #: contact_form.php:487
245
  msgid "Create a username"
246
  msgstr "Selecione o nome do usuário"
247
 
248
  # @ contact_form
249
- #: contact_form.php:492
250
  msgid "Enter a username of the person who should get the messages from the contact form."
251
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
252
 
253
  # @ contact_form
254
- #: contact_form.php:496
255
  msgid "Use this email address:"
256
  msgstr "Use este email:"
257
 
258
  # @ contact_form
259
- #: contact_form.php:499
260
  msgid "Enter the email address you want the messages forwarded to."
261
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
262
 
263
- #: contact_form.php:503
264
  msgid "Add department selectbox to the contact form:"
265
  msgstr ""
266
 
267
  # @ contact_form
268
- #: contact_form.php:506
269
- #: contact_form.php:760
270
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
271
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  # @ contact_form
274
- #: contact_form.php:515
275
  msgid "Additional options"
276
  msgstr "Opções adicionais"
277
 
278
  # @ contact_form
279
- #: contact_form.php:518
280
  msgid "What to use?"
281
  msgstr "O que usar?"
282
 
283
  # @ contact_form
284
- #: contact_form.php:521
285
  msgid "Wp-mail"
286
  msgstr "Wp-mail"
287
 
288
  # @ contact_form
289
- #: contact_form.php:522
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
294
- #: contact_form.php:528
295
  msgid "Mail"
296
  msgstr "Mail"
297
 
298
  # @ contact_form
299
- #: contact_form.php:529
300
  msgid "To send mail you can use the php mail function"
301
  msgstr "Para enviar emails você pode usar a função mail() do php"
302
 
303
  # @ contact_form
304
- #: contact_form.php:533
305
  #, fuzzy
306
  msgid "The text in the 'From' field"
307
  msgstr "Mude o texto do campo 'DE'"
308
 
309
  # @ contact_form
310
- #: contact_form.php:535
311
  #, fuzzy
312
  msgid "User name"
313
  msgstr "Email do usuário"
314
 
315
  # @ contact_form
316
- #: contact_form.php:535
317
  #, fuzzy
318
  msgid "The name of the user who fills the form will be used in the field 'From'."
319
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
320
 
321
  # @ contact_form
322
- #: contact_form.php:537
323
  #, fuzzy
324
  msgid "This text will be used in the 'FROM' field"
325
  msgstr "Este endereço de email será usado no campo 'De'"
326
 
327
  # @ contact_form
328
- #: contact_form.php:541
329
  #, fuzzy
330
  msgid "The email address in the 'From' field"
331
  msgstr "Entre com o endereço de e-mail no campo 'De'"
332
 
333
  # @ contact_form
334
- #: contact_form.php:543
335
  msgid "User email"
336
  msgstr "Email do usuário"
337
 
338
  # @ contact_form
339
- #: contact_form.php:543
340
  msgid "The email address of the user who fills the form will be used in the field 'From'."
341
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
342
 
343
  # @ contact_form
344
- #: contact_form.php:545
345
  msgid "This email address will be used in the 'From' field."
346
  msgstr "Este endereço de email será usado no campo 'De'"
347
 
348
  # @ contact_form
349
- #: contact_form.php:549
350
  msgid "Display fields"
351
  msgstr "Mostrar campos"
352
 
353
  # @ contact_form
354
- #: contact_form.php:551
355
- #: contact_form.php:600
356
- #: contact_form.php:792
357
- #: contact_form.php:1443
358
  msgid "Address"
359
  msgstr "Endereço"
360
 
361
  # @ contact_form
362
- #: contact_form.php:552
363
- #: contact_form.php:602
364
- #: contact_form.php:1451
365
  msgid "Phone"
366
  msgstr "Telefone"
367
 
368
  # @ contact_form
369
- #: contact_form.php:553
370
  msgid "Attachment block"
371
  msgstr "Bloco de anexos"
372
 
373
  # @ contact_form
374
- #: contact_form.php:553
375
  msgid "Users can attach the following file formats"
376
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
377
 
378
  # @ contact_form
379
- #: contact_form.php:565
380
- #: contact_form.php:568
381
- #: contact_form.php:571
382
- #: contact_form.php:821
383
  msgid "Captcha"
384
  msgstr "Captcha"
385
 
386
  # @ contact_form
387
- #: contact_form.php:565
388
- #: contact_form.php:568
389
- #: contact_form.php:571
390
  msgid "powered by"
391
  msgstr "movido a"
392
 
393
  # @ contact_form
394
- #: contact_form.php:568
395
  msgid "Activate captcha"
396
  msgstr "Ativar captcha"
397
 
398
  # @ contact_form
399
- #: contact_form.php:571
400
  msgid "Download captcha"
401
  msgstr "Fazer Download do Captcha"
402
 
403
  # @ contact_form
404
- #: contact_form.php:576
405
  msgid "Display tips below the Attachment block"
406
  msgstr "Exibir dicas abaixo do bloco de Anexos"
407
 
408
  # @ contact_form
409
- #: contact_form.php:585
410
  msgid "Delete an attachment file from the server after the email is sent"
411
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
412
 
413
  # @ contact_form
414
- #: contact_form.php:591
415
  msgid "Display 'Send me a copy' block"
416
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
417
 
418
  # @ contact_form
419
- #: contact_form.php:597
420
  msgid "Required fields"
421
  msgstr "Campos obrigatórios"
422
 
423
  # @ contact_form
424
- #: contact_form.php:599
425
- #: contact_form.php:787
426
- #: contact_form.php:1438
427
  msgid "Name"
428
  msgstr "Nome"
429
 
430
  # @ contact_form
431
- #: contact_form.php:601
432
  msgid "Email Address"
433
  msgstr "Endereço de email"
434
 
435
  # @ contact_form
436
- #: contact_form.php:603
437
- #: contact_form.php:807
438
- #: contact_form.php:1454
439
  msgid "Subject"
440
  msgstr "Assunto"
441
 
442
  # @ contact_form
443
- #: contact_form.php:604
444
- #: contact_form.php:811
445
- #: contact_form.php:1457
446
  msgid "Message"
447
  msgstr "Mensagem"
448
 
 
 
 
 
449
  # @ contact_form
450
- #: contact_form.php:608
451
  msgid "Display additional info in the email"
452
  msgstr "Mostre informações adicionais no email"
453
 
454
  # @ contact_form
455
- #: contact_form.php:613
456
- #: contact_form.php:1410
457
  msgid "Sent from (ip address)"
458
  msgstr "Enviado de (Endereço IP)"
459
 
460
  # @ contact_form
461
- #: contact_form.php:613
462
  msgid "Example: Sent from (IP address):\t127.0.0.1"
463
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
464
 
465
  # @ contact_form
466
- #: contact_form.php:614
467
- #: contact_form.php:1415
468
  msgid "Date/Time"
469
  msgstr "Data / Hora"
470
 
471
  # @ contact_form
472
- #: contact_form.php:614
473
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
474
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
475
 
476
  # @ contact_form
477
- #: contact_form.php:615
478
- #: contact_form.php:1420
479
  msgid "Sent from (referer)"
480
  msgstr "Vindo de (origem)"
481
 
482
  # @ contact_form
483
- #: contact_form.php:615
484
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
485
  msgstr "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
486
 
487
  # @ contact_form
488
- #: contact_form.php:616
489
- #: contact_form.php:1425
490
  msgid "Using (user agent)"
491
  msgstr "Usando (cliente de email)"
492
 
493
  # @ contact_form
494
- #: contact_form.php:616
495
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
496
  msgstr "Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
497
 
498
  # @ contact_form
499
- #: contact_form.php:620
500
  msgid "Language settings for the field names in the form"
501
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
502
 
503
  # @ contact_form
504
- #: contact_form.php:629
505
  msgid "Add a language"
506
  msgstr "Adicione um idioma"
507
 
508
  # @ contact_form
509
- #: contact_form.php:633
510
  msgid "Change the names of the contact form fields and error messages"
511
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
512
 
513
  # @ contact_form
514
- #: contact_form.php:638
515
  #: contact_form.php:709
 
516
  msgid "English"
517
  msgstr "Inglês"
518
 
519
  # @ contact_form
520
- #: contact_form.php:657
521
- #: contact_form.php:686
522
  msgid "Error message for the Name field"
523
  msgstr "Mensagem de erro para o campo Nome"
524
 
525
  # @ contact_form
526
- #: contact_form.php:658
527
- #: contact_form.php:687
528
  msgid "Error message for the Address field"
529
  msgstr "Mensagem de erro para o campo Endereço"
530
 
531
  # @ contact_form
532
- #: contact_form.php:659
533
- #: contact_form.php:688
534
  msgid "Error message for the Email field"
535
  msgstr "Mensagem de erro para o campo Email"
536
 
537
  # @ contact_form
538
- #: contact_form.php:660
539
- #: contact_form.php:689
540
  msgid "Error message for the Phone field"
541
  msgstr "Mensagem de erro para o campo Telefone"
542
 
543
  # @ contact_form
544
- #: contact_form.php:661
545
- #: contact_form.php:690
546
  msgid "Error message for the Subject field"
547
  msgstr "Mensagem de erro para o campo Assunto"
548
 
549
  # @ contact_form
550
- #: contact_form.php:662
551
- #: contact_form.php:691
552
  msgid "Error message for the Message field"
553
  msgstr "Mensagem de erro para o campo Mensagem"
554
 
555
  # @ contact_form
556
- #: contact_form.php:663
557
- #: contact_form.php:692
558
  msgid "Error message about the file type for the Attachment field"
559
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
560
 
561
  # @ contact_form
562
- #: contact_form.php:664
563
- #: contact_form.php:693
564
  msgid "Error message while uploading a file for the Attachment field to the server"
565
  msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
566
 
567
  # @ contact_form
568
- #: contact_form.php:665
569
- #: contact_form.php:694
570
  msgid "Error message while moving the file for the Attachment field"
571
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
572
 
573
  # @ contact_form
574
- #: contact_form.php:666
575
- #: contact_form.php:695
576
  msgid "Error message when file size limit for the Attachment field is exceeded"
577
  msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
578
 
579
  # @ contact_form
580
- #: contact_form.php:667
581
- #: contact_form.php:696
582
  msgid "Error message for the Captcha field"
583
  msgstr "Mensagem de erro para o campo Captcha"
584
 
585
  # @ contact_form
586
- #: contact_form.php:668
587
- #: contact_form.php:697
588
  msgid "Error message for the whole form"
589
  msgstr "Mensagem de erro para o formulário inteiro"
590
 
591
  # @ contact_form
592
- #: contact_form.php:670
593
- #: contact_form.php:699
594
- #: contact_form.php:718
595
- #: contact_form.php:724
596
  msgid "Use shortcode"
597
  msgstr "Use shortcode (abreviações)"
598
 
599
  # @ contact_form
600
- #: contact_form.php:670
601
- #: contact_form.php:699
602
- #: contact_form.php:718
603
- #: contact_form.php:724
604
  msgid "for this language"
605
  msgstr "para este idioma"
606
 
607
  # @ contact_form
608
- #: contact_form.php:706
609
  msgid "Action after email is sent"
610
  msgstr "Ação após o email ser enviado"
611
 
612
  # @ contact_form
613
- #: contact_form.php:708
614
  msgid "Display text"
615
  msgstr "Mostrar texto"
616
 
617
  # @ contact_form
618
- #: contact_form.php:717
619
- #: contact_form.php:723
620
  msgid "Text"
621
  msgstr "Texto"
622
 
623
  # @ contact_form
624
- #: contact_form.php:730
625
  msgid "Redirect to the page"
626
  msgstr "Redirecione para a página"
627
 
628
  # @ contact_form
629
- #: contact_form.php:731
630
  msgid "Url"
631
  msgstr "URL"
632
 
633
  # @ default
634
- #: contact_form.php:736
635
- #: contact_form.php:913
636
  msgid "Save Changes"
637
  msgstr "Salvar Mudanças"
638
 
639
  # @ contact_form
640
- #: contact_form.php:753
641
  msgid "Contact Form Pro | Extra Settings"
642
  msgstr "Formulário de Contato Pro | Configurações Extras"
643
 
644
  # @ contact_form
645
- #: contact_form.php:767
646
  msgid "Errors output"
647
  msgstr "Saída de erros."
648
 
649
  # @ contact_form
650
- #: contact_form.php:770
651
  msgid "Display error messages"
652
  msgstr "Mostrar mensagens de erro"
653
 
654
  # @ contact_form
655
- #: contact_form.php:771
656
  msgid "Color of the input field errors."
657
  msgstr "Cor do erro nos campos de formulário"
658
 
659
  # @ contact_form
660
- #: contact_form.php:772
661
  msgid "Display error messages & color of the input field errors"
662
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
663
 
664
  # @ contact_form
665
- #: contact_form.php:777
666
  msgid "Add placeholder to the input blocks"
667
  msgstr "Adicione reserva de espaço aos blocos de inserção"
668
 
669
  # @ contact_form
670
- #: contact_form.php:783
671
  msgid "Add tooltips"
672
  msgstr "Adicionar mensagens de ajuda"
673
 
674
  # @ contact_form
675
- #: contact_form.php:797
676
  msgid "Email address"
677
  msgstr "Endereço de email"
678
 
679
  # @ contact_form
680
- #: contact_form.php:802
681
  msgid "Phone Number"
682
  msgstr "Telefone"
683
 
684
  # @ contact_form
685
- #: contact_form.php:816
686
  msgid "Attachment"
687
  msgstr "Anexo"
688
 
689
  # @ contact_form
690
- #: contact_form.php:821
691
  msgid "(powered by bestwebsoft.com)"
692
  msgstr "(produzido por bestwebsoft.com)"
693
 
694
  # @ contact_form
695
- #: contact_form.php:826
696
  msgid "Style options"
697
  msgstr "Opções de estilo"
698
 
699
  # @ contact_form
700
- #: contact_form.php:829
701
  msgid "Text color"
702
  msgstr "Cor do texto"
703
 
704
  # @ contact_form
705
- #: contact_form.php:832
706
- #: contact_form.php:837
707
- #: contact_form.php:847
708
- #: contact_form.php:852
709
- #: contact_form.php:857
710
- #: contact_form.php:862
711
- #: contact_form.php:872
712
- #: contact_form.php:877
713
- #: contact_form.php:883
714
- #: contact_form.php:894
715
- #: contact_form.php:899
716
- #: contact_form.php:904
717
  msgid "Default"
718
  msgstr "Padrão"
719
 
720
  # @ contact_form
721
- #: contact_form.php:834
722
  msgid "Label text color"
723
  msgstr "Cor do texto descritivo"
724
 
725
  # @ contact_form
726
- #: contact_form.php:839
727
  msgid "Placeholder color"
728
  msgstr "Cor da reserva de espaço"
729
 
730
  # @ contact_form
731
- #: contact_form.php:844
732
  msgid "Errors color"
733
  msgstr "Cor dos erros"
734
 
735
  # @ contact_form
736
- #: contact_form.php:849
737
  msgid "Error text color"
738
  msgstr "Cor de texto do erro"
739
 
740
  # @ contact_form
741
- #: contact_form.php:854
742
  msgid "Background color of the input field errors"
743
  msgstr "Cor de fundo do campo de formulário com erros"
744
 
745
  # @ contact_form
746
- #: contact_form.php:859
747
  msgid "Border color of the input field errors"
748
  msgstr "Cor de borda do campo de formulário com erros"
749
 
750
  # @ contact_form
751
- #: contact_form.php:864
752
  msgid "Placeholder color of the input field errors"
753
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
754
 
755
  # @ contact_form
756
- #: contact_form.php:869
757
  msgid "Input fields"
758
  msgstr "Campos do folmulário"
759
 
760
  # @ contact_form
761
- #: contact_form.php:874
762
  msgid "Input fields background color"
763
  msgstr "Cor de fundo dos campos de formulário"
764
 
765
  # @ contact_form
766
- #: contact_form.php:879
767
  msgid "Text fields color"
768
  msgstr "Cor dos campos de texto"
769
 
770
  # @ contact_form
771
- #: contact_form.php:881
772
  msgid "Border width in px, numbers only"
773
  msgstr "Largura da borda em px, somente o número"
774
 
775
  # @ contact_form
776
- #: contact_form.php:885
777
- #: contact_form.php:906
778
  msgid "Border color"
779
  msgstr "Cor da borda"
780
 
781
  # @ contact_form
782
- #: contact_form.php:890
783
  msgid "Submit button"
784
  msgstr "Botão de Envio"
785
 
786
  # @ contact_form
787
- #: contact_form.php:892
788
  msgid "Width in px, numbers only"
789
  msgstr "Largura em px, somente o número"
790
 
791
  # @ contact_form
792
- #: contact_form.php:896
793
  msgid "Button color"
794
  msgstr "Cor do botão"
795
 
796
  # @ contact_form
797
- #: contact_form.php:901
798
  msgid "Button text color"
799
  msgstr "Cor do texto do botão"
800
 
801
  # @ contact_form
802
- #: contact_form.php:917
803
  msgid "Contact Form Pro | Preview"
804
  msgstr "Formulário de Contato Pro | Prévia"
805
 
806
  # @ contact_form
807
- #: contact_form.php:920
808
  msgid "Show with errors"
809
  msgstr "Mostrar com erros"
810
 
811
  # @ contact_form
812
- #: contact_form.php:928
813
- #: contact_form.php:930
814
  msgid "Please enter your full name..."
815
  msgstr "Informe seu nome completo..."
816
 
817
  # @ contact_form
818
- #: contact_form.php:941
819
- #: contact_form.php:943
820
  msgid "Please enter your address..."
821
  msgstr "Informe seu endereço…"
822
 
823
  # @ contact_form
824
- #: contact_form.php:952
825
- #: contact_form.php:954
826
  msgid "Please enter your email address..."
827
  msgstr "Informe seu endereço de email…"
828
 
829
  # @ contact_form
830
- #: contact_form.php:963
831
- #: contact_form.php:965
832
  msgid "Please enter your phone number..."
833
  msgstr "Informe seu telefone..."
834
 
835
  # @ contact_form
836
- #: contact_form.php:974
837
- #: contact_form.php:976
838
  msgid "Please enter subject..."
839
  msgstr "Informe o assunto…"
840
 
841
  # @ contact_form
842
- #: contact_form.php:984
843
- #: contact_form.php:986
844
  msgid "Please enter your message..."
845
  msgstr "Informe sua mensagem…"
846
 
847
  # @ contact_form
848
- #: contact_form.php:997
849
  msgid "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"
850
  msgstr "Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamanho máximo do arquivo: 2Mb"
851
 
852
  # @ bestwebsoft
853
  # @ contact_form
854
- #: contact_form.php:1066
855
  msgid "Sorry, email message could not be delivered."
856
  msgstr "Desculpe, seu e-mail não pode ser entregue."
857
 
858
  # @ contact_form
859
- #: contact_form.php:1150
860
  msgid "You can attach the following file formats"
861
  msgstr "Você pode anexar arquivos do seguinte tipo"
862
 
863
  # @ contact_form
864
- #: contact_form.php:1433
865
  msgid "Contact from"
866
  msgstr "Formulário de Contato"
867
 
868
  # @ contact_form
869
- #: contact_form.php:1446
870
  msgid "Email"
871
  msgstr "E-Mail"
872
 
873
  # @ contact_form
874
- #: contact_form.php:1460
875
  msgid "Site"
876
  msgstr "Site"
877
 
878
  # @ contact_form
879
- #: contact_form.php:1521
880
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
881
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
882
 
883
  # @ contact_form
884
- #: contact_form.php:1585
885
  msgid "FAQ"
886
  msgstr "Perguntas Frequentes"
887
 
888
  # @ contact_form
889
- #: contact_form.php:1586
890
  msgid "Support"
891
  msgstr "Suporte"
892
 
893
  # @ contact_form
894
- #: contact_form.php:1645
895
  msgid "Are you sure that you want to delete this language data?"
896
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
897
 
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Breno Jacinto, DJIO | Dionizio Bonfim Bach <brenojac@gmail.com, wordpress@djio.com.br>\n"
9
  "MIME-Version: 1.0\n"
20
 
21
  # @ contact_form
22
  #: contact_form.php:32
23
+ #: contact_form.php:512
24
  msgid "Contact Form Settings"
25
  msgstr "Configurações do Formulário de Contato"
26
 
36
 
37
  # @ contact_form
38
  #: contact_form.php:33
39
+ #: contact_form.php:553
40
+ #: contact_form.php:834
41
  msgid "Contact Form Pro"
42
  msgstr "Formulário de Contato Pro"
43
 
44
  # @ contact_form
45
+ #: contact_form.php:74
46
+ #: contact_form.php:719
47
+ #: contact_form.php:748
48
  msgid "Name:"
49
  msgstr "Nome:"
50
 
51
  # @ contact_form
52
+ #: contact_form.php:75
53
+ #: contact_form.php:720
54
+ #: contact_form.php:749
55
  msgid "Address:"
56
  msgstr "Endereço:"
57
 
58
  # @ contact_form
59
+ #: contact_form.php:76
60
+ #: contact_form.php:721
61
+ #: contact_form.php:750
62
  msgid "Email Address:"
63
  msgstr "Endereço de E-mail:"
64
 
65
  # @ contact_form
66
+ #: contact_form.php:77
67
+ #: contact_form.php:722
68
+ #: contact_form.php:751
69
  msgid "Phone number:"
70
  msgstr "Número de Telefone:"
71
 
72
  # @ contact_form
73
+ #: contact_form.php:78
74
+ #: contact_form.php:723
75
+ #: contact_form.php:752
76
  msgid "Subject:"
77
  msgstr "Assunto:"
78
 
79
  # @ contact_form
80
+ #: contact_form.php:79
81
+ #: contact_form.php:724
82
+ #: contact_form.php:753
83
  msgid "Message:"
84
  msgstr "Mensagem:"
85
 
86
  # @ contact_form
87
+ #: contact_form.php:80
88
+ #: contact_form.php:725
89
+ #: contact_form.php:754
90
  msgid "Attachment:"
91
  msgstr "Anexo:"
92
 
93
  # @ contact_form
94
+ #: contact_form.php:81
95
+ #: contact_form.php:726
96
+ #: contact_form.php:755
97
  msgid "Send me a copy"
98
  msgstr "Envie-me uma cópia"
99
 
100
  # @ contact_form
101
+ #: contact_form.php:82
102
+ #: contact_form.php:727
103
+ #: contact_form.php:756
104
  msgid "Submit"
105
  msgstr "Enviar"
106
 
107
  # @ contact_form
108
+ #: contact_form.php:83
109
  msgid "Your name is required."
110
  msgstr "Seu nome é obrigatório"
111
 
112
  # @ contact_form
113
+ #: contact_form.php:84
114
  msgid "Address is required."
115
  msgstr "Endereço é obrigatório."
116
 
117
  # @ contact_form
118
+ #: contact_form.php:85
119
  msgid "A valid email address is required."
120
  msgstr "Um e-mail válido é obrigatório."
121
 
122
  # @ contact_form
123
+ #: contact_form.php:86
124
  msgid "Phone number is required."
125
  msgstr "Telefone é obrigatório."
126
 
127
  # @ contact_form
128
+ #: contact_form.php:87
129
  msgid "Subject is required."
130
  msgstr "O Assunto da mensagem é obrigatório."
131
 
132
  # @ contact_form
133
+ #: contact_form.php:88
134
  msgid "Message text is required."
135
  msgstr "O texto da Mensagem é obrigatório."
136
 
137
  # @ contact_form
138
+ #: contact_form.php:89
139
  msgid "File format is not valid."
140
  msgstr "Impossível anexar arquivo. "
141
 
142
  # @ contact_form
143
+ #: contact_form.php:90
144
  msgid "File upload error."
145
  msgstr "Erro no upload do arquivo."
146
 
147
  # @ contact_form
148
+ #: contact_form.php:91
149
  msgid "The file could not be uploaded."
150
  msgstr "O foi possível fazer upload do arquivo."
151
 
152
  # @ contact_form
153
+ #: contact_form.php:92
154
  msgid "This file is too large."
155
  msgstr "Este arquivo é muito grande."
156
 
157
  # @ contact_form
158
+ #: contact_form.php:93
159
  msgid "Please fill out the CAPTCHA."
160
  msgstr "Por favor, complete a resposta da charada ."
161
 
162
  # @ contact_form
163
+ #: contact_form.php:94
164
  msgid "Please make corrections below and try again."
165
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
166
 
167
  # @ bestwebsoft
168
  # @ contact_form
169
+ #: contact_form.php:96
170
  msgid "Thank you for contacting us."
171
  msgstr "Obrigado por nos contatar"
172
 
173
  # @ contact_form
174
+ #: contact_form.php:188
175
+ #, fuzzy
176
+ msgid "requires"
177
+ msgstr "Campos obrigatórios"
178
+
179
+ #: contact_form.php:188
180
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
181
+ msgstr ""
182
+
183
+ #: contact_form.php:188
184
+ msgid "Back to the WordPress"
185
+ msgstr ""
186
+
187
+ #: contact_form.php:188
188
+ msgid "Plugins page"
189
+ msgstr ""
190
+
191
+ # @ contact_form
192
+ #: contact_form.php:468
193
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
194
  msgstr "Se a opção 'Redirecionar para a pagina' estiver selecionada, então o campo URL deve ser no seguinte formato"
195
 
196
  # @ contact_form
197
+ #: contact_form.php:477
198
  msgid "Such user does not exist. Settings are not saved."
199
  msgstr "Tal usuário não existe. Configurações não foram salvas."
200
 
201
  # @ contact_form
202
+ #: contact_form.php:481
203
+ #: contact_form.php:487
204
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
205
  msgstr "Por favor informe um email válido no campo 'DE'. Configurações não foram salvas."
206
 
207
  # @ contact_form
208
+ #: contact_form.php:492
209
  msgid "Settings saved."
210
  msgstr "As configurações foram salvas."
211
 
212
  # @ bestwebsoft
213
  # @ contact_form
214
+ #: contact_form.php:516
215
+ #: contact_form.php:828
216
+ #: contact_form.php:1657
217
+ #: contact_form.php:1668
218
  msgid "Settings"
219
  msgstr "Configurações"
220
 
221
  # @ contact_form
222
+ #: contact_form.php:517
223
+ #: contact_form.php:829
224
  msgid "Extra settings"
225
  msgstr "Configurações extras"
226
 
227
  # @ contact_form
228
+ #: contact_form.php:522
229
+ #: contact_form.php:1085
230
  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:"
231
  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:"
232
 
233
  # @ contact_form
234
+ #: contact_form.php:522
235
+ #: contact_form.php:523
236
+ #: contact_form.php:741
237
+ #: contact_form.php:789
238
  msgid "or"
239
  msgstr "ou"
240
 
241
  # @ contact_form
242
+ #: contact_form.php:523
243
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
244
  msgstr "Se tiver quaisquer problemas com o shortcode padrão [contact_form], você deve usar o shortcode"
245
 
246
  # @ contact_form
247
+ #: contact_form.php:524
248
  msgid "They work the same way."
249
  msgstr "Eles funcionam da mesma forma."
250
 
251
  # @ contact_form
252
+ #: contact_form.php:525
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 estiverem vazias, então as mensagens serão enviadas para um endereço que foi especificado durante o registro."
255
 
256
  # @ contact_form
257
+ #: contact_form.php:529
258
  msgid "The user's email address:"
259
  msgstr "Use o email de um usuário do wordpress:"
260
 
261
  # @ contact_form
262
+ #: contact_form.php:533
263
  msgid "Create a username"
264
  msgstr "Selecione o nome do usuário"
265
 
266
  # @ contact_form
267
+ #: contact_form.php:538
268
  msgid "Enter a username of the person who should get the messages from the contact form."
269
  msgstr "Determine um nome de usuário que receberá as mensagens enviadas pelo Formulário de Contato."
270
 
271
  # @ contact_form
272
+ #: contact_form.php:542
273
  msgid "Use this email address:"
274
  msgstr "Use este email:"
275
 
276
  # @ contact_form
277
+ #: contact_form.php:545
278
  msgid "Enter the email address you want the messages forwarded to."
279
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
280
 
281
+ #: contact_form.php:549
282
  msgid "Add department selectbox to the contact form:"
283
  msgstr ""
284
 
285
  # @ contact_form
286
+ #: contact_form.php:552
287
+ #: contact_form.php:833
288
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
289
  msgstr "Esta função está disponível na versão Pro do plugin. Para saber mais detalhes, por favor siga o link"
290
 
291
+ #: contact_form.php:560
292
+ msgid "Save emails to the database"
293
+ msgstr ""
294
+
295
+ #: contact_form.php:568
296
+ #: contact_form.php:571
297
+ #: contact_form.php:575
298
+ msgid "Using Contact Form to DB powered by"
299
+ msgstr ""
300
+
301
+ # @ contact_form
302
+ #: contact_form.php:571
303
+ #, fuzzy
304
+ msgid "Activate Contact Form to DB"
305
+ msgstr "Formulário de Contato Pro"
306
+
307
+ # @ contact_form
308
+ #: contact_form.php:575
309
+ #, fuzzy
310
+ msgid "Download Contact Form to DB"
311
+ msgstr "Formulário de Contato Pro"
312
+
313
  # @ contact_form
314
+ #: contact_form.php:580
315
  msgid "Additional options"
316
  msgstr "Opções adicionais"
317
 
318
  # @ contact_form
319
+ #: contact_form.php:583
320
  msgid "What to use?"
321
  msgstr "O que usar?"
322
 
323
  # @ contact_form
324
+ #: contact_form.php:586
325
  msgid "Wp-mail"
326
  msgstr "Wp-mail"
327
 
328
  # @ contact_form
329
+ #: contact_form.php:586
330
  msgid "You can use the wp_mail function for mailing"
331
  msgstr "Você pode usar a função wp_mail para enviar emails"
332
 
333
  # @ contact_form
334
+ #: contact_form.php:588
335
  msgid "Mail"
336
  msgstr "Mail"
337
 
338
  # @ contact_form
339
+ #: contact_form.php:588
340
  msgid "To send mail you can use the php mail function"
341
  msgstr "Para enviar emails você pode usar a função mail() do php"
342
 
343
  # @ contact_form
344
+ #: contact_form.php:592
345
  #, fuzzy
346
  msgid "The text in the 'From' field"
347
  msgstr "Mude o texto do campo 'DE'"
348
 
349
  # @ contact_form
350
+ #: contact_form.php:594
351
  #, fuzzy
352
  msgid "User name"
353
  msgstr "Email do usuário"
354
 
355
  # @ contact_form
356
+ #: contact_form.php:595
357
  #, fuzzy
358
  msgid "The name of the user who fills the form will be used in the field 'From'."
359
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
360
 
361
  # @ contact_form
362
+ #: contact_form.php:600
363
  #, fuzzy
364
  msgid "This text will be used in the 'FROM' field"
365
  msgstr "Este endereço de email será usado no campo 'De'"
366
 
367
  # @ contact_form
368
+ #: contact_form.php:604
369
  #, fuzzy
370
  msgid "The email address in the 'From' field"
371
  msgstr "Entre com o endereço de e-mail no campo 'De'"
372
 
373
  # @ contact_form
374
+ #: contact_form.php:606
375
  msgid "User email"
376
  msgstr "Email do usuário"
377
 
378
  # @ contact_form
379
+ #: contact_form.php:607
380
  msgid "The email address of the user who fills the form will be used in the field 'From'."
381
  msgstr "O endereço de email do usuário que preencher o formulário será usado no campo 'De'"
382
 
383
  # @ contact_form
384
+ #: contact_form.php:609
385
  msgid "This email address will be used in the 'From' field."
386
  msgstr "Este endereço de email será usado no campo 'De'"
387
 
388
  # @ contact_form
389
+ #: contact_form.php:613
390
  msgid "Display fields"
391
  msgstr "Mostrar campos"
392
 
393
  # @ contact_form
394
+ #: contact_form.php:615
395
+ #: contact_form.php:665
396
+ #: contact_form.php:865
397
+ #: contact_form.php:1525
398
  msgid "Address"
399
  msgstr "Endereço"
400
 
401
  # @ contact_form
402
+ #: contact_form.php:616
403
+ #: contact_form.php:667
404
+ #: contact_form.php:1533
405
  msgid "Phone"
406
  msgstr "Telefone"
407
 
408
  # @ contact_form
409
+ #: contact_form.php:617
410
  msgid "Attachment block"
411
  msgstr "Bloco de anexos"
412
 
413
  # @ contact_form
414
+ #: contact_form.php:617
415
  msgid "Users can attach the following file formats"
416
  msgstr "Usuários pode anexar arquivos do seguinte tipo:"
417
 
418
  # @ contact_form
419
+ #: contact_form.php:626
420
+ #: contact_form.php:629
421
+ #: contact_form.php:633
422
+ #: contact_form.php:894
423
  msgid "Captcha"
424
  msgstr "Captcha"
425
 
426
  # @ contact_form
427
+ #: contact_form.php:626
428
+ #: contact_form.php:629
429
+ #: contact_form.php:633
430
  msgid "powered by"
431
  msgstr "movido a"
432
 
433
  # @ contact_form
434
+ #: contact_form.php:629
435
  msgid "Activate captcha"
436
  msgstr "Ativar captcha"
437
 
438
  # @ contact_form
439
+ #: contact_form.php:633
440
  msgid "Download captcha"
441
  msgstr "Fazer Download do Captcha"
442
 
443
  # @ contact_form
444
+ #: contact_form.php:638
445
  msgid "Display tips below the Attachment block"
446
  msgstr "Exibir dicas abaixo do bloco de Anexos"
447
 
448
  # @ contact_form
449
+ #: contact_form.php:647
450
  msgid "Delete an attachment file from the server after the email is sent"
451
  msgstr "Excluir um arquivo anexo do servidor depois que o e-mail for enviado"
452
 
453
  # @ contact_form
454
+ #: contact_form.php:653
455
  msgid "Display 'Send me a copy' block"
456
  msgstr "Exibir bloco 'Enviar-me uma cópia'"
457
 
458
  # @ contact_form
459
+ #: contact_form.php:662
460
  msgid "Required fields"
461
  msgstr "Campos obrigatórios"
462
 
463
  # @ contact_form
464
+ #: contact_form.php:664
465
+ #: contact_form.php:860
466
+ #: contact_form.php:1520
467
  msgid "Name"
468
  msgstr "Nome"
469
 
470
  # @ contact_form
471
+ #: contact_form.php:666
472
  msgid "Email Address"
473
  msgstr "Endereço de email"
474
 
475
  # @ contact_form
476
+ #: contact_form.php:668
477
+ #: contact_form.php:880
478
+ #: contact_form.php:1536
479
  msgid "Subject"
480
  msgstr "Assunto"
481
 
482
  # @ contact_form
483
+ #: contact_form.php:669
484
+ #: contact_form.php:884
485
+ #: contact_form.php:1539
486
  msgid "Message"
487
  msgstr "Mensagem"
488
 
489
+ #: contact_form.php:673
490
+ msgid "Display the asterisk near required fields"
491
+ msgstr ""
492
+
493
  # @ contact_form
494
+ #: contact_form.php:679
495
  msgid "Display additional info in the email"
496
  msgstr "Mostre informações adicionais no email"
497
 
498
  # @ contact_form
499
+ #: contact_form.php:684
500
+ #: contact_form.php:1492
501
  msgid "Sent from (ip address)"
502
  msgstr "Enviado de (Endereço IP)"
503
 
504
  # @ contact_form
505
+ #: contact_form.php:684
506
  msgid "Example: Sent from (IP address):\t127.0.0.1"
507
  msgstr "Examplo: Enviado de (endereço IP):\\\t127.0.0.1"
508
 
509
  # @ contact_form
510
+ #: contact_form.php:685
511
+ #: contact_form.php:1497
512
  msgid "Date/Time"
513
  msgstr "Data / Hora"
514
 
515
  # @ contact_form
516
+ #: contact_form.php:685
517
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
518
  msgstr "Exemplo: Data/Hora:\\\t19 de Agosto de 2013 20:50"
519
 
520
  # @ contact_form
521
+ #: contact_form.php:686
522
+ #: contact_form.php:1502
523
  msgid "Sent from (referer)"
524
  msgstr "Vindo de (origem)"
525
 
526
  # @ contact_form
527
+ #: contact_form.php:686
528
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
529
  msgstr "Exemplo: Enviado do (referer):\\\thttp://bestwebsoft.com/contacts/contact-us/"
530
 
531
  # @ contact_form
532
+ #: contact_form.php:687
533
+ #: contact_form.php:1507
534
  msgid "Using (user agent)"
535
  msgstr "Usando (cliente de email)"
536
 
537
  # @ contact_form
538
+ #: contact_form.php:687
539
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
540
  msgstr "Examplo: Usando (user agent):\\\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
541
 
542
  # @ contact_form
543
+ #: contact_form.php:691
544
  msgid "Language settings for the field names in the form"
545
  msgstr "Configurações de idioma para os nomes dos campos no formulário"
546
 
547
  # @ contact_form
548
+ #: contact_form.php:700
549
  msgid "Add a language"
550
  msgstr "Adicione um idioma"
551
 
552
  # @ contact_form
553
+ #: contact_form.php:704
554
  msgid "Change the names of the contact form fields and error messages"
555
  msgstr "Mude os nomes dos campos do formulário de contato e mensagens de erro."
556
 
557
  # @ contact_form
 
558
  #: contact_form.php:709
559
+ #: contact_form.php:780
560
  msgid "English"
561
  msgstr "Inglês"
562
 
563
  # @ contact_form
564
+ #: contact_form.php:728
565
+ #: contact_form.php:757
566
  msgid "Error message for the Name field"
567
  msgstr "Mensagem de erro para o campo Nome"
568
 
569
  # @ contact_form
570
+ #: contact_form.php:729
571
+ #: contact_form.php:758
572
  msgid "Error message for the Address field"
573
  msgstr "Mensagem de erro para o campo Endereço"
574
 
575
  # @ contact_form
576
+ #: contact_form.php:730
577
+ #: contact_form.php:759
578
  msgid "Error message for the Email field"
579
  msgstr "Mensagem de erro para o campo Email"
580
 
581
  # @ contact_form
582
+ #: contact_form.php:731
583
+ #: contact_form.php:760
584
  msgid "Error message for the Phone field"
585
  msgstr "Mensagem de erro para o campo Telefone"
586
 
587
  # @ contact_form
588
+ #: contact_form.php:732
589
+ #: contact_form.php:761
590
  msgid "Error message for the Subject field"
591
  msgstr "Mensagem de erro para o campo Assunto"
592
 
593
  # @ contact_form
594
+ #: contact_form.php:733
595
+ #: contact_form.php:762
596
  msgid "Error message for the Message field"
597
  msgstr "Mensagem de erro para o campo Mensagem"
598
 
599
  # @ contact_form
600
+ #: contact_form.php:734
601
+ #: contact_form.php:763
602
  msgid "Error message about the file type for the Attachment field"
603
  msgstr "Mensagem de erro para o campo Anexo sobre o tipo de arquivo"
604
 
605
  # @ contact_form
606
+ #: contact_form.php:735
607
+ #: contact_form.php:764
608
  msgid "Error message while uploading a file for the Attachment field to the server"
609
  msgstr "Mensagem de erro para o campo Anexo quando estiver fazendo upload para o servidor"
610
 
611
  # @ contact_form
612
+ #: contact_form.php:736
613
+ #: contact_form.php:765
614
  msgid "Error message while moving the file for the Attachment field"
615
  msgstr "Mensagem de erro para o campo Anexo quando estiver movendo o arquivo"
616
 
617
  # @ contact_form
618
+ #: contact_form.php:737
619
+ #: contact_form.php:766
620
  msgid "Error message when file size limit for the Attachment field is exceeded"
621
  msgstr "Mensagem de erro para o campo Anexo quando o tamanho máximo do arquivo for excedido"
622
 
623
  # @ contact_form
624
+ #: contact_form.php:738
625
+ #: contact_form.php:767
626
  msgid "Error message for the Captcha field"
627
  msgstr "Mensagem de erro para o campo Captcha"
628
 
629
  # @ contact_form
630
+ #: contact_form.php:739
631
+ #: contact_form.php:768
632
  msgid "Error message for the whole form"
633
  msgstr "Mensagem de erro para o formulário inteiro"
634
 
635
  # @ contact_form
636
+ #: contact_form.php:741
637
+ #: contact_form.php:770
638
+ #: contact_form.php:789
639
+ #: contact_form.php:795
640
  msgid "Use shortcode"
641
  msgstr "Use shortcode (abreviações)"
642
 
643
  # @ contact_form
644
+ #: contact_form.php:741
645
+ #: contact_form.php:770
646
+ #: contact_form.php:789
647
+ #: contact_form.php:795
648
  msgid "for this language"
649
  msgstr "para este idioma"
650
 
651
  # @ contact_form
652
+ #: contact_form.php:777
653
  msgid "Action after email is sent"
654
  msgstr "Ação após o email ser enviado"
655
 
656
  # @ contact_form
657
+ #: contact_form.php:779
658
  msgid "Display text"
659
  msgstr "Mostrar texto"
660
 
661
  # @ contact_form
662
+ #: contact_form.php:788
663
+ #: contact_form.php:794
664
  msgid "Text"
665
  msgstr "Texto"
666
 
667
  # @ contact_form
668
+ #: contact_form.php:802
669
  msgid "Redirect to the page"
670
  msgstr "Redirecione para a página"
671
 
672
  # @ contact_form
673
+ #: contact_form.php:803
674
  msgid "Url"
675
  msgstr "URL"
676
 
677
  # @ default
678
+ #: contact_form.php:809
679
+ #: contact_form.php:986
680
  msgid "Save Changes"
681
  msgstr "Salvar Mudanças"
682
 
683
  # @ contact_form
684
+ #: contact_form.php:826
685
  msgid "Contact Form Pro | Extra Settings"
686
  msgstr "Formulário de Contato Pro | Configurações Extras"
687
 
688
  # @ contact_form
689
+ #: contact_form.php:840
690
  msgid "Errors output"
691
  msgstr "Saída de erros."
692
 
693
  # @ contact_form
694
+ #: contact_form.php:843
695
  msgid "Display error messages"
696
  msgstr "Mostrar mensagens de erro"
697
 
698
  # @ contact_form
699
+ #: contact_form.php:844
700
  msgid "Color of the input field errors."
701
  msgstr "Cor do erro nos campos de formulário"
702
 
703
  # @ contact_form
704
+ #: contact_form.php:845
705
  msgid "Display error messages & color of the input field errors"
706
  msgstr "Mostrar mensagens de erro e cores para os campos com erro"
707
 
708
  # @ contact_form
709
+ #: contact_form.php:850
710
  msgid "Add placeholder to the input blocks"
711
  msgstr "Adicione reserva de espaço aos blocos de inserção"
712
 
713
  # @ contact_form
714
+ #: contact_form.php:856
715
  msgid "Add tooltips"
716
  msgstr "Adicionar mensagens de ajuda"
717
 
718
  # @ contact_form
719
+ #: contact_form.php:870
720
  msgid "Email address"
721
  msgstr "Endereço de email"
722
 
723
  # @ contact_form
724
+ #: contact_form.php:875
725
  msgid "Phone Number"
726
  msgstr "Telefone"
727
 
728
  # @ contact_form
729
+ #: contact_form.php:889
730
  msgid "Attachment"
731
  msgstr "Anexo"
732
 
733
  # @ contact_form
734
+ #: contact_form.php:894
735
  msgid "(powered by bestwebsoft.com)"
736
  msgstr "(produzido por bestwebsoft.com)"
737
 
738
  # @ contact_form
739
+ #: contact_form.php:899
740
  msgid "Style options"
741
  msgstr "Opções de estilo"
742
 
743
  # @ contact_form
744
+ #: contact_form.php:902
745
  msgid "Text color"
746
  msgstr "Cor do texto"
747
 
748
  # @ contact_form
749
+ #: contact_form.php:905
750
+ #: contact_form.php:910
751
+ #: contact_form.php:920
752
+ #: contact_form.php:925
753
+ #: contact_form.php:930
754
+ #: contact_form.php:935
755
+ #: contact_form.php:945
756
+ #: contact_form.php:950
757
+ #: contact_form.php:956
758
+ #: contact_form.php:967
759
+ #: contact_form.php:972
760
+ #: contact_form.php:977
761
  msgid "Default"
762
  msgstr "Padrão"
763
 
764
  # @ contact_form
765
+ #: contact_form.php:907
766
  msgid "Label text color"
767
  msgstr "Cor do texto descritivo"
768
 
769
  # @ contact_form
770
+ #: contact_form.php:912
771
  msgid "Placeholder color"
772
  msgstr "Cor da reserva de espaço"
773
 
774
  # @ contact_form
775
+ #: contact_form.php:917
776
  msgid "Errors color"
777
  msgstr "Cor dos erros"
778
 
779
  # @ contact_form
780
+ #: contact_form.php:922
781
  msgid "Error text color"
782
  msgstr "Cor de texto do erro"
783
 
784
  # @ contact_form
785
+ #: contact_form.php:927
786
  msgid "Background color of the input field errors"
787
  msgstr "Cor de fundo do campo de formulário com erros"
788
 
789
  # @ contact_form
790
+ #: contact_form.php:932
791
  msgid "Border color of the input field errors"
792
  msgstr "Cor de borda do campo de formulário com erros"
793
 
794
  # @ contact_form
795
+ #: contact_form.php:937
796
  msgid "Placeholder color of the input field errors"
797
  msgstr "Cor de reserva de espaço do campo de formulário com erros"
798
 
799
  # @ contact_form
800
+ #: contact_form.php:942
801
  msgid "Input fields"
802
  msgstr "Campos do folmulário"
803
 
804
  # @ contact_form
805
+ #: contact_form.php:947
806
  msgid "Input fields background color"
807
  msgstr "Cor de fundo dos campos de formulário"
808
 
809
  # @ contact_form
810
+ #: contact_form.php:952
811
  msgid "Text fields color"
812
  msgstr "Cor dos campos de texto"
813
 
814
  # @ contact_form
815
+ #: contact_form.php:954
816
  msgid "Border width in px, numbers only"
817
  msgstr "Largura da borda em px, somente o número"
818
 
819
  # @ contact_form
820
+ #: contact_form.php:958
821
+ #: contact_form.php:979
822
  msgid "Border color"
823
  msgstr "Cor da borda"
824
 
825
  # @ contact_form
826
+ #: contact_form.php:963
827
  msgid "Submit button"
828
  msgstr "Botão de Envio"
829
 
830
  # @ contact_form
831
+ #: contact_form.php:965
832
  msgid "Width in px, numbers only"
833
  msgstr "Largura em px, somente o número"
834
 
835
  # @ contact_form
836
+ #: contact_form.php:969
837
  msgid "Button color"
838
  msgstr "Cor do botão"
839
 
840
  # @ contact_form
841
+ #: contact_form.php:974
842
  msgid "Button text color"
843
  msgstr "Cor do texto do botão"
844
 
845
  # @ contact_form
846
+ #: contact_form.php:990
847
  msgid "Contact Form Pro | Preview"
848
  msgstr "Formulário de Contato Pro | Prévia"
849
 
850
  # @ contact_form
851
+ #: contact_form.php:993
852
  msgid "Show with errors"
853
  msgstr "Mostrar com erros"
854
 
855
  # @ contact_form
856
+ #: contact_form.php:1001
857
+ #: contact_form.php:1003
858
  msgid "Please enter your full name..."
859
  msgstr "Informe seu nome completo..."
860
 
861
  # @ contact_form
862
+ #: contact_form.php:1014
863
+ #: contact_form.php:1016
864
  msgid "Please enter your address..."
865
  msgstr "Informe seu endereço…"
866
 
867
  # @ contact_form
868
+ #: contact_form.php:1025
869
+ #: contact_form.php:1027
870
  msgid "Please enter your email address..."
871
  msgstr "Informe seu endereço de email…"
872
 
873
  # @ contact_form
874
+ #: contact_form.php:1036
875
+ #: contact_form.php:1038
876
  msgid "Please enter your phone number..."
877
  msgstr "Informe seu telefone..."
878
 
879
  # @ contact_form
880
+ #: contact_form.php:1047
881
+ #: contact_form.php:1049
882
  msgid "Please enter subject..."
883
  msgstr "Informe o assunto…"
884
 
885
  # @ contact_form
886
+ #: contact_form.php:1057
887
+ #: contact_form.php:1059
888
  msgid "Please enter your message..."
889
  msgstr "Informe sua mensagem…"
890
 
891
  # @ contact_form
892
+ #: contact_form.php:1070
893
  msgid "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"
894
  msgstr "Tipos de arquivo suportados: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Tamanho máximo do arquivo: 2Mb"
895
 
896
  # @ bestwebsoft
897
  # @ contact_form
898
+ #: contact_form.php:1137
899
  msgid "Sorry, email message could not be delivered."
900
  msgstr "Desculpe, seu e-mail não pode ser entregue."
901
 
902
  # @ contact_form
903
+ #: contact_form.php:1221
904
  msgid "You can attach the following file formats"
905
  msgstr "Você pode anexar arquivos do seguinte tipo"
906
 
907
  # @ contact_form
908
+ #: contact_form.php:1515
909
  msgid "Contact from"
910
  msgstr "Formulário de Contato"
911
 
912
  # @ contact_form
913
+ #: contact_form.php:1528
914
  msgid "Email"
915
  msgstr "E-Mail"
916
 
917
  # @ contact_form
918
+ #: contact_form.php:1542
919
  msgid "Site"
920
  msgstr "Site"
921
 
922
  # @ contact_form
923
+ #: contact_form.php:1605
924
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
925
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
926
 
927
  # @ contact_form
928
+ #: contact_form.php:1669
929
  msgid "FAQ"
930
  msgstr "Perguntas Frequentes"
931
 
932
  # @ contact_form
933
+ #: contact_form.php:1670
934
  msgid "Support"
935
  msgstr "Suporte"
936
 
937
  # @ contact_form
938
+ #: contact_form.php:1727
939
  msgid "Are you sure that you want to delete this language data?"
940
  msgstr "Tem certeza que você quer apagar estes dados de idioma?"
941
 
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-10-01 17:04+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:04+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"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opções do formulário de contato"
@@ -32,744 +32,787 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opções do formulário de contato"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Formulário de contato"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Nome:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Endereço de E-mail:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Endereço de E-mail:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "Número de Telefone :"
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Assunto:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Mensagem:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Anexo:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Envie-me uma cópia"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Nome é obrigatório"
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Um e-mail correto é obrigatório."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Um e-mail correto é obrigatório."
109
 
110
- #: contact_form.php:85
111
  msgid "Phone number is required."
112
  msgstr "Número de Telefone é obrigatório"
113
 
114
- #: contact_form.php:86
115
  msgid "Subject is required."
116
  msgstr "O Assunto da mensagem é obrigatório."
117
 
118
- #: contact_form.php:87
119
  msgid "Message text is required."
120
  msgstr "O texto da Mensagem é obrigatório."
121
 
122
- #: contact_form.php:88
123
  msgid "File format is not valid."
124
  msgstr "Impossível anexar arquivo. "
125
 
126
- #: contact_form.php:89
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
- #: contact_form.php:90
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
- #: contact_form.php:91
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
- #: contact_form.php:92
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Por favor, complete a resposta do CAPTCHA ."
141
 
142
- #: contact_form.php:93
143
  msgid "Please make corrections below and try again."
144
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
145
 
146
- #: contact_form.php:95
147
  msgid "Thank you for contacting us."
148
  msgstr "Obrigado por nos contactar"
149
 
150
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
152
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
153
 
154
- #: contact_form.php:431
155
  msgid "Such user does not exist. Settings are not saved."
156
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
157
 
158
- #: contact_form.php:435
159
- #: contact_form.php:441
160
  #, fuzzy
161
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
162
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
163
 
164
- #: contact_form.php:446
165
  #, fuzzy
166
  msgid "Settings saved."
167
  msgstr "Opções guardadas."
168
 
169
- #: contact_form.php:470
170
- #: contact_form.php:755
171
- #: contact_form.php:1573
172
- #: contact_form.php:1584
173
  msgid "Settings"
174
  msgstr "Configurações"
175
 
176
- #: contact_form.php:471
177
- #: contact_form.php:756
178
  #, fuzzy
179
  msgid "Extra settings"
180
  msgstr "Configurações"
181
 
182
- #: contact_form.php:476
183
- #: contact_form.php:1012
184
  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:"
185
  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:"
186
 
187
- #: contact_form.php:476
188
- #: contact_form.php:477
189
- #: contact_form.php:670
190
- #: contact_form.php:718
191
  msgid "or"
192
  msgstr ""
193
 
194
- #: contact_form.php:477
195
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
196
  msgstr ""
197
 
198
- #: contact_form.php:478
199
  msgid "They work the same way."
200
  msgstr ""
201
 
202
- #: contact_form.php:479
203
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
204
  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."
205
 
206
- #: contact_form.php:483
207
  msgid "The user's email address:"
208
  msgstr "Use o email de um utilizador do wordpress:"
209
 
210
- #: contact_form.php:487
211
  msgid "Create a username"
212
  msgstr "Selecione o nome do utilizador"
213
 
214
- #: contact_form.php:492
215
  msgid "Enter a username of the person who should get the messages from the contact form."
216
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
217
 
218
- #: contact_form.php:496
219
  msgid "Use this email address:"
220
  msgstr "Use este email:"
221
 
222
- #: contact_form.php:499
223
  msgid "Enter the email address you want the messages forwarded to."
224
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
225
 
226
- #: contact_form.php:503
227
  msgid "Add department selectbox to the contact form:"
228
  msgstr ""
229
 
230
- #: contact_form.php:506
231
- #: contact_form.php:760
232
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
233
  msgstr ""
234
 
235
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  msgid "Additional options"
237
  msgstr "Opções adicionais"
238
 
239
- #: contact_form.php:518
240
  msgid "What to use?"
241
  msgstr "O que usar?"
242
 
243
- #: contact_form.php:521
244
  msgid "Wp-mail"
245
  msgstr "Wp-mail"
246
 
247
- #: contact_form.php:522
248
  msgid "You can use the wp_mail function for mailing"
249
  msgstr "Pode usar a função wp_mail para emailing"
250
 
251
- #: contact_form.php:528
252
  msgid "Mail"
253
  msgstr "Mail"
254
 
255
- #: contact_form.php:529
256
  msgid "To send mail you can use the php mail function"
257
  msgstr "Para o envio de email pode usar a função de email existente no core do php"
258
 
259
- #: contact_form.php:533
260
  #, fuzzy
261
  msgid "The text in the 'From' field"
262
  msgstr "Mudar rótulo para os campos no formulário de contato"
263
 
264
- #: contact_form.php:535
265
  msgid "User name"
266
  msgstr ""
267
 
268
- #: contact_form.php:535
269
  #, fuzzy
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Este endereço de e-mail será usado no campo 'De'."
277
 
278
- #: contact_form.php:541
279
  #, fuzzy
280
  msgid "The email address in the 'From' field"
281
  msgstr "Insira o email no campo 'Form'"
282
 
283
- #: contact_form.php:543
284
  msgid "User email"
285
  msgstr ""
286
 
287
- #: contact_form.php:543
288
  #, fuzzy
289
  msgid "The email address of the user who fills the form will be used in the field 'From'."
290
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
291
 
292
- #: contact_form.php:545
293
  msgid "This email address will be used in the 'From' field."
294
  msgstr "Este endereço de e-mail será usado no campo 'De'."
295
 
296
- #: contact_form.php:549
297
  #, fuzzy
298
  msgid "Display fields"
299
  msgstr "Mostrar opção para anexar arquivos"
300
 
301
- #: contact_form.php:551
302
- #: contact_form.php:600
303
- #: contact_form.php:792
304
- #: contact_form.php:1443
305
  #, fuzzy
306
  msgid "Address"
307
  msgstr "Endereço de E-mail:"
308
 
309
- #: contact_form.php:552
310
- #: contact_form.php:602
311
- #: contact_form.php:1451
312
  msgid "Phone"
313
  msgstr "Telefone"
314
 
315
- #: contact_form.php:553
316
  #, fuzzy
317
  msgid "Attachment block"
318
  msgstr "Mostrar opção para anexar arquivos"
319
 
320
- #: contact_form.php:553
321
  msgid "Users can attach the following file formats"
322
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
323
 
324
- #: contact_form.php:565
325
- #: contact_form.php:568
326
- #: contact_form.php:571
327
- #: contact_form.php:821
328
  msgid "Captcha"
329
  msgstr ""
330
 
331
- #: contact_form.php:565
332
- #: contact_form.php:568
333
- #: contact_form.php:571
334
  msgid "powered by"
335
  msgstr ""
336
 
337
- #: contact_form.php:568
338
  #, fuzzy
339
  msgid "Activate captcha"
340
  msgstr "Plugins ativados"
341
 
342
- #: contact_form.php:571
343
  #, fuzzy
344
  msgid "Download captcha"
345
  msgstr "Baixar"
346
 
347
- #: contact_form.php:576
348
  #, fuzzy
349
  msgid "Display tips below the Attachment block"
350
  msgstr "Mostrar dicas para anexar arquivos"
351
 
352
- #: contact_form.php:585
353
  msgid "Delete an attachment file from the server after the email is sent"
354
  msgstr ""
355
 
356
- #: contact_form.php:591
357
  #, fuzzy
358
  msgid "Display 'Send me a copy' block"
359
  msgstr "Mostrar a opção Envie-me um cópia"
360
 
361
- #: contact_form.php:597
362
  msgid "Required fields"
363
  msgstr "Campos obrigatórios"
364
 
365
- #: contact_form.php:599
366
- #: contact_form.php:787
367
- #: contact_form.php:1438
368
  msgid "Name"
369
  msgstr "Nome"
370
 
371
- #: contact_form.php:601
372
  #, fuzzy
373
  msgid "Email Address"
374
  msgstr "Endereço de E-mail:"
375
 
376
- #: contact_form.php:603
377
- #: contact_form.php:807
378
- #: contact_form.php:1454
379
  msgid "Subject"
380
  msgstr "Assunto"
381
 
382
- #: contact_form.php:604
383
- #: contact_form.php:811
384
- #: contact_form.php:1457
385
  msgid "Message"
386
  msgstr "Mensagem"
387
 
388
- #: contact_form.php:608
 
 
 
 
 
389
  #, fuzzy
390
  msgid "Display additional info in the email"
391
  msgstr "Mostrar informações adicionais no e-mail"
392
 
393
- #: contact_form.php:613
394
- #: contact_form.php:1410
395
  msgid "Sent from (ip address)"
396
  msgstr "Enviado de (Endereço IP)"
397
 
398
- #: contact_form.php:613
399
  #, fuzzy
400
  msgid "Example: Sent from (IP address):\t127.0.0.1"
401
  msgstr "Enviado de (Endereço IP)"
402
 
403
- #: contact_form.php:614
404
- #: contact_form.php:1415
405
  msgid "Date/Time"
406
  msgstr "Data / Hora"
407
 
408
- #: contact_form.php:614
409
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
410
  msgstr ""
411
 
412
- #: contact_form.php:615
413
- #: contact_form.php:1420
414
  msgid "Sent from (referer)"
415
  msgstr "Vindo de (origem)"
416
 
417
- #: contact_form.php:615
418
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
419
  msgstr ""
420
 
421
- #: contact_form.php:616
422
- #: contact_form.php:1425
423
  msgid "Using (user agent)"
424
  msgstr "Usando (cliente de email)"
425
 
426
- #: contact_form.php:616
427
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
428
  msgstr ""
429
 
430
- #: contact_form.php:620
431
  msgid "Language settings for the field names in the form"
432
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
433
 
434
- #: contact_form.php:629
435
  #, fuzzy
436
  msgid "Add a language"
437
  msgstr "Adicionar idioma"
438
 
439
- #: contact_form.php:633
440
  #, fuzzy
441
  msgid "Change the names of the contact form fields and error messages"
442
  msgstr "Mudar rótulo para os campos no formulário de contato"
443
 
444
- #: contact_form.php:638
445
  #: contact_form.php:709
 
446
  msgid "English"
447
  msgstr "Inglês"
448
 
449
- #: contact_form.php:657
450
- #: contact_form.php:686
451
  msgid "Error message for the Name field"
452
  msgstr "Mensagem de erro para o campo Nome"
453
 
454
- #: contact_form.php:658
455
- #: contact_form.php:687
456
  #, fuzzy
457
  msgid "Error message for the Address field"
458
  msgstr "Mensagem de erro para o campo Mensagem"
459
 
460
- #: contact_form.php:659
461
- #: contact_form.php:688
462
  msgid "Error message for the Email field"
463
  msgstr "Mensagem de erro para o campo de E-mail"
464
 
465
- #: contact_form.php:660
466
- #: contact_form.php:689
467
  msgid "Error message for the Phone field"
468
  msgstr "Mensagem de erro para o campo de Telefone"
469
 
470
- #: contact_form.php:661
471
- #: contact_form.php:690
472
  msgid "Error message for the Subject field"
473
  msgstr "Mensagem de erro para o campo Assunto"
474
 
475
- #: contact_form.php:662
476
- #: contact_form.php:691
477
  msgid "Error message for the Message field"
478
  msgstr "Mensagem de erro para o campo Mensagem"
479
 
480
- #: contact_form.php:663
481
- #: contact_form.php:692
482
  #, fuzzy
483
  msgid "Error message about the file type for the Attachment field"
484
  msgstr "Mensagem de erro para o campo Anexos"
485
 
486
- #: contact_form.php:664
487
- #: contact_form.php:693
488
  #, fuzzy
489
  msgid "Error message while uploading a file for the Attachment field to the server"
490
  msgstr "Mensagem de erro para o campo Anexos"
491
 
492
- #: contact_form.php:665
493
- #: contact_form.php:694
494
  #, fuzzy
495
  msgid "Error message while moving the file for the Attachment field"
496
  msgstr "Mensagem de erro para o campo Anexos"
497
 
498
- #: contact_form.php:666
499
- #: contact_form.php:695
500
  #, fuzzy
501
  msgid "Error message when file size limit for the Attachment field is exceeded"
502
  msgstr "Mensagem de erro para o campo Anexos"
503
 
504
- #: contact_form.php:667
505
- #: contact_form.php:696
506
  msgid "Error message for the Captcha field"
507
  msgstr "Mensagem de erro para o controlo Captcha"
508
 
509
- #: contact_form.php:668
510
- #: contact_form.php:697
511
  msgid "Error message for the whole form"
512
  msgstr "Mensagem de erro para todo o formulário"
513
 
514
- #: contact_form.php:670
515
- #: contact_form.php:699
516
- #: contact_form.php:718
517
- #: contact_form.php:724
518
  msgid "Use shortcode"
519
  msgstr "usar código abreviado"
520
 
521
- #: contact_form.php:670
522
- #: contact_form.php:699
523
- #: contact_form.php:718
524
- #: contact_form.php:724
525
  msgid "for this language"
526
  msgstr "para este idioma"
527
 
528
- #: contact_form.php:706
529
  msgid "Action after email is sent"
530
  msgstr "Ação após envio de email"
531
 
532
- #: contact_form.php:708
533
  #, fuzzy
534
  msgid "Display text"
535
  msgstr "Mostrar opção para anexar arquivos"
536
 
537
- #: contact_form.php:717
538
- #: contact_form.php:723
539
  msgid "Text"
540
  msgstr "Texto"
541
 
542
- #: contact_form.php:730
543
  msgid "Redirect to the page"
544
  msgstr "Redirecionamento para a página"
545
 
546
- #: contact_form.php:731
547
  msgid "Url"
548
  msgstr "Url"
549
 
550
- #: contact_form.php:736
551
- #: contact_form.php:913
552
  msgid "Save Changes"
553
  msgstr "Salvar mudanças"
554
 
555
- #: contact_form.php:753
556
  #, fuzzy
557
  msgid "Contact Form Pro | Extra Settings"
558
  msgstr "Opções do formulário de contato"
559
 
560
- #: contact_form.php:767
561
  msgid "Errors output"
562
  msgstr ""
563
 
564
- #: contact_form.php:770
565
  msgid "Display error messages"
566
  msgstr ""
567
 
568
- #: contact_form.php:771
569
  msgid "Color of the input field errors."
570
  msgstr ""
571
 
572
- #: contact_form.php:772
573
  #, fuzzy
574
  msgid "Display error messages & color of the input field errors"
575
  msgstr "Mensagem de erro para o campo Assunto"
576
 
577
- #: contact_form.php:777
578
  msgid "Add placeholder to the input blocks"
579
  msgstr ""
580
 
581
- #: contact_form.php:783
582
  #, fuzzy
583
  msgid "Add tooltips"
584
  msgstr "Opções adicionais"
585
 
586
- #: contact_form.php:797
587
  #, fuzzy
588
  msgid "Email address"
589
  msgstr "Endereço de E-mail:"
590
 
591
- #: contact_form.php:802
592
  #, fuzzy
593
  msgid "Phone Number"
594
  msgstr "Número de Telefone :"
595
 
596
- #: contact_form.php:816
597
  #, fuzzy
598
  msgid "Attachment"
599
  msgstr "Anexo:"
600
 
601
- #: contact_form.php:821
602
  msgid "(powered by bestwebsoft.com)"
603
  msgstr ""
604
 
605
- #: contact_form.php:826
606
  #, fuzzy
607
  msgid "Style options"
608
  msgstr "Opções adicionais"
609
 
610
- #: contact_form.php:829
611
  msgid "Text color"
612
  msgstr ""
613
 
614
- #: contact_form.php:832
615
- #: contact_form.php:837
616
- #: contact_form.php:847
617
- #: contact_form.php:852
618
- #: contact_form.php:857
619
- #: contact_form.php:862
620
- #: contact_form.php:872
621
- #: contact_form.php:877
622
- #: contact_form.php:883
623
- #: contact_form.php:894
624
- #: contact_form.php:899
625
- #: contact_form.php:904
626
  msgid "Default"
627
  msgstr ""
628
 
629
- #: contact_form.php:834
630
  msgid "Label text color"
631
  msgstr ""
632
 
633
- #: contact_form.php:839
634
  msgid "Placeholder color"
635
  msgstr ""
636
 
637
- #: contact_form.php:844
638
  msgid "Errors color"
639
  msgstr ""
640
 
641
- #: contact_form.php:849
642
  msgid "Error text color"
643
  msgstr ""
644
 
645
- #: contact_form.php:854
646
  msgid "Background color of the input field errors"
647
  msgstr ""
648
 
649
- #: contact_form.php:859
650
  msgid "Border color of the input field errors"
651
  msgstr ""
652
 
653
- #: contact_form.php:864
654
  msgid "Placeholder color of the input field errors"
655
  msgstr ""
656
 
657
- #: contact_form.php:869
658
  #, fuzzy
659
  msgid "Input fields"
660
  msgstr "Mostrar opção para anexar arquivos"
661
 
662
- #: contact_form.php:874
663
  msgid "Input fields background color"
664
  msgstr ""
665
 
666
- #: contact_form.php:879
667
  msgid "Text fields color"
668
  msgstr ""
669
 
670
- #: contact_form.php:881
671
  msgid "Border width in px, numbers only"
672
  msgstr ""
673
 
674
- #: contact_form.php:885
675
- #: contact_form.php:906
676
  msgid "Border color"
677
  msgstr ""
678
 
679
- #: contact_form.php:890
680
  #, fuzzy
681
  msgid "Submit button"
682
  msgstr "Enviar"
683
 
684
- #: contact_form.php:892
685
  msgid "Width in px, numbers only"
686
  msgstr ""
687
 
688
- #: contact_form.php:896
689
  msgid "Button color"
690
  msgstr ""
691
 
692
- #: contact_form.php:901
693
  msgid "Button text color"
694
  msgstr ""
695
 
696
- #: contact_form.php:917
697
  #, fuzzy
698
  msgid "Contact Form Pro | Preview"
699
  msgstr "Formulário de contato"
700
 
701
- #: contact_form.php:920
702
  msgid "Show with errors"
703
  msgstr ""
704
 
705
- #: contact_form.php:928
706
- #: contact_form.php:930
707
  msgid "Please enter your full name..."
708
  msgstr ""
709
 
710
- #: contact_form.php:941
711
- #: contact_form.php:943
712
  msgid "Please enter your address..."
713
  msgstr ""
714
 
715
- #: contact_form.php:952
716
- #: contact_form.php:954
717
  #, fuzzy
718
  msgid "Please enter your email address..."
719
  msgstr "Use este email:"
720
 
721
- #: contact_form.php:963
722
- #: contact_form.php:965
723
  msgid "Please enter your phone number..."
724
  msgstr ""
725
 
726
- #: contact_form.php:974
727
- #: contact_form.php:976
728
  msgid "Please enter subject..."
729
  msgstr ""
730
 
731
- #: contact_form.php:984
732
- #: contact_form.php:986
733
  msgid "Please enter your message..."
734
  msgstr ""
735
 
736
- #: contact_form.php:997
737
  msgid "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"
738
  msgstr ""
739
 
740
- #: contact_form.php:1066
741
  msgid "Sorry, email message could not be delivered."
742
  msgstr "Desculpe, seu e-mail não pode ser entregue."
743
 
744
- #: contact_form.php:1150
745
  msgid "You can attach the following file formats"
746
  msgstr "Você pode anexar arquivos do seguinte tipo"
747
 
748
- #: contact_form.php:1433
749
  msgid "Contact from"
750
  msgstr "Formulário de Contato"
751
 
752
- #: contact_form.php:1446
753
  msgid "Email"
754
  msgstr "E-Mail"
755
 
756
- #: contact_form.php:1460
757
  msgid "Site"
758
  msgstr "Site"
759
 
760
- #: contact_form.php:1521
761
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
762
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
763
 
764
- #: contact_form.php:1585
765
  msgid "FAQ"
766
  msgstr "Perguntas Frequentes"
767
 
768
- #: contact_form.php:1586
769
  msgid "Support"
770
  msgstr "Suporte"
771
 
772
- #: contact_form.php:1645
773
  msgid "Are you sure that you want to delete this language data?"
774
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
775
 
@@ -784,10 +827,6 @@ msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
784
  #, fuzzy
785
  #~ msgid "Please enter a valid email address."
786
  #~ msgstr "Use este email:"
787
-
788
- #, fuzzy
789
- #~ msgid "Pro plugins"
790
- #~ msgstr "BWS Plugins"
791
  #~ msgid "Activated plugins"
792
  #~ msgstr "Plugins ativados"
793
  #~ msgid "Read more"
@@ -829,10 +868,6 @@ msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
829
  #~ msgstr "Opções do formulário de contato"
830
  #~ msgid "Display Attachment tips"
831
  #~ msgstr "Exibir dicas para anexos"
832
-
833
- #, fuzzy
834
- #~ msgid "Display a phone number field"
835
- #~ msgstr "Mostrar campo telefone"
836
  #~ msgid "Please enter a valid email address. Settings are not saved."
837
  #~ msgstr ""
838
  #~ "Por favor digite o email corretamente. Configurações não foram guardadas."
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+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"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opções do formulário de contato"
32
  msgstr "Opções do formulário de contato"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Formulário de contato"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Nome:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Endereço de E-mail:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Endereço de E-mail:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "Número de Telefone :"
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Assunto:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Mensagem:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Anexo:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Envie-me uma cópia"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Enviar"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Nome é obrigatório"
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Um e-mail correto é obrigatório."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Um e-mail correto é obrigatório."
109
 
110
+ #: contact_form.php:86
111
  msgid "Phone number is required."
112
  msgstr "Número de Telefone é obrigatório"
113
 
114
+ #: contact_form.php:87
115
  msgid "Subject is required."
116
  msgstr "O Assunto da mensagem é obrigatório."
117
 
118
+ #: contact_form.php:88
119
  msgid "Message text is required."
120
  msgstr "O texto da Mensagem é obrigatório."
121
 
122
+ #: contact_form.php:89
123
  msgid "File format is not valid."
124
  msgstr "Impossível anexar arquivo. "
125
 
126
+ #: contact_form.php:90
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
+ #: contact_form.php:91
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
+ #: contact_form.php:92
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
+ #: contact_form.php:93
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Por favor, complete a resposta do CAPTCHA ."
141
 
142
+ #: contact_form.php:94
143
  msgid "Please make corrections below and try again."
144
  msgstr "Por favor, faça as correções abaixo e tente enviar a mensagem novamente."
145
 
146
+ #: contact_form.php:96
147
  msgid "Thank you for contacting us."
148
  msgstr "Obrigado por nos contactar"
149
 
150
+ #: contact_form.php:188
151
+ #, fuzzy
152
+ msgid "requires"
153
+ msgstr "Campos obrigatórios"
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Se o 'Redirecionamento para a página' estiver selecionado, o campo URL deve estar no seguinte formato"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "O Utilizador não existe. Configurações não foram guardadas."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Por favor digite o email corretamente. Configurações não foram salvas."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Opções guardadas."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Configurações"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Configurações"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  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:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  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."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Use o email de um utilizador do wordpress:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Selecione o nome do utilizador"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Determine um nome de utilizador que receberá as mensagens enviadas pelo Formulário de Contato."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Use este email:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Configure um endereço de email que será usado para o recebimento de mensagens."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Formulário de contato"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Formulário de contato"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Opções adicionais"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "O que usar?"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
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:588
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 "The text in the 'From' field"
300
  msgstr "Mudar rótulo para os campos no formulário de contato"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  #, fuzzy
308
  msgid "The name 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:600
312
  #, fuzzy
313
  msgid "This text will be used in the 'FROM' field"
314
  msgstr "Este endereço de e-mail será usado no campo 'De'."
315
 
316
+ #: contact_form.php:604
317
  #, fuzzy
318
  msgid "The email address in the 'From' field"
319
  msgstr "Insira o email no campo 'Form'"
320
 
321
+ #: contact_form.php:606
322
  msgid "User email"
323
  msgstr ""
324
 
325
+ #: contact_form.php:607
326
  #, fuzzy
327
  msgid "The email address of the user who fills the form will be used in the field 'From'."
328
  msgstr "O endereço de e-mail do utilizador que preenche o formulário vai ser usado no campo 'De'."
329
 
330
+ #: contact_form.php:609
331
  msgid "This email address will be used in the 'From' field."
332
  msgstr "Este endereço de e-mail será usado no campo 'De'."
333
 
334
+ #: contact_form.php:613
335
  #, fuzzy
336
  msgid "Display fields"
337
  msgstr "Mostrar opção para anexar arquivos"
338
 
339
+ #: contact_form.php:615
340
+ #: contact_form.php:665
341
+ #: contact_form.php:865
342
+ #: contact_form.php:1525
343
  #, fuzzy
344
  msgid "Address"
345
  msgstr "Endereço de E-mail:"
346
 
347
+ #: contact_form.php:616
348
+ #: contact_form.php:667
349
+ #: contact_form.php:1533
350
  msgid "Phone"
351
  msgstr "Telefone"
352
 
353
+ #: contact_form.php:617
354
  #, fuzzy
355
  msgid "Attachment block"
356
  msgstr "Mostrar opção para anexar arquivos"
357
 
358
+ #: contact_form.php:617
359
  msgid "Users can attach the following file formats"
360
  msgstr "Utilizadores podem anexar arquivos do seguinte tipo:"
361
 
362
+ #: contact_form.php:626
363
+ #: contact_form.php:629
364
+ #: contact_form.php:633
365
+ #: contact_form.php:894
366
  msgid "Captcha"
367
  msgstr ""
368
 
369
+ #: contact_form.php:626
370
+ #: contact_form.php:629
371
+ #: contact_form.php:633
372
  msgid "powered by"
373
  msgstr ""
374
 
375
+ #: contact_form.php:629
376
  #, fuzzy
377
  msgid "Activate captcha"
378
  msgstr "Plugins ativados"
379
 
380
+ #: contact_form.php:633
381
  #, fuzzy
382
  msgid "Download captcha"
383
  msgstr "Baixar"
384
 
385
+ #: contact_form.php:638
386
  #, fuzzy
387
  msgid "Display tips below the Attachment block"
388
  msgstr "Mostrar dicas para anexar arquivos"
389
 
390
+ #: contact_form.php:647
391
  msgid "Delete an attachment file from the server after the email is sent"
392
  msgstr ""
393
 
394
+ #: contact_form.php:653
395
  #, fuzzy
396
  msgid "Display 'Send me a copy' block"
397
  msgstr "Mostrar a opção Envie-me um cópia"
398
 
399
+ #: contact_form.php:662
400
  msgid "Required fields"
401
  msgstr "Campos obrigatórios"
402
 
403
+ #: contact_form.php:664
404
+ #: contact_form.php:860
405
+ #: contact_form.php:1520
406
  msgid "Name"
407
  msgstr "Nome"
408
 
409
+ #: contact_form.php:666
410
  #, fuzzy
411
  msgid "Email Address"
412
  msgstr "Endereço de E-mail:"
413
 
414
+ #: contact_form.php:668
415
+ #: contact_form.php:880
416
+ #: contact_form.php:1536
417
  msgid "Subject"
418
  msgstr "Assunto"
419
 
420
+ #: contact_form.php:669
421
+ #: contact_form.php:884
422
+ #: contact_form.php:1539
423
  msgid "Message"
424
  msgstr "Mensagem"
425
 
426
+ #: contact_form.php:673
427
+ #, fuzzy
428
+ msgid "Display the asterisk near required fields"
429
+ msgstr "Mostrar campo telefone"
430
+
431
+ #: contact_form.php:679
432
  #, fuzzy
433
  msgid "Display additional info in the email"
434
  msgstr "Mostrar informações adicionais no e-mail"
435
 
436
+ #: contact_form.php:684
437
+ #: contact_form.php:1492
438
  msgid "Sent from (ip address)"
439
  msgstr "Enviado de (Endereço IP)"
440
 
441
+ #: contact_form.php:684
442
  #, fuzzy
443
  msgid "Example: Sent from (IP address):\t127.0.0.1"
444
  msgstr "Enviado de (Endereço IP)"
445
 
446
+ #: contact_form.php:685
447
+ #: contact_form.php:1497
448
  msgid "Date/Time"
449
  msgstr "Data / Hora"
450
 
451
+ #: contact_form.php:685
452
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
453
  msgstr ""
454
 
455
+ #: contact_form.php:686
456
+ #: contact_form.php:1502
457
  msgid "Sent from (referer)"
458
  msgstr "Vindo de (origem)"
459
 
460
+ #: contact_form.php:686
461
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
462
  msgstr ""
463
 
464
+ #: contact_form.php:687
465
+ #: contact_form.php:1507
466
  msgid "Using (user agent)"
467
  msgstr "Usando (cliente de email)"
468
 
469
+ #: contact_form.php:687
470
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
471
  msgstr ""
472
 
473
+ #: contact_form.php:691
474
  msgid "Language settings for the field names in the form"
475
  msgstr "Configurações de idioma para os nomes dos campos do formulário"
476
 
477
+ #: contact_form.php:700
478
  #, fuzzy
479
  msgid "Add a language"
480
  msgstr "Adicionar idioma"
481
 
482
+ #: contact_form.php:704
483
  #, fuzzy
484
  msgid "Change the names of the contact form fields and error messages"
485
  msgstr "Mudar rótulo para os campos no formulário de contato"
486
 
 
487
  #: contact_form.php:709
488
+ #: contact_form.php:780
489
  msgid "English"
490
  msgstr "Inglês"
491
 
492
+ #: contact_form.php:728
493
+ #: contact_form.php:757
494
  msgid "Error message for the Name field"
495
  msgstr "Mensagem de erro para o campo Nome"
496
 
497
+ #: contact_form.php:729
498
+ #: contact_form.php:758
499
  #, fuzzy
500
  msgid "Error message for the Address field"
501
  msgstr "Mensagem de erro para o campo Mensagem"
502
 
503
+ #: contact_form.php:730
504
+ #: contact_form.php:759
505
  msgid "Error message for the Email field"
506
  msgstr "Mensagem de erro para o campo de E-mail"
507
 
508
+ #: contact_form.php:731
509
+ #: contact_form.php:760
510
  msgid "Error message for the Phone field"
511
  msgstr "Mensagem de erro para o campo de Telefone"
512
 
513
+ #: contact_form.php:732
514
+ #: contact_form.php:761
515
  msgid "Error message for the Subject field"
516
  msgstr "Mensagem de erro para o campo Assunto"
517
 
518
+ #: contact_form.php:733
519
+ #: contact_form.php:762
520
  msgid "Error message for the Message field"
521
  msgstr "Mensagem de erro para o campo Mensagem"
522
 
523
+ #: contact_form.php:734
524
+ #: contact_form.php:763
525
  #, fuzzy
526
  msgid "Error message about the file type for the Attachment field"
527
  msgstr "Mensagem de erro para o campo Anexos"
528
 
529
+ #: contact_form.php:735
530
+ #: contact_form.php:764
531
  #, fuzzy
532
  msgid "Error message while uploading a file for the Attachment field to the server"
533
  msgstr "Mensagem de erro para o campo Anexos"
534
 
535
+ #: contact_form.php:736
536
+ #: contact_form.php:765
537
  #, fuzzy
538
  msgid "Error message while moving the file for the Attachment field"
539
  msgstr "Mensagem de erro para o campo Anexos"
540
 
541
+ #: contact_form.php:737
542
+ #: contact_form.php:766
543
  #, fuzzy
544
  msgid "Error message when file size limit for the Attachment field is exceeded"
545
  msgstr "Mensagem de erro para o campo Anexos"
546
 
547
+ #: contact_form.php:738
548
+ #: contact_form.php:767
549
  msgid "Error message for the Captcha field"
550
  msgstr "Mensagem de erro para o controlo Captcha"
551
 
552
+ #: contact_form.php:739
553
+ #: contact_form.php:768
554
  msgid "Error message for the whole form"
555
  msgstr "Mensagem de erro para todo o formulário"
556
 
557
+ #: contact_form.php:741
558
+ #: contact_form.php:770
559
+ #: contact_form.php:789
560
+ #: contact_form.php:795
561
  msgid "Use shortcode"
562
  msgstr "usar código abreviado"
563
 
564
+ #: contact_form.php:741
565
+ #: contact_form.php:770
566
+ #: contact_form.php:789
567
+ #: contact_form.php:795
568
  msgid "for this language"
569
  msgstr "para este idioma"
570
 
571
+ #: contact_form.php:777
572
  msgid "Action after email is sent"
573
  msgstr "Ação após envio de email"
574
 
575
+ #: contact_form.php:779
576
  #, fuzzy
577
  msgid "Display text"
578
  msgstr "Mostrar opção para anexar arquivos"
579
 
580
+ #: contact_form.php:788
581
+ #: contact_form.php:794
582
  msgid "Text"
583
  msgstr "Texto"
584
 
585
+ #: contact_form.php:802
586
  msgid "Redirect to the page"
587
  msgstr "Redirecionamento para a página"
588
 
589
+ #: contact_form.php:803
590
  msgid "Url"
591
  msgstr "Url"
592
 
593
+ #: contact_form.php:809
594
+ #: contact_form.php:986
595
  msgid "Save Changes"
596
  msgstr "Salvar mudanças"
597
 
598
+ #: contact_form.php:826
599
  #, fuzzy
600
  msgid "Contact Form Pro | Extra Settings"
601
  msgstr "Opções do formulário de contato"
602
 
603
+ #: contact_form.php:840
604
  msgid "Errors output"
605
  msgstr ""
606
 
607
+ #: contact_form.php:843
608
  msgid "Display error messages"
609
  msgstr ""
610
 
611
+ #: contact_form.php:844
612
  msgid "Color of the input field errors."
613
  msgstr ""
614
 
615
+ #: contact_form.php:845
616
  #, fuzzy
617
  msgid "Display error messages & color of the input field errors"
618
  msgstr "Mensagem de erro para o campo Assunto"
619
 
620
+ #: contact_form.php:850
621
  msgid "Add placeholder to the input blocks"
622
  msgstr ""
623
 
624
+ #: contact_form.php:856
625
  #, fuzzy
626
  msgid "Add tooltips"
627
  msgstr "Opções adicionais"
628
 
629
+ #: contact_form.php:870
630
  #, fuzzy
631
  msgid "Email address"
632
  msgstr "Endereço de E-mail:"
633
 
634
+ #: contact_form.php:875
635
  #, fuzzy
636
  msgid "Phone Number"
637
  msgstr "Número de Telefone :"
638
 
639
+ #: contact_form.php:889
640
  #, fuzzy
641
  msgid "Attachment"
642
  msgstr "Anexo:"
643
 
644
+ #: contact_form.php:894
645
  msgid "(powered by bestwebsoft.com)"
646
  msgstr ""
647
 
648
+ #: contact_form.php:899
649
  #, fuzzy
650
  msgid "Style options"
651
  msgstr "Opções adicionais"
652
 
653
+ #: contact_form.php:902
654
  msgid "Text color"
655
  msgstr ""
656
 
657
+ #: contact_form.php:905
658
+ #: contact_form.php:910
659
+ #: contact_form.php:920
660
+ #: contact_form.php:925
661
+ #: contact_form.php:930
662
+ #: contact_form.php:935
663
+ #: contact_form.php:945
664
+ #: contact_form.php:950
665
+ #: contact_form.php:956
666
+ #: contact_form.php:967
667
+ #: contact_form.php:972
668
+ #: contact_form.php:977
669
  msgid "Default"
670
  msgstr ""
671
 
672
+ #: contact_form.php:907
673
  msgid "Label text color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:912
677
  msgid "Placeholder color"
678
  msgstr ""
679
 
680
+ #: contact_form.php:917
681
  msgid "Errors color"
682
  msgstr ""
683
 
684
+ #: contact_form.php:922
685
  msgid "Error text color"
686
  msgstr ""
687
 
688
+ #: contact_form.php:927
689
  msgid "Background color of the input field errors"
690
  msgstr ""
691
 
692
+ #: contact_form.php:932
693
  msgid "Border color of the input field errors"
694
  msgstr ""
695
 
696
+ #: contact_form.php:937
697
  msgid "Placeholder color of the input field errors"
698
  msgstr ""
699
 
700
+ #: contact_form.php:942
701
  #, fuzzy
702
  msgid "Input fields"
703
  msgstr "Mostrar opção para anexar arquivos"
704
 
705
+ #: contact_form.php:947
706
  msgid "Input fields background color"
707
  msgstr ""
708
 
709
+ #: contact_form.php:952
710
  msgid "Text fields color"
711
  msgstr ""
712
 
713
+ #: contact_form.php:954
714
  msgid "Border width in px, numbers only"
715
  msgstr ""
716
 
717
+ #: contact_form.php:958
718
+ #: contact_form.php:979
719
  msgid "Border color"
720
  msgstr ""
721
 
722
+ #: contact_form.php:963
723
  #, fuzzy
724
  msgid "Submit button"
725
  msgstr "Enviar"
726
 
727
+ #: contact_form.php:965
728
  msgid "Width in px, numbers only"
729
  msgstr ""
730
 
731
+ #: contact_form.php:969
732
  msgid "Button color"
733
  msgstr ""
734
 
735
+ #: contact_form.php:974
736
  msgid "Button text color"
737
  msgstr ""
738
 
739
+ #: contact_form.php:990
740
  #, fuzzy
741
  msgid "Contact Form Pro | Preview"
742
  msgstr "Formulário de contato"
743
 
744
+ #: contact_form.php:993
745
  msgid "Show with errors"
746
  msgstr ""
747
 
748
+ #: contact_form.php:1001
749
+ #: contact_form.php:1003
750
  msgid "Please enter your full name..."
751
  msgstr ""
752
 
753
+ #: contact_form.php:1014
754
+ #: contact_form.php:1016
755
  msgid "Please enter your address..."
756
  msgstr ""
757
 
758
+ #: contact_form.php:1025
759
+ #: contact_form.php:1027
760
  #, fuzzy
761
  msgid "Please enter your email address..."
762
  msgstr "Use este email:"
763
 
764
+ #: contact_form.php:1036
765
+ #: contact_form.php:1038
766
  msgid "Please enter your phone number..."
767
  msgstr ""
768
 
769
+ #: contact_form.php:1047
770
+ #: contact_form.php:1049
771
  msgid "Please enter subject..."
772
  msgstr ""
773
 
774
+ #: contact_form.php:1057
775
+ #: contact_form.php:1059
776
  msgid "Please enter your message..."
777
  msgstr ""
778
 
779
+ #: contact_form.php:1070
780
  msgid "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"
781
  msgstr ""
782
 
783
+ #: contact_form.php:1137
784
  msgid "Sorry, email message could not be delivered."
785
  msgstr "Desculpe, seu e-mail não pode ser entregue."
786
 
787
+ #: contact_form.php:1221
788
  msgid "You can attach the following file formats"
789
  msgstr "Você pode anexar arquivos do seguinte tipo"
790
 
791
+ #: contact_form.php:1515
792
  msgid "Contact from"
793
  msgstr "Formulário de Contato"
794
 
795
+ #: contact_form.php:1528
796
  msgid "Email"
797
  msgstr "E-Mail"
798
 
799
+ #: contact_form.php:1542
800
  msgid "Site"
801
  msgstr "Site"
802
 
803
+ #: contact_form.php:1605
804
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
805
  msgstr "Se você consegue ver esta MENSAGEM então seu cliente não aceita tipos MIME! Favor usar um cliente mais atualizado."
806
 
807
+ #: contact_form.php:1669
808
  msgid "FAQ"
809
  msgstr "Perguntas Frequentes"
810
 
811
+ #: contact_form.php:1670
812
  msgid "Support"
813
  msgstr "Suporte"
814
 
815
+ #: contact_form.php:1727
816
  msgid "Are you sure that you want to delete this language data?"
817
  msgstr "Tem certeza que você deseja excluir os dados deste idioma?"
818
 
827
  #, fuzzy
828
  #~ msgid "Please enter a valid email address."
829
  #~ msgstr "Use este email:"
 
 
 
 
830
  #~ msgid "Activated plugins"
831
  #~ msgstr "Plugins ativados"
832
  #~ msgid "Read more"
868
  #~ msgstr "Opções do formulário de contato"
869
  #~ msgid "Display Attachment tips"
870
  #~ msgstr "Exibir dicas para anexos"
 
 
 
 
871
  #~ msgid "Please enter a valid email address. Settings are not saved."
872
  #~ msgstr ""
873
  #~ "Por favor digite o email corretamente. Configurações não foram guardadas."
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-10-01 17:04+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:04+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Optiuni formular de contact"
@@ -32,732 +32,773 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Optiuni formular de contact"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Formular de contact"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Nume:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Adresa email:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "Adresa email:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Subiect:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Mesaj:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Atasament:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Trimite-mi o copie"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Trimite"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Numele dumneavoastra este necesar."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "O adresa email valida este necesara."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "O adresa email valida este necesara."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Numele dumneavoastra este necesar."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Subiectul mesajului este necesar"
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Textul mesajului este necesar."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Atasamentul este stricat."
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Va rugam completati CAPTCHA-ul"
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Va multumim ca ati luat legatura cu noi."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Optiuni salvate."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Setari"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Setari"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Alege numele utilizatorului"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Foloseste acest email:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Optiuni aditionale"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr "Ce sa folosesc?"
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr "Pentru a trimite mailuri puteti folosi functia PHP mail"
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Modifica linia DE LA din formularul de contact"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Modifica linia DE LA din formularul de contact"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Afisaza text"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "Adresa email:"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Afisaza blocul de Atasamente"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Plugin-uri activate"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "Descarca"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Afisaza explicatiile dupa blocul Atasament"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Afisaza blocul Trimite-mi o copie"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Nume"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "Adresa email:"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Subiect"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Mesaj"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  #, fuzzy
388
  msgid "Display additional info in the email"
389
  msgstr "Afisaza informatii aditionale in email"
390
 
391
- #: contact_form.php:613
392
- #: contact_form.php:1410
393
  msgid "Sent from (ip address)"
394
  msgstr "Trimis de la (adresa IP)"
395
 
396
- #: contact_form.php:613
397
  #, fuzzy
398
  msgid "Example: Sent from (IP address):\t127.0.0.1"
399
  msgstr "Trimis de la (adresa IP)"
400
 
401
- #: contact_form.php:614
402
- #: contact_form.php:1415
403
  msgid "Date/Time"
404
  msgstr "Data/Ora"
405
 
406
- #: contact_form.php:614
407
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
408
  msgstr ""
409
 
410
- #: contact_form.php:615
411
- #: contact_form.php:1420
412
  msgid "Sent from (referer)"
413
  msgstr "Venind de la (referinta)"
414
 
415
- #: contact_form.php:615
416
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
417
  msgstr ""
418
 
419
- #: contact_form.php:616
420
- #: contact_form.php:1425
421
  msgid "Using (user agent)"
422
  msgstr "Folosind (Agent)"
423
 
424
- #: contact_form.php:616
425
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
426
  msgstr ""
427
 
428
- #: contact_form.php:620
429
  msgid "Language settings for the field names in the form"
430
  msgstr ""
431
 
432
- #: contact_form.php:629
433
  msgid "Add a language"
434
  msgstr ""
435
 
436
- #: contact_form.php:633
437
  msgid "Change the names of the contact form fields and error messages"
438
  msgstr "Schimba etichetele pentru campurile formularului de contact"
439
 
440
- #: contact_form.php:638
441
  #: contact_form.php:709
 
442
  msgid "English"
443
  msgstr ""
444
 
445
- #: contact_form.php:657
446
- #: contact_form.php:686
447
  msgid "Error message for the Name field"
448
  msgstr ""
449
 
450
- #: contact_form.php:658
451
- #: contact_form.php:687
452
  msgid "Error message for the Address field"
453
  msgstr ""
454
 
455
- #: contact_form.php:659
456
- #: contact_form.php:688
457
  msgid "Error message for the Email field"
458
  msgstr ""
459
 
460
- #: contact_form.php:660
461
- #: contact_form.php:689
462
  msgid "Error message for the Phone field"
463
  msgstr ""
464
 
465
- #: contact_form.php:661
466
- #: contact_form.php:690
467
  msgid "Error message for the Subject field"
468
  msgstr ""
469
 
470
- #: contact_form.php:662
471
- #: contact_form.php:691
472
  msgid "Error message for the Message field"
473
  msgstr ""
474
 
475
- #: contact_form.php:663
476
- #: contact_form.php:692
477
  msgid "Error message about the file type for the Attachment field"
478
  msgstr ""
479
 
480
- #: contact_form.php:664
481
- #: contact_form.php:693
482
  msgid "Error message while uploading a file for the Attachment field to the server"
483
  msgstr ""
484
 
485
- #: contact_form.php:665
486
- #: contact_form.php:694
487
  msgid "Error message while moving the file for the Attachment field"
488
  msgstr ""
489
 
490
- #: contact_form.php:666
491
- #: contact_form.php:695
492
  msgid "Error message when file size limit for the Attachment field is exceeded"
493
  msgstr ""
494
 
495
- #: contact_form.php:667
496
- #: contact_form.php:696
497
  msgid "Error message for the Captcha field"
498
  msgstr ""
499
 
500
- #: contact_form.php:668
501
- #: contact_form.php:697
502
  msgid "Error message for the whole form"
503
  msgstr ""
504
 
505
- #: contact_form.php:670
506
- #: contact_form.php:699
507
- #: contact_form.php:718
508
- #: contact_form.php:724
509
  msgid "Use shortcode"
510
  msgstr ""
511
 
512
- #: contact_form.php:670
513
- #: contact_form.php:699
514
- #: contact_form.php:718
515
- #: contact_form.php:724
516
  msgid "for this language"
517
  msgstr ""
518
 
519
- #: contact_form.php:706
520
  msgid "Action after email is sent"
521
  msgstr "Actiune dupa trimiterea mailului"
522
 
523
- #: contact_form.php:708
524
  msgid "Display text"
525
  msgstr "Afisaza text"
526
 
527
- #: contact_form.php:717
528
- #: contact_form.php:723
529
  msgid "Text"
530
  msgstr "Text"
531
 
532
- #: contact_form.php:730
533
  msgid "Redirect to the page"
534
  msgstr "Redirectioneaza la pagina"
535
 
536
- #: contact_form.php:731
537
  msgid "Url"
538
  msgstr "Url"
539
 
540
- #: contact_form.php:736
541
- #: contact_form.php:913
542
  msgid "Save Changes"
543
  msgstr "Salveaza schimbarile"
544
 
545
- #: contact_form.php:753
546
  #, fuzzy
547
  msgid "Contact Form Pro | Extra Settings"
548
  msgstr "Optiuni formular de contact"
549
 
550
- #: contact_form.php:767
551
  msgid "Errors output"
552
  msgstr ""
553
 
554
- #: contact_form.php:770
555
  msgid "Display error messages"
556
  msgstr ""
557
 
558
- #: contact_form.php:771
559
  msgid "Color of the input field errors."
560
  msgstr ""
561
 
562
- #: contact_form.php:772
563
  msgid "Display error messages & color of the input field errors"
564
  msgstr ""
565
 
566
- #: contact_form.php:777
567
  msgid "Add placeholder to the input blocks"
568
  msgstr ""
569
 
570
- #: contact_form.php:783
571
  #, fuzzy
572
  msgid "Add tooltips"
573
  msgstr "Optiuni aditionale"
574
 
575
- #: contact_form.php:797
576
  #, fuzzy
577
  msgid "Email address"
578
  msgstr "Adresa email:"
579
 
580
- #: contact_form.php:802
581
  msgid "Phone Number"
582
  msgstr ""
583
 
584
- #: contact_form.php:816
585
  #, fuzzy
586
  msgid "Attachment"
587
  msgstr "Atasament:"
588
 
589
- #: contact_form.php:821
590
  msgid "(powered by bestwebsoft.com)"
591
  msgstr ""
592
 
593
- #: contact_form.php:826
594
  #, fuzzy
595
  msgid "Style options"
596
  msgstr "Optiuni aditionale"
597
 
598
- #: contact_form.php:829
599
  msgid "Text color"
600
  msgstr ""
601
 
602
- #: contact_form.php:832
603
- #: contact_form.php:837
604
- #: contact_form.php:847
605
- #: contact_form.php:852
606
- #: contact_form.php:857
607
- #: contact_form.php:862
608
- #: contact_form.php:872
609
- #: contact_form.php:877
610
- #: contact_form.php:883
611
- #: contact_form.php:894
612
- #: contact_form.php:899
613
- #: contact_form.php:904
614
  msgid "Default"
615
  msgstr ""
616
 
617
- #: contact_form.php:834
618
  msgid "Label text color"
619
  msgstr ""
620
 
621
- #: contact_form.php:839
622
  msgid "Placeholder color"
623
  msgstr ""
624
 
625
- #: contact_form.php:844
626
  msgid "Errors color"
627
  msgstr ""
628
 
629
- #: contact_form.php:849
630
  msgid "Error text color"
631
  msgstr ""
632
 
633
- #: contact_form.php:854
634
  msgid "Background color of the input field errors"
635
  msgstr ""
636
 
637
- #: contact_form.php:859
638
  msgid "Border color of the input field errors"
639
  msgstr ""
640
 
641
- #: contact_form.php:864
642
  msgid "Placeholder color of the input field errors"
643
  msgstr ""
644
 
645
- #: contact_form.php:869
646
  #, fuzzy
647
  msgid "Input fields"
648
  msgstr "Afisaza text"
649
 
650
- #: contact_form.php:874
651
  msgid "Input fields background color"
652
  msgstr ""
653
 
654
- #: contact_form.php:879
655
  msgid "Text fields color"
656
  msgstr ""
657
 
658
- #: contact_form.php:881
659
  msgid "Border width in px, numbers only"
660
  msgstr ""
661
 
662
- #: contact_form.php:885
663
- #: contact_form.php:906
664
  msgid "Border color"
665
  msgstr ""
666
 
667
- #: contact_form.php:890
668
  #, fuzzy
669
  msgid "Submit button"
670
  msgstr "Trimite"
671
 
672
- #: contact_form.php:892
673
  msgid "Width in px, numbers only"
674
  msgstr ""
675
 
676
- #: contact_form.php:896
677
  msgid "Button color"
678
  msgstr ""
679
 
680
- #: contact_form.php:901
681
  msgid "Button text color"
682
  msgstr ""
683
 
684
- #: contact_form.php:917
685
  #, fuzzy
686
  msgid "Contact Form Pro | Preview"
687
  msgstr "Formular de contact"
688
 
689
- #: contact_form.php:920
690
  msgid "Show with errors"
691
  msgstr ""
692
 
693
- #: contact_form.php:928
694
- #: contact_form.php:930
695
  msgid "Please enter your full name..."
696
  msgstr ""
697
 
698
- #: contact_form.php:941
699
- #: contact_form.php:943
700
  msgid "Please enter your address..."
701
  msgstr ""
702
 
703
- #: contact_form.php:952
704
- #: contact_form.php:954
705
  #, fuzzy
706
  msgid "Please enter your email address..."
707
  msgstr "Foloseste acest email:"
708
 
709
- #: contact_form.php:963
710
- #: contact_form.php:965
711
  msgid "Please enter your phone number..."
712
  msgstr ""
713
 
714
- #: contact_form.php:974
715
- #: contact_form.php:976
716
  msgid "Please enter subject..."
717
  msgstr ""
718
 
719
- #: contact_form.php:984
720
- #: contact_form.php:986
721
  msgid "Please enter your message..."
722
  msgstr ""
723
 
724
- #: contact_form.php:997
725
  msgid "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"
726
  msgstr ""
727
 
728
- #: contact_form.php:1066
729
  msgid "Sorry, email message could not be delivered."
730
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
731
 
732
- #: contact_form.php:1150
733
  msgid "You can attach the following file formats"
734
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
735
 
736
- #: contact_form.php:1433
737
  msgid "Contact from"
738
  msgstr "Formular de contact"
739
 
740
- #: contact_form.php:1446
741
  msgid "Email"
742
  msgstr "Email"
743
 
744
- #: contact_form.php:1460
745
  msgid "Site"
746
  msgstr "Site"
747
 
748
- #: contact_form.php:1521
749
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
750
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
751
 
752
- #: contact_form.php:1585
753
  msgid "FAQ"
754
  msgstr "FAQ"
755
 
756
- #: contact_form.php:1586
757
  msgid "Support"
758
  msgstr "Suport tehnic"
759
 
760
- #: contact_form.php:1645
761
  msgid "Are you sure that you want to delete this language data?"
762
  msgstr ""
763
 
@@ -772,10 +813,6 @@ msgstr ""
772
  #, fuzzy
773
  #~ msgid "Please enter a valid email address."
774
  #~ msgstr "Foloseste acest email:"
775
-
776
- #, fuzzy
777
- #~ msgid "Pro plugins"
778
- #~ msgstr "BWS Plugins"
779
  #~ msgid "Activated plugins"
780
  #~ msgstr "Plugin-uri activate"
781
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:36+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:36+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Optiuni formular de contact"
32
  msgstr "Optiuni formular de contact"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Formular de contact"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Nume:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "Adresa email:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "Adresa email:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Subiect:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Mesaj:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Atasament:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Trimite-mi o copie"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Trimite"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Numele dumneavoastra este necesar."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "O adresa email valida este necesara."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "O adresa email valida este necesara."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Numele dumneavoastra este necesar."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Subiectul mesajului este necesar"
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Textul mesajului este necesar."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Atasamentul este stricat."
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "Va rugam completati CAPTCHA-ul"
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Va rugam sa realizati corecturile de mai jos si sa incercati din nou."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Va multumim ca ati luat legatura cu noi."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Daca optiunea 'Redirectioneaza la pagina' este selectata, atunci campul url ar trebui completat in urmatorul format"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Acest utilizator nu exista. Setarile nu au fost salvate."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Va rugam introduceti un email corect. Setarile nu au fost salvate."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Optiuni salvate."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Setari"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Setari"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Daca ati dori sa adaugati un Formular de Contact pe situl dumneavoastra, copiati si lipiti acest cod intr-o pagina sau widget:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Daca informatia din campurile urmatoare este nula, atunci mesajul va fi trimis la adresa specificata in timpul procesului de inregistrare."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Foloseste email-ul utilizatorului Wordpress:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Alege numele utilizatorului"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Alege numele utilizatorului care va primi mesaje de la formularul de contact."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Foloseste acest email:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Alege o adresa email care sa fie folosita pentru primirea mesajelor."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Formular de contact"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Formular de contact"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Optiuni aditionale"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "Ce sa folosesc?"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Pentru a trimite mailuri puteti folosi functia Wordpress wp_mail"
288
 
289
+ #: contact_form.php:588
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 "Pentru a trimite mailuri puteti folosi functia PHP mail"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Modifica linia DE LA din formularul de contact"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Modifica linia DE LA din formularul de contact"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Afisaza text"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "Adresa email:"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Afisaza blocul de Atasamente"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Utilizatorii pot atasa fisiere de urmatoarele tipuri"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Plugin-uri activate"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "Descarca"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Afisaza explicatiile dupa blocul Atasament"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Afisaza blocul Trimite-mi o copie"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Nume"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "Adresa email:"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Subiect"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Mesaj"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  #, fuzzy
429
  msgid "Display additional info in the email"
430
  msgstr "Afisaza informatii aditionale in email"
431
 
432
+ #: contact_form.php:684
433
+ #: contact_form.php:1492
434
  msgid "Sent from (ip address)"
435
  msgstr "Trimis de la (adresa IP)"
436
 
437
+ #: contact_form.php:684
438
  #, fuzzy
439
  msgid "Example: Sent from (IP address):\t127.0.0.1"
440
  msgstr "Trimis de la (adresa IP)"
441
 
442
+ #: contact_form.php:685
443
+ #: contact_form.php:1497
444
  msgid "Date/Time"
445
  msgstr "Data/Ora"
446
 
447
+ #: contact_form.php:685
448
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
449
  msgstr ""
450
 
451
+ #: contact_form.php:686
452
+ #: contact_form.php:1502
453
  msgid "Sent from (referer)"
454
  msgstr "Venind de la (referinta)"
455
 
456
+ #: contact_form.php:686
457
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
458
  msgstr ""
459
 
460
+ #: contact_form.php:687
461
+ #: contact_form.php:1507
462
  msgid "Using (user agent)"
463
  msgstr "Folosind (Agent)"
464
 
465
+ #: contact_form.php:687
466
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
467
  msgstr ""
468
 
469
+ #: contact_form.php:691
470
  msgid "Language settings for the field names in the form"
471
  msgstr ""
472
 
473
+ #: contact_form.php:700
474
  msgid "Add a language"
475
  msgstr ""
476
 
477
+ #: contact_form.php:704
478
  msgid "Change the names of the contact form fields and error messages"
479
  msgstr "Schimba etichetele pentru campurile formularului de contact"
480
 
 
481
  #: contact_form.php:709
482
+ #: contact_form.php:780
483
  msgid "English"
484
  msgstr ""
485
 
486
+ #: contact_form.php:728
487
+ #: contact_form.php:757
488
  msgid "Error message for the Name field"
489
  msgstr ""
490
 
491
+ #: contact_form.php:729
492
+ #: contact_form.php:758
493
  msgid "Error message for the Address field"
494
  msgstr ""
495
 
496
+ #: contact_form.php:730
497
+ #: contact_form.php:759
498
  msgid "Error message for the Email field"
499
  msgstr ""
500
 
501
+ #: contact_form.php:731
502
+ #: contact_form.php:760
503
  msgid "Error message for the Phone field"
504
  msgstr ""
505
 
506
+ #: contact_form.php:732
507
+ #: contact_form.php:761
508
  msgid "Error message for the Subject field"
509
  msgstr ""
510
 
511
+ #: contact_form.php:733
512
+ #: contact_form.php:762
513
  msgid "Error message for the Message field"
514
  msgstr ""
515
 
516
+ #: contact_form.php:734
517
+ #: contact_form.php:763
518
  msgid "Error message about the file type for the Attachment field"
519
  msgstr ""
520
 
521
+ #: contact_form.php:735
522
+ #: contact_form.php:764
523
  msgid "Error message while uploading a file for the Attachment field to the server"
524
  msgstr ""
525
 
526
+ #: contact_form.php:736
527
+ #: contact_form.php:765
528
  msgid "Error message while moving the file for the Attachment field"
529
  msgstr ""
530
 
531
+ #: contact_form.php:737
532
+ #: contact_form.php:766
533
  msgid "Error message when file size limit for the Attachment field is exceeded"
534
  msgstr ""
535
 
536
+ #: contact_form.php:738
537
+ #: contact_form.php:767
538
  msgid "Error message for the Captcha field"
539
  msgstr ""
540
 
541
+ #: contact_form.php:739
542
+ #: contact_form.php:768
543
  msgid "Error message for the whole form"
544
  msgstr ""
545
 
546
+ #: contact_form.php:741
547
+ #: contact_form.php:770
548
+ #: contact_form.php:789
549
+ #: contact_form.php:795
550
  msgid "Use shortcode"
551
  msgstr ""
552
 
553
+ #: contact_form.php:741
554
+ #: contact_form.php:770
555
+ #: contact_form.php:789
556
+ #: contact_form.php:795
557
  msgid "for this language"
558
  msgstr ""
559
 
560
+ #: contact_form.php:777
561
  msgid "Action after email is sent"
562
  msgstr "Actiune dupa trimiterea mailului"
563
 
564
+ #: contact_form.php:779
565
  msgid "Display text"
566
  msgstr "Afisaza text"
567
 
568
+ #: contact_form.php:788
569
+ #: contact_form.php:794
570
  msgid "Text"
571
  msgstr "Text"
572
 
573
+ #: contact_form.php:802
574
  msgid "Redirect to the page"
575
  msgstr "Redirectioneaza la pagina"
576
 
577
+ #: contact_form.php:803
578
  msgid "Url"
579
  msgstr "Url"
580
 
581
+ #: contact_form.php:809
582
+ #: contact_form.php:986
583
  msgid "Save Changes"
584
  msgstr "Salveaza schimbarile"
585
 
586
+ #: contact_form.php:826
587
  #, fuzzy
588
  msgid "Contact Form Pro | Extra Settings"
589
  msgstr "Optiuni formular de contact"
590
 
591
+ #: contact_form.php:840
592
  msgid "Errors output"
593
  msgstr ""
594
 
595
+ #: contact_form.php:843
596
  msgid "Display error messages"
597
  msgstr ""
598
 
599
+ #: contact_form.php:844
600
  msgid "Color of the input field errors."
601
  msgstr ""
602
 
603
+ #: contact_form.php:845
604
  msgid "Display error messages & color of the input field errors"
605
  msgstr ""
606
 
607
+ #: contact_form.php:850
608
  msgid "Add placeholder to the input blocks"
609
  msgstr ""
610
 
611
+ #: contact_form.php:856
612
  #, fuzzy
613
  msgid "Add tooltips"
614
  msgstr "Optiuni aditionale"
615
 
616
+ #: contact_form.php:870
617
  #, fuzzy
618
  msgid "Email address"
619
  msgstr "Adresa email:"
620
 
621
+ #: contact_form.php:875
622
  msgid "Phone Number"
623
  msgstr ""
624
 
625
+ #: contact_form.php:889
626
  #, fuzzy
627
  msgid "Attachment"
628
  msgstr "Atasament:"
629
 
630
+ #: contact_form.php:894
631
  msgid "(powered by bestwebsoft.com)"
632
  msgstr ""
633
 
634
+ #: contact_form.php:899
635
  #, fuzzy
636
  msgid "Style options"
637
  msgstr "Optiuni aditionale"
638
 
639
+ #: contact_form.php:902
640
  msgid "Text color"
641
  msgstr ""
642
 
643
+ #: contact_form.php:905
644
+ #: contact_form.php:910
645
+ #: contact_form.php:920
646
+ #: contact_form.php:925
647
+ #: contact_form.php:930
648
+ #: contact_form.php:935
649
+ #: contact_form.php:945
650
+ #: contact_form.php:950
651
+ #: contact_form.php:956
652
+ #: contact_form.php:967
653
+ #: contact_form.php:972
654
+ #: contact_form.php:977
655
  msgid "Default"
656
  msgstr ""
657
 
658
+ #: contact_form.php:907
659
  msgid "Label text color"
660
  msgstr ""
661
 
662
+ #: contact_form.php:912
663
  msgid "Placeholder color"
664
  msgstr ""
665
 
666
+ #: contact_form.php:917
667
  msgid "Errors color"
668
  msgstr ""
669
 
670
+ #: contact_form.php:922
671
  msgid "Error text color"
672
  msgstr ""
673
 
674
+ #: contact_form.php:927
675
  msgid "Background color of the input field errors"
676
  msgstr ""
677
 
678
+ #: contact_form.php:932
679
  msgid "Border color of the input field errors"
680
  msgstr ""
681
 
682
+ #: contact_form.php:937
683
  msgid "Placeholder color of the input field errors"
684
  msgstr ""
685
 
686
+ #: contact_form.php:942
687
  #, fuzzy
688
  msgid "Input fields"
689
  msgstr "Afisaza text"
690
 
691
+ #: contact_form.php:947
692
  msgid "Input fields background color"
693
  msgstr ""
694
 
695
+ #: contact_form.php:952
696
  msgid "Text fields color"
697
  msgstr ""
698
 
699
+ #: contact_form.php:954
700
  msgid "Border width in px, numbers only"
701
  msgstr ""
702
 
703
+ #: contact_form.php:958
704
+ #: contact_form.php:979
705
  msgid "Border color"
706
  msgstr ""
707
 
708
+ #: contact_form.php:963
709
  #, fuzzy
710
  msgid "Submit button"
711
  msgstr "Trimite"
712
 
713
+ #: contact_form.php:965
714
  msgid "Width in px, numbers only"
715
  msgstr ""
716
 
717
+ #: contact_form.php:969
718
  msgid "Button color"
719
  msgstr ""
720
 
721
+ #: contact_form.php:974
722
  msgid "Button text color"
723
  msgstr ""
724
 
725
+ #: contact_form.php:990
726
  #, fuzzy
727
  msgid "Contact Form Pro | Preview"
728
  msgstr "Formular de contact"
729
 
730
+ #: contact_form.php:993
731
  msgid "Show with errors"
732
  msgstr ""
733
 
734
+ #: contact_form.php:1001
735
+ #: contact_form.php:1003
736
  msgid "Please enter your full name..."
737
  msgstr ""
738
 
739
+ #: contact_form.php:1014
740
+ #: contact_form.php:1016
741
  msgid "Please enter your address..."
742
  msgstr ""
743
 
744
+ #: contact_form.php:1025
745
+ #: contact_form.php:1027
746
  #, fuzzy
747
  msgid "Please enter your email address..."
748
  msgstr "Foloseste acest email:"
749
 
750
+ #: contact_form.php:1036
751
+ #: contact_form.php:1038
752
  msgid "Please enter your phone number..."
753
  msgstr ""
754
 
755
+ #: contact_form.php:1047
756
+ #: contact_form.php:1049
757
  msgid "Please enter subject..."
758
  msgstr ""
759
 
760
+ #: contact_form.php:1057
761
+ #: contact_form.php:1059
762
  msgid "Please enter your message..."
763
  msgstr ""
764
 
765
+ #: contact_form.php:1070
766
  msgid "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"
767
  msgstr ""
768
 
769
+ #: contact_form.php:1137
770
  msgid "Sorry, email message could not be delivered."
771
  msgstr "Ne pare rau, mailul dumneavoastra nu a putut fi livrat."
772
 
773
+ #: contact_form.php:1221
774
  msgid "You can attach the following file formats"
775
  msgstr "Puteti atasa fisiere de urmatoarele tipuri"
776
 
777
+ #: contact_form.php:1515
778
  msgid "Contact from"
779
  msgstr "Formular de contact"
780
 
781
+ #: contact_form.php:1528
782
  msgid "Email"
783
  msgstr "Email"
784
 
785
+ #: contact_form.php:1542
786
  msgid "Site"
787
  msgstr "Site"
788
 
789
+ #: contact_form.php:1605
790
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
791
  msgstr "Daca vedeti acest MIME atunci clientul dumneavoastra nu accepta tipuri MIME!"
792
 
793
+ #: contact_form.php:1669
794
  msgid "FAQ"
795
  msgstr "FAQ"
796
 
797
+ #: contact_form.php:1670
798
  msgid "Support"
799
  msgstr "Suport tehnic"
800
 
801
+ #: contact_form.php:1727
802
  msgid "Are you sure that you want to delete this language data?"
803
  msgstr ""
804
 
813
  #, fuzzy
814
  #~ msgid "Please enter a valid email address."
815
  #~ msgstr "Foloseste acest email:"
 
 
 
 
816
  #~ msgid "Activated plugins"
817
  #~ msgstr "Plugin-uri activate"
818
  #~ msgid "Read more"
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-10-01 17:04+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  msgid "Contact Form Settings"
22
  msgstr "Настройки Контактной Формы"
23
 
@@ -30,703 +30,741 @@ msgid "Contact Form Pro Extra Settings"
30
  msgstr "Extra Настройки Контактной Формы"
31
 
32
  #: contact_form.php:33
33
- #: contact_form.php:507
34
- #: contact_form.php:761
35
  msgid "Contact Form Pro"
36
  msgstr "Контактная Форма PRO"
37
 
38
- #: contact_form.php:73
39
- #: contact_form.php:648
40
- #: contact_form.php:677
41
  msgid "Name:"
42
  msgstr "Имя:"
43
 
44
- #: contact_form.php:74
45
- #: contact_form.php:649
46
- #: contact_form.php:678
47
  msgid "Address:"
48
  msgstr "Адрес:"
49
 
50
- #: contact_form.php:75
51
- #: contact_form.php:650
52
- #: contact_form.php:679
53
  msgid "Email Address:"
54
  msgstr "E-mail адрес:"
55
 
56
- #: contact_form.php:76
57
- #: contact_form.php:651
58
- #: contact_form.php:680
59
  msgid "Phone number:"
60
  msgstr "Телефон:"
61
 
62
- #: contact_form.php:77
63
- #: contact_form.php:652
64
- #: contact_form.php:681
65
  msgid "Subject:"
66
  msgstr "Тема:"
67
 
68
- #: contact_form.php:78
69
- #: contact_form.php:653
70
- #: contact_form.php:682
71
  msgid "Message:"
72
  msgstr "Сообщение:"
73
 
74
- #: contact_form.php:79
75
- #: contact_form.php:654
76
- #: contact_form.php:683
77
  msgid "Attachment:"
78
  msgstr "Прикрепить файл:"
79
 
80
- #: contact_form.php:80
81
- #: contact_form.php:655
82
- #: contact_form.php:684
83
  msgid "Send me a copy"
84
  msgstr "Отправить мне копию"
85
 
86
- #: contact_form.php:81
87
- #: contact_form.php:656
88
- #: contact_form.php:685
89
  msgid "Submit"
90
  msgstr "Отправить"
91
 
92
- #: contact_form.php:82
93
  msgid "Your name is required."
94
  msgstr "Ваше имя - это обязательное поле."
95
 
96
- #: contact_form.php:83
97
  msgid "Address is required."
98
  msgstr "Поле адреса - обязательное для заполнения."
99
 
100
- #: contact_form.php:84
101
  msgid "A valid email address is required."
102
  msgstr "Поле email адреса - обязательное для заполнения."
103
 
104
- #: contact_form.php:85
105
  msgid "Phone number is required."
106
  msgstr "Телефон - это обязательное поле."
107
 
108
- #: contact_form.php:86
109
  msgid "Subject is required."
110
  msgstr "Поле Тема - обязательное поле."
111
 
112
- #: contact_form.php:87
113
  msgid "Message text is required."
114
  msgstr "Поле Сообщение - обязательное поле."
115
 
116
- #: contact_form.php:88
117
  msgid "File format is not valid."
118
  msgstr "Прикрепленный тип файла не поддерживается"
119
 
120
- #: contact_form.php:89
121
  msgid "File upload error."
122
  msgstr "Ошибка загрузки файла."
123
 
124
- #: contact_form.php:90
125
  msgid "The file could not be uploaded."
126
  msgstr "Невозможно загрузить файл."
127
 
128
- #: contact_form.php:91
129
  msgid "This file is too large."
130
  msgstr "Размер файла слишком большой."
131
 
132
- #: contact_form.php:92
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Пожалуйста, заполните КАПЧУ."
135
 
136
- #: contact_form.php:93
137
  msgid "Please make corrections below and try again."
138
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
139
 
140
- #: contact_form.php:95
141
  msgid "Thank you for contacting us."
142
  msgstr "Спасибо за контакт с нами."
143
 
144
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
147
 
148
- #: contact_form.php:431
149
  msgid "Such user does not exist. Settings are not saved."
150
  msgstr "Данный пользователь не найден. Настройки не сохранены"
151
 
152
- #: contact_form.php:435
153
- #: contact_form.php:441
154
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
155
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
156
 
157
- #: contact_form.php:446
158
  msgid "Settings saved."
159
  msgstr "Опции сохранены."
160
 
161
- #: contact_form.php:470
162
- #: contact_form.php:755
163
- #: contact_form.php:1573
164
- #: contact_form.php:1584
165
  msgid "Settings"
166
  msgstr "Настройки"
167
 
168
- #: contact_form.php:471
169
- #: contact_form.php:756
170
  msgid "Extra settings"
171
  msgstr "Extra Настройки"
172
 
173
- #: contact_form.php:476
174
- #: contact_form.php:1012
175
  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:"
176
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
177
 
178
- #: contact_form.php:476
179
- #: contact_form.php:477
180
- #: contact_form.php:670
181
- #: contact_form.php:718
182
  msgid "or"
183
  msgstr "или"
184
 
185
- #: contact_form.php:477
186
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
187
  msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
188
 
189
- #: contact_form.php:478
190
  msgid "They work the same way."
191
  msgstr "Шорткоды работают одинаково."
192
 
193
- #: contact_form.php:479
194
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
195
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
196
 
197
- #: contact_form.php:483
198
  msgid "The user's email address:"
199
  msgstr "Email пользователя сайта:"
200
 
201
- #: contact_form.php:487
202
  msgid "Create a username"
203
  msgstr "Выберите имя пользователя"
204
 
205
- #: contact_form.php:492
206
  msgid "Enter a username of the person who should get the messages from the contact form."
207
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
208
 
209
- #: contact_form.php:496
210
  msgid "Use this email address:"
211
  msgstr "Использовать этот email:"
212
 
213
- #: contact_form.php:499
214
  msgid "Enter the email address you want the messages forwarded to."
215
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
216
 
217
- #: contact_form.php:503
218
  msgid "Add department selectbox to the contact form:"
219
  msgstr "Добавить выбор отдела в контактную форму:"
220
 
221
- #: contact_form.php:506
222
- #: contact_form.php:760
223
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
224
  msgstr "Данный функционал доступен в Pro версии плагина. Для детальной информации перейдите по ссылке"
225
 
226
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgid "Additional options"
228
  msgstr "Дополнительные настройки"
229
 
230
- #: contact_form.php:518
231
  msgid "What to use?"
232
  msgstr "Что использовать?"
233
 
234
- #: contact_form.php:521
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:522
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
241
 
242
- #: contact_form.php:528
243
  msgid "Mail"
244
  msgstr "Mail"
245
 
246
- #: contact_form.php:529
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Для отправки почты вы можете использовать функцию php mail"
249
 
250
- #: contact_form.php:533
251
  msgid "The text in the 'From' field"
252
  msgstr "Tекст для поля ОТ в письме"
253
 
254
- #: contact_form.php:535
255
  msgid "User name"
256
  msgstr "Имя пользователя"
257
 
258
- #: contact_form.php:535
259
  msgid "The name of the user who fills the form will be used in the field 'From'."
260
  msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
261
 
262
- #: contact_form.php:537
263
  msgid "This text will be used in the 'FROM' field"
264
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
265
 
266
- #: contact_form.php:541
267
  msgid "The email address in the 'From' field"
268
  msgstr "Выберите email для поля 'FROM' письма"
269
 
270
- #: contact_form.php:543
271
  msgid "User email"
272
  msgstr "Емейл"
273
 
274
- #: contact_form.php:543
275
  msgid "The email address of the user who fills the form will be used in the field 'From'."
276
  msgstr "В поле \"From\" в письме будет использоваться электронная почта того пользователя, который заполняет форму."
277
 
278
- #: contact_form.php:545
279
  msgid "This email address will be used in the 'From' field."
280
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
281
 
282
- #: contact_form.php:549
283
  msgid "Display fields"
284
  msgstr "Отобразить поля"
285
 
286
- #: contact_form.php:551
287
- #: contact_form.php:600
288
- #: contact_form.php:792
289
- #: contact_form.php:1443
290
  msgid "Address"
291
  msgstr "Адрес"
292
 
293
- #: contact_form.php:552
294
- #: contact_form.php:602
295
- #: contact_form.php:1451
296
  msgid "Phone"
297
  msgstr "Телефон"
298
 
299
- #: contact_form.php:553
300
  msgid "Attachment block"
301
  msgstr "Блок Прикрепить файл"
302
 
303
- #: contact_form.php:553
304
  msgid "Users can attach the following file formats"
305
  msgstr "Пользователи могут прикрепить файлы таких типов"
306
 
307
- #: contact_form.php:565
308
- #: contact_form.php:568
309
- #: contact_form.php:571
310
- #: contact_form.php:821
311
  msgid "Captcha"
312
  msgstr "КАПЧА"
313
 
314
- #: contact_form.php:565
315
- #: contact_form.php:568
316
- #: contact_form.php:571
317
  msgid "powered by"
318
  msgstr "разработано компанией"
319
 
320
- #: contact_form.php:568
321
  msgid "Activate captcha"
322
  msgstr "Активировать Капчу"
323
 
324
- #: contact_form.php:571
325
  msgid "Download captcha"
326
  msgstr "Скачать Капчу"
327
 
328
- #: contact_form.php:576
329
  msgid "Display tips below the Attachment block"
330
  msgstr "Отображать пояснения после блока \"Прикрепить файл\""
331
 
332
- #: contact_form.php:585
333
  msgid "Delete an attachment file from the server after the email is sent"
334
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
335
 
336
- #: contact_form.php:591
337
  msgid "Display 'Send me a copy' block"
338
  msgstr "Отображать блок 'Отправить мне копию'"
339
 
340
- #: contact_form.php:597
341
  msgid "Required fields"
342
  msgstr "Обязательные поля"
343
 
344
- #: contact_form.php:599
345
- #: contact_form.php:787
346
- #: contact_form.php:1438
347
  msgid "Name"
348
  msgstr "Имя"
349
 
350
- #: contact_form.php:601
351
  msgid "Email Address"
352
  msgstr "Email адрес"
353
 
354
- #: contact_form.php:603
355
- #: contact_form.php:807
356
- #: contact_form.php:1454
357
  msgid "Subject"
358
  msgstr "Тема"
359
 
360
- #: contact_form.php:604
361
- #: contact_form.php:811
362
- #: contact_form.php:1457
363
  msgid "Message"
364
  msgstr "Сообщение"
365
 
366
- #: contact_form.php:608
 
 
 
 
367
  msgid "Display additional info in the email"
368
  msgstr "Отображение дополнительной информации в письме"
369
 
370
- #: contact_form.php:613
371
- #: contact_form.php:1410
372
  msgid "Sent from (ip address)"
373
  msgstr "Отправлено от (ip адрес)"
374
 
375
- #: contact_form.php:613
376
  msgid "Example: Sent from (IP address):\t127.0.0.1"
377
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
378
 
379
- #: contact_form.php:614
380
- #: contact_form.php:1415
381
  msgid "Date/Time"
382
  msgstr "Дата/Время"
383
 
384
- #: contact_form.php:614
385
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
386
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
387
 
388
- #: contact_form.php:615
389
- #: contact_form.php:1420
390
  msgid "Sent from (referer)"
391
  msgstr "Пришло из (реферер)"
392
 
393
- #: contact_form.php:615
394
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
395
  msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
396
 
397
- #: contact_form.php:616
398
- #: contact_form.php:1425
399
  msgid "Using (user agent)"
400
  msgstr "Используя (user agent)"
401
 
402
- #: contact_form.php:616
403
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
404
  msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
405
 
406
- #: contact_form.php:620
407
  msgid "Language settings for the field names in the form"
408
  msgstr "Языковые настройки для названия полей в форме"
409
 
410
- #: contact_form.php:629
411
  msgid "Add a language"
412
  msgstr "Добавить язык"
413
 
414
- #: contact_form.php:633
415
  msgid "Change the names of the contact form fields and error messages"
416
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
417
 
418
- #: contact_form.php:638
419
  #: contact_form.php:709
 
420
  msgid "English"
421
  msgstr "Английский"
422
 
423
- #: contact_form.php:657
424
- #: contact_form.php:686
425
  msgid "Error message for the Name field"
426
  msgstr "Сообщение об ошибке для поля Name"
427
 
428
- #: contact_form.php:658
429
- #: contact_form.php:687
430
  msgid "Error message for the Address field"
431
  msgstr "Сообщение об ошибке для поля Address"
432
 
433
- #: contact_form.php:659
434
- #: contact_form.php:688
435
  msgid "Error message for the Email field"
436
  msgstr "Сообщение об ошибке для поля Email"
437
 
438
- #: contact_form.php:660
439
- #: contact_form.php:689
440
  msgid "Error message for the Phone field"
441
  msgstr "Сообщение об ошибке для поля Phone"
442
 
443
- #: contact_form.php:661
444
- #: contact_form.php:690
445
  msgid "Error message for the Subject field"
446
  msgstr "Сообщение об ошибке для поля Subject"
447
 
448
- #: contact_form.php:662
449
- #: contact_form.php:691
450
  msgid "Error message for the Message field"
451
  msgstr "Сообщение об ошибке для поля Message"
452
 
453
- #: contact_form.php:663
454
- #: contact_form.php:692
455
  msgid "Error message about the file type for the Attachment field"
456
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
457
 
458
- #: contact_form.php:664
459
- #: contact_form.php:693
460
  msgid "Error message while uploading a file for the Attachment field to the server"
461
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
462
 
463
- #: contact_form.php:665
464
- #: contact_form.php:694
465
  msgid "Error message while moving the file for the Attachment field"
466
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
467
 
468
- #: contact_form.php:666
469
- #: contact_form.php:695
470
  msgid "Error message when file size limit for the Attachment field is exceeded"
471
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
472
 
473
- #: contact_form.php:667
474
- #: contact_form.php:696
475
  msgid "Error message for the Captcha field"
476
  msgstr "Сообщение об ошибке для поля Captcha"
477
 
478
- #: contact_form.php:668
479
- #: contact_form.php:697
480
  msgid "Error message for the whole form"
481
  msgstr "Сообщение об ошибке для всей формы"
482
 
483
- #: contact_form.php:670
484
- #: contact_form.php:699
485
- #: contact_form.php:718
486
- #: contact_form.php:724
487
  msgid "Use shortcode"
488
  msgstr "Использовать шорткод"
489
 
490
- #: contact_form.php:670
491
- #: contact_form.php:699
492
- #: contact_form.php:718
493
- #: contact_form.php:724
494
  msgid "for this language"
495
  msgstr "для данного языка"
496
 
497
- #: contact_form.php:706
498
  msgid "Action after email is sent"
499
  msgstr "Действие после отправки письма"
500
 
501
- #: contact_form.php:708
502
  msgid "Display text"
503
  msgstr "Отобразить текст"
504
 
505
- #: contact_form.php:717
506
- #: contact_form.php:723
507
  msgid "Text"
508
  msgstr "Текст"
509
 
510
- #: contact_form.php:730
511
  msgid "Redirect to the page"
512
  msgstr "Перенаправление на страницу"
513
 
514
- #: contact_form.php:731
515
  msgid "Url"
516
  msgstr "Урл"
517
 
518
- #: contact_form.php:736
519
- #: contact_form.php:913
520
  msgid "Save Changes"
521
  msgstr "Save Changes"
522
 
523
- #: contact_form.php:753
524
  msgid "Contact Form Pro | Extra Settings"
525
  msgstr "Contact Form Pro | Extra Настройки"
526
 
527
- #: contact_form.php:767
528
  msgid "Errors output"
529
  msgstr "Отображение ошибок"
530
 
531
- #: contact_form.php:770
532
  msgid "Display error messages"
533
  msgstr "Отображать сообщения об ошибках"
534
 
535
- #: contact_form.php:771
536
  msgid "Color of the input field errors."
537
  msgstr "Отображать ошибки цветом для полей ввода"
538
 
539
- #: contact_form.php:772
540
  msgid "Display error messages & color of the input field errors"
541
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
542
 
543
- #: contact_form.php:777
544
  msgid "Add placeholder to the input blocks"
545
  msgstr "Добавить вспомогательный текст в поля ввода"
546
 
547
- #: contact_form.php:783
548
  msgid "Add tooltips"
549
  msgstr "Добавить подсказки"
550
 
551
- #: contact_form.php:797
552
  msgid "Email address"
553
  msgstr "Email адрес"
554
 
555
- #: contact_form.php:802
556
  msgid "Phone Number"
557
  msgstr "Телефон"
558
 
559
- #: contact_form.php:816
560
  msgid "Attachment"
561
  msgstr "Прикрепить файл"
562
 
563
- #: contact_form.php:821
564
  msgid "(powered by bestwebsoft.com)"
565
  msgstr "(powered by bestwebsoft.com)"
566
 
567
- #: contact_form.php:826
568
  msgid "Style options"
569
  msgstr "Настройки стиля"
570
 
571
- #: contact_form.php:829
572
  msgid "Text color"
573
  msgstr "Цвет текста"
574
 
575
- #: contact_form.php:832
576
- #: contact_form.php:837
577
- #: contact_form.php:847
578
- #: contact_form.php:852
579
- #: contact_form.php:857
580
- #: contact_form.php:862
581
- #: contact_form.php:872
582
- #: contact_form.php:877
583
- #: contact_form.php:883
584
- #: contact_form.php:894
585
- #: contact_form.php:899
586
- #: contact_form.php:904
587
  msgid "Default"
588
  msgstr "По-умолчанию"
589
 
590
- #: contact_form.php:834
591
  msgid "Label text color"
592
  msgstr "Цвет текста"
593
 
594
- #: contact_form.php:839
595
  msgid "Placeholder color"
596
  msgstr "Цвет замещающегося текста"
597
 
598
- #: contact_form.php:844
599
  msgid "Errors color"
600
  msgstr "Цвет ошибок"
601
 
602
- #: contact_form.php:849
603
  msgid "Error text color"
604
  msgstr "Цвет текста для ошибок"
605
 
606
- #: contact_form.php:854
607
  msgid "Background color of the input field errors"
608
  msgstr "Цвет фона для полей ввода с ошибками"
609
 
610
- #: contact_form.php:859
611
  msgid "Border color of the input field errors"
612
  msgstr "Цвет рамки для полей ввода с ошибками"
613
 
614
- #: contact_form.php:864
615
  msgid "Placeholder color of the input field errors"
616
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
617
 
618
- #: contact_form.php:869
619
  msgid "Input fields"
620
  msgstr "Поля ввода"
621
 
622
- #: contact_form.php:874
623
  msgid "Input fields background color"
624
  msgstr "Цвет фона для полей ввода"
625
 
626
- #: contact_form.php:879
627
  msgid "Text fields color"
628
  msgstr "Цвет текста для полей ввода"
629
 
630
- #: contact_form.php:881
631
  msgid "Border width in px, numbers only"
632
  msgstr "Ширина рамки в пикселях, только цифры"
633
 
634
- #: contact_form.php:885
635
- #: contact_form.php:906
636
  msgid "Border color"
637
  msgstr "Цвет рамки"
638
 
639
- #: contact_form.php:890
640
  msgid "Submit button"
641
  msgstr "Кнопка Отправить"
642
 
643
- #: contact_form.php:892
644
  msgid "Width in px, numbers only"
645
  msgstr "Ширина в пикселях, только цифры"
646
 
647
- #: contact_form.php:896
648
  msgid "Button color"
649
  msgstr "Цвет кнопки"
650
 
651
- #: contact_form.php:901
652
  msgid "Button text color"
653
  msgstr "Цвет текста для кнопки"
654
 
655
- #: contact_form.php:917
656
  msgid "Contact Form Pro | Preview"
657
  msgstr "Contact Form Pro | Предпросмотр"
658
 
659
- #: contact_form.php:920
660
  msgid "Show with errors"
661
  msgstr "Отображать с ошибками"
662
 
663
- #: contact_form.php:928
664
- #: contact_form.php:930
665
  msgid "Please enter your full name..."
666
  msgstr "Пожалуйста введите ваше имя..."
667
 
668
- #: contact_form.php:941
669
- #: contact_form.php:943
670
  msgid "Please enter your address..."
671
  msgstr "Пожалуйста введите ваш адресс..."
672
 
673
- #: contact_form.php:952
674
- #: contact_form.php:954
675
  msgid "Please enter your email address..."
676
  msgstr "Пожалуйста введите ваш email..."
677
 
678
- #: contact_form.php:963
679
- #: contact_form.php:965
680
  msgid "Please enter your phone number..."
681
  msgstr "Пожалуйста введите ваш телефон..."
682
 
683
- #: contact_form.php:974
684
- #: contact_form.php:976
685
  msgid "Please enter subject..."
686
  msgstr "Пожалуйста введите тему..."
687
 
688
- #: contact_form.php:984
689
- #: contact_form.php:986
690
  msgid "Please enter your message..."
691
  msgstr "Пожалуйста введите ваше сообщение..."
692
 
693
- #: contact_form.php:997
694
  msgid "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"
695
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
696
 
697
- #: contact_form.php:1066
698
  msgid "Sorry, email message could not be delivered."
699
  msgstr "Извините, ваш email не может быть отправлен."
700
 
701
- #: contact_form.php:1150
702
  msgid "You can attach the following file formats"
703
  msgstr "Пользователи могут прикрепить файлы таких типов"
704
 
705
- #: contact_form.php:1433
706
  msgid "Contact from"
707
  msgstr "Контактная Форма"
708
 
709
- #: contact_form.php:1446
710
  msgid "Email"
711
  msgstr "Email"
712
 
713
- #: contact_form.php:1460
714
  msgid "Site"
715
  msgstr "Сайт"
716
 
717
- #: contact_form.php:1521
718
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
719
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
720
 
721
- #: contact_form.php:1585
722
  msgid "FAQ"
723
  msgstr "FAQ"
724
 
725
- #: contact_form.php:1586
726
  msgid "Support"
727
  msgstr "Поддержка"
728
 
729
- #: contact_form.php:1645
730
  msgid "Are you sure that you want to delete this language data?"
731
  msgstr "Вы действительно хотите удалить данные для этого языка?"
732
 
@@ -790,8 +828,6 @@ msgstr "Вы действительно хотите удалить данные
790
  #~ msgstr "Пожалуйста, введите валидный email."
791
  #~ msgid "Email with system info is sent to "
792
  #~ msgstr "E-mail с системной информацией отправлен на"
793
- #~ msgid "Pro plugins"
794
- #~ msgstr "Pro плагины"
795
  #~ msgid "Activated plugins"
796
  #~ msgstr "Активированные плагины"
797
  #~ msgid "Read more"
@@ -828,8 +864,6 @@ msgstr "Вы действительно хотите удалить данные
828
  #~ msgstr "Настройки Контактной Формы"
829
  #~ msgid "Display Attachment tips"
830
  #~ msgstr "Отобразить пояснения для блока Прикрепить файл"
831
- #~ msgid "Display a phone number field"
832
- #~ msgstr "Отобразить поле для телефона"
833
 
834
  #, fuzzy
835
  #~ 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-11-01 11:37+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  msgid "Contact Form Settings"
22
  msgstr "Настройки Контактной Формы"
23
 
30
  msgstr "Extra Настройки Контактной Формы"
31
 
32
  #: contact_form.php:33
33
+ #: contact_form.php:553
34
+ #: contact_form.php:834
35
  msgid "Contact Form Pro"
36
  msgstr "Контактная Форма PRO"
37
 
38
+ #: contact_form.php:74
39
+ #: contact_form.php:719
40
+ #: contact_form.php:748
41
  msgid "Name:"
42
  msgstr "Имя:"
43
 
44
+ #: contact_form.php:75
45
+ #: contact_form.php:720
46
+ #: contact_form.php:749
47
  msgid "Address:"
48
  msgstr "Адрес:"
49
 
50
+ #: contact_form.php:76
51
+ #: contact_form.php:721
52
+ #: contact_form.php:750
53
  msgid "Email Address:"
54
  msgstr "E-mail адрес:"
55
 
56
+ #: contact_form.php:77
57
+ #: contact_form.php:722
58
+ #: contact_form.php:751
59
  msgid "Phone number:"
60
  msgstr "Телефон:"
61
 
62
+ #: contact_form.php:78
63
+ #: contact_form.php:723
64
+ #: contact_form.php:752
65
  msgid "Subject:"
66
  msgstr "Тема:"
67
 
68
+ #: contact_form.php:79
69
+ #: contact_form.php:724
70
+ #: contact_form.php:753
71
  msgid "Message:"
72
  msgstr "Сообщение:"
73
 
74
+ #: contact_form.php:80
75
+ #: contact_form.php:725
76
+ #: contact_form.php:754
77
  msgid "Attachment:"
78
  msgstr "Прикрепить файл:"
79
 
80
+ #: contact_form.php:81
81
+ #: contact_form.php:726
82
+ #: contact_form.php:755
83
  msgid "Send me a copy"
84
  msgstr "Отправить мне копию"
85
 
86
+ #: contact_form.php:82
87
+ #: contact_form.php:727
88
+ #: contact_form.php:756
89
  msgid "Submit"
90
  msgstr "Отправить"
91
 
92
+ #: contact_form.php:83
93
  msgid "Your name is required."
94
  msgstr "Ваше имя - это обязательное поле."
95
 
96
+ #: contact_form.php:84
97
  msgid "Address is required."
98
  msgstr "Поле адреса - обязательное для заполнения."
99
 
100
+ #: contact_form.php:85
101
  msgid "A valid email address is required."
102
  msgstr "Поле email адреса - обязательное для заполнения."
103
 
104
+ #: contact_form.php:86
105
  msgid "Phone number is required."
106
  msgstr "Телефон - это обязательное поле."
107
 
108
+ #: contact_form.php:87
109
  msgid "Subject is required."
110
  msgstr "Поле Тема - обязательное поле."
111
 
112
+ #: contact_form.php:88
113
  msgid "Message text is required."
114
  msgstr "Поле Сообщение - обязательное поле."
115
 
116
+ #: contact_form.php:89
117
  msgid "File format is not valid."
118
  msgstr "Прикрепленный тип файла не поддерживается"
119
 
120
+ #: contact_form.php:90
121
  msgid "File upload error."
122
  msgstr "Ошибка загрузки файла."
123
 
124
+ #: contact_form.php:91
125
  msgid "The file could not be uploaded."
126
  msgstr "Невозможно загрузить файл."
127
 
128
+ #: contact_form.php:92
129
  msgid "This file is too large."
130
  msgstr "Размер файла слишком большой."
131
 
132
+ #: contact_form.php:93
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Пожалуйста, заполните КАПЧУ."
135
 
136
+ #: contact_form.php:94
137
  msgid "Please make corrections below and try again."
138
  msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
139
 
140
+ #: contact_form.php:96
141
  msgid "Thank you for contacting us."
142
  msgstr "Спасибо за контакт с нами."
143
 
144
+ #: contact_form.php:188
145
+ msgid "requires"
146
+ msgstr "требует"
147
+
148
+ #: contact_form.php:188
149
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
150
+ msgstr "или выше, поэтому плагин был деактивирован! Пожалуйста обновите WordPress и попробуйте снова."
151
+
152
+ #: contact_form.php:188
153
+ msgid "Back to the WordPress"
154
+ msgstr "Вернуться к WordPress"
155
+
156
+ #: contact_form.php:188
157
+ msgid "Plugins page"
158
+ msgstr "Странице плагинов"
159
+
160
+ #: contact_form.php:468
161
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
162
  msgstr "Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено в следующем формате"
163
 
164
+ #: contact_form.php:477
165
  msgid "Such user does not exist. Settings are not saved."
166
  msgstr "Данный пользователь не найден. Настройки не сохранены"
167
 
168
+ #: contact_form.php:481
169
+ #: contact_form.php:487
170
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
171
  msgstr "Пожалуйста, введите корректный email для поля 'FROM'. Настройки не сохранены."
172
 
173
+ #: contact_form.php:492
174
  msgid "Settings saved."
175
  msgstr "Опции сохранены."
176
 
177
+ #: contact_form.php:516
178
+ #: contact_form.php:828
179
+ #: contact_form.php:1657
180
+ #: contact_form.php:1668
181
  msgid "Settings"
182
  msgstr "Настройки"
183
 
184
+ #: contact_form.php:517
185
+ #: contact_form.php:829
186
  msgid "Extra settings"
187
  msgstr "Extra Настройки"
188
 
189
+ #: contact_form.php:522
190
+ #: contact_form.php:1085
191
  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:"
192
  msgstr "Если вы хотите добавить Контактную Форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
193
 
194
+ #: contact_form.php:522
195
+ #: contact_form.php:523
196
+ #: contact_form.php:741
197
+ #: contact_form.php:789
198
  msgid "or"
199
  msgstr "или"
200
 
201
+ #: contact_form.php:523
202
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
203
  msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
204
 
205
+ #: contact_form.php:524
206
  msgid "They work the same way."
207
  msgstr "Шорткоды работают одинаково."
208
 
209
+ #: contact_form.php:525
210
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
211
  msgstr "Если информация в полях ниже отсутствует, соощения будут оправлены на email адрес, который был указан при регистрации сайта."
212
 
213
+ #: contact_form.php:529
214
  msgid "The user's email address:"
215
  msgstr "Email пользователя сайта:"
216
 
217
+ #: contact_form.php:533
218
  msgid "Create a username"
219
  msgstr "Выберите имя пользователя"
220
 
221
+ #: contact_form.php:538
222
  msgid "Enter a username of the person who should get the messages from the contact form."
223
  msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
224
 
225
+ #: contact_form.php:542
226
  msgid "Use this email address:"
227
  msgstr "Использовать этот email:"
228
 
229
+ #: contact_form.php:545
230
  msgid "Enter the email address you want the messages forwarded to."
231
  msgstr "Укажите email адрес, на который будут отправляться сообщения."
232
 
233
+ #: contact_form.php:549
234
  msgid "Add department selectbox to the contact form:"
235
  msgstr "Добавить выбор отдела в контактную форму:"
236
 
237
+ #: contact_form.php:552
238
+ #: contact_form.php:833
239
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
240
  msgstr "Данный функционал доступен в Pro версии плагина. Для детальной информации перейдите по ссылке"
241
 
242
+ #: contact_form.php:560
243
+ msgid "Save emails to the database"
244
+ msgstr "Сохранять емейлы в базу данных"
245
+
246
+ #: contact_form.php:568
247
+ #: contact_form.php:571
248
+ #: contact_form.php:575
249
+ msgid "Using Contact Form to DB powered by"
250
+ msgstr "Используя Contact Form to DB, разработанный компанией"
251
+
252
+ #: contact_form.php:571
253
+ msgid "Activate Contact Form to DB"
254
+ msgstr "Активировать Contact Form to DB"
255
+
256
+ #: contact_form.php:575
257
+ msgid "Download Contact Form to DB"
258
+ msgstr "Загрузить Contact Form to DB"
259
+
260
+ #: contact_form.php:580
261
  msgid "Additional options"
262
  msgstr "Дополнительные настройки"
263
 
264
+ #: contact_form.php:583
265
  msgid "What to use?"
266
  msgstr "Что использовать?"
267
 
268
+ #: contact_form.php:586
269
  msgid "Wp-mail"
270
  msgstr "Wp-mail"
271
 
272
+ #: contact_form.php:586
273
  msgid "You can use the wp_mail function for mailing"
274
  msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
275
 
276
+ #: contact_form.php:588
277
  msgid "Mail"
278
  msgstr "Mail"
279
 
280
+ #: contact_form.php:588
281
  msgid "To send mail you can use the php mail function"
282
  msgstr "Для отправки почты вы можете использовать функцию php mail"
283
 
284
+ #: contact_form.php:592
285
  msgid "The text in the 'From' field"
286
  msgstr "Tекст для поля ОТ в письме"
287
 
288
+ #: contact_form.php:594
289
  msgid "User name"
290
  msgstr "Имя пользователя"
291
 
292
+ #: contact_form.php:595
293
  msgid "The name of the user who fills the form will be used in the field 'From'."
294
  msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
295
 
296
+ #: contact_form.php:600
297
  msgid "This text will be used in the 'FROM' field"
298
  msgstr "В поле \"From\" в письме будет использоваться данный текст"
299
 
300
+ #: contact_form.php:604
301
  msgid "The email address in the 'From' field"
302
  msgstr "Выберите email для поля 'FROM' письма"
303
 
304
+ #: contact_form.php:606
305
  msgid "User email"
306
  msgstr "Емейл"
307
 
308
+ #: contact_form.php:607
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:609
313
  msgid "This email address will be used in the 'From' field."
314
  msgstr "В поле \"From\" в письме будет использоваться данная электронная почта."
315
 
316
+ #: contact_form.php:613
317
  msgid "Display fields"
318
  msgstr "Отобразить поля"
319
 
320
+ #: contact_form.php:615
321
+ #: contact_form.php:665
322
+ #: contact_form.php:865
323
+ #: contact_form.php:1525
324
  msgid "Address"
325
  msgstr "Адрес"
326
 
327
+ #: contact_form.php:616
328
+ #: contact_form.php:667
329
+ #: contact_form.php:1533
330
  msgid "Phone"
331
  msgstr "Телефон"
332
 
333
+ #: contact_form.php:617
334
  msgid "Attachment block"
335
  msgstr "Блок Прикрепить файл"
336
 
337
+ #: contact_form.php:617
338
  msgid "Users can attach the following file formats"
339
  msgstr "Пользователи могут прикрепить файлы таких типов"
340
 
341
+ #: contact_form.php:626
342
+ #: contact_form.php:629
343
+ #: contact_form.php:633
344
+ #: contact_form.php:894
345
  msgid "Captcha"
346
  msgstr "КАПЧА"
347
 
348
+ #: contact_form.php:626
349
+ #: contact_form.php:629
350
+ #: contact_form.php:633
351
  msgid "powered by"
352
  msgstr "разработано компанией"
353
 
354
+ #: contact_form.php:629
355
  msgid "Activate captcha"
356
  msgstr "Активировать Капчу"
357
 
358
+ #: contact_form.php:633
359
  msgid "Download captcha"
360
  msgstr "Скачать Капчу"
361
 
362
+ #: contact_form.php:638
363
  msgid "Display tips below the Attachment block"
364
  msgstr "Отображать пояснения после блока \"Прикрепить файл\""
365
 
366
+ #: contact_form.php:647
367
  msgid "Delete an attachment file from the server after the email is sent"
368
  msgstr "Удалить прикрепленный файл с сервера после отправки письма"
369
 
370
+ #: contact_form.php:653
371
  msgid "Display 'Send me a copy' block"
372
  msgstr "Отображать блок 'Отправить мне копию'"
373
 
374
+ #: contact_form.php:662
375
  msgid "Required fields"
376
  msgstr "Обязательные поля"
377
 
378
+ #: contact_form.php:664
379
+ #: contact_form.php:860
380
+ #: contact_form.php:1520
381
  msgid "Name"
382
  msgstr "Имя"
383
 
384
+ #: contact_form.php:666
385
  msgid "Email Address"
386
  msgstr "Email адрес"
387
 
388
+ #: contact_form.php:668
389
+ #: contact_form.php:880
390
+ #: contact_form.php:1536
391
  msgid "Subject"
392
  msgstr "Тема"
393
 
394
+ #: contact_form.php:669
395
+ #: contact_form.php:884
396
+ #: contact_form.php:1539
397
  msgid "Message"
398
  msgstr "Сообщение"
399
 
400
+ #: contact_form.php:673
401
+ msgid "Display the asterisk near required fields"
402
+ msgstr "Отображать звездочку возле обязательного поля"
403
+
404
+ #: contact_form.php:679
405
  msgid "Display additional info in the email"
406
  msgstr "Отображение дополнительной информации в письме"
407
 
408
+ #: contact_form.php:684
409
+ #: contact_form.php:1492
410
  msgid "Sent from (ip address)"
411
  msgstr "Отправлено от (ip адрес)"
412
 
413
+ #: contact_form.php:684
414
  msgid "Example: Sent from (IP address):\t127.0.0.1"
415
  msgstr "Пример: Sent from (IP address):\t127.0.0.1"
416
 
417
+ #: contact_form.php:685
418
+ #: contact_form.php:1497
419
  msgid "Date/Time"
420
  msgstr "Дата/Время"
421
 
422
+ #: contact_form.php:685
423
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
424
  msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
425
 
426
+ #: contact_form.php:686
427
+ #: contact_form.php:1502
428
  msgid "Sent from (referer)"
429
  msgstr "Пришло из (реферер)"
430
 
431
+ #: contact_form.php:686
432
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
433
  msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
434
 
435
+ #: contact_form.php:687
436
+ #: contact_form.php:1507
437
  msgid "Using (user agent)"
438
  msgstr "Используя (user agent)"
439
 
440
+ #: contact_form.php:687
441
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
442
  msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
443
 
444
+ #: contact_form.php:691
445
  msgid "Language settings for the field names in the form"
446
  msgstr "Языковые настройки для названия полей в форме"
447
 
448
+ #: contact_form.php:700
449
  msgid "Add a language"
450
  msgstr "Добавить язык"
451
 
452
+ #: contact_form.php:704
453
  msgid "Change the names of the contact form fields and error messages"
454
  msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
455
 
 
456
  #: contact_form.php:709
457
+ #: contact_form.php:780
458
  msgid "English"
459
  msgstr "Английский"
460
 
461
+ #: contact_form.php:728
462
+ #: contact_form.php:757
463
  msgid "Error message for the Name field"
464
  msgstr "Сообщение об ошибке для поля Name"
465
 
466
+ #: contact_form.php:729
467
+ #: contact_form.php:758
468
  msgid "Error message for the Address field"
469
  msgstr "Сообщение об ошибке для поля Address"
470
 
471
+ #: contact_form.php:730
472
+ #: contact_form.php:759
473
  msgid "Error message for the Email field"
474
  msgstr "Сообщение об ошибке для поля Email"
475
 
476
+ #: contact_form.php:731
477
+ #: contact_form.php:760
478
  msgid "Error message for the Phone field"
479
  msgstr "Сообщение об ошибке для поля Phone"
480
 
481
+ #: contact_form.php:732
482
+ #: contact_form.php:761
483
  msgid "Error message for the Subject field"
484
  msgstr "Сообщение об ошибке для поля Subject"
485
 
486
+ #: contact_form.php:733
487
+ #: contact_form.php:762
488
  msgid "Error message for the Message field"
489
  msgstr "Сообщение об ошибке для поля Message"
490
 
491
+ #: contact_form.php:734
492
+ #: contact_form.php:763
493
  msgid "Error message about the file type for the Attachment field"
494
  msgstr "Сообщение об ошибке о типе файла для поля Attachment"
495
 
496
+ #: contact_form.php:735
497
+ #: contact_form.php:764
498
  msgid "Error message while uploading a file for the Attachment field to the server"
499
  msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
500
 
501
+ #: contact_form.php:736
502
+ #: contact_form.php:765
503
  msgid "Error message while moving the file for the Attachment field"
504
  msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
505
 
506
+ #: contact_form.php:737
507
+ #: contact_form.php:766
508
  msgid "Error message when file size limit for the Attachment field is exceeded"
509
  msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
510
 
511
+ #: contact_form.php:738
512
+ #: contact_form.php:767
513
  msgid "Error message for the Captcha field"
514
  msgstr "Сообщение об ошибке для поля Captcha"
515
 
516
+ #: contact_form.php:739
517
+ #: contact_form.php:768
518
  msgid "Error message for the whole form"
519
  msgstr "Сообщение об ошибке для всей формы"
520
 
521
+ #: contact_form.php:741
522
+ #: contact_form.php:770
523
+ #: contact_form.php:789
524
+ #: contact_form.php:795
525
  msgid "Use shortcode"
526
  msgstr "Использовать шорткод"
527
 
528
+ #: contact_form.php:741
529
+ #: contact_form.php:770
530
+ #: contact_form.php:789
531
+ #: contact_form.php:795
532
  msgid "for this language"
533
  msgstr "для данного языка"
534
 
535
+ #: contact_form.php:777
536
  msgid "Action after email is sent"
537
  msgstr "Действие после отправки письма"
538
 
539
+ #: contact_form.php:779
540
  msgid "Display text"
541
  msgstr "Отобразить текст"
542
 
543
+ #: contact_form.php:788
544
+ #: contact_form.php:794
545
  msgid "Text"
546
  msgstr "Текст"
547
 
548
+ #: contact_form.php:802
549
  msgid "Redirect to the page"
550
  msgstr "Перенаправление на страницу"
551
 
552
+ #: contact_form.php:803
553
  msgid "Url"
554
  msgstr "Урл"
555
 
556
+ #: contact_form.php:809
557
+ #: contact_form.php:986
558
  msgid "Save Changes"
559
  msgstr "Save Changes"
560
 
561
+ #: contact_form.php:826
562
  msgid "Contact Form Pro | Extra Settings"
563
  msgstr "Contact Form Pro | Extra Настройки"
564
 
565
+ #: contact_form.php:840
566
  msgid "Errors output"
567
  msgstr "Отображение ошибок"
568
 
569
+ #: contact_form.php:843
570
  msgid "Display error messages"
571
  msgstr "Отображать сообщения об ошибках"
572
 
573
+ #: contact_form.php:844
574
  msgid "Color of the input field errors."
575
  msgstr "Отображать ошибки цветом для полей ввода"
576
 
577
+ #: contact_form.php:845
578
  msgid "Display error messages & color of the input field errors"
579
  msgstr "Отображать сообщения об ошибках & цвет полей ввода с ошибками"
580
 
581
+ #: contact_form.php:850
582
  msgid "Add placeholder to the input blocks"
583
  msgstr "Добавить вспомогательный текст в поля ввода"
584
 
585
+ #: contact_form.php:856
586
  msgid "Add tooltips"
587
  msgstr "Добавить подсказки"
588
 
589
+ #: contact_form.php:870
590
  msgid "Email address"
591
  msgstr "Email адрес"
592
 
593
+ #: contact_form.php:875
594
  msgid "Phone Number"
595
  msgstr "Телефон"
596
 
597
+ #: contact_form.php:889
598
  msgid "Attachment"
599
  msgstr "Прикрепить файл"
600
 
601
+ #: contact_form.php:894
602
  msgid "(powered by bestwebsoft.com)"
603
  msgstr "(powered by bestwebsoft.com)"
604
 
605
+ #: contact_form.php:899
606
  msgid "Style options"
607
  msgstr "Настройки стиля"
608
 
609
+ #: contact_form.php:902
610
  msgid "Text color"
611
  msgstr "Цвет текста"
612
 
613
+ #: contact_form.php:905
614
+ #: contact_form.php:910
615
+ #: contact_form.php:920
616
+ #: contact_form.php:925
617
+ #: contact_form.php:930
618
+ #: contact_form.php:935
619
+ #: contact_form.php:945
620
+ #: contact_form.php:950
621
+ #: contact_form.php:956
622
+ #: contact_form.php:967
623
+ #: contact_form.php:972
624
+ #: contact_form.php:977
625
  msgid "Default"
626
  msgstr "По-умолчанию"
627
 
628
+ #: contact_form.php:907
629
  msgid "Label text color"
630
  msgstr "Цвет текста"
631
 
632
+ #: contact_form.php:912
633
  msgid "Placeholder color"
634
  msgstr "Цвет замещающегося текста"
635
 
636
+ #: contact_form.php:917
637
  msgid "Errors color"
638
  msgstr "Цвет ошибок"
639
 
640
+ #: contact_form.php:922
641
  msgid "Error text color"
642
  msgstr "Цвет текста для ошибок"
643
 
644
+ #: contact_form.php:927
645
  msgid "Background color of the input field errors"
646
  msgstr "Цвет фона для полей ввода с ошибками"
647
 
648
+ #: contact_form.php:932
649
  msgid "Border color of the input field errors"
650
  msgstr "Цвет рамки для полей ввода с ошибками"
651
 
652
+ #: contact_form.php:937
653
  msgid "Placeholder color of the input field errors"
654
  msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
655
 
656
+ #: contact_form.php:942
657
  msgid "Input fields"
658
  msgstr "Поля ввода"
659
 
660
+ #: contact_form.php:947
661
  msgid "Input fields background color"
662
  msgstr "Цвет фона для полей ввода"
663
 
664
+ #: contact_form.php:952
665
  msgid "Text fields color"
666
  msgstr "Цвет текста для полей ввода"
667
 
668
+ #: contact_form.php:954
669
  msgid "Border width in px, numbers only"
670
  msgstr "Ширина рамки в пикселях, только цифры"
671
 
672
+ #: contact_form.php:958
673
+ #: contact_form.php:979
674
  msgid "Border color"
675
  msgstr "Цвет рамки"
676
 
677
+ #: contact_form.php:963
678
  msgid "Submit button"
679
  msgstr "Кнопка Отправить"
680
 
681
+ #: contact_form.php:965
682
  msgid "Width in px, numbers only"
683
  msgstr "Ширина в пикселях, только цифры"
684
 
685
+ #: contact_form.php:969
686
  msgid "Button color"
687
  msgstr "Цвет кнопки"
688
 
689
+ #: contact_form.php:974
690
  msgid "Button text color"
691
  msgstr "Цвет текста для кнопки"
692
 
693
+ #: contact_form.php:990
694
  msgid "Contact Form Pro | Preview"
695
  msgstr "Contact Form Pro | Предпросмотр"
696
 
697
+ #: contact_form.php:993
698
  msgid "Show with errors"
699
  msgstr "Отображать с ошибками"
700
 
701
+ #: contact_form.php:1001
702
+ #: contact_form.php:1003
703
  msgid "Please enter your full name..."
704
  msgstr "Пожалуйста введите ваше имя..."
705
 
706
+ #: contact_form.php:1014
707
+ #: contact_form.php:1016
708
  msgid "Please enter your address..."
709
  msgstr "Пожалуйста введите ваш адресс..."
710
 
711
+ #: contact_form.php:1025
712
+ #: contact_form.php:1027
713
  msgid "Please enter your email address..."
714
  msgstr "Пожалуйста введите ваш email..."
715
 
716
+ #: contact_form.php:1036
717
+ #: contact_form.php:1038
718
  msgid "Please enter your phone number..."
719
  msgstr "Пожалуйста введите ваш телефон..."
720
 
721
+ #: contact_form.php:1047
722
+ #: contact_form.php:1049
723
  msgid "Please enter subject..."
724
  msgstr "Пожалуйста введите тему..."
725
 
726
+ #: contact_form.php:1057
727
+ #: contact_form.php:1059
728
  msgid "Please enter your message..."
729
  msgstr "Пожалуйста введите ваше сообщение..."
730
 
731
+ #: contact_form.php:1070
732
  msgid "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"
733
  msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
734
 
735
+ #: contact_form.php:1137
736
  msgid "Sorry, email message could not be delivered."
737
  msgstr "Извините, ваш email не может быть отправлен."
738
 
739
+ #: contact_form.php:1221
740
  msgid "You can attach the following file formats"
741
  msgstr "Пользователи могут прикрепить файлы таких типов"
742
 
743
+ #: contact_form.php:1515
744
  msgid "Contact from"
745
  msgstr "Контактная Форма"
746
 
747
+ #: contact_form.php:1528
748
  msgid "Email"
749
  msgstr "Email"
750
 
751
+ #: contact_form.php:1542
752
  msgid "Site"
753
  msgstr "Сайт"
754
 
755
+ #: contact_form.php:1605
756
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
757
  msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
758
 
759
+ #: contact_form.php:1669
760
  msgid "FAQ"
761
  msgstr "FAQ"
762
 
763
+ #: contact_form.php:1670
764
  msgid "Support"
765
  msgstr "Поддержка"
766
 
767
+ #: contact_form.php:1727
768
  msgid "Are you sure that you want to delete this language data?"
769
  msgstr "Вы действительно хотите удалить данные для этого языка?"
770
 
828
  #~ msgstr "Пожалуйста, введите валидный email."
829
  #~ msgid "Email with system info is sent to "
830
  #~ msgstr "E-mail с системной информацией отправлен на"
 
 
831
  #~ msgid "Activated plugins"
832
  #~ msgstr "Активированные плагины"
833
  #~ msgid "Read more"
864
  #~ msgstr "Настройки Контактной Формы"
865
  #~ msgid "Display Attachment tips"
866
  #~ msgstr "Отобразить пояснения для блока Прикрепить файл"
 
 
867
 
868
  #, fuzzy
869
  #~ msgid "Please enter a valid email address. Settings are not saved."
languages/contact_form-sk_SK.mo CHANGED
Binary file
languages/contact_form-sk_SK.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-10-01 17:06+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Book Ing <book.ing@zoznam.sk>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  msgid "Contact Form Settings"
22
  msgstr "Nastavenie kontaktného formulára"
23
 
@@ -30,707 +30,749 @@ msgid "Contact Form Pro Extra Settings"
30
  msgstr "Kontaktný formulár Pro Extra - nastavenie"
31
 
32
  #: contact_form.php:33
33
- #: contact_form.php:507
34
- #: contact_form.php:761
35
  msgid "Contact Form Pro"
36
  msgstr "Kontaktný formulár Pro"
37
 
38
- #: contact_form.php:73
39
- #: contact_form.php:648
40
- #: contact_form.php:677
41
  msgid "Name:"
42
  msgstr "Meno:"
43
 
44
- #: contact_form.php:74
45
- #: contact_form.php:649
46
- #: contact_form.php:678
47
  msgid "Address:"
48
  msgstr "Adresa::"
49
 
50
- #: contact_form.php:75
51
- #: contact_form.php:650
52
- #: contact_form.php:679
53
  msgid "Email Address:"
54
  msgstr "E-Mail:"
55
 
56
- #: contact_form.php:76
57
- #: contact_form.php:651
58
- #: contact_form.php:680
59
  msgid "Phone number:"
60
  msgstr ""
61
 
62
- #: contact_form.php:77
63
- #: contact_form.php:652
64
- #: contact_form.php:681
65
  msgid "Subject:"
66
  msgstr "Predmet:"
67
 
68
- #: contact_form.php:78
69
- #: contact_form.php:653
70
- #: contact_form.php:682
71
  msgid "Message:"
72
  msgstr "Správa:"
73
 
74
- #: contact_form.php:79
75
- #: contact_form.php:654
76
- #: contact_form.php:683
77
  msgid "Attachment:"
78
  msgstr "Príloha"
79
 
80
- #: contact_form.php:80
81
- #: contact_form.php:655
82
- #: contact_form.php:684
83
  msgid "Send me a copy"
84
  msgstr "Zaslať mi kópiu"
85
 
86
- #: contact_form.php:81
87
- #: contact_form.php:656
88
- #: contact_form.php:685
89
  msgid "Submit"
90
  msgstr "Odoslať"
91
 
92
- #: contact_form.php:82
93
  msgid "Your name is required."
94
  msgstr "Vaše meno je vyžadované."
95
 
96
- #: contact_form.php:83
97
  msgid "Address is required."
98
  msgstr "Adresa je vyžadovaná."
99
 
100
- #: contact_form.php:84
101
  msgid "A valid email address is required."
102
  msgstr "Platný E-mail je vyžadovaný."
103
 
104
- #: contact_form.php:85
105
  msgid "Phone number is required."
106
  msgstr "Telefónne číslo je vyžadované."
107
 
108
- #: contact_form.php:86
109
  msgid "Subject is required."
110
  msgstr "Predmet je vyžadovaný."
111
 
112
- #: contact_form.php:87
113
  msgid "Message text is required."
114
  msgstr "Správa je vyžadovaná."
115
 
116
- #: contact_form.php:88
117
  msgid "File format is not valid."
118
  msgstr "Nesprávny typ súboru."
119
 
120
- #: contact_form.php:89
121
  msgid "File upload error."
122
  msgstr ""
123
 
124
- #: contact_form.php:90
125
  msgid "The file could not be uploaded."
126
  msgstr ""
127
 
128
- #: contact_form.php:91
129
  msgid "This file is too large."
130
  msgstr ""
131
 
132
- #: contact_form.php:92
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Prosím opíšte CAPTCHA text."
135
 
136
- #: contact_form.php:93
137
  msgid "Please make corrections below and try again."
138
  msgstr "Prosím opravte chyby a skúste to opäť."
139
 
140
- #: contact_form.php:95
141
  msgid "Thank you for contacting us."
142
  msgstr "Ďakujeme za správu."
143
 
144
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
147
 
148
- #: contact_form.php:431
149
  msgid "Such user does not exist. Settings are not saved."
150
  msgstr "Taký užívateľ neexistuje. Nastavenie sa neuloží."
151
 
152
- #: contact_form.php:435
153
- #: contact_form.php:441
154
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
155
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\". Nastavenie sa neuloží."
156
 
157
- #: contact_form.php:446
158
  msgid "Settings saved."
159
  msgstr "Nastavenie uložené."
160
 
161
- #: contact_form.php:470
162
- #: contact_form.php:755
163
- #: contact_form.php:1573
164
- #: contact_form.php:1584
165
  msgid "Settings"
166
  msgstr "Nastavenia"
167
 
168
- #: contact_form.php:471
169
- #: contact_form.php:756
170
  msgid "Extra settings"
171
  msgstr "Extra nastavenia"
172
 
173
- #: contact_form.php:476
174
- #: contact_form.php:1012
175
  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:"
176
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
177
 
178
- #: contact_form.php:476
179
- #: contact_form.php:477
180
- #: contact_form.php:670
181
- #: contact_form.php:718
182
  msgid "or"
183
  msgstr "alebo"
184
 
185
- #: contact_form.php:477
186
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
187
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
188
 
189
- #: contact_form.php:478
190
  msgid "They work the same way."
191
  msgstr "Fungujú rovnakým spôsobom."
192
 
193
- #: contact_form.php:479
194
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
195
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
196
 
197
- #: contact_form.php:483
198
  msgid "The user's email address:"
199
  msgstr "Užívateľova e-mailová adresa:"
200
 
201
- #: contact_form.php:487
202
  msgid "Create a username"
203
  msgstr "Vytvorte užívateľské meno"
204
 
205
- #: contact_form.php:492
206
  msgid "Enter a username of the person who should get the messages from the contact form."
207
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
208
 
209
- #: contact_form.php:496
210
  msgid "Use this email address:"
211
  msgstr "Použíte tento email::"
212
 
213
- #: contact_form.php:499
214
  msgid "Enter the email address you want the messages forwarded to."
215
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
216
 
217
- #: contact_form.php:503
218
  msgid "Add department selectbox to the contact form:"
219
  msgstr ""
220
 
221
- #: contact_form.php:506
222
- #: contact_form.php:760
223
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
224
  msgstr ""
225
 
226
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgid "Additional options"
228
  msgstr "Ďalšie nastavenia"
229
 
230
- #: contact_form.php:518
231
  msgid "What to use?"
232
  msgstr "Čo používať?"
233
 
234
- #: contact_form.php:521
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:522
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
241
 
242
- #: contact_form.php:528
243
  msgid "Mail"
244
  msgstr "Mail"
245
 
246
- #: contact_form.php:529
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
249
 
250
- #: contact_form.php:533
251
  #, fuzzy
252
  msgid "The text in the 'From' field"
253
  msgstr "Zmena textu pola \"od\""
254
 
255
- #: contact_form.php:535
256
  msgid "User name"
257
  msgstr ""
258
 
259
- #: contact_form.php:535
260
  msgid "The name of the user who fills the form will be used in the field 'From'."
261
  msgstr ""
262
 
263
- #: contact_form.php:537
264
  #, fuzzy
265
  msgid "This text will be used in the 'FROM' field"
266
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
267
 
268
- #: contact_form.php:541
269
  #, fuzzy
270
  msgid "The email address in the 'From' field"
271
  msgstr "Zadajte e-mailovú adresu v poli \"od\""
272
 
273
- #: contact_form.php:543
274
  msgid "User email"
275
  msgstr ""
276
 
277
- #: contact_form.php:543
278
  msgid "The email address of the user who fills the form will be used in the field 'From'."
279
  msgstr ""
280
 
281
- #: contact_form.php:545
282
  msgid "This email address will be used in the 'From' field."
283
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
284
 
285
- #: contact_form.php:549
286
  msgid "Display fields"
287
  msgstr "Zobraz polia"
288
 
289
- #: contact_form.php:551
290
- #: contact_form.php:600
291
- #: contact_form.php:792
292
- #: contact_form.php:1443
293
  msgid "Address"
294
  msgstr "Adresa"
295
 
296
- #: contact_form.php:552
297
- #: contact_form.php:602
298
- #: contact_form.php:1451
299
  msgid "Phone"
300
  msgstr "Telefón"
301
 
302
- #: contact_form.php:553
303
  msgid "Attachment block"
304
  msgstr "Blok príloh"
305
 
306
- #: contact_form.php:553
307
  msgid "Users can attach the following file formats"
308
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
309
 
310
- #: contact_form.php:565
311
- #: contact_form.php:568
312
- #: contact_form.php:571
313
- #: contact_form.php:821
314
  msgid "Captcha"
315
  msgstr ""
316
 
317
- #: contact_form.php:565
318
- #: contact_form.php:568
319
- #: contact_form.php:571
320
  msgid "powered by"
321
  msgstr ""
322
 
323
- #: contact_form.php:568
324
  msgid "Activate captcha"
325
  msgstr "Aktivovať captcha"
326
 
327
- #: contact_form.php:571
328
  msgid "Download captcha"
329
  msgstr "Stiahnuť captcha"
330
 
331
- #: contact_form.php:576
332
  msgid "Display tips below the Attachment block"
333
  msgstr "Zobrazenie tipov pod blokom príloh"
334
 
335
- #: contact_form.php:585
336
  msgid "Delete an attachment file from the server after the email is sent"
337
  msgstr ""
338
 
339
- #: contact_form.php:591
340
  msgid "Display 'Send me a copy' block"
341
  msgstr "Zobraz 'Zaslať kópiu' blok"
342
 
343
- #: contact_form.php:597
344
  msgid "Required fields"
345
  msgstr "Vyžadované polia"
346
 
347
- #: contact_form.php:599
348
- #: contact_form.php:787
349
- #: contact_form.php:1438
350
  msgid "Name"
351
  msgstr "Meno"
352
 
353
- #: contact_form.php:601
354
  msgid "Email Address"
355
  msgstr "Emailová adresa"
356
 
357
- #: contact_form.php:603
358
- #: contact_form.php:807
359
- #: contact_form.php:1454
360
  msgid "Subject"
361
  msgstr "Predmet"
362
 
363
- #: contact_form.php:604
364
- #: contact_form.php:811
365
- #: contact_form.php:1457
366
  msgid "Message"
367
  msgstr "Správa"
368
 
369
- #: contact_form.php:608
 
 
 
 
370
  msgid "Display additional info in the email"
371
  msgstr "Zobraziť ďalšie informácie v e-maile"
372
 
373
- #: contact_form.php:613
374
- #: contact_form.php:1410
375
  msgid "Sent from (ip address)"
376
  msgstr "Odoslané z (ip adresa)"
377
 
378
- #: contact_form.php:613
379
  #, fuzzy
380
  msgid "Example: Sent from (IP address):\t127.0.0.1"
381
  msgstr "Odoslané z (ip adresa)"
382
 
383
- #: contact_form.php:614
384
- #: contact_form.php:1415
385
  msgid "Date/Time"
386
  msgstr "Datum / Čas"
387
 
388
- #: contact_form.php:614
389
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
390
  msgstr ""
391
 
392
- #: contact_form.php:615
393
- #: contact_form.php:1420
394
  msgid "Sent from (referer)"
395
  msgstr "Odoslané z"
396
 
397
- #: contact_form.php:615
398
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
399
  msgstr ""
400
 
401
- #: contact_form.php:616
402
- #: contact_form.php:1425
403
  msgid "Using (user agent)"
404
  msgstr "Použitie (user agent)"
405
 
406
- #: contact_form.php:616
407
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
408
  msgstr ""
409
 
410
- #: contact_form.php:620
411
  msgid "Language settings for the field names in the form"
412
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
413
 
414
- #: contact_form.php:629
415
  msgid "Add a language"
416
  msgstr "Pridať jazyk"
417
 
418
- #: contact_form.php:633
419
  msgid "Change the names of the contact form fields and error messages"
420
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
421
 
422
- #: contact_form.php:638
423
  #: contact_form.php:709
 
424
  msgid "English"
425
  msgstr ""
426
 
427
- #: contact_form.php:657
428
- #: contact_form.php:686
429
  msgid "Error message for the Name field"
430
  msgstr ""
431
 
432
- #: contact_form.php:658
433
- #: contact_form.php:687
434
  msgid "Error message for the Address field"
435
  msgstr ""
436
 
437
- #: contact_form.php:659
438
- #: contact_form.php:688
439
  msgid "Error message for the Email field"
440
  msgstr ""
441
 
442
- #: contact_form.php:660
443
- #: contact_form.php:689
444
  msgid "Error message for the Phone field"
445
  msgstr ""
446
 
447
- #: contact_form.php:661
448
- #: contact_form.php:690
449
  msgid "Error message for the Subject field"
450
  msgstr ""
451
 
452
- #: contact_form.php:662
453
- #: contact_form.php:691
454
  msgid "Error message for the Message field"
455
  msgstr ""
456
 
457
- #: contact_form.php:663
458
- #: contact_form.php:692
459
  msgid "Error message about the file type for the Attachment field"
460
  msgstr ""
461
 
462
- #: contact_form.php:664
463
- #: contact_form.php:693
464
  msgid "Error message while uploading a file for the Attachment field to the server"
465
  msgstr ""
466
 
467
- #: contact_form.php:665
468
- #: contact_form.php:694
469
  msgid "Error message while moving the file for the Attachment field"
470
  msgstr ""
471
 
472
- #: contact_form.php:666
473
- #: contact_form.php:695
474
  msgid "Error message when file size limit for the Attachment field is exceeded"
475
  msgstr ""
476
 
477
- #: contact_form.php:667
478
- #: contact_form.php:696
479
  msgid "Error message for the Captcha field"
480
  msgstr ""
481
 
482
- #: contact_form.php:668
483
- #: contact_form.php:697
484
  msgid "Error message for the whole form"
485
  msgstr ""
486
 
487
- #: contact_form.php:670
488
- #: contact_form.php:699
489
- #: contact_form.php:718
490
- #: contact_form.php:724
491
  msgid "Use shortcode"
492
  msgstr "Použite shortcode "
493
 
494
- #: contact_form.php:670
495
- #: contact_form.php:699
496
- #: contact_form.php:718
497
- #: contact_form.php:724
498
  msgid "for this language"
499
  msgstr "pre tento jazyk"
500
 
501
- #: contact_form.php:706
502
  msgid "Action after email is sent"
503
  msgstr "Akcia po zaslaní mailu."
504
 
505
- #: contact_form.php:708
506
  msgid "Display text"
507
  msgstr "Zobraziť text"
508
 
509
- #: contact_form.php:717
510
- #: contact_form.php:723
511
  msgid "Text"
512
  msgstr "Text"
513
 
514
- #: contact_form.php:730
515
  msgid "Redirect to the page"
516
  msgstr "Presmerovať na stránku"
517
 
518
- #: contact_form.php:731
519
  msgid "Url"
520
  msgstr "Url"
521
 
522
- #: contact_form.php:736
523
- #: contact_form.php:913
524
  msgid "Save Changes"
525
  msgstr "Uložiť zmeny"
526
 
527
- #: contact_form.php:753
528
  msgid "Contact Form Pro | Extra Settings"
529
  msgstr "Kontaktný formulár | Extra nastavenie"
530
 
531
- #: contact_form.php:767
532
  msgid "Errors output"
533
  msgstr ""
534
 
535
- #: contact_form.php:770
536
  msgid "Display error messages"
537
  msgstr ""
538
 
539
- #: contact_form.php:771
540
  msgid "Color of the input field errors."
541
  msgstr ""
542
 
543
- #: contact_form.php:772
544
  msgid "Display error messages & color of the input field errors"
545
  msgstr ""
546
 
547
- #: contact_form.php:777
548
  msgid "Add placeholder to the input blocks"
549
  msgstr ""
550
 
551
- #: contact_form.php:783
552
  msgid "Add tooltips"
553
  msgstr "Pridať popisky"
554
 
555
- #: contact_form.php:797
556
  msgid "Email address"
557
  msgstr "Emailová adresa"
558
 
559
- #: contact_form.php:802
560
  msgid "Phone Number"
561
  msgstr "Tel. číslo"
562
 
563
- #: contact_form.php:816
564
  msgid "Attachment"
565
  msgstr "Príloha"
566
 
567
- #: contact_form.php:821
568
  msgid "(powered by bestwebsoft.com)"
569
  msgstr ""
570
 
571
- #: contact_form.php:826
572
  msgid "Style options"
573
  msgstr "Nastavenie štýlu"
574
 
575
- #: contact_form.php:829
576
  msgid "Text color"
577
  msgstr ""
578
 
579
- #: contact_form.php:832
580
- #: contact_form.php:837
581
- #: contact_form.php:847
582
- #: contact_form.php:852
583
- #: contact_form.php:857
584
- #: contact_form.php:862
585
- #: contact_form.php:872
586
- #: contact_form.php:877
587
- #: contact_form.php:883
588
- #: contact_form.php:894
589
- #: contact_form.php:899
590
- #: contact_form.php:904
591
  msgid "Default"
592
  msgstr ""
593
 
594
- #: contact_form.php:834
595
  msgid "Label text color"
596
  msgstr ""
597
 
598
- #: contact_form.php:839
599
  msgid "Placeholder color"
600
  msgstr ""
601
 
602
- #: contact_form.php:844
603
  msgid "Errors color"
604
  msgstr ""
605
 
606
- #: contact_form.php:849
607
  msgid "Error text color"
608
  msgstr ""
609
 
610
- #: contact_form.php:854
611
  msgid "Background color of the input field errors"
612
  msgstr ""
613
 
614
- #: contact_form.php:859
615
  msgid "Border color of the input field errors"
616
  msgstr ""
617
 
618
- #: contact_form.php:864
619
  msgid "Placeholder color of the input field errors"
620
  msgstr ""
621
 
622
- #: contact_form.php:869
623
  msgid "Input fields"
624
  msgstr "Vložiť polia"
625
 
626
- #: contact_form.php:874
627
  msgid "Input fields background color"
628
  msgstr ""
629
 
630
- #: contact_form.php:879
631
  msgid "Text fields color"
632
  msgstr ""
633
 
634
- #: contact_form.php:881
635
  msgid "Border width in px, numbers only"
636
  msgstr ""
637
 
638
- #: contact_form.php:885
639
- #: contact_form.php:906
640
  msgid "Border color"
641
  msgstr ""
642
 
643
- #: contact_form.php:890
644
  msgid "Submit button"
645
  msgstr "Odoslať"
646
 
647
- #: contact_form.php:892
648
  msgid "Width in px, numbers only"
649
  msgstr ""
650
 
651
- #: contact_form.php:896
652
  msgid "Button color"
653
  msgstr ""
654
 
655
- #: contact_form.php:901
656
  msgid "Button text color"
657
  msgstr ""
658
 
659
- #: contact_form.php:917
660
  msgid "Contact Form Pro | Preview"
661
  msgstr "Kontaktný formulár Pro | Zobrazenie"
662
 
663
- #: contact_form.php:920
664
  msgid "Show with errors"
665
  msgstr ""
666
 
667
- #: contact_form.php:928
668
- #: contact_form.php:930
669
  msgid "Please enter your full name..."
670
  msgstr ""
671
 
672
- #: contact_form.php:941
673
- #: contact_form.php:943
674
  msgid "Please enter your address..."
675
  msgstr ""
676
 
677
- #: contact_form.php:952
678
- #: contact_form.php:954
679
  msgid "Please enter your email address..."
680
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
681
 
682
- #: contact_form.php:963
683
- #: contact_form.php:965
684
  msgid "Please enter your phone number..."
685
  msgstr ""
686
 
687
- #: contact_form.php:974
688
- #: contact_form.php:976
689
  msgid "Please enter subject..."
690
  msgstr ""
691
 
692
- #: contact_form.php:984
693
- #: contact_form.php:986
694
  msgid "Please enter your message..."
695
  msgstr ""
696
 
697
- #: contact_form.php:997
698
  msgid "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"
699
  msgstr ""
700
 
701
- #: contact_form.php:1066
702
  msgid "Sorry, email message could not be delivered."
703
  msgstr "Prepáčte, správa nemohla byť doručená."
704
 
705
- #: contact_form.php:1150
706
  msgid "You can attach the following file formats"
707
  msgstr "Môžete pripojiť nasledujúce formáty súborov"
708
 
709
- #: contact_form.php:1433
710
  msgid "Contact from"
711
  msgstr "Kontaktný formulár"
712
 
713
- #: contact_form.php:1446
714
  msgid "Email"
715
  msgstr "E-Mail"
716
 
717
- #: contact_form.php:1460
718
  msgid "Site"
719
  msgstr "Stránka"
720
 
721
- #: contact_form.php:1521
722
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
723
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
724
 
725
- #: contact_form.php:1585
726
  msgid "FAQ"
727
  msgstr "FAQ"
728
 
729
- #: contact_form.php:1586
730
  msgid "Support"
731
  msgstr "Podpora"
732
 
733
- #: contact_form.php:1645
734
  msgid "Are you sure that you want to delete this language data?"
735
  msgstr ""
736
 
@@ -740,8 +782,6 @@ msgstr ""
740
  #~ msgstr "Stránka URL"
741
  #~ msgid "Please enter a valid email address."
742
  #~ msgstr "Zadajte platnú emailovú adresu."
743
- #~ msgid "Pro plugins"
744
- #~ msgstr "Pro Plugins"
745
  #~ msgid "Activated plugins"
746
  #~ msgstr "Aktivované pluginy"
747
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:42+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Book Ing <book.ing@zoznam.sk>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  msgid "Contact Form Settings"
22
  msgstr "Nastavenie kontaktného formulára"
23
 
30
  msgstr "Kontaktný formulár Pro Extra - nastavenie"
31
 
32
  #: contact_form.php:33
33
+ #: contact_form.php:553
34
+ #: contact_form.php:834
35
  msgid "Contact Form Pro"
36
  msgstr "Kontaktný formulár Pro"
37
 
38
+ #: contact_form.php:74
39
+ #: contact_form.php:719
40
+ #: contact_form.php:748
41
  msgid "Name:"
42
  msgstr "Meno:"
43
 
44
+ #: contact_form.php:75
45
+ #: contact_form.php:720
46
+ #: contact_form.php:749
47
  msgid "Address:"
48
  msgstr "Adresa::"
49
 
50
+ #: contact_form.php:76
51
+ #: contact_form.php:721
52
+ #: contact_form.php:750
53
  msgid "Email Address:"
54
  msgstr "E-Mail:"
55
 
56
+ #: contact_form.php:77
57
+ #: contact_form.php:722
58
+ #: contact_form.php:751
59
  msgid "Phone number:"
60
  msgstr ""
61
 
62
+ #: contact_form.php:78
63
+ #: contact_form.php:723
64
+ #: contact_form.php:752
65
  msgid "Subject:"
66
  msgstr "Predmet:"
67
 
68
+ #: contact_form.php:79
69
+ #: contact_form.php:724
70
+ #: contact_form.php:753
71
  msgid "Message:"
72
  msgstr "Správa:"
73
 
74
+ #: contact_form.php:80
75
+ #: contact_form.php:725
76
+ #: contact_form.php:754
77
  msgid "Attachment:"
78
  msgstr "Príloha"
79
 
80
+ #: contact_form.php:81
81
+ #: contact_form.php:726
82
+ #: contact_form.php:755
83
  msgid "Send me a copy"
84
  msgstr "Zaslať mi kópiu"
85
 
86
+ #: contact_form.php:82
87
+ #: contact_form.php:727
88
+ #: contact_form.php:756
89
  msgid "Submit"
90
  msgstr "Odoslať"
91
 
92
+ #: contact_form.php:83
93
  msgid "Your name is required."
94
  msgstr "Vaše meno je vyžadované."
95
 
96
+ #: contact_form.php:84
97
  msgid "Address is required."
98
  msgstr "Adresa je vyžadovaná."
99
 
100
+ #: contact_form.php:85
101
  msgid "A valid email address is required."
102
  msgstr "Platný E-mail je vyžadovaný."
103
 
104
+ #: contact_form.php:86
105
  msgid "Phone number is required."
106
  msgstr "Telefónne číslo je vyžadované."
107
 
108
+ #: contact_form.php:87
109
  msgid "Subject is required."
110
  msgstr "Predmet je vyžadovaný."
111
 
112
+ #: contact_form.php:88
113
  msgid "Message text is required."
114
  msgstr "Správa je vyžadovaná."
115
 
116
+ #: contact_form.php:89
117
  msgid "File format is not valid."
118
  msgstr "Nesprávny typ súboru."
119
 
120
+ #: contact_form.php:90
121
  msgid "File upload error."
122
  msgstr ""
123
 
124
+ #: contact_form.php:91
125
  msgid "The file could not be uploaded."
126
  msgstr ""
127
 
128
+ #: contact_form.php:92
129
  msgid "This file is too large."
130
  msgstr ""
131
 
132
+ #: contact_form.php:93
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Prosím opíšte CAPTCHA text."
135
 
136
+ #: contact_form.php:94
137
  msgid "Please make corrections below and try again."
138
  msgstr "Prosím opravte chyby a skúste to opäť."
139
 
140
+ #: contact_form.php:96
141
  msgid "Thank you for contacting us."
142
  msgstr "Ďakujeme za správu."
143
 
144
+ #: contact_form.php:188
145
+ #, fuzzy
146
+ msgid "requires"
147
+ msgstr "Vyžadované polia"
148
+
149
+ #: contact_form.php:188
150
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
151
+ msgstr ""
152
+
153
+ #: contact_form.php:188
154
+ msgid "Back to the WordPress"
155
+ msgstr ""
156
+
157
+ #: contact_form.php:188
158
+ #, fuzzy
159
+ msgid "Plugins page"
160
+ msgstr "Pro Plugins"
161
+
162
+ #: contact_form.php:468
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Ak je vybratá možnosť \"Presmerovanie na stránku\" potom pole URL by malo mať nasledujúci formát"
165
 
166
+ #: contact_form.php:477
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Taký užívateľ neexistuje. Nastavenie sa neuloží."
169
 
170
+ #: contact_form.php:481
171
+ #: contact_form.php:487
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Zadajte platnú e-mailovú adresu v poli \"Od\". Nastavenie sa neuloží."
174
 
175
+ #: contact_form.php:492
176
  msgid "Settings saved."
177
  msgstr "Nastavenie uložené."
178
 
179
+ #: contact_form.php:516
180
+ #: contact_form.php:828
181
+ #: contact_form.php:1657
182
+ #: contact_form.php:1668
183
  msgid "Settings"
184
  msgstr "Nastavenia"
185
 
186
+ #: contact_form.php:517
187
+ #: contact_form.php:829
188
  msgid "Extra settings"
189
  msgstr "Extra nastavenia"
190
 
191
+ #: contact_form.php:522
192
+ #: contact_form.php:1085
193
  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:"
194
  msgstr "Ak by ste chceli pridať kontaktný formulár na svoje webové stránky, stačí skopírovať a vložiť shortcode k príspevku, stránke alebo widgetu:"
195
 
196
+ #: contact_form.php:522
197
+ #: contact_form.php:523
198
+ #: contact_form.php:741
199
+ #: contact_form.php:789
200
  msgid "or"
201
  msgstr "alebo"
202
 
203
+ #: contact_form.php:523
204
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
205
  msgstr "Ak máte nejaké problémy so štandardným shortcode [contact_form], mali by ste použiť shortcode"
206
 
207
+ #: contact_form.php:524
208
  msgid "They work the same way."
209
  msgstr "Fungujú rovnakým spôsobom."
210
 
211
+ #: contact_form.php:525
212
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
213
  msgstr "Ak necháte pole prázdne, budú správy posielané na e-mailovú adresu zadanú pri registrácii."
214
 
215
+ #: contact_form.php:529
216
  msgid "The user's email address:"
217
  msgstr "Užívateľova e-mailová adresa:"
218
 
219
+ #: contact_form.php:533
220
  msgid "Create a username"
221
  msgstr "Vytvorte užívateľské meno"
222
 
223
+ #: contact_form.php:538
224
  msgid "Enter a username of the person who should get the messages from the contact form."
225
  msgstr "Zadajte užívateľské meno osoby, ktorá by mala dostať správy z kontaktného formulára."
226
 
227
+ #: contact_form.php:542
228
  msgid "Use this email address:"
229
  msgstr "Použíte tento email::"
230
 
231
+ #: contact_form.php:545
232
  msgid "Enter the email address you want the messages forwarded to."
233
  msgstr "Zadajte e-mailovú adresu, ktorú chcete do správy presmerovať."
234
 
235
+ #: contact_form.php:549
236
  msgid "Add department selectbox to the contact form:"
237
  msgstr ""
238
 
239
+ #: contact_form.php:552
240
+ #: contact_form.php:833
241
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
242
  msgstr ""
243
 
244
+ #: contact_form.php:560
245
+ msgid "Save emails to the database"
246
+ msgstr ""
247
+
248
+ #: contact_form.php:568
249
+ #: contact_form.php:571
250
+ #: contact_form.php:575
251
+ msgid "Using Contact Form to DB powered by"
252
+ msgstr ""
253
+
254
+ #: contact_form.php:571
255
+ #, fuzzy
256
+ msgid "Activate Contact Form to DB"
257
+ msgstr "Kontaktný formulár Pro"
258
+
259
+ #: contact_form.php:575
260
+ #, fuzzy
261
+ msgid "Download Contact Form to DB"
262
+ msgstr "Kontaktný formulár Pro"
263
+
264
+ #: contact_form.php:580
265
  msgid "Additional options"
266
  msgstr "Ďalšie nastavenia"
267
 
268
+ #: contact_form.php:583
269
  msgid "What to use?"
270
  msgstr "Čo používať?"
271
 
272
+ #: contact_form.php:586
273
  msgid "Wp-mail"
274
  msgstr "Wp-mail"
275
 
276
+ #: contact_form.php:586
277
  msgid "You can use the wp_mail function for mailing"
278
  msgstr "Môžete použiť wp_mail funkcie pre zasielanie"
279
 
280
+ #: contact_form.php:588
281
  msgid "Mail"
282
  msgstr "Mail"
283
 
284
+ #: contact_form.php:588
285
  msgid "To send mail you can use the php mail function"
286
  msgstr "Ak chcete odosielať poštu, môžete použiť e-mailoé PHP funkcie"
287
 
288
+ #: contact_form.php:592
289
  #, fuzzy
290
  msgid "The text in the 'From' field"
291
  msgstr "Zmena textu pola \"od\""
292
 
293
+ #: contact_form.php:594
294
  msgid "User name"
295
  msgstr ""
296
 
297
+ #: contact_form.php:595
298
  msgid "The name of the user who fills the form will be used in the field 'From'."
299
  msgstr ""
300
 
301
+ #: contact_form.php:600
302
  #, fuzzy
303
  msgid "This text will be used in the 'FROM' field"
304
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
305
 
306
+ #: contact_form.php:604
307
  #, fuzzy
308
  msgid "The email address in the 'From' field"
309
  msgstr "Zadajte e-mailovú adresu v poli \"od\""
310
 
311
+ #: contact_form.php:606
312
  msgid "User email"
313
  msgstr ""
314
 
315
+ #: contact_form.php:607
316
  msgid "The email address of the user who fills the form will be used in the field 'From'."
317
  msgstr ""
318
 
319
+ #: contact_form.php:609
320
  msgid "This email address will be used in the 'From' field."
321
  msgstr "Táto e-mailová adresa bude použitá v poli 'od'."
322
 
323
+ #: contact_form.php:613
324
  msgid "Display fields"
325
  msgstr "Zobraz polia"
326
 
327
+ #: contact_form.php:615
328
+ #: contact_form.php:665
329
+ #: contact_form.php:865
330
+ #: contact_form.php:1525
331
  msgid "Address"
332
  msgstr "Adresa"
333
 
334
+ #: contact_form.php:616
335
+ #: contact_form.php:667
336
+ #: contact_form.php:1533
337
  msgid "Phone"
338
  msgstr "Telefón"
339
 
340
+ #: contact_form.php:617
341
  msgid "Attachment block"
342
  msgstr "Blok príloh"
343
 
344
+ #: contact_form.php:617
345
  msgid "Users can attach the following file formats"
346
  msgstr "Užívatelia môžu pripojiť nasledujúce formáty súborov"
347
 
348
+ #: contact_form.php:626
349
+ #: contact_form.php:629
350
+ #: contact_form.php:633
351
+ #: contact_form.php:894
352
  msgid "Captcha"
353
  msgstr ""
354
 
355
+ #: contact_form.php:626
356
+ #: contact_form.php:629
357
+ #: contact_form.php:633
358
  msgid "powered by"
359
  msgstr ""
360
 
361
+ #: contact_form.php:629
362
  msgid "Activate captcha"
363
  msgstr "Aktivovať captcha"
364
 
365
+ #: contact_form.php:633
366
  msgid "Download captcha"
367
  msgstr "Stiahnuť captcha"
368
 
369
+ #: contact_form.php:638
370
  msgid "Display tips below the Attachment block"
371
  msgstr "Zobrazenie tipov pod blokom príloh"
372
 
373
+ #: contact_form.php:647
374
  msgid "Delete an attachment file from the server after the email is sent"
375
  msgstr ""
376
 
377
+ #: contact_form.php:653
378
  msgid "Display 'Send me a copy' block"
379
  msgstr "Zobraz 'Zaslať kópiu' blok"
380
 
381
+ #: contact_form.php:662
382
  msgid "Required fields"
383
  msgstr "Vyžadované polia"
384
 
385
+ #: contact_form.php:664
386
+ #: contact_form.php:860
387
+ #: contact_form.php:1520
388
  msgid "Name"
389
  msgstr "Meno"
390
 
391
+ #: contact_form.php:666
392
  msgid "Email Address"
393
  msgstr "Emailová adresa"
394
 
395
+ #: contact_form.php:668
396
+ #: contact_form.php:880
397
+ #: contact_form.php:1536
398
  msgid "Subject"
399
  msgstr "Predmet"
400
 
401
+ #: contact_form.php:669
402
+ #: contact_form.php:884
403
+ #: contact_form.php:1539
404
  msgid "Message"
405
  msgstr "Správa"
406
 
407
+ #: contact_form.php:673
408
+ msgid "Display the asterisk near required fields"
409
+ msgstr ""
410
+
411
+ #: contact_form.php:679
412
  msgid "Display additional info in the email"
413
  msgstr "Zobraziť ďalšie informácie v e-maile"
414
 
415
+ #: contact_form.php:684
416
+ #: contact_form.php:1492
417
  msgid "Sent from (ip address)"
418
  msgstr "Odoslané z (ip adresa)"
419
 
420
+ #: contact_form.php:684
421
  #, fuzzy
422
  msgid "Example: Sent from (IP address):\t127.0.0.1"
423
  msgstr "Odoslané z (ip adresa)"
424
 
425
+ #: contact_form.php:685
426
+ #: contact_form.php:1497
427
  msgid "Date/Time"
428
  msgstr "Datum / Čas"
429
 
430
+ #: contact_form.php:685
431
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
432
  msgstr ""
433
 
434
+ #: contact_form.php:686
435
+ #: contact_form.php:1502
436
  msgid "Sent from (referer)"
437
  msgstr "Odoslané z"
438
 
439
+ #: contact_form.php:686
440
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
441
  msgstr ""
442
 
443
+ #: contact_form.php:687
444
+ #: contact_form.php:1507
445
  msgid "Using (user agent)"
446
  msgstr "Použitie (user agent)"
447
 
448
+ #: contact_form.php:687
449
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
450
  msgstr ""
451
 
452
+ #: contact_form.php:691
453
  msgid "Language settings for the field names in the form"
454
  msgstr "Nastavenie jazyka pre názvy polí vo formulári"
455
 
456
+ #: contact_form.php:700
457
  msgid "Add a language"
458
  msgstr "Pridať jazyk"
459
 
460
+ #: contact_form.php:704
461
  msgid "Change the names of the contact form fields and error messages"
462
  msgstr "Zmena názvov polí kontaktného formulára a chybových hlásení"
463
 
 
464
  #: contact_form.php:709
465
+ #: contact_form.php:780
466
  msgid "English"
467
  msgstr ""
468
 
469
+ #: contact_form.php:728
470
+ #: contact_form.php:757
471
  msgid "Error message for the Name field"
472
  msgstr ""
473
 
474
+ #: contact_form.php:729
475
+ #: contact_form.php:758
476
  msgid "Error message for the Address field"
477
  msgstr ""
478
 
479
+ #: contact_form.php:730
480
+ #: contact_form.php:759
481
  msgid "Error message for the Email field"
482
  msgstr ""
483
 
484
+ #: contact_form.php:731
485
+ #: contact_form.php:760
486
  msgid "Error message for the Phone field"
487
  msgstr ""
488
 
489
+ #: contact_form.php:732
490
+ #: contact_form.php:761
491
  msgid "Error message for the Subject field"
492
  msgstr ""
493
 
494
+ #: contact_form.php:733
495
+ #: contact_form.php:762
496
  msgid "Error message for the Message field"
497
  msgstr ""
498
 
499
+ #: contact_form.php:734
500
+ #: contact_form.php:763
501
  msgid "Error message about the file type for the Attachment field"
502
  msgstr ""
503
 
504
+ #: contact_form.php:735
505
+ #: contact_form.php:764
506
  msgid "Error message while uploading a file for the Attachment field to the server"
507
  msgstr ""
508
 
509
+ #: contact_form.php:736
510
+ #: contact_form.php:765
511
  msgid "Error message while moving the file for the Attachment field"
512
  msgstr ""
513
 
514
+ #: contact_form.php:737
515
+ #: contact_form.php:766
516
  msgid "Error message when file size limit for the Attachment field is exceeded"
517
  msgstr ""
518
 
519
+ #: contact_form.php:738
520
+ #: contact_form.php:767
521
  msgid "Error message for the Captcha field"
522
  msgstr ""
523
 
524
+ #: contact_form.php:739
525
+ #: contact_form.php:768
526
  msgid "Error message for the whole form"
527
  msgstr ""
528
 
529
+ #: contact_form.php:741
530
+ #: contact_form.php:770
531
+ #: contact_form.php:789
532
+ #: contact_form.php:795
533
  msgid "Use shortcode"
534
  msgstr "Použite shortcode "
535
 
536
+ #: contact_form.php:741
537
+ #: contact_form.php:770
538
+ #: contact_form.php:789
539
+ #: contact_form.php:795
540
  msgid "for this language"
541
  msgstr "pre tento jazyk"
542
 
543
+ #: contact_form.php:777
544
  msgid "Action after email is sent"
545
  msgstr "Akcia po zaslaní mailu."
546
 
547
+ #: contact_form.php:779
548
  msgid "Display text"
549
  msgstr "Zobraziť text"
550
 
551
+ #: contact_form.php:788
552
+ #: contact_form.php:794
553
  msgid "Text"
554
  msgstr "Text"
555
 
556
+ #: contact_form.php:802
557
  msgid "Redirect to the page"
558
  msgstr "Presmerovať na stránku"
559
 
560
+ #: contact_form.php:803
561
  msgid "Url"
562
  msgstr "Url"
563
 
564
+ #: contact_form.php:809
565
+ #: contact_form.php:986
566
  msgid "Save Changes"
567
  msgstr "Uložiť zmeny"
568
 
569
+ #: contact_form.php:826
570
  msgid "Contact Form Pro | Extra Settings"
571
  msgstr "Kontaktný formulár | Extra nastavenie"
572
 
573
+ #: contact_form.php:840
574
  msgid "Errors output"
575
  msgstr ""
576
 
577
+ #: contact_form.php:843
578
  msgid "Display error messages"
579
  msgstr ""
580
 
581
+ #: contact_form.php:844
582
  msgid "Color of the input field errors."
583
  msgstr ""
584
 
585
+ #: contact_form.php:845
586
  msgid "Display error messages & color of the input field errors"
587
  msgstr ""
588
 
589
+ #: contact_form.php:850
590
  msgid "Add placeholder to the input blocks"
591
  msgstr ""
592
 
593
+ #: contact_form.php:856
594
  msgid "Add tooltips"
595
  msgstr "Pridať popisky"
596
 
597
+ #: contact_form.php:870
598
  msgid "Email address"
599
  msgstr "Emailová adresa"
600
 
601
+ #: contact_form.php:875
602
  msgid "Phone Number"
603
  msgstr "Tel. číslo"
604
 
605
+ #: contact_form.php:889
606
  msgid "Attachment"
607
  msgstr "Príloha"
608
 
609
+ #: contact_form.php:894
610
  msgid "(powered by bestwebsoft.com)"
611
  msgstr ""
612
 
613
+ #: contact_form.php:899
614
  msgid "Style options"
615
  msgstr "Nastavenie štýlu"
616
 
617
+ #: contact_form.php:902
618
  msgid "Text color"
619
  msgstr ""
620
 
621
+ #: contact_form.php:905
622
+ #: contact_form.php:910
623
+ #: contact_form.php:920
624
+ #: contact_form.php:925
625
+ #: contact_form.php:930
626
+ #: contact_form.php:935
627
+ #: contact_form.php:945
628
+ #: contact_form.php:950
629
+ #: contact_form.php:956
630
+ #: contact_form.php:967
631
+ #: contact_form.php:972
632
+ #: contact_form.php:977
633
  msgid "Default"
634
  msgstr ""
635
 
636
+ #: contact_form.php:907
637
  msgid "Label text color"
638
  msgstr ""
639
 
640
+ #: contact_form.php:912
641
  msgid "Placeholder color"
642
  msgstr ""
643
 
644
+ #: contact_form.php:917
645
  msgid "Errors color"
646
  msgstr ""
647
 
648
+ #: contact_form.php:922
649
  msgid "Error text color"
650
  msgstr ""
651
 
652
+ #: contact_form.php:927
653
  msgid "Background color of the input field errors"
654
  msgstr ""
655
 
656
+ #: contact_form.php:932
657
  msgid "Border color of the input field errors"
658
  msgstr ""
659
 
660
+ #: contact_form.php:937
661
  msgid "Placeholder color of the input field errors"
662
  msgstr ""
663
 
664
+ #: contact_form.php:942
665
  msgid "Input fields"
666
  msgstr "Vložiť polia"
667
 
668
+ #: contact_form.php:947
669
  msgid "Input fields background color"
670
  msgstr ""
671
 
672
+ #: contact_form.php:952
673
  msgid "Text fields color"
674
  msgstr ""
675
 
676
+ #: contact_form.php:954
677
  msgid "Border width in px, numbers only"
678
  msgstr ""
679
 
680
+ #: contact_form.php:958
681
+ #: contact_form.php:979
682
  msgid "Border color"
683
  msgstr ""
684
 
685
+ #: contact_form.php:963
686
  msgid "Submit button"
687
  msgstr "Odoslať"
688
 
689
+ #: contact_form.php:965
690
  msgid "Width in px, numbers only"
691
  msgstr ""
692
 
693
+ #: contact_form.php:969
694
  msgid "Button color"
695
  msgstr ""
696
 
697
+ #: contact_form.php:974
698
  msgid "Button text color"
699
  msgstr ""
700
 
701
+ #: contact_form.php:990
702
  msgid "Contact Form Pro | Preview"
703
  msgstr "Kontaktný formulár Pro | Zobrazenie"
704
 
705
+ #: contact_form.php:993
706
  msgid "Show with errors"
707
  msgstr ""
708
 
709
+ #: contact_form.php:1001
710
+ #: contact_form.php:1003
711
  msgid "Please enter your full name..."
712
  msgstr ""
713
 
714
+ #: contact_form.php:1014
715
+ #: contact_form.php:1016
716
  msgid "Please enter your address..."
717
  msgstr ""
718
 
719
+ #: contact_form.php:1025
720
+ #: contact_form.php:1027
721
  msgid "Please enter your email address..."
722
  msgstr "Prosím zadajte vašu e-mailovú adresu..."
723
 
724
+ #: contact_form.php:1036
725
+ #: contact_form.php:1038
726
  msgid "Please enter your phone number..."
727
  msgstr ""
728
 
729
+ #: contact_form.php:1047
730
+ #: contact_form.php:1049
731
  msgid "Please enter subject..."
732
  msgstr ""
733
 
734
+ #: contact_form.php:1057
735
+ #: contact_form.php:1059
736
  msgid "Please enter your message..."
737
  msgstr ""
738
 
739
+ #: contact_form.php:1070
740
  msgid "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"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1137
744
  msgid "Sorry, email message could not be delivered."
745
  msgstr "Prepáčte, správa nemohla byť doručená."
746
 
747
+ #: contact_form.php:1221
748
  msgid "You can attach the following file formats"
749
  msgstr "Môžete pripojiť nasledujúce formáty súborov"
750
 
751
+ #: contact_form.php:1515
752
  msgid "Contact from"
753
  msgstr "Kontaktný formulár"
754
 
755
+ #: contact_form.php:1528
756
  msgid "Email"
757
  msgstr "E-Mail"
758
 
759
+ #: contact_form.php:1542
760
  msgid "Site"
761
  msgstr "Stránka"
762
 
763
+ #: contact_form.php:1605
764
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
765
  msgstr "Ak vidíte túto MIME, znamená to, že MIME typ nie je podporovaný vyším e-mailovým klientom!"
766
 
767
+ #: contact_form.php:1669
768
  msgid "FAQ"
769
  msgstr "FAQ"
770
 
771
+ #: contact_form.php:1670
772
  msgid "Support"
773
  msgstr "Podpora"
774
 
775
+ #: contact_form.php:1727
776
  msgid "Are you sure that you want to delete this language data?"
777
  msgstr ""
778
 
782
  #~ msgstr "Stránka URL"
783
  #~ msgid "Please enter a valid email address."
784
  #~ msgstr "Zadajte platnú emailovú adresu."
 
 
785
  #~ msgid "Activated plugins"
786
  #~ msgstr "Aktivované pluginy"
787
  #~ msgid "Read more"
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-10-01 17:06+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opcije Kontakt Forme"
@@ -32,741 +32,784 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "Opcije Kontakt Forme"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontakt Forma"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Ime:"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail Adresa:"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-mail Adresa:"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr "Broj telefona"
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Tema:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Poruka:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Priveži fajl:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Pošalji mi kopiju"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Podnesi"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Vaše ime je potrebno."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Ispravna e-mail adresa potrebna."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Ispravna e-mail adresa potrebna."
109
 
110
- #: contact_form.php:85
111
  msgid "Phone number is required."
112
  msgstr "Broj telefona je potreban."
113
 
114
- #: contact_form.php:86
115
  msgid "Subject is required."
116
  msgstr "Tekst Teme je potreban."
117
 
118
- #: contact_form.php:87
119
  msgid "Message text is required."
120
  msgstr "Tekst poruke je potreban."
121
 
122
- #: contact_form.php:88
123
  msgid "File format is not valid."
124
  msgstr "Privezak ne radi"
125
 
126
- #: contact_form.php:89
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
- #: contact_form.php:90
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
- #: contact_form.php:91
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
- #: contact_form.php:92
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Molimo vas popunite CAPTCHA."
141
 
142
- #: contact_form.php:93
143
  msgid "Please make corrections below and try again."
144
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
145
 
146
- #: contact_form.php:95
147
  msgid "Thank you for contacting us."
148
  msgstr "Hvala što ste nas kontaktirali."
149
 
150
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
152
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
153
 
154
- #: contact_form.php:431
155
  msgid "Such user does not exist. Settings are not saved."
156
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
157
 
158
- #: contact_form.php:435
159
- #: contact_form.php:441
160
  #, fuzzy
161
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
162
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
163
 
164
- #: contact_form.php:446
165
  #, fuzzy
166
  msgid "Settings saved."
167
  msgstr "Opcije sačuvane"
168
 
169
- #: contact_form.php:470
170
- #: contact_form.php:755
171
- #: contact_form.php:1573
172
- #: contact_form.php:1584
173
  msgid "Settings"
174
  msgstr "Podešavanja"
175
 
176
- #: contact_form.php:471
177
- #: contact_form.php:756
178
  #, fuzzy
179
  msgid "Extra settings"
180
  msgstr "Podešavanja"
181
 
182
- #: contact_form.php:476
183
- #: contact_form.php:1012
184
  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:"
185
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
186
 
187
- #: contact_form.php:476
188
- #: contact_form.php:477
189
- #: contact_form.php:670
190
- #: contact_form.php:718
191
  msgid "or"
192
  msgstr ""
193
 
194
- #: contact_form.php:477
195
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
196
  msgstr ""
197
 
198
- #: contact_form.php:478
199
  msgid "They work the same way."
200
  msgstr ""
201
 
202
- #: contact_form.php:479
203
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
204
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
205
 
206
- #: contact_form.php:483
207
  msgid "The user's email address:"
208
  msgstr "Koristi mejl wordpress korisnika:"
209
 
210
- #: contact_form.php:487
211
  msgid "Create a username"
212
  msgstr "Odaberi korisničko ime"
213
 
214
- #: contact_form.php:492
215
  msgid "Enter a username of the person who should get the messages from the contact form."
216
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
217
 
218
- #: contact_form.php:496
219
  msgid "Use this email address:"
220
  msgstr "Koristi ovaj mejl:"
221
 
222
- #: contact_form.php:499
223
  msgid "Enter the email address you want the messages forwarded to."
224
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
225
 
226
- #: contact_form.php:503
227
  msgid "Add department selectbox to the contact form:"
228
  msgstr ""
229
 
230
- #: contact_form.php:506
231
- #: contact_form.php:760
232
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
233
  msgstr ""
234
 
235
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  msgid "Additional options"
237
  msgstr "Dodatne opcije"
238
 
239
- #: contact_form.php:518
240
  msgid "What to use?"
241
  msgstr "Šta koristite?"
242
 
243
- #: contact_form.php:521
244
  msgid "Wp-mail"
245
  msgstr "Wp-mail"
246
 
247
- #: contact_form.php:522
248
  msgid "You can use the wp_mail function for mailing"
249
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
250
 
251
- #: contact_form.php:528
252
  msgid "Mail"
253
  msgstr "Mail"
254
 
255
- #: contact_form.php:529
256
  msgid "To send mail you can use the php mail function"
257
  msgstr "Da biste poslali mejl možete koristiti php mail funkciju"
258
 
259
- #: contact_form.php:533
260
  #, fuzzy
261
  msgid "The text in the 'From' field"
262
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
263
 
264
- #: contact_form.php:535
265
  msgid "User name"
266
  msgstr ""
267
 
268
- #: contact_form.php:535
269
  #, fuzzy
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
277
 
278
- #: contact_form.php:541
279
  #, fuzzy
280
  msgid "The email address in the 'From' field"
281
  msgstr "Unesi mejl adresu u polje 'OD'"
282
 
283
- #: contact_form.php:543
284
  msgid "User email"
285
  msgstr ""
286
 
287
- #: contact_form.php:543
288
  #, fuzzy
289
  msgid "The email address of the user who fills the form will be used in the field 'From'."
290
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
291
 
292
- #: contact_form.php:545
293
  msgid "This email address will be used in the 'From' field."
294
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
295
 
296
- #: contact_form.php:549
297
  #, fuzzy
298
  msgid "Display fields"
299
  msgstr "Prikaži tekst"
300
 
301
- #: contact_form.php:551
302
- #: contact_form.php:600
303
- #: contact_form.php:792
304
- #: contact_form.php:1443
305
  #, fuzzy
306
  msgid "Address"
307
  msgstr "E-mail Adresa:"
308
 
309
- #: contact_form.php:552
310
- #: contact_form.php:602
311
- #: contact_form.php:1451
312
  msgid "Phone"
313
  msgstr "Broj telefona"
314
 
315
- #: contact_form.php:553
316
  #, fuzzy
317
  msgid "Attachment block"
318
  msgstr "Prikaži blok privezaka"
319
 
320
- #: contact_form.php:553
321
  msgid "Users can attach the following file formats"
322
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
323
 
324
- #: contact_form.php:565
325
- #: contact_form.php:568
326
- #: contact_form.php:571
327
- #: contact_form.php:821
328
  msgid "Captcha"
329
  msgstr ""
330
 
331
- #: contact_form.php:565
332
- #: contact_form.php:568
333
- #: contact_form.php:571
334
  msgid "powered by"
335
  msgstr ""
336
 
337
- #: contact_form.php:568
338
  #, fuzzy
339
  msgid "Activate captcha"
340
  msgstr "Aktivni dodaci"
341
 
342
- #: contact_form.php:571
343
  #, fuzzy
344
  msgid "Download captcha"
345
  msgstr "Preuzmi"
346
 
347
- #: contact_form.php:576
348
  #, fuzzy
349
  msgid "Display tips below the Attachment block"
350
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
351
 
352
- #: contact_form.php:585
353
  msgid "Delete an attachment file from the server after the email is sent"
354
  msgstr ""
355
 
356
- #: contact_form.php:591
357
  #, fuzzy
358
  msgid "Display 'Send me a copy' block"
359
  msgstr "Prikaži Pošalji mi kopiju blok"
360
 
361
- #: contact_form.php:597
362
  msgid "Required fields"
363
  msgstr "Zahtevana polja"
364
 
365
- #: contact_form.php:599
366
- #: contact_form.php:787
367
- #: contact_form.php:1438
368
  msgid "Name"
369
  msgstr "Ime"
370
 
371
- #: contact_form.php:601
372
  #, fuzzy
373
  msgid "Email Address"
374
  msgstr "E-mail Adresa:"
375
 
376
- #: contact_form.php:603
377
- #: contact_form.php:807
378
- #: contact_form.php:1454
379
  msgid "Subject"
380
  msgstr "Tema"
381
 
382
- #: contact_form.php:604
383
- #: contact_form.php:811
384
- #: contact_form.php:1457
385
  msgid "Message"
386
  msgstr "Poruka"
387
 
388
- #: contact_form.php:608
 
 
 
 
 
389
  #, fuzzy
390
  msgid "Display additional info in the email"
391
  msgstr "Prikaži dodatne informacije u mejlu"
392
 
393
- #: contact_form.php:613
394
- #: contact_form.php:1410
395
  msgid "Sent from (ip address)"
396
  msgstr "Poslato sa (ip adresa)"
397
 
398
- #: contact_form.php:613
399
  #, fuzzy
400
  msgid "Example: Sent from (IP address):\t127.0.0.1"
401
  msgstr "Poslato sa (ip adresa)"
402
 
403
- #: contact_form.php:614
404
- #: contact_form.php:1415
405
  msgid "Date/Time"
406
  msgstr "Datum/Vreme"
407
 
408
- #: contact_form.php:614
409
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
410
  msgstr ""
411
 
412
- #: contact_form.php:615
413
- #: contact_form.php:1420
414
  msgid "Sent from (referer)"
415
  msgstr "Poslato od (prosleđivač)"
416
 
417
- #: contact_form.php:615
418
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
419
  msgstr ""
420
 
421
- #: contact_form.php:616
422
- #: contact_form.php:1425
423
  msgid "Using (user agent)"
424
  msgstr "Koristi (user agent)"
425
 
426
- #: contact_form.php:616
427
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
428
  msgstr ""
429
 
430
- #: contact_form.php:620
431
  msgid "Language settings for the field names in the form"
432
  msgstr "Podešavanja jezika za polje imena u obrascu"
433
 
434
- #: contact_form.php:629
435
  #, fuzzy
436
  msgid "Add a language"
437
  msgstr "Dodaj jezik"
438
 
439
- #: contact_form.php:633
440
  msgid "Change the names of the contact form fields and error messages"
441
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
442
 
443
- #: contact_form.php:638
444
  #: contact_form.php:709
 
445
  msgid "English"
446
  msgstr "Engleski"
447
 
448
- #: contact_form.php:657
449
- #: contact_form.php:686
450
  msgid "Error message for the Name field"
451
  msgstr "Poruka greške za polje Ime"
452
 
453
- #: contact_form.php:658
454
- #: contact_form.php:687
455
  #, fuzzy
456
  msgid "Error message for the Address field"
457
  msgstr "Poruka greške za polje Poruka"
458
 
459
- #: contact_form.php:659
460
- #: contact_form.php:688
461
  msgid "Error message for the Email field"
462
  msgstr "Poruka greške za polje imejl"
463
 
464
- #: contact_form.php:660
465
- #: contact_form.php:689
466
  msgid "Error message for the Phone field"
467
  msgstr "Poruka greške za polje Broj telefona"
468
 
469
- #: contact_form.php:661
470
- #: contact_form.php:690
471
  msgid "Error message for the Subject field"
472
  msgstr "Poruka greške za polje Tema"
473
 
474
- #: contact_form.php:662
475
- #: contact_form.php:691
476
  msgid "Error message for the Message field"
477
  msgstr "Poruka greške za polje Poruka"
478
 
479
- #: contact_form.php:663
480
- #: contact_form.php:692
481
  #, fuzzy
482
  msgid "Error message about the file type for the Attachment field"
483
  msgstr "Poruka greške za polje Privezaka"
484
 
485
- #: contact_form.php:664
486
- #: contact_form.php:693
487
  #, fuzzy
488
  msgid "Error message while uploading a file for the Attachment field to the server"
489
  msgstr "Poruka greške za polje Privezaka"
490
 
491
- #: contact_form.php:665
492
- #: contact_form.php:694
493
  #, fuzzy
494
  msgid "Error message while moving the file for the Attachment field"
495
  msgstr "Poruka greške za polje Privezaka"
496
 
497
- #: contact_form.php:666
498
- #: contact_form.php:695
499
  #, fuzzy
500
  msgid "Error message when file size limit for the Attachment field is exceeded"
501
  msgstr "Poruka greške za polje Privezaka"
502
 
503
- #: contact_form.php:667
504
- #: contact_form.php:696
505
  msgid "Error message for the Captcha field"
506
  msgstr "Poruka greške za polje Kapča"
507
 
508
- #: contact_form.php:668
509
- #: contact_form.php:697
510
  msgid "Error message for the whole form"
511
  msgstr "Poruka greške za ceo obrazac"
512
 
513
- #: contact_form.php:670
514
- #: contact_form.php:699
515
- #: contact_form.php:718
516
- #: contact_form.php:724
517
  msgid "Use shortcode"
518
  msgstr "Koristi prečicu"
519
 
520
- #: contact_form.php:670
521
- #: contact_form.php:699
522
- #: contact_form.php:718
523
- #: contact_form.php:724
524
  msgid "for this language"
525
  msgstr "za ovaj jezik"
526
 
527
- #: contact_form.php:706
528
  msgid "Action after email is sent"
529
  msgstr "Akcija posle poslatog mejla"
530
 
531
- #: contact_form.php:708
532
  msgid "Display text"
533
  msgstr "Prikaži tekst"
534
 
535
- #: contact_form.php:717
536
- #: contact_form.php:723
537
  msgid "Text"
538
  msgstr "Tekst"
539
 
540
- #: contact_form.php:730
541
  msgid "Redirect to the page"
542
  msgstr "Preusmeri na stranu"
543
 
544
- #: contact_form.php:731
545
  msgid "Url"
546
  msgstr "Url"
547
 
548
- #: contact_form.php:736
549
- #: contact_form.php:913
550
  msgid "Save Changes"
551
  msgstr "Sačuvaj izmene"
552
 
553
- #: contact_form.php:753
554
  #, fuzzy
555
  msgid "Contact Form Pro | Extra Settings"
556
  msgstr "Opcije Kontakt Forme"
557
 
558
- #: contact_form.php:767
559
  msgid "Errors output"
560
  msgstr ""
561
 
562
- #: contact_form.php:770
563
  msgid "Display error messages"
564
  msgstr ""
565
 
566
- #: contact_form.php:771
567
  msgid "Color of the input field errors."
568
  msgstr ""
569
 
570
- #: contact_form.php:772
571
  #, fuzzy
572
  msgid "Display error messages & color of the input field errors"
573
  msgstr "Poruka greške za polje Tema"
574
 
575
- #: contact_form.php:777
576
  msgid "Add placeholder to the input blocks"
577
  msgstr ""
578
 
579
- #: contact_form.php:783
580
  #, fuzzy
581
  msgid "Add tooltips"
582
  msgstr "Dodatne opcije"
583
 
584
- #: contact_form.php:797
585
  #, fuzzy
586
  msgid "Email address"
587
  msgstr "E-mail Adresa:"
588
 
589
- #: contact_form.php:802
590
  #, fuzzy
591
  msgid "Phone Number"
592
  msgstr "Broj telefona"
593
 
594
- #: contact_form.php:816
595
  #, fuzzy
596
  msgid "Attachment"
597
  msgstr "Priveži fajl:"
598
 
599
- #: contact_form.php:821
600
  msgid "(powered by bestwebsoft.com)"
601
  msgstr ""
602
 
603
- #: contact_form.php:826
604
  #, fuzzy
605
  msgid "Style options"
606
  msgstr "Dodatne opcije"
607
 
608
- #: contact_form.php:829
609
  msgid "Text color"
610
  msgstr ""
611
 
612
- #: contact_form.php:832
613
- #: contact_form.php:837
614
- #: contact_form.php:847
615
- #: contact_form.php:852
616
- #: contact_form.php:857
617
- #: contact_form.php:862
618
- #: contact_form.php:872
619
- #: contact_form.php:877
620
- #: contact_form.php:883
621
- #: contact_form.php:894
622
- #: contact_form.php:899
623
- #: contact_form.php:904
624
  msgid "Default"
625
  msgstr ""
626
 
627
- #: contact_form.php:834
628
  msgid "Label text color"
629
  msgstr ""
630
 
631
- #: contact_form.php:839
632
  msgid "Placeholder color"
633
  msgstr ""
634
 
635
- #: contact_form.php:844
636
  msgid "Errors color"
637
  msgstr ""
638
 
639
- #: contact_form.php:849
640
  msgid "Error text color"
641
  msgstr ""
642
 
643
- #: contact_form.php:854
644
  msgid "Background color of the input field errors"
645
  msgstr ""
646
 
647
- #: contact_form.php:859
648
  msgid "Border color of the input field errors"
649
  msgstr ""
650
 
651
- #: contact_form.php:864
652
  msgid "Placeholder color of the input field errors"
653
  msgstr ""
654
 
655
- #: contact_form.php:869
656
  msgid "Input fields"
657
  msgstr ""
658
 
659
- #: contact_form.php:874
660
  msgid "Input fields background color"
661
  msgstr ""
662
 
663
- #: contact_form.php:879
664
  msgid "Text fields color"
665
  msgstr ""
666
 
667
- #: contact_form.php:881
668
  msgid "Border width in px, numbers only"
669
  msgstr ""
670
 
671
- #: contact_form.php:885
672
- #: contact_form.php:906
673
  msgid "Border color"
674
  msgstr ""
675
 
676
- #: contact_form.php:890
677
  #, fuzzy
678
  msgid "Submit button"
679
  msgstr "Podnesi"
680
 
681
- #: contact_form.php:892
682
  msgid "Width in px, numbers only"
683
  msgstr ""
684
 
685
- #: contact_form.php:896
686
  msgid "Button color"
687
  msgstr ""
688
 
689
- #: contact_form.php:901
690
  msgid "Button text color"
691
  msgstr ""
692
 
693
- #: contact_form.php:917
694
  #, fuzzy
695
  msgid "Contact Form Pro | Preview"
696
  msgstr "Kontakt Forma"
697
 
698
- #: contact_form.php:920
699
  msgid "Show with errors"
700
  msgstr ""
701
 
702
- #: contact_form.php:928
703
- #: contact_form.php:930
704
  msgid "Please enter your full name..."
705
  msgstr ""
706
 
707
- #: contact_form.php:941
708
- #: contact_form.php:943
709
  msgid "Please enter your address..."
710
  msgstr ""
711
 
712
- #: contact_form.php:952
713
- #: contact_form.php:954
714
  #, fuzzy
715
  msgid "Please enter your email address..."
716
  msgstr "Koristi ovaj mejl:"
717
 
718
- #: contact_form.php:963
719
- #: contact_form.php:965
720
  msgid "Please enter your phone number..."
721
  msgstr ""
722
 
723
- #: contact_form.php:974
724
- #: contact_form.php:976
725
  msgid "Please enter subject..."
726
  msgstr ""
727
 
728
- #: contact_form.php:984
729
- #: contact_form.php:986
730
  msgid "Please enter your message..."
731
  msgstr ""
732
 
733
- #: contact_form.php:997
734
  msgid "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"
735
  msgstr ""
736
 
737
- #: contact_form.php:1066
738
  msgid "Sorry, email message could not be delivered."
739
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
740
 
741
- #: contact_form.php:1150
742
  msgid "You can attach the following file formats"
743
  msgstr "Možete privezati fajlove sledećih tipova"
744
 
745
- #: contact_form.php:1433
746
  msgid "Contact from"
747
  msgstr "Kontakt forma"
748
 
749
- #: contact_form.php:1446
750
  msgid "Email"
751
  msgstr "Email"
752
 
753
- #: contact_form.php:1460
754
  msgid "Site"
755
  msgstr "Sajt"
756
 
757
- #: contact_form.php:1521
758
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
759
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
760
 
761
- #: contact_form.php:1585
762
  msgid "FAQ"
763
  msgstr "FAQ"
764
 
765
- #: contact_form.php:1586
766
  msgid "Support"
767
  msgstr "Podrška"
768
 
769
- #: contact_form.php:1645
770
  msgid "Are you sure that you want to delete this language data?"
771
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
772
 
@@ -781,10 +824,6 @@ msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
781
  #, fuzzy
782
  #~ msgid "Please enter a valid email address."
783
  #~ msgstr "Koristi ovaj mejl:"
784
-
785
- #, fuzzy
786
- #~ msgid "Pro plugins"
787
- #~ msgstr "BWS Dodaci"
788
  #~ msgid "Activated plugins"
789
  #~ msgstr "Aktivni dodaci"
790
  #~ msgid "Read more"
@@ -825,10 +864,6 @@ msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
825
  #~ msgstr "Opcije Kontakt Forme"
826
  #~ msgid "Display Attachment tips"
827
  #~ msgstr "Prikaži objašnjenja privezaka"
828
-
829
- #, fuzzy
830
- #~ msgid "Display a phone number field"
831
- #~ msgstr "Prikaži polje broja telefona"
832
  #~ msgid "Please enter a valid email address. Settings are not saved."
833
  #~ msgstr "Molim Vas unesite ispravan mejl. Podešavanja nisu sačuvana."
834
  #~ msgid "E-Mail Address"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:42+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:42+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "Opcije Kontakt Forme"
32
  msgstr "Opcije Kontakt Forme"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "Kontakt Forma"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Ime:"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail Adresa:"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-mail Adresa:"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr "Broj telefona"
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Tema:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Poruka:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Priveži fajl:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Pošalji mi kopiju"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Podnesi"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Vaše ime je potrebno."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Ispravna e-mail adresa potrebna."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Ispravna e-mail adresa potrebna."
109
 
110
+ #: contact_form.php:86
111
  msgid "Phone number is required."
112
  msgstr "Broj telefona je potreban."
113
 
114
+ #: contact_form.php:87
115
  msgid "Subject is required."
116
  msgstr "Tekst Teme je potreban."
117
 
118
+ #: contact_form.php:88
119
  msgid "Message text is required."
120
  msgstr "Tekst poruke je potreban."
121
 
122
+ #: contact_form.php:89
123
  msgid "File format is not valid."
124
  msgstr "Privezak ne radi"
125
 
126
+ #: contact_form.php:90
127
  msgid "File upload error."
128
  msgstr ""
129
 
130
+ #: contact_form.php:91
131
  msgid "The file could not be uploaded."
132
  msgstr ""
133
 
134
+ #: contact_form.php:92
135
  msgid "This file is too large."
136
  msgstr ""
137
 
138
+ #: contact_form.php:93
139
  msgid "Please fill out the CAPTCHA."
140
  msgstr "Molimo vas popunite CAPTCHA."
141
 
142
+ #: contact_form.php:94
143
  msgid "Please make corrections below and try again."
144
  msgstr "Molimo vas da izvršite izmene ispod i pokušate ponovo."
145
 
146
+ #: contact_form.php:96
147
  msgid "Thank you for contacting us."
148
  msgstr "Hvala što ste nas kontaktirali."
149
 
150
+ #: contact_form.php:188
151
+ #, fuzzy
152
+ msgid "requires"
153
+ msgstr "Zahtevana polja"
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Dodaci"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr "Ako opcija 'Prosledi na stranu' je izabrana onda polje za URL možete popuniti u sledećem formatu"
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Takav korisnik ne postoji. Podešavanja nisu sačuvana"
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Molim Vas unesite ispravan mejl u polje 'OD'. Podešavanja nisu sačuvana."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Opcije sačuvane"
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Podešavanja"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Podešavanja"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "Ako želite da dodate Kontakt Formu na vaš veb sajt, jednostavno iskopirajte ovaj kratak kod na vašu stranu, članak ili vidžet:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Ako je polje za podatke ispod prazno tada će poruka biti poslata na adresu koja je navedena prilikom registracije."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Koristi mejl wordpress korisnika:"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Odaberi korisničko ime"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Podesi ime korisnika koji će primiti poruku sa ove kontakt forme."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Koristi ovaj mejl:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Podesi mejl adresu koja će biti korišćena za prijem poruka."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "Kontakt Forma"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "Kontakt Forma"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Dodatne opcije"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr "Šta koristite?"
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr "Da biste poslali mejl možete koristiti wordpress-ovu wp_mail funkciju"
288
 
289
+ #: contact_form.php:588
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 "Da biste poslali mejl možete koristiti php mail funkciju"
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Promeni tekst 'OD' polja u kontakt formi"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  #, fuzzy
308
  msgid "The name of the user who fills the form will be used in the field 'From'."
309
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
310
 
311
+ #: contact_form.php:600
312
  #, fuzzy
313
  msgid "This text will be used in the 'FROM' field"
314
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
315
 
316
+ #: contact_form.php:604
317
  #, fuzzy
318
  msgid "The email address in the 'From' field"
319
  msgstr "Unesi mejl adresu u polje 'OD'"
320
 
321
+ #: contact_form.php:606
322
  msgid "User email"
323
  msgstr ""
324
 
325
+ #: contact_form.php:607
326
  #, fuzzy
327
  msgid "The email address of the user who fills the form will be used in the field 'From'."
328
  msgstr "Mejl adresa korisnika koji je popunio polja će se koristiti u polju 'OD'"
329
 
330
+ #: contact_form.php:609
331
  msgid "This email address will be used in the 'From' field."
332
  msgstr "Ova mejl adresa će biti korišćena u polju 'OD'"
333
 
334
+ #: contact_form.php:613
335
  #, fuzzy
336
  msgid "Display fields"
337
  msgstr "Prikaži tekst"
338
 
339
+ #: contact_form.php:615
340
+ #: contact_form.php:665
341
+ #: contact_form.php:865
342
+ #: contact_form.php:1525
343
  #, fuzzy
344
  msgid "Address"
345
  msgstr "E-mail Adresa:"
346
 
347
+ #: contact_form.php:616
348
+ #: contact_form.php:667
349
+ #: contact_form.php:1533
350
  msgid "Phone"
351
  msgstr "Broj telefona"
352
 
353
+ #: contact_form.php:617
354
  #, fuzzy
355
  msgid "Attachment block"
356
  msgstr "Prikaži blok privezaka"
357
 
358
+ #: contact_form.php:617
359
  msgid "Users can attach the following file formats"
360
  msgstr "Korisnici mogu privezivati fajlove sledećih tipova"
361
 
362
+ #: contact_form.php:626
363
+ #: contact_form.php:629
364
+ #: contact_form.php:633
365
+ #: contact_form.php:894
366
  msgid "Captcha"
367
  msgstr ""
368
 
369
+ #: contact_form.php:626
370
+ #: contact_form.php:629
371
+ #: contact_form.php:633
372
  msgid "powered by"
373
  msgstr ""
374
 
375
+ #: contact_form.php:629
376
  #, fuzzy
377
  msgid "Activate captcha"
378
  msgstr "Aktivni dodaci"
379
 
380
+ #: contact_form.php:633
381
  #, fuzzy
382
  msgid "Download captcha"
383
  msgstr "Preuzmi"
384
 
385
+ #: contact_form.php:638
386
  #, fuzzy
387
  msgid "Display tips below the Attachment block"
388
  msgstr "Prikaži objašnjenja posle bloka Privezaka"
389
 
390
+ #: contact_form.php:647
391
  msgid "Delete an attachment file from the server after the email is sent"
392
  msgstr ""
393
 
394
+ #: contact_form.php:653
395
  #, fuzzy
396
  msgid "Display 'Send me a copy' block"
397
  msgstr "Prikaži Pošalji mi kopiju blok"
398
 
399
+ #: contact_form.php:662
400
  msgid "Required fields"
401
  msgstr "Zahtevana polja"
402
 
403
+ #: contact_form.php:664
404
+ #: contact_form.php:860
405
+ #: contact_form.php:1520
406
  msgid "Name"
407
  msgstr "Ime"
408
 
409
+ #: contact_form.php:666
410
  #, fuzzy
411
  msgid "Email Address"
412
  msgstr "E-mail Adresa:"
413
 
414
+ #: contact_form.php:668
415
+ #: contact_form.php:880
416
+ #: contact_form.php:1536
417
  msgid "Subject"
418
  msgstr "Tema"
419
 
420
+ #: contact_form.php:669
421
+ #: contact_form.php:884
422
+ #: contact_form.php:1539
423
  msgid "Message"
424
  msgstr "Poruka"
425
 
426
+ #: contact_form.php:673
427
+ #, fuzzy
428
+ msgid "Display the asterisk near required fields"
429
+ msgstr "Prikaži polje broja telefona"
430
+
431
+ #: contact_form.php:679
432
  #, fuzzy
433
  msgid "Display additional info in the email"
434
  msgstr "Prikaži dodatne informacije u mejlu"
435
 
436
+ #: contact_form.php:684
437
+ #: contact_form.php:1492
438
  msgid "Sent from (ip address)"
439
  msgstr "Poslato sa (ip adresa)"
440
 
441
+ #: contact_form.php:684
442
  #, fuzzy
443
  msgid "Example: Sent from (IP address):\t127.0.0.1"
444
  msgstr "Poslato sa (ip adresa)"
445
 
446
+ #: contact_form.php:685
447
+ #: contact_form.php:1497
448
  msgid "Date/Time"
449
  msgstr "Datum/Vreme"
450
 
451
+ #: contact_form.php:685
452
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
453
  msgstr ""
454
 
455
+ #: contact_form.php:686
456
+ #: contact_form.php:1502
457
  msgid "Sent from (referer)"
458
  msgstr "Poslato od (prosleđivač)"
459
 
460
+ #: contact_form.php:686
461
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
462
  msgstr ""
463
 
464
+ #: contact_form.php:687
465
+ #: contact_form.php:1507
466
  msgid "Using (user agent)"
467
  msgstr "Koristi (user agent)"
468
 
469
+ #: contact_form.php:687
470
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
471
  msgstr ""
472
 
473
+ #: contact_form.php:691
474
  msgid "Language settings for the field names in the form"
475
  msgstr "Podešavanja jezika za polje imena u obrascu"
476
 
477
+ #: contact_form.php:700
478
  #, fuzzy
479
  msgid "Add a language"
480
  msgstr "Dodaj jezik"
481
 
482
+ #: contact_form.php:704
483
  msgid "Change the names of the contact form fields and error messages"
484
  msgstr "Promeni oznaku za polja u kontakt formi i poruku greške"
485
 
 
486
  #: contact_form.php:709
487
+ #: contact_form.php:780
488
  msgid "English"
489
  msgstr "Engleski"
490
 
491
+ #: contact_form.php:728
492
+ #: contact_form.php:757
493
  msgid "Error message for the Name field"
494
  msgstr "Poruka greške za polje Ime"
495
 
496
+ #: contact_form.php:729
497
+ #: contact_form.php:758
498
  #, fuzzy
499
  msgid "Error message for the Address field"
500
  msgstr "Poruka greške za polje Poruka"
501
 
502
+ #: contact_form.php:730
503
+ #: contact_form.php:759
504
  msgid "Error message for the Email field"
505
  msgstr "Poruka greške za polje imejl"
506
 
507
+ #: contact_form.php:731
508
+ #: contact_form.php:760
509
  msgid "Error message for the Phone field"
510
  msgstr "Poruka greške za polje Broj telefona"
511
 
512
+ #: contact_form.php:732
513
+ #: contact_form.php:761
514
  msgid "Error message for the Subject field"
515
  msgstr "Poruka greške za polje Tema"
516
 
517
+ #: contact_form.php:733
518
+ #: contact_form.php:762
519
  msgid "Error message for the Message field"
520
  msgstr "Poruka greške za polje Poruka"
521
 
522
+ #: contact_form.php:734
523
+ #: contact_form.php:763
524
  #, fuzzy
525
  msgid "Error message about the file type for the Attachment field"
526
  msgstr "Poruka greške za polje Privezaka"
527
 
528
+ #: contact_form.php:735
529
+ #: contact_form.php:764
530
  #, fuzzy
531
  msgid "Error message while uploading a file for the Attachment field to the server"
532
  msgstr "Poruka greške za polje Privezaka"
533
 
534
+ #: contact_form.php:736
535
+ #: contact_form.php:765
536
  #, fuzzy
537
  msgid "Error message while moving the file for the Attachment field"
538
  msgstr "Poruka greške za polje Privezaka"
539
 
540
+ #: contact_form.php:737
541
+ #: contact_form.php:766
542
  #, fuzzy
543
  msgid "Error message when file size limit for the Attachment field is exceeded"
544
  msgstr "Poruka greške za polje Privezaka"
545
 
546
+ #: contact_form.php:738
547
+ #: contact_form.php:767
548
  msgid "Error message for the Captcha field"
549
  msgstr "Poruka greške za polje Kapča"
550
 
551
+ #: contact_form.php:739
552
+ #: contact_form.php:768
553
  msgid "Error message for the whole form"
554
  msgstr "Poruka greške za ceo obrazac"
555
 
556
+ #: contact_form.php:741
557
+ #: contact_form.php:770
558
+ #: contact_form.php:789
559
+ #: contact_form.php:795
560
  msgid "Use shortcode"
561
  msgstr "Koristi prečicu"
562
 
563
+ #: contact_form.php:741
564
+ #: contact_form.php:770
565
+ #: contact_form.php:789
566
+ #: contact_form.php:795
567
  msgid "for this language"
568
  msgstr "za ovaj jezik"
569
 
570
+ #: contact_form.php:777
571
  msgid "Action after email is sent"
572
  msgstr "Akcija posle poslatog mejla"
573
 
574
+ #: contact_form.php:779
575
  msgid "Display text"
576
  msgstr "Prikaži tekst"
577
 
578
+ #: contact_form.php:788
579
+ #: contact_form.php:794
580
  msgid "Text"
581
  msgstr "Tekst"
582
 
583
+ #: contact_form.php:802
584
  msgid "Redirect to the page"
585
  msgstr "Preusmeri na stranu"
586
 
587
+ #: contact_form.php:803
588
  msgid "Url"
589
  msgstr "Url"
590
 
591
+ #: contact_form.php:809
592
+ #: contact_form.php:986
593
  msgid "Save Changes"
594
  msgstr "Sačuvaj izmene"
595
 
596
+ #: contact_form.php:826
597
  #, fuzzy
598
  msgid "Contact Form Pro | Extra Settings"
599
  msgstr "Opcije Kontakt Forme"
600
 
601
+ #: contact_form.php:840
602
  msgid "Errors output"
603
  msgstr ""
604
 
605
+ #: contact_form.php:843
606
  msgid "Display error messages"
607
  msgstr ""
608
 
609
+ #: contact_form.php:844
610
  msgid "Color of the input field errors."
611
  msgstr ""
612
 
613
+ #: contact_form.php:845
614
  #, fuzzy
615
  msgid "Display error messages & color of the input field errors"
616
  msgstr "Poruka greške za polje Tema"
617
 
618
+ #: contact_form.php:850
619
  msgid "Add placeholder to the input blocks"
620
  msgstr ""
621
 
622
+ #: contact_form.php:856
623
  #, fuzzy
624
  msgid "Add tooltips"
625
  msgstr "Dodatne opcije"
626
 
627
+ #: contact_form.php:870
628
  #, fuzzy
629
  msgid "Email address"
630
  msgstr "E-mail Adresa:"
631
 
632
+ #: contact_form.php:875
633
  #, fuzzy
634
  msgid "Phone Number"
635
  msgstr "Broj telefona"
636
 
637
+ #: contact_form.php:889
638
  #, fuzzy
639
  msgid "Attachment"
640
  msgstr "Priveži fajl:"
641
 
642
+ #: contact_form.php:894
643
  msgid "(powered by bestwebsoft.com)"
644
  msgstr ""
645
 
646
+ #: contact_form.php:899
647
  #, fuzzy
648
  msgid "Style options"
649
  msgstr "Dodatne opcije"
650
 
651
+ #: contact_form.php:902
652
  msgid "Text color"
653
  msgstr ""
654
 
655
+ #: contact_form.php:905
656
+ #: contact_form.php:910
657
+ #: contact_form.php:920
658
+ #: contact_form.php:925
659
+ #: contact_form.php:930
660
+ #: contact_form.php:935
661
+ #: contact_form.php:945
662
+ #: contact_form.php:950
663
+ #: contact_form.php:956
664
+ #: contact_form.php:967
665
+ #: contact_form.php:972
666
+ #: contact_form.php:977
667
  msgid "Default"
668
  msgstr ""
669
 
670
+ #: contact_form.php:907
671
  msgid "Label text color"
672
  msgstr ""
673
 
674
+ #: contact_form.php:912
675
  msgid "Placeholder color"
676
  msgstr ""
677
 
678
+ #: contact_form.php:917
679
  msgid "Errors color"
680
  msgstr ""
681
 
682
+ #: contact_form.php:922
683
  msgid "Error text color"
684
  msgstr ""
685
 
686
+ #: contact_form.php:927
687
  msgid "Background color of the input field errors"
688
  msgstr ""
689
 
690
+ #: contact_form.php:932
691
  msgid "Border color of the input field errors"
692
  msgstr ""
693
 
694
+ #: contact_form.php:937
695
  msgid "Placeholder color of the input field errors"
696
  msgstr ""
697
 
698
+ #: contact_form.php:942
699
  msgid "Input fields"
700
  msgstr ""
701
 
702
+ #: contact_form.php:947
703
  msgid "Input fields background color"
704
  msgstr ""
705
 
706
+ #: contact_form.php:952
707
  msgid "Text fields color"
708
  msgstr ""
709
 
710
+ #: contact_form.php:954
711
  msgid "Border width in px, numbers only"
712
  msgstr ""
713
 
714
+ #: contact_form.php:958
715
+ #: contact_form.php:979
716
  msgid "Border color"
717
  msgstr ""
718
 
719
+ #: contact_form.php:963
720
  #, fuzzy
721
  msgid "Submit button"
722
  msgstr "Podnesi"
723
 
724
+ #: contact_form.php:965
725
  msgid "Width in px, numbers only"
726
  msgstr ""
727
 
728
+ #: contact_form.php:969
729
  msgid "Button color"
730
  msgstr ""
731
 
732
+ #: contact_form.php:974
733
  msgid "Button text color"
734
  msgstr ""
735
 
736
+ #: contact_form.php:990
737
  #, fuzzy
738
  msgid "Contact Form Pro | Preview"
739
  msgstr "Kontakt Forma"
740
 
741
+ #: contact_form.php:993
742
  msgid "Show with errors"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1001
746
+ #: contact_form.php:1003
747
  msgid "Please enter your full name..."
748
  msgstr ""
749
 
750
+ #: contact_form.php:1014
751
+ #: contact_form.php:1016
752
  msgid "Please enter your address..."
753
  msgstr ""
754
 
755
+ #: contact_form.php:1025
756
+ #: contact_form.php:1027
757
  #, fuzzy
758
  msgid "Please enter your email address..."
759
  msgstr "Koristi ovaj mejl:"
760
 
761
+ #: contact_form.php:1036
762
+ #: contact_form.php:1038
763
  msgid "Please enter your phone number..."
764
  msgstr ""
765
 
766
+ #: contact_form.php:1047
767
+ #: contact_form.php:1049
768
  msgid "Please enter subject..."
769
  msgstr ""
770
 
771
+ #: contact_form.php:1057
772
+ #: contact_form.php:1059
773
  msgid "Please enter your message..."
774
  msgstr ""
775
 
776
+ #: contact_form.php:1070
777
  msgid "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"
778
  msgstr ""
779
 
780
+ #: contact_form.php:1137
781
  msgid "Sorry, email message could not be delivered."
782
  msgstr "Izvinite, vaš mejl nije mogao biti dostavljen."
783
 
784
+ #: contact_form.php:1221
785
  msgid "You can attach the following file formats"
786
  msgstr "Možete privezati fajlove sledećih tipova"
787
 
788
+ #: contact_form.php:1515
789
  msgid "Contact from"
790
  msgstr "Kontakt forma"
791
 
792
+ #: contact_form.php:1528
793
  msgid "Email"
794
  msgstr "Email"
795
 
796
+ #: contact_form.php:1542
797
  msgid "Site"
798
  msgstr "Sajt"
799
 
800
+ #: contact_form.php:1605
801
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
802
  msgstr "Ako možete da vidite ovaj MIME to znači da vaš klijent ne prihvata MIME tipove!"
803
 
804
+ #: contact_form.php:1669
805
  msgid "FAQ"
806
  msgstr "FAQ"
807
 
808
+ #: contact_form.php:1670
809
  msgid "Support"
810
  msgstr "Podrška"
811
 
812
+ #: contact_form.php:1727
813
  msgid "Are you sure that you want to delete this language data?"
814
  msgstr "Da li ste sigurni da želite da obrišete podatke jezika?"
815
 
824
  #, fuzzy
825
  #~ msgid "Please enter a valid email address."
826
  #~ msgstr "Koristi ovaj mejl:"
 
 
 
 
827
  #~ msgid "Activated plugins"
828
  #~ msgstr "Aktivni dodaci"
829
  #~ msgid "Read more"
864
  #~ msgstr "Opcije Kontakt Forme"
865
  #~ msgid "Display Attachment tips"
866
  #~ msgstr "Prikaži objašnjenja privezaka"
 
 
 
 
867
  #~ msgid "Please enter a valid email address. Settings are not saved."
868
  #~ msgstr "Molim Vas unesite ispravan mejl. Podešavanja nisu sačuvana."
869
  #~ msgid "E-Mail Address"
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-10-01 17:06+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:06+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"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
@@ -30,711 +30,754 @@ msgid "Contact Form Pro Extra Settings"
30
  msgstr "Kontaktformulär Pro Extra inställningar"
31
 
32
  #: contact_form.php:33
33
- #: contact_form.php:507
34
- #: contact_form.php:761
35
  msgid "Contact Form Pro"
36
  msgstr "Kontaktformulär Pro"
37
 
38
- #: contact_form.php:73
39
- #: contact_form.php:648
40
- #: contact_form.php:677
41
  msgid "Name:"
42
  msgstr "Namn:"
43
 
44
- #: contact_form.php:74
45
- #: contact_form.php:649
46
- #: contact_form.php:678
47
  msgid "Address:"
48
  msgstr "Adress:"
49
 
50
- #: contact_form.php:75
51
- #: contact_form.php:650
52
- #: contact_form.php:679
53
  msgid "Email Address:"
54
  msgstr "E-postadress:"
55
 
56
- #: contact_form.php:76
57
- #: contact_form.php:651
58
- #: contact_form.php:680
59
  msgid "Phone number:"
60
  msgstr "Telefonnummer:"
61
 
62
- #: contact_form.php:77
63
- #: contact_form.php:652
64
- #: contact_form.php:681
65
  msgid "Subject:"
66
  msgstr "Ämne:"
67
 
68
- #: contact_form.php:78
69
- #: contact_form.php:653
70
- #: contact_form.php:682
71
  msgid "Message:"
72
  msgstr "Meddelande:"
73
 
74
- #: contact_form.php:79
75
- #: contact_form.php:654
76
- #: contact_form.php:683
77
  msgid "Attachment:"
78
  msgstr "Bifogad fil:"
79
 
80
- #: contact_form.php:80
81
- #: contact_form.php:655
82
- #: contact_form.php:684
83
  msgid "Send me a copy"
84
  msgstr "Skicka mig en kopia"
85
 
86
- #: contact_form.php:81
87
- #: contact_form.php:656
88
- #: contact_form.php:685
89
  msgid "Submit"
90
  msgstr "Skicka"
91
 
92
- #: contact_form.php:82
93
  msgid "Your name is required."
94
  msgstr "Ditt namn krävs."
95
 
96
- #: contact_form.php:83
97
  msgid "Address is required."
98
  msgstr "Adress krävs."
99
 
100
- #: contact_form.php:84
101
  msgid "A valid email address is required."
102
  msgstr "En giltig e-postadress krävs."
103
 
104
- #: contact_form.php:85
105
  msgid "Phone number is required."
106
  msgstr "Telefonnummer krävs."
107
 
108
- #: contact_form.php:86
109
  msgid "Subject is required."
110
  msgstr "Ämne krävs."
111
 
112
- #: contact_form.php:87
113
  msgid "Message text is required."
114
  msgstr "Meddelande krävs."
115
 
116
- #: contact_form.php:88
117
  msgid "File format is not valid."
118
  msgstr "Bilageformaten är inte giltigt."
119
 
120
- #: contact_form.php:89
121
  msgid "File upload error."
122
  msgstr "Filuppladdningsfel."
123
 
124
- #: contact_form.php:90
125
  msgid "The file could not be uploaded."
126
  msgstr "Filen kunde inte laddas upp."
127
 
128
- #: contact_form.php:91
129
  msgid "This file is too large."
130
  msgstr "Filen är för stor."
131
 
132
- #: contact_form.php:92
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Var god fyll i CAPTCHA."
135
 
136
- #: contact_form.php:93
137
  msgid "Please make corrections below and try again."
138
  msgstr "Var god gör korrigeringar nedan och försök igen."
139
 
140
- #: contact_form.php:95
141
  msgid "Thank you for contacting us."
142
  msgstr "Tack för att du kontaktade oss."
143
 
144
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
  msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
147
 
148
- #: contact_form.php:431
149
  msgid "Such user does not exist. Settings are not saved."
150
  msgstr "Användaren finns inte. Inställningarna sparades inte."
151
 
152
- #: contact_form.php:435
153
- #: contact_form.php:441
154
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
155
  msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
156
 
157
- #: contact_form.php:446
158
  msgid "Settings saved."
159
  msgstr "Inställningar sparades."
160
 
161
- #: contact_form.php:470
162
- #: contact_form.php:755
163
- #: contact_form.php:1573
164
- #: contact_form.php:1584
165
  msgid "Settings"
166
  msgstr "Inställningar"
167
 
168
- #: contact_form.php:471
169
- #: contact_form.php:756
170
  msgid "Extra settings"
171
  msgstr "Extra inställningar"
172
 
173
- #: contact_form.php:476
174
- #: contact_form.php:1012
175
  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:"
176
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den på rätt inlägg, sida eller widget:"
177
 
178
- #: contact_form.php:476
179
- #: contact_form.php:477
180
- #: contact_form.php:670
181
- #: contact_form.php:718
182
  msgid "or"
183
  msgstr ""
184
 
185
- #: contact_form.php:477
186
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
187
  msgstr ""
188
 
189
- #: contact_form.php:478
190
  msgid "They work the same way."
191
  msgstr ""
192
 
193
- #: contact_form.php:479
194
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
195
  msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
196
 
197
- #: contact_form.php:483
198
  msgid "The user's email address:"
199
  msgstr "Användarens e-postadress:"
200
 
201
- #: contact_form.php:487
202
  msgid "Create a username"
203
  msgstr "Skapa ett användarnamn"
204
 
205
- #: contact_form.php:492
206
  msgid "Enter a username of the person who should get the messages from the contact form."
207
  msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
208
 
209
- #: contact_form.php:496
210
  msgid "Use this email address:"
211
  msgstr "Använd den här e-postadressen:"
212
 
213
- #: contact_form.php:499
214
  msgid "Enter the email address you want the messages forwarded to."
215
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
216
 
217
- #: contact_form.php:503
218
  msgid "Add department selectbox to the contact form:"
219
  msgstr ""
220
 
221
- #: contact_form.php:506
222
- #: contact_form.php:760
223
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
224
  msgstr "Denna funktionalitet är endast tillgänglig i Pro-versionen av detta tillägg. För detaljer, klicka på länken"
225
 
226
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgid "Additional options"
228
  msgstr "Ytterligare alternativ"
229
 
230
- #: contact_form.php:518
231
  msgid "What to use?"
232
  msgstr "Vad ska användas?"
233
 
234
- #: contact_form.php:521
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:522
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
241
 
242
- #: contact_form.php:528
243
  msgid "Mail"
244
  msgstr "E-post"
245
 
246
- #: contact_form.php:529
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Du kan använda php-funktionen för att skicka e-post"
249
 
250
- #: contact_form.php:533
251
  #, fuzzy
252
  msgid "The text in the 'From' field"
253
  msgstr "Ändra text för 'FRÅN'-fältet"
254
 
255
- #: contact_form.php:535
256
  #, fuzzy
257
  msgid "User name"
258
  msgstr "Användarens e-post"
259
 
260
- #: contact_form.php:535
261
  #, fuzzy
262
  msgid "The name of the user who fills the form will be used in the field 'From'."
263
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
264
 
265
- #: contact_form.php:537
266
  #, fuzzy
267
  msgid "This text will be used in the 'FROM' field"
268
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
269
 
270
- #: contact_form.php:541
271
  #, fuzzy
272
  msgid "The email address in the 'From' field"
273
  msgstr "Ange e-postadress för 'Från'-fältet"
274
 
275
- #: contact_form.php:543
276
  msgid "User email"
277
  msgstr "Användarens e-post"
278
 
279
- #: contact_form.php:543
280
  msgid "The email address of the user who fills the form will be used in the field 'From'."
281
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
282
 
283
- #: contact_form.php:545
284
  msgid "This email address will be used in the 'From' field."
285
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
286
 
287
- #: contact_form.php:549
288
  msgid "Display fields"
289
  msgstr "Visa fält"
290
 
291
- #: contact_form.php:551
292
- #: contact_form.php:600
293
- #: contact_form.php:792
294
- #: contact_form.php:1443
295
  msgid "Address"
296
  msgstr "Adress"
297
 
298
- #: contact_form.php:552
299
- #: contact_form.php:602
300
- #: contact_form.php:1451
301
  msgid "Phone"
302
  msgstr "Telefon"
303
 
304
- #: contact_form.php:553
305
  msgid "Attachment block"
306
  msgstr "Bilageblock"
307
 
308
- #: contact_form.php:553
309
  msgid "Users can attach the following file formats"
310
  msgstr "Användare kan bifoga filer av följande format"
311
 
312
- #: contact_form.php:565
313
- #: contact_form.php:568
314
- #: contact_form.php:571
315
- #: contact_form.php:821
316
  msgid "Captcha"
317
  msgstr "Captcha"
318
 
319
- #: contact_form.php:565
320
- #: contact_form.php:568
321
- #: contact_form.php:571
322
  msgid "powered by"
323
  msgstr ""
324
 
325
- #: contact_form.php:568
326
  msgid "Activate captcha"
327
  msgstr "Aktivera captcha"
328
 
329
- #: contact_form.php:571
330
  msgid "Download captcha"
331
  msgstr "Hämta captcha"
332
 
333
- #: contact_form.php:576
334
  #, fuzzy
335
  msgid "Display tips below the Attachment block"
336
  msgstr "Visa förklaringar under bilageblocket"
337
 
338
- #: contact_form.php:585
339
  msgid "Delete an attachment file from the server after the email is sent"
340
  msgstr ""
341
 
342
- #: contact_form.php:591
343
  #, fuzzy
344
  msgid "Display 'Send me a copy' block"
345
  msgstr "Skicka mig en kopia-block"
346
 
347
- #: contact_form.php:597
348
  msgid "Required fields"
349
  msgstr "Obligatoriska fält"
350
 
351
- #: contact_form.php:599
352
- #: contact_form.php:787
353
- #: contact_form.php:1438
354
  msgid "Name"
355
  msgstr "Namn"
356
 
357
- #: contact_form.php:601
358
  msgid "Email Address"
359
  msgstr "E-postadress"
360
 
361
- #: contact_form.php:603
362
- #: contact_form.php:807
363
- #: contact_form.php:1454
364
  msgid "Subject"
365
  msgstr "Ämne"
366
 
367
- #: contact_form.php:604
368
- #: contact_form.php:811
369
- #: contact_form.php:1457
370
  msgid "Message"
371
  msgstr "Meddelande"
372
 
373
- #: contact_form.php:608
 
 
 
 
 
374
  msgid "Display additional info in the email"
375
  msgstr "Visa ytterligare information i meddelandet"
376
 
377
- #: contact_form.php:613
378
- #: contact_form.php:1410
379
  msgid "Sent from (ip address)"
380
  msgstr "Skickat från (ip-adress)"
381
 
382
- #: contact_form.php:613
383
  #, fuzzy
384
  msgid "Example: Sent from (IP address):\t127.0.0.1"
385
  msgstr "Skickat från (ip-adress)"
386
 
387
- #: contact_form.php:614
388
- #: contact_form.php:1415
389
  msgid "Date/Time"
390
  msgstr "Datum/Tid"
391
 
392
- #: contact_form.php:614
393
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
394
  msgstr ""
395
 
396
- #: contact_form.php:615
397
- #: contact_form.php:1420
398
  msgid "Sent from (referer)"
399
  msgstr "Skickat från (referer)"
400
 
401
- #: contact_form.php:615
402
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
403
  msgstr ""
404
 
405
- #: contact_form.php:616
406
- #: contact_form.php:1425
407
  msgid "Using (user agent)"
408
  msgstr "Använder (user agent)"
409
 
410
- #: contact_form.php:616
411
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
412
  msgstr ""
413
 
414
- #: contact_form.php:620
415
  msgid "Language settings for the field names in the form"
416
  msgstr "Språkinställningar för etikettnamn in formuläret"
417
 
418
- #: contact_form.php:629
419
  msgid "Add a language"
420
  msgstr "Lägg till ett språk"
421
 
422
- #: contact_form.php:633
423
  msgid "Change the names of the contact form fields and error messages"
424
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
425
 
426
- #: contact_form.php:638
427
  #: contact_form.php:709
 
428
  msgid "English"
429
  msgstr "Engelska"
430
 
431
- #: contact_form.php:657
432
- #: contact_form.php:686
433
  msgid "Error message for the Name field"
434
  msgstr "Felmeddelande för namnfältet"
435
 
436
- #: contact_form.php:658
437
- #: contact_form.php:687
438
  msgid "Error message for the Address field"
439
  msgstr "Felmeddelande för adressfältet"
440
 
441
- #: contact_form.php:659
442
- #: contact_form.php:688
443
  msgid "Error message for the Email field"
444
  msgstr "Felmeddelande för e-postadressfältet"
445
 
446
- #: contact_form.php:660
447
- #: contact_form.php:689
448
  msgid "Error message for the Phone field"
449
  msgstr "Felmeddelande för telefonfältet"
450
 
451
- #: contact_form.php:661
452
- #: contact_form.php:690
453
  msgid "Error message for the Subject field"
454
  msgstr "Felmeddelande for ämnesfältet"
455
 
456
- #: contact_form.php:662
457
- #: contact_form.php:691
458
  msgid "Error message for the Message field"
459
  msgstr "Felmeddelande för meddelandefältet"
460
 
461
- #: contact_form.php:663
462
- #: contact_form.php:692
463
  msgid "Error message about the file type for the Attachment field"
464
  msgstr "Felmeddelande för filformat i bilagefältet"
465
 
466
- #: contact_form.php:664
467
- #: contact_form.php:693
468
  msgid "Error message while uploading a file for the Attachment field to the server"
469
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
470
 
471
- #: contact_form.php:665
472
- #: contact_form.php:694
473
  msgid "Error message while moving the file for the Attachment field"
474
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
475
 
476
- #: contact_form.php:666
477
- #: contact_form.php:695
478
  msgid "Error message when file size limit for the Attachment field is exceeded"
479
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
480
 
481
- #: contact_form.php:667
482
- #: contact_form.php:696
483
  msgid "Error message for the Captcha field"
484
  msgstr "Felmeddelande för CAPTCHA"
485
 
486
- #: contact_form.php:668
487
- #: contact_form.php:697
488
  msgid "Error message for the whole form"
489
  msgstr "Felmeddelande för formuläret"
490
 
491
- #: contact_form.php:670
492
- #: contact_form.php:699
493
- #: contact_form.php:718
494
- #: contact_form.php:724
495
  msgid "Use shortcode"
496
  msgstr "Använd kortkod"
497
 
498
- #: contact_form.php:670
499
- #: contact_form.php:699
500
- #: contact_form.php:718
501
- #: contact_form.php:724
502
  msgid "for this language"
503
  msgstr "för detta språk"
504
 
505
- #: contact_form.php:706
506
  msgid "Action after email is sent"
507
  msgstr "Åtgärd efter meddelande skickats"
508
 
509
- #: contact_form.php:708
510
  msgid "Display text"
511
  msgstr "Visa text"
512
 
513
- #: contact_form.php:717
514
- #: contact_form.php:723
515
  msgid "Text"
516
  msgstr "Text"
517
 
518
- #: contact_form.php:730
519
  msgid "Redirect to the page"
520
  msgstr "Omdirigera till sida"
521
 
522
- #: contact_form.php:731
523
  msgid "Url"
524
  msgstr "Url"
525
 
526
- #: contact_form.php:736
527
- #: contact_form.php:913
528
  msgid "Save Changes"
529
  msgstr "Spara ändringar"
530
 
531
- #: contact_form.php:753
532
  msgid "Contact Form Pro | Extra Settings"
533
  msgstr "Kontaktformulär Pro | Extra inställningar "
534
 
535
- #: contact_form.php:767
536
  msgid "Errors output"
537
  msgstr "Felutmatning"
538
 
539
- #: contact_form.php:770
540
  msgid "Display error messages"
541
  msgstr "Visa felmeddelanden"
542
 
543
- #: contact_form.php:771
544
  msgid "Color of the input field errors."
545
  msgstr "Färg på inmatningfältsfel."
546
 
547
- #: contact_form.php:772
548
  msgid "Display error messages & color of the input field errors"
549
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
550
 
551
- #: contact_form.php:777
552
  msgid "Add placeholder to the input blocks"
553
  msgstr "Lägg till platshållare på inmatningsblocken"
554
 
555
- #: contact_form.php:783
556
  msgid "Add tooltips"
557
  msgstr "Visa verktygstips"
558
 
559
- #: contact_form.php:797
560
  msgid "Email address"
561
  msgstr "E-postadress"
562
 
563
- #: contact_form.php:802
564
  msgid "Phone Number"
565
  msgstr "Telefonnummer"
566
 
567
- #: contact_form.php:816
568
  msgid "Attachment"
569
  msgstr "Bifoga fil"
570
 
571
- #: contact_form.php:821
572
  msgid "(powered by bestwebsoft.com)"
573
  msgstr "(tillhandahålls av bestwebsoft.com)"
574
 
575
- #: contact_form.php:826
576
  msgid "Style options"
577
  msgstr "Stilalternativ"
578
 
579
- #: contact_form.php:829
580
  msgid "Text color"
581
  msgstr "Textfärg"
582
 
583
- #: contact_form.php:832
584
- #: contact_form.php:837
585
- #: contact_form.php:847
586
- #: contact_form.php:852
587
- #: contact_form.php:857
588
- #: contact_form.php:862
589
- #: contact_form.php:872
590
- #: contact_form.php:877
591
- #: contact_form.php:883
592
- #: contact_form.php:894
593
- #: contact_form.php:899
594
- #: contact_form.php:904
595
  msgid "Default"
596
  msgstr "Standard"
597
 
598
- #: contact_form.php:834
599
  msgid "Label text color"
600
  msgstr "Etikett-textfärg"
601
 
602
- #: contact_form.php:839
603
  msgid "Placeholder color"
604
  msgstr "Platshållarfärg"
605
 
606
- #: contact_form.php:844
607
  msgid "Errors color"
608
  msgstr "Felfärg"
609
 
610
- #: contact_form.php:849
611
  msgid "Error text color"
612
  msgstr "Feltextfärg"
613
 
614
- #: contact_form.php:854
615
  msgid "Background color of the input field errors"
616
  msgstr "Bakgrundsfärg på inmatningfältsfel"
617
 
618
- #: contact_form.php:859
619
  msgid "Border color of the input field errors"
620
  msgstr "Ramfärg på inmatningfältsfel"
621
 
622
- #: contact_form.php:864
623
  msgid "Placeholder color of the input field errors"
624
  msgstr "Platshållarfärg för inmatningfältsfel"
625
 
626
- #: contact_form.php:869
627
  msgid "Input fields"
628
  msgstr "Inmatningsfält"
629
 
630
- #: contact_form.php:874
631
  msgid "Input fields background color"
632
  msgstr "Inmatningfältsbakgrundsfärg"
633
 
634
- #: contact_form.php:879
635
  msgid "Text fields color"
636
  msgstr "Textfältfärg"
637
 
638
- #: contact_form.php:881
639
  msgid "Border width in px, numbers only"
640
  msgstr "Rambredd i px, endast siffror"
641
 
642
- #: contact_form.php:885
643
- #: contact_form.php:906
644
  msgid "Border color"
645
  msgstr "Ramfärg"
646
 
647
- #: contact_form.php:890
648
  msgid "Submit button"
649
  msgstr "Skicka-knapp"
650
 
651
- #: contact_form.php:892
652
  msgid "Width in px, numbers only"
653
  msgstr "Bredd i px, endast siffror"
654
 
655
- #: contact_form.php:896
656
  msgid "Button color"
657
  msgstr "Knappfärg"
658
 
659
- #: contact_form.php:901
660
  msgid "Button text color"
661
  msgstr "Knapptextfärg"
662
 
663
- #: contact_form.php:917
664
  msgid "Contact Form Pro | Preview"
665
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
666
 
667
- #: contact_form.php:920
668
  msgid "Show with errors"
669
  msgstr "Visa med fel"
670
 
671
- #: contact_form.php:928
672
- #: contact_form.php:930
673
  msgid "Please enter your full name..."
674
  msgstr "Var god ange ditt fullständiga namn…"
675
 
676
- #: contact_form.php:941
677
- #: contact_form.php:943
678
  msgid "Please enter your address..."
679
  msgstr "Var god ange din adress…"
680
 
681
- #: contact_form.php:952
682
- #: contact_form.php:954
683
  msgid "Please enter your email address..."
684
  msgstr "Var god ange din e-postadress…"
685
 
686
- #: contact_form.php:963
687
- #: contact_form.php:965
688
  msgid "Please enter your phone number..."
689
  msgstr "Var god ange ditt telefonnummer…"
690
 
691
- #: contact_form.php:974
692
- #: contact_form.php:976
693
  msgid "Please enter subject..."
694
  msgstr "Var god ange ämne…"
695
 
696
- #: contact_form.php:984
697
- #: contact_form.php:986
698
  msgid "Please enter your message..."
699
  msgstr "Var god ange ditt meddelande…"
700
 
701
- #: contact_form.php:997
702
  msgid "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"
703
  msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
704
 
705
- #: contact_form.php:1066
706
  msgid "Sorry, email message could not be delivered."
707
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
708
 
709
- #: contact_form.php:1150
710
  msgid "You can attach the following file formats"
711
  msgstr "Du kan bifoga filer med följande format"
712
 
713
- #: contact_form.php:1433
714
  msgid "Contact from"
715
  msgstr "Kontaktformulär"
716
 
717
- #: contact_form.php:1446
718
  msgid "Email"
719
  msgstr "E-post"
720
 
721
- #: contact_form.php:1460
722
  msgid "Site"
723
  msgstr "Sajt"
724
 
725
- #: contact_form.php:1521
726
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
727
  msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
728
 
729
- #: contact_form.php:1585
730
  msgid "FAQ"
731
  msgstr "FAQ"
732
 
733
- #: contact_form.php:1586
734
  msgid "Support"
735
  msgstr "Support"
736
 
737
- #: contact_form.php:1645
738
  msgid "Are you sure that you want to delete this language data?"
739
  msgstr "Är du säker på att du vill ta bort språkdatan?"
740
 
@@ -798,8 +841,6 @@ msgstr "Är du säker på att du vill ta bort språkdatan?"
798
  #~ msgstr "Var god ange en giltig e-postadress."
799
  #~ msgid "Email with system info is sent to "
800
  #~ msgstr "E-post med systeminfo skickades till"
801
- #~ msgid "Pro plugins"
802
- #~ msgstr "Pro-tillägg"
803
  #~ msgid "Activated plugins"
804
  #~ msgstr "Aktiverade tillägg"
805
  #~ msgid "Read more"
@@ -836,10 +877,6 @@ msgstr "Är du säker på att du vill ta bort språkdatan?"
836
  #~ msgstr "Konktaktformulär Alternativ "
837
  #~ msgid "Display Attachment tips"
838
  #~ msgstr "Visa Bilaga förklaringar"
839
-
840
- #, fuzzy
841
- #~ msgid "Display a phone number field"
842
- #~ msgstr "Visa 'Telefon' fält."
843
  #~ msgid "Please enter a valid email address. Settings are not saved."
844
  #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
845
  #~ msgid "E-Mail Address"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:43+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:43+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"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  msgid "Contact Form Settings"
22
  msgstr "Kontaktformulärinställningar"
23
 
30
  msgstr "Kontaktformulär Pro Extra inställningar"
31
 
32
  #: contact_form.php:33
33
+ #: contact_form.php:553
34
+ #: contact_form.php:834
35
  msgid "Contact Form Pro"
36
  msgstr "Kontaktformulär Pro"
37
 
38
+ #: contact_form.php:74
39
+ #: contact_form.php:719
40
+ #: contact_form.php:748
41
  msgid "Name:"
42
  msgstr "Namn:"
43
 
44
+ #: contact_form.php:75
45
+ #: contact_form.php:720
46
+ #: contact_form.php:749
47
  msgid "Address:"
48
  msgstr "Adress:"
49
 
50
+ #: contact_form.php:76
51
+ #: contact_form.php:721
52
+ #: contact_form.php:750
53
  msgid "Email Address:"
54
  msgstr "E-postadress:"
55
 
56
+ #: contact_form.php:77
57
+ #: contact_form.php:722
58
+ #: contact_form.php:751
59
  msgid "Phone number:"
60
  msgstr "Telefonnummer:"
61
 
62
+ #: contact_form.php:78
63
+ #: contact_form.php:723
64
+ #: contact_form.php:752
65
  msgid "Subject:"
66
  msgstr "Ämne:"
67
 
68
+ #: contact_form.php:79
69
+ #: contact_form.php:724
70
+ #: contact_form.php:753
71
  msgid "Message:"
72
  msgstr "Meddelande:"
73
 
74
+ #: contact_form.php:80
75
+ #: contact_form.php:725
76
+ #: contact_form.php:754
77
  msgid "Attachment:"
78
  msgstr "Bifogad fil:"
79
 
80
+ #: contact_form.php:81
81
+ #: contact_form.php:726
82
+ #: contact_form.php:755
83
  msgid "Send me a copy"
84
  msgstr "Skicka mig en kopia"
85
 
86
+ #: contact_form.php:82
87
+ #: contact_form.php:727
88
+ #: contact_form.php:756
89
  msgid "Submit"
90
  msgstr "Skicka"
91
 
92
+ #: contact_form.php:83
93
  msgid "Your name is required."
94
  msgstr "Ditt namn krävs."
95
 
96
+ #: contact_form.php:84
97
  msgid "Address is required."
98
  msgstr "Adress krävs."
99
 
100
+ #: contact_form.php:85
101
  msgid "A valid email address is required."
102
  msgstr "En giltig e-postadress krävs."
103
 
104
+ #: contact_form.php:86
105
  msgid "Phone number is required."
106
  msgstr "Telefonnummer krävs."
107
 
108
+ #: contact_form.php:87
109
  msgid "Subject is required."
110
  msgstr "Ämne krävs."
111
 
112
+ #: contact_form.php:88
113
  msgid "Message text is required."
114
  msgstr "Meddelande krävs."
115
 
116
+ #: contact_form.php:89
117
  msgid "File format is not valid."
118
  msgstr "Bilageformaten är inte giltigt."
119
 
120
+ #: contact_form.php:90
121
  msgid "File upload error."
122
  msgstr "Filuppladdningsfel."
123
 
124
+ #: contact_form.php:91
125
  msgid "The file could not be uploaded."
126
  msgstr "Filen kunde inte laddas upp."
127
 
128
+ #: contact_form.php:92
129
  msgid "This file is too large."
130
  msgstr "Filen är för stor."
131
 
132
+ #: contact_form.php:93
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Var god fyll i CAPTCHA."
135
 
136
+ #: contact_form.php:94
137
  msgid "Please make corrections below and try again."
138
  msgstr "Var god gör korrigeringar nedan och försök igen."
139
 
140
+ #: contact_form.php:96
141
  msgid "Thank you for contacting us."
142
  msgstr "Tack för att du kontaktade oss."
143
 
144
+ #: contact_form.php:188
145
+ #, fuzzy
146
+ msgid "requires"
147
+ msgstr "Obligatoriska fält"
148
+
149
+ #: contact_form.php:188
150
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
151
+ msgstr ""
152
+
153
+ #: contact_form.php:188
154
+ msgid "Back to the WordPress"
155
+ msgstr ""
156
+
157
+ #: contact_form.php:188
158
+ #, fuzzy
159
+ msgid "Plugins page"
160
+ msgstr "Pro-tillägg"
161
+
162
+ #: contact_form.php:468
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Om alternativet 'Omdirigera till sida' väljs ska URL-fältet fyllas i med följande format"
165
 
166
+ #: contact_form.php:477
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Användaren finns inte. Inställningarna sparades inte."
169
 
170
+ #: contact_form.php:481
171
+ #: contact_form.php:487
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Var god ange en giltig e-postadress i 'FRÅN'-fältet. Inställningarna sparades inte."
174
 
175
+ #: contact_form.php:492
176
  msgid "Settings saved."
177
  msgstr "Inställningar sparades."
178
 
179
+ #: contact_form.php:516
180
+ #: contact_form.php:828
181
+ #: contact_form.php:1657
182
+ #: contact_form.php:1668
183
  msgid "Settings"
184
  msgstr "Inställningar"
185
 
186
+ #: contact_form.php:517
187
+ #: contact_form.php:829
188
  msgid "Extra settings"
189
  msgstr "Extra inställningar"
190
 
191
+ #: contact_form.php:522
192
+ #: contact_form.php:1085
193
  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:"
194
  msgstr "Om du vill lägga till ett kontaktformulär på din webbplats, kopiera följande kortkod och klistra in den på rätt inlägg, sida eller widget:"
195
 
196
+ #: contact_form.php:522
197
+ #: contact_form.php:523
198
+ #: contact_form.php:741
199
+ #: contact_form.php:789
200
  msgid "or"
201
  msgstr ""
202
 
203
+ #: contact_form.php:523
204
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
205
  msgstr ""
206
 
207
+ #: contact_form.php:524
208
  msgid "They work the same way."
209
  msgstr ""
210
 
211
+ #: contact_form.php:525
212
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
213
  msgstr "Om du lämnar fälten tomma kommer meddelandena att skickas till den e-postadressen som angavs under registreringen."
214
 
215
+ #: contact_form.php:529
216
  msgid "The user's email address:"
217
  msgstr "Användarens e-postadress:"
218
 
219
+ #: contact_form.php:533
220
  msgid "Create a username"
221
  msgstr "Skapa ett användarnamn"
222
 
223
+ #: contact_form.php:538
224
  msgid "Enter a username of the person who should get the messages from the contact form."
225
  msgstr "Ange ett användarnamn på den användare som ska få meddelanden från kontaktformuläret."
226
 
227
+ #: contact_form.php:542
228
  msgid "Use this email address:"
229
  msgstr "Använd den här e-postadressen:"
230
 
231
+ #: contact_form.php:545
232
  msgid "Enter the email address you want the messages forwarded to."
233
  msgstr "Ange en e-postadress som ska användas för att ta emot meddelanden."
234
 
235
+ #: contact_form.php:549
236
  msgid "Add department selectbox to the contact form:"
237
  msgstr ""
238
 
239
+ #: contact_form.php:552
240
+ #: contact_form.php:833
241
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
242
  msgstr "Denna funktionalitet är endast tillgänglig i Pro-versionen av detta tillägg. För detaljer, klicka på länken"
243
 
244
+ #: contact_form.php:560
245
+ msgid "Save emails to the database"
246
+ msgstr ""
247
+
248
+ #: contact_form.php:568
249
+ #: contact_form.php:571
250
+ #: contact_form.php:575
251
+ msgid "Using Contact Form to DB powered by"
252
+ msgstr ""
253
+
254
+ #: contact_form.php:571
255
+ #, fuzzy
256
+ msgid "Activate Contact Form to DB"
257
+ msgstr "Kontaktformulär Pro"
258
+
259
+ #: contact_form.php:575
260
+ #, fuzzy
261
+ msgid "Download Contact Form to DB"
262
+ msgstr "Kontaktformulär Pro"
263
+
264
+ #: contact_form.php:580
265
  msgid "Additional options"
266
  msgstr "Ytterligare alternativ"
267
 
268
+ #: contact_form.php:583
269
  msgid "What to use?"
270
  msgstr "Vad ska användas?"
271
 
272
+ #: contact_form.php:586
273
  msgid "Wp-mail"
274
  msgstr "Wp-mail"
275
 
276
+ #: contact_form.php:586
277
  msgid "You can use the wp_mail function for mailing"
278
  msgstr "Du kan använda wp_mail-funktionen för att skicka e-post"
279
 
280
+ #: contact_form.php:588
281
  msgid "Mail"
282
  msgstr "E-post"
283
 
284
+ #: contact_form.php:588
285
  msgid "To send mail you can use the php mail function"
286
  msgstr "Du kan använda php-funktionen för att skicka e-post"
287
 
288
+ #: contact_form.php:592
289
  #, fuzzy
290
  msgid "The text in the 'From' field"
291
  msgstr "Ändra text för 'FRÅN'-fältet"
292
 
293
+ #: contact_form.php:594
294
  #, fuzzy
295
  msgid "User name"
296
  msgstr "Användarens e-post"
297
 
298
+ #: contact_form.php:595
299
  #, fuzzy
300
  msgid "The name of the user who fills the form will be used in the field 'From'."
301
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
302
 
303
+ #: contact_form.php:600
304
  #, fuzzy
305
  msgid "This text will be used in the 'FROM' field"
306
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
307
 
308
+ #: contact_form.php:604
309
  #, fuzzy
310
  msgid "The email address in the 'From' field"
311
  msgstr "Ange e-postadress för 'Från'-fältet"
312
 
313
+ #: contact_form.php:606
314
  msgid "User email"
315
  msgstr "Användarens e-post"
316
 
317
+ #: contact_form.php:607
318
  msgid "The email address of the user who fills the form will be used in the field 'From'."
319
  msgstr "E-postadressen för användaren som fyller i formuläret kommer att användas i 'Från'-fältet."
320
 
321
+ #: contact_form.php:609
322
  msgid "This email address will be used in the 'From' field."
323
  msgstr "Denna e-postadress kommer att användas för 'Från'-fältet."
324
 
325
+ #: contact_form.php:613
326
  msgid "Display fields"
327
  msgstr "Visa fält"
328
 
329
+ #: contact_form.php:615
330
+ #: contact_form.php:665
331
+ #: contact_form.php:865
332
+ #: contact_form.php:1525
333
  msgid "Address"
334
  msgstr "Adress"
335
 
336
+ #: contact_form.php:616
337
+ #: contact_form.php:667
338
+ #: contact_form.php:1533
339
  msgid "Phone"
340
  msgstr "Telefon"
341
 
342
+ #: contact_form.php:617
343
  msgid "Attachment block"
344
  msgstr "Bilageblock"
345
 
346
+ #: contact_form.php:617
347
  msgid "Users can attach the following file formats"
348
  msgstr "Användare kan bifoga filer av följande format"
349
 
350
+ #: contact_form.php:626
351
+ #: contact_form.php:629
352
+ #: contact_form.php:633
353
+ #: contact_form.php:894
354
  msgid "Captcha"
355
  msgstr "Captcha"
356
 
357
+ #: contact_form.php:626
358
+ #: contact_form.php:629
359
+ #: contact_form.php:633
360
  msgid "powered by"
361
  msgstr ""
362
 
363
+ #: contact_form.php:629
364
  msgid "Activate captcha"
365
  msgstr "Aktivera captcha"
366
 
367
+ #: contact_form.php:633
368
  msgid "Download captcha"
369
  msgstr "Hämta captcha"
370
 
371
+ #: contact_form.php:638
372
  #, fuzzy
373
  msgid "Display tips below the Attachment block"
374
  msgstr "Visa förklaringar under bilageblocket"
375
 
376
+ #: contact_form.php:647
377
  msgid "Delete an attachment file from the server after the email is sent"
378
  msgstr ""
379
 
380
+ #: contact_form.php:653
381
  #, fuzzy
382
  msgid "Display 'Send me a copy' block"
383
  msgstr "Skicka mig en kopia-block"
384
 
385
+ #: contact_form.php:662
386
  msgid "Required fields"
387
  msgstr "Obligatoriska fält"
388
 
389
+ #: contact_form.php:664
390
+ #: contact_form.php:860
391
+ #: contact_form.php:1520
392
  msgid "Name"
393
  msgstr "Namn"
394
 
395
+ #: contact_form.php:666
396
  msgid "Email Address"
397
  msgstr "E-postadress"
398
 
399
+ #: contact_form.php:668
400
+ #: contact_form.php:880
401
+ #: contact_form.php:1536
402
  msgid "Subject"
403
  msgstr "Ämne"
404
 
405
+ #: contact_form.php:669
406
+ #: contact_form.php:884
407
+ #: contact_form.php:1539
408
  msgid "Message"
409
  msgstr "Meddelande"
410
 
411
+ #: contact_form.php:673
412
+ #, fuzzy
413
+ msgid "Display the asterisk near required fields"
414
+ msgstr "Visa 'Telefon' fält."
415
+
416
+ #: contact_form.php:679
417
  msgid "Display additional info in the email"
418
  msgstr "Visa ytterligare information i meddelandet"
419
 
420
+ #: contact_form.php:684
421
+ #: contact_form.php:1492
422
  msgid "Sent from (ip address)"
423
  msgstr "Skickat från (ip-adress)"
424
 
425
+ #: contact_form.php:684
426
  #, fuzzy
427
  msgid "Example: Sent from (IP address):\t127.0.0.1"
428
  msgstr "Skickat från (ip-adress)"
429
 
430
+ #: contact_form.php:685
431
+ #: contact_form.php:1497
432
  msgid "Date/Time"
433
  msgstr "Datum/Tid"
434
 
435
+ #: contact_form.php:685
436
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
437
  msgstr ""
438
 
439
+ #: contact_form.php:686
440
+ #: contact_form.php:1502
441
  msgid "Sent from (referer)"
442
  msgstr "Skickat från (referer)"
443
 
444
+ #: contact_form.php:686
445
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
446
  msgstr ""
447
 
448
+ #: contact_form.php:687
449
+ #: contact_form.php:1507
450
  msgid "Using (user agent)"
451
  msgstr "Använder (user agent)"
452
 
453
+ #: contact_form.php:687
454
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
455
  msgstr ""
456
 
457
+ #: contact_form.php:691
458
  msgid "Language settings for the field names in the form"
459
  msgstr "Språkinställningar för etikettnamn in formuläret"
460
 
461
+ #: contact_form.php:700
462
  msgid "Add a language"
463
  msgstr "Lägg till ett språk"
464
 
465
+ #: contact_form.php:704
466
  msgid "Change the names of the contact form fields and error messages"
467
  msgstr "Ändra etikett för fälten i kontaktformuläret och felmeddelanden"
468
 
 
469
  #: contact_form.php:709
470
+ #: contact_form.php:780
471
  msgid "English"
472
  msgstr "Engelska"
473
 
474
+ #: contact_form.php:728
475
+ #: contact_form.php:757
476
  msgid "Error message for the Name field"
477
  msgstr "Felmeddelande för namnfältet"
478
 
479
+ #: contact_form.php:729
480
+ #: contact_form.php:758
481
  msgid "Error message for the Address field"
482
  msgstr "Felmeddelande för adressfältet"
483
 
484
+ #: contact_form.php:730
485
+ #: contact_form.php:759
486
  msgid "Error message for the Email field"
487
  msgstr "Felmeddelande för e-postadressfältet"
488
 
489
+ #: contact_form.php:731
490
+ #: contact_form.php:760
491
  msgid "Error message for the Phone field"
492
  msgstr "Felmeddelande för telefonfältet"
493
 
494
+ #: contact_form.php:732
495
+ #: contact_form.php:761
496
  msgid "Error message for the Subject field"
497
  msgstr "Felmeddelande for ämnesfältet"
498
 
499
+ #: contact_form.php:733
500
+ #: contact_form.php:762
501
  msgid "Error message for the Message field"
502
  msgstr "Felmeddelande för meddelandefältet"
503
 
504
+ #: contact_form.php:734
505
+ #: contact_form.php:763
506
  msgid "Error message about the file type for the Attachment field"
507
  msgstr "Felmeddelande för filformat i bilagefältet"
508
 
509
+ #: contact_form.php:735
510
+ #: contact_form.php:764
511
  msgid "Error message while uploading a file for the Attachment field to the server"
512
  msgstr "Felmeddelande för uppladdning av fil till bilagefältet på servern"
513
 
514
+ #: contact_form.php:736
515
+ #: contact_form.php:765
516
  msgid "Error message while moving the file for the Attachment field"
517
  msgstr "Felmeddelande för flytt av fil till bilagefältet"
518
 
519
+ #: contact_form.php:737
520
+ #: contact_form.php:766
521
  msgid "Error message when file size limit for the Attachment field is exceeded"
522
  msgstr "Felmeddelande för max filstorlek i bilagefältet "
523
 
524
+ #: contact_form.php:738
525
+ #: contact_form.php:767
526
  msgid "Error message for the Captcha field"
527
  msgstr "Felmeddelande för CAPTCHA"
528
 
529
+ #: contact_form.php:739
530
+ #: contact_form.php:768
531
  msgid "Error message for the whole form"
532
  msgstr "Felmeddelande för formuläret"
533
 
534
+ #: contact_form.php:741
535
+ #: contact_form.php:770
536
+ #: contact_form.php:789
537
+ #: contact_form.php:795
538
  msgid "Use shortcode"
539
  msgstr "Använd kortkod"
540
 
541
+ #: contact_form.php:741
542
+ #: contact_form.php:770
543
+ #: contact_form.php:789
544
+ #: contact_form.php:795
545
  msgid "for this language"
546
  msgstr "för detta språk"
547
 
548
+ #: contact_form.php:777
549
  msgid "Action after email is sent"
550
  msgstr "Åtgärd efter meddelande skickats"
551
 
552
+ #: contact_form.php:779
553
  msgid "Display text"
554
  msgstr "Visa text"
555
 
556
+ #: contact_form.php:788
557
+ #: contact_form.php:794
558
  msgid "Text"
559
  msgstr "Text"
560
 
561
+ #: contact_form.php:802
562
  msgid "Redirect to the page"
563
  msgstr "Omdirigera till sida"
564
 
565
+ #: contact_form.php:803
566
  msgid "Url"
567
  msgstr "Url"
568
 
569
+ #: contact_form.php:809
570
+ #: contact_form.php:986
571
  msgid "Save Changes"
572
  msgstr "Spara ändringar"
573
 
574
+ #: contact_form.php:826
575
  msgid "Contact Form Pro | Extra Settings"
576
  msgstr "Kontaktformulär Pro | Extra inställningar "
577
 
578
+ #: contact_form.php:840
579
  msgid "Errors output"
580
  msgstr "Felutmatning"
581
 
582
+ #: contact_form.php:843
583
  msgid "Display error messages"
584
  msgstr "Visa felmeddelanden"
585
 
586
+ #: contact_form.php:844
587
  msgid "Color of the input field errors."
588
  msgstr "Färg på inmatningfältsfel."
589
 
590
+ #: contact_form.php:845
591
  msgid "Display error messages & color of the input field errors"
592
  msgstr "Visa felmeddelanden & färg på inmatningfältsfel"
593
 
594
+ #: contact_form.php:850
595
  msgid "Add placeholder to the input blocks"
596
  msgstr "Lägg till platshållare på inmatningsblocken"
597
 
598
+ #: contact_form.php:856
599
  msgid "Add tooltips"
600
  msgstr "Visa verktygstips"
601
 
602
+ #: contact_form.php:870
603
  msgid "Email address"
604
  msgstr "E-postadress"
605
 
606
+ #: contact_form.php:875
607
  msgid "Phone Number"
608
  msgstr "Telefonnummer"
609
 
610
+ #: contact_form.php:889
611
  msgid "Attachment"
612
  msgstr "Bifoga fil"
613
 
614
+ #: contact_form.php:894
615
  msgid "(powered by bestwebsoft.com)"
616
  msgstr "(tillhandahålls av bestwebsoft.com)"
617
 
618
+ #: contact_form.php:899
619
  msgid "Style options"
620
  msgstr "Stilalternativ"
621
 
622
+ #: contact_form.php:902
623
  msgid "Text color"
624
  msgstr "Textfärg"
625
 
626
+ #: contact_form.php:905
627
+ #: contact_form.php:910
628
+ #: contact_form.php:920
629
+ #: contact_form.php:925
630
+ #: contact_form.php:930
631
+ #: contact_form.php:935
632
+ #: contact_form.php:945
633
+ #: contact_form.php:950
634
+ #: contact_form.php:956
635
+ #: contact_form.php:967
636
+ #: contact_form.php:972
637
+ #: contact_form.php:977
638
  msgid "Default"
639
  msgstr "Standard"
640
 
641
+ #: contact_form.php:907
642
  msgid "Label text color"
643
  msgstr "Etikett-textfärg"
644
 
645
+ #: contact_form.php:912
646
  msgid "Placeholder color"
647
  msgstr "Platshållarfärg"
648
 
649
+ #: contact_form.php:917
650
  msgid "Errors color"
651
  msgstr "Felfärg"
652
 
653
+ #: contact_form.php:922
654
  msgid "Error text color"
655
  msgstr "Feltextfärg"
656
 
657
+ #: contact_form.php:927
658
  msgid "Background color of the input field errors"
659
  msgstr "Bakgrundsfärg på inmatningfältsfel"
660
 
661
+ #: contact_form.php:932
662
  msgid "Border color of the input field errors"
663
  msgstr "Ramfärg på inmatningfältsfel"
664
 
665
+ #: contact_form.php:937
666
  msgid "Placeholder color of the input field errors"
667
  msgstr "Platshållarfärg för inmatningfältsfel"
668
 
669
+ #: contact_form.php:942
670
  msgid "Input fields"
671
  msgstr "Inmatningsfält"
672
 
673
+ #: contact_form.php:947
674
  msgid "Input fields background color"
675
  msgstr "Inmatningfältsbakgrundsfärg"
676
 
677
+ #: contact_form.php:952
678
  msgid "Text fields color"
679
  msgstr "Textfältfärg"
680
 
681
+ #: contact_form.php:954
682
  msgid "Border width in px, numbers only"
683
  msgstr "Rambredd i px, endast siffror"
684
 
685
+ #: contact_form.php:958
686
+ #: contact_form.php:979
687
  msgid "Border color"
688
  msgstr "Ramfärg"
689
 
690
+ #: contact_form.php:963
691
  msgid "Submit button"
692
  msgstr "Skicka-knapp"
693
 
694
+ #: contact_form.php:965
695
  msgid "Width in px, numbers only"
696
  msgstr "Bredd i px, endast siffror"
697
 
698
+ #: contact_form.php:969
699
  msgid "Button color"
700
  msgstr "Knappfärg"
701
 
702
+ #: contact_form.php:974
703
  msgid "Button text color"
704
  msgstr "Knapptextfärg"
705
 
706
+ #: contact_form.php:990
707
  msgid "Contact Form Pro | Preview"
708
  msgstr "Kontaktformulär Pro | Förhandsgranskning"
709
 
710
+ #: contact_form.php:993
711
  msgid "Show with errors"
712
  msgstr "Visa med fel"
713
 
714
+ #: contact_form.php:1001
715
+ #: contact_form.php:1003
716
  msgid "Please enter your full name..."
717
  msgstr "Var god ange ditt fullständiga namn…"
718
 
719
+ #: contact_form.php:1014
720
+ #: contact_form.php:1016
721
  msgid "Please enter your address..."
722
  msgstr "Var god ange din adress…"
723
 
724
+ #: contact_form.php:1025
725
+ #: contact_form.php:1027
726
  msgid "Please enter your email address..."
727
  msgstr "Var god ange din e-postadress…"
728
 
729
+ #: contact_form.php:1036
730
+ #: contact_form.php:1038
731
  msgid "Please enter your phone number..."
732
  msgstr "Var god ange ditt telefonnummer…"
733
 
734
+ #: contact_form.php:1047
735
+ #: contact_form.php:1049
736
  msgid "Please enter subject..."
737
  msgstr "Var god ange ämne…"
738
 
739
+ #: contact_form.php:1057
740
+ #: contact_form.php:1059
741
  msgid "Please enter your message..."
742
  msgstr "Var god ange ditt meddelande…"
743
 
744
+ #: contact_form.php:1070
745
  msgid "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"
746
  msgstr "Stödda filformat: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max filstorlek: 2MB"
747
 
748
+ #: contact_form.php:1137
749
  msgid "Sorry, email message could not be delivered."
750
  msgstr "Tyvärr kunde ditt meddelande inte levereras."
751
 
752
+ #: contact_form.php:1221
753
  msgid "You can attach the following file formats"
754
  msgstr "Du kan bifoga filer med följande format"
755
 
756
+ #: contact_form.php:1515
757
  msgid "Contact from"
758
  msgstr "Kontaktformulär"
759
 
760
+ #: contact_form.php:1528
761
  msgid "Email"
762
  msgstr "E-post"
763
 
764
+ #: contact_form.php:1542
765
  msgid "Site"
766
  msgstr "Sajt"
767
 
768
+ #: contact_form.php:1605
769
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
770
  msgstr "Om du kan se detta MIME, så accepterar inte din e-postklient denna MIME-typ!"
771
 
772
+ #: contact_form.php:1669
773
  msgid "FAQ"
774
  msgstr "FAQ"
775
 
776
+ #: contact_form.php:1670
777
  msgid "Support"
778
  msgstr "Support"
779
 
780
+ #: contact_form.php:1727
781
  msgid "Are you sure that you want to delete this language data?"
782
  msgstr "Är du säker på att du vill ta bort språkdatan?"
783
 
841
  #~ msgstr "Var god ange en giltig e-postadress."
842
  #~ msgid "Email with system info is sent to "
843
  #~ msgstr "E-post med systeminfo skickades till"
 
 
844
  #~ msgid "Activated plugins"
845
  #~ msgstr "Aktiverade tillägg"
846
  #~ msgid "Read more"
877
  #~ msgstr "Konktaktformulär Alternativ "
878
  #~ msgid "Display Attachment tips"
879
  #~ msgstr "Visa Bilaga förklaringar"
 
 
 
 
880
  #~ msgid "Please enter a valid email address. Settings are not saved."
881
  #~ msgstr "Vänligen ange korrekt e-post. Inställningar sparas inte."
882
  #~ msgid "E-Mail Address"
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-10-01 17:06+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:06+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "İletişim Formu Seçenekleri"
@@ -32,731 +32,772 @@ msgid "Contact Form Pro Extra Settings"
32
  msgstr "İletişim Formu Seçenekleri"
33
 
34
  #: contact_form.php:33
35
- #: contact_form.php:507
36
- #: contact_form.php:761
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "İletişim Formu"
40
 
41
- #: contact_form.php:73
42
- #: contact_form.php:648
43
- #: contact_form.php:677
44
  msgid "Name:"
45
  msgstr "Adınız Soyadınız :"
46
 
47
- #: contact_form.php:74
48
- #: contact_form.php:649
49
- #: contact_form.php:678
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail Adresiniz :"
53
 
54
- #: contact_form.php:75
55
- #: contact_form.php:650
56
- #: contact_form.php:679
57
  msgid "Email Address:"
58
  msgstr "E-mail Adresiniz :"
59
 
60
- #: contact_form.php:76
61
- #: contact_form.php:651
62
- #: contact_form.php:680
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
- #: contact_form.php:77
67
- #: contact_form.php:652
68
- #: contact_form.php:681
69
  msgid "Subject:"
70
  msgstr "Konu:"
71
 
72
- #: contact_form.php:78
73
- #: contact_form.php:653
74
- #: contact_form.php:682
75
  msgid "Message:"
76
  msgstr "Mesajınız:"
77
 
78
- #: contact_form.php:79
79
- #: contact_form.php:654
80
- #: contact_form.php:683
81
  msgid "Attachment:"
82
  msgstr "Dosya Eki:"
83
 
84
- #: contact_form.php:80
85
- #: contact_form.php:655
86
- #: contact_form.php:684
87
  msgid "Send me a copy"
88
  msgstr "Bir kopyasını banada gönder"
89
 
90
- #: contact_form.php:81
91
- #: contact_form.php:656
92
- #: contact_form.php:685
93
  msgid "Submit"
94
  msgstr "Gönder"
95
 
96
- #: contact_form.php:82
97
  msgid "Your name is required."
98
  msgstr "Adınız ve soyadınız gereklidir."
99
 
100
- #: contact_form.php:83
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Düzgün bir e-posta adresi gereklidir."
104
 
105
- #: contact_form.php:84
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Düzgün bir e-posta adresi gereklidir."
109
 
110
- #: contact_form.php:85
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Adınız ve soyadınız gereklidir."
114
 
115
- #: contact_form.php:86
116
  msgid "Subject is required."
117
  msgstr "Konu metni gereklidir."
118
 
119
- #: contact_form.php:87
120
  msgid "Message text is required."
121
  msgstr "Mesaj metni gereklidir."
122
 
123
- #: contact_form.php:88
124
  msgid "File format is not valid."
125
  msgstr "Eklenti Hatalı"
126
 
127
- #: contact_form.php:89
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
- #: contact_form.php:90
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
- #: contact_form.php:91
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
- #: contact_form.php:92
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "CAPTCHA Doldurunuz"
142
 
143
- #: contact_form.php:93
144
  msgid "Please make corrections below and try again."
145
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
146
 
147
- #: contact_form.php:95
148
  msgid "Thank you for contacting us."
149
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
150
 
151
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
153
  msgstr ""
154
 
155
- #: contact_form.php:431
156
  msgid "Such user does not exist. Settings are not saved."
157
  msgstr "Böyle bir kullanıcı yok. Ayarlar kayıt edilemedi."
158
 
159
- #: contact_form.php:435
160
- #: contact_form.php:441
161
  #, fuzzy
162
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
163
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
164
 
165
- #: contact_form.php:446
166
  #, fuzzy
167
  msgid "Settings saved."
168
  msgstr "Ayarlar Kayıt Edildi."
169
 
170
- #: contact_form.php:470
171
- #: contact_form.php:755
172
- #: contact_form.php:1573
173
- #: contact_form.php:1584
174
  msgid "Settings"
175
  msgstr "Ayarlar"
176
 
177
- #: contact_form.php:471
178
- #: contact_form.php:756
179
  #, fuzzy
180
  msgid "Extra settings"
181
  msgstr "Ayarlar"
182
 
183
- #: contact_form.php:476
184
- #: contact_form.php:1012
185
  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:"
186
  msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
187
 
188
- #: contact_form.php:476
189
- #: contact_form.php:477
190
- #: contact_form.php:670
191
- #: contact_form.php:718
192
  msgid "or"
193
  msgstr ""
194
 
195
- #: contact_form.php:477
196
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
197
  msgstr ""
198
 
199
- #: contact_form.php:478
200
  msgid "They work the same way."
201
  msgstr ""
202
 
203
- #: contact_form.php:479
204
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
205
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
206
 
207
- #: contact_form.php:483
208
  msgid "The user's email address:"
209
  msgstr "Kullanıcı adı veya mail girin"
210
 
211
- #: contact_form.php:487
212
  msgid "Create a username"
213
  msgstr "Kullanıcı adı seçin"
214
 
215
- #: contact_form.php:492
216
  msgid "Enter a username of the person who should get the messages from the contact form."
217
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
218
 
219
- #: contact_form.php:496
220
  msgid "Use this email address:"
221
  msgstr "Bu e-posta adresini kullan:"
222
 
223
- #: contact_form.php:499
224
  msgid "Enter the email address you want the messages forwarded to."
225
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
226
 
227
- #: contact_form.php:503
228
  msgid "Add department selectbox to the contact form:"
229
  msgstr ""
230
 
231
- #: contact_form.php:506
232
- #: contact_form.php:760
233
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
234
  msgstr ""
235
 
236
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  msgid "Additional options"
238
  msgstr "Ek Seçenekler"
239
 
240
- #: contact_form.php:518
241
  msgid "What to use?"
242
  msgstr ""
243
 
244
- #: contact_form.php:521
245
  msgid "Wp-mail"
246
  msgstr "Wp-mail"
247
 
248
- #: contact_form.php:522
249
  msgid "You can use the wp_mail function for mailing"
250
  msgstr ""
251
 
252
- #: contact_form.php:528
253
  msgid "Mail"
254
  msgstr "Mail"
255
 
256
- #: contact_form.php:529
257
  msgid "To send mail you can use the php mail function"
258
  msgstr ""
259
 
260
- #: contact_form.php:533
261
  #, fuzzy
262
  msgid "The text in the 'From' field"
263
  msgstr "Iletişim formu alanları DAN değiştirin"
264
 
265
- #: contact_form.php:535
266
  msgid "User name"
267
  msgstr ""
268
 
269
- #: contact_form.php:535
270
  msgid "The name of the user who fills the form will be used in the field 'From'."
271
  msgstr ""
272
 
273
- #: contact_form.php:537
274
  #, fuzzy
275
  msgid "This text will be used in the 'FROM' field"
276
  msgstr "Iletişim formu alanları DAN değiştirin"
277
 
278
- #: contact_form.php:541
279
  msgid "The email address in the 'From' field"
280
  msgstr ""
281
 
282
- #: contact_form.php:543
283
  msgid "User email"
284
  msgstr ""
285
 
286
- #: contact_form.php:543
287
  msgid "The email address of the user who fills the form will be used in the field 'From'."
288
  msgstr ""
289
 
290
- #: contact_form.php:545
291
  msgid "This email address will be used in the 'From' field."
292
  msgstr ""
293
 
294
- #: contact_form.php:549
295
  #, fuzzy
296
  msgid "Display fields"
297
  msgstr "Eklenti Bloğunu Göster"
298
 
299
- #: contact_form.php:551
300
- #: contact_form.php:600
301
- #: contact_form.php:792
302
- #: contact_form.php:1443
303
  #, fuzzy
304
  msgid "Address"
305
  msgstr "E-mail Adresiniz :"
306
 
307
- #: contact_form.php:552
308
- #: contact_form.php:602
309
- #: contact_form.php:1451
310
  msgid "Phone"
311
  msgstr ""
312
 
313
- #: contact_form.php:553
314
  #, fuzzy
315
  msgid "Attachment block"
316
  msgstr "Eklenti Bloğunu Göster"
317
 
318
- #: contact_form.php:553
319
  msgid "Users can attach the following file formats"
320
  msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
321
 
322
- #: contact_form.php:565
323
- #: contact_form.php:568
324
- #: contact_form.php:571
325
- #: contact_form.php:821
326
  msgid "Captcha"
327
  msgstr ""
328
 
329
- #: contact_form.php:565
330
- #: contact_form.php:568
331
- #: contact_form.php:571
332
  msgid "powered by"
333
  msgstr ""
334
 
335
- #: contact_form.php:568
336
  #, fuzzy
337
  msgid "Activate captcha"
338
  msgstr "Aktif eklentiler"
339
 
340
- #: contact_form.php:571
341
  #, fuzzy
342
  msgid "Download captcha"
343
  msgstr "İndir"
344
 
345
- #: contact_form.php:576
346
  #, fuzzy
347
  msgid "Display tips below the Attachment block"
348
  msgstr "Eklenti Bloğunu Göster"
349
 
350
- #: contact_form.php:585
351
  msgid "Delete an attachment file from the server after the email is sent"
352
  msgstr ""
353
 
354
- #: contact_form.php:591
355
  #, fuzzy
356
  msgid "Display 'Send me a copy' block"
357
  msgstr "Bana bir kopya gönder bloğunu göster"
358
 
359
- #: contact_form.php:597
360
  msgid "Required fields"
361
  msgstr ""
362
 
363
- #: contact_form.php:599
364
- #: contact_form.php:787
365
- #: contact_form.php:1438
366
  msgid "Name"
367
  msgstr "Adınız Soyadınız"
368
 
369
- #: contact_form.php:601
370
  #, fuzzy
371
  msgid "Email Address"
372
  msgstr "E-mail Adresiniz :"
373
 
374
- #: contact_form.php:603
375
- #: contact_form.php:807
376
- #: contact_form.php:1454
377
  msgid "Subject"
378
  msgstr "Konu"
379
 
380
- #: contact_form.php:604
381
- #: contact_form.php:811
382
- #: contact_form.php:1457
383
  msgid "Message"
384
  msgstr "Mesaj"
385
 
386
- #: contact_form.php:608
 
 
 
 
387
  msgid "Display additional info in the email"
388
  msgstr ""
389
 
390
- #: contact_form.php:613
391
- #: contact_form.php:1410
392
  msgid "Sent from (ip address)"
393
  msgstr "Geldiği (ip adresi)"
394
 
395
- #: contact_form.php:613
396
  #, fuzzy
397
  msgid "Example: Sent from (IP address):\t127.0.0.1"
398
  msgstr "Geldiği (ip adresi)"
399
 
400
- #: contact_form.php:614
401
- #: contact_form.php:1415
402
  msgid "Date/Time"
403
  msgstr "Tarih/Zaman"
404
 
405
- #: contact_form.php:614
406
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
407
  msgstr ""
408
 
409
- #: contact_form.php:615
410
- #: contact_form.php:1420
411
  msgid "Sent from (referer)"
412
  msgstr "Gelen"
413
 
414
- #: contact_form.php:615
415
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
416
  msgstr ""
417
 
418
- #: contact_form.php:616
419
- #: contact_form.php:1425
420
  msgid "Using (user agent)"
421
  msgstr "Using (user agent)"
422
 
423
- #: contact_form.php:616
424
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
425
  msgstr ""
426
 
427
- #: contact_form.php:620
428
  msgid "Language settings for the field names in the form"
429
  msgstr ""
430
 
431
- #: contact_form.php:629
432
  msgid "Add a language"
433
  msgstr ""
434
 
435
- #: contact_form.php:633
436
  msgid "Change the names of the contact form fields and error messages"
437
  msgstr "Iletişim formu alanlar için değişim etiket"
438
 
439
- #: contact_form.php:638
440
  #: contact_form.php:709
 
441
  msgid "English"
442
  msgstr ""
443
 
444
- #: contact_form.php:657
445
- #: contact_form.php:686
446
  msgid "Error message for the Name field"
447
  msgstr ""
448
 
449
- #: contact_form.php:658
450
- #: contact_form.php:687
451
  msgid "Error message for the Address field"
452
  msgstr ""
453
 
454
- #: contact_form.php:659
455
- #: contact_form.php:688
456
  msgid "Error message for the Email field"
457
  msgstr ""
458
 
459
- #: contact_form.php:660
460
- #: contact_form.php:689
461
  msgid "Error message for the Phone field"
462
  msgstr ""
463
 
464
- #: contact_form.php:661
465
- #: contact_form.php:690
466
  msgid "Error message for the Subject field"
467
  msgstr ""
468
 
469
- #: contact_form.php:662
470
- #: contact_form.php:691
471
  msgid "Error message for the Message field"
472
  msgstr ""
473
 
474
- #: contact_form.php:663
475
- #: contact_form.php:692
476
  msgid "Error message about the file type for the Attachment field"
477
  msgstr ""
478
 
479
- #: contact_form.php:664
480
- #: contact_form.php:693
481
  msgid "Error message while uploading a file for the Attachment field to the server"
482
  msgstr ""
483
 
484
- #: contact_form.php:665
485
- #: contact_form.php:694
486
  msgid "Error message while moving the file for the Attachment field"
487
  msgstr ""
488
 
489
- #: contact_form.php:666
490
- #: contact_form.php:695
491
  msgid "Error message when file size limit for the Attachment field is exceeded"
492
  msgstr ""
493
 
494
- #: contact_form.php:667
495
- #: contact_form.php:696
496
  msgid "Error message for the Captcha field"
497
  msgstr ""
498
 
499
- #: contact_form.php:668
500
- #: contact_form.php:697
501
  msgid "Error message for the whole form"
502
  msgstr ""
503
 
504
- #: contact_form.php:670
505
- #: contact_form.php:699
506
- #: contact_form.php:718
507
- #: contact_form.php:724
508
  msgid "Use shortcode"
509
  msgstr ""
510
 
511
- #: contact_form.php:670
512
- #: contact_form.php:699
513
- #: contact_form.php:718
514
- #: contact_form.php:724
515
  msgid "for this language"
516
  msgstr ""
517
 
518
- #: contact_form.php:706
519
  msgid "Action after email is sent"
520
  msgstr ""
521
 
522
- #: contact_form.php:708
523
  #, fuzzy
524
  msgid "Display text"
525
  msgstr "Eklenti Bloğunu Göster"
526
 
527
- #: contact_form.php:717
528
- #: contact_form.php:723
529
  msgid "Text"
530
  msgstr ""
531
 
532
- #: contact_form.php:730
533
  msgid "Redirect to the page"
534
  msgstr ""
535
 
536
- #: contact_form.php:731
537
  msgid "Url"
538
  msgstr ""
539
 
540
- #: contact_form.php:736
541
- #: contact_form.php:913
542
  msgid "Save Changes"
543
  msgstr "Değişiklikler Kayıt Edildi"
544
 
545
- #: contact_form.php:753
546
  #, fuzzy
547
  msgid "Contact Form Pro | Extra Settings"
548
  msgstr "İletişim Formu Seçenekleri"
549
 
550
- #: contact_form.php:767
551
  msgid "Errors output"
552
  msgstr ""
553
 
554
- #: contact_form.php:770
555
  msgid "Display error messages"
556
  msgstr ""
557
 
558
- #: contact_form.php:771
559
  msgid "Color of the input field errors."
560
  msgstr ""
561
 
562
- #: contact_form.php:772
563
  msgid "Display error messages & color of the input field errors"
564
  msgstr ""
565
 
566
- #: contact_form.php:777
567
  msgid "Add placeholder to the input blocks"
568
  msgstr ""
569
 
570
- #: contact_form.php:783
571
  #, fuzzy
572
  msgid "Add tooltips"
573
  msgstr "Ek Seçenekler"
574
 
575
- #: contact_form.php:797
576
  #, fuzzy
577
  msgid "Email address"
578
  msgstr "E-mail Adresiniz :"
579
 
580
- #: contact_form.php:802
581
  msgid "Phone Number"
582
  msgstr ""
583
 
584
- #: contact_form.php:816
585
  #, fuzzy
586
  msgid "Attachment"
587
  msgstr "Dosya Eki:"
588
 
589
- #: contact_form.php:821
590
  msgid "(powered by bestwebsoft.com)"
591
  msgstr ""
592
 
593
- #: contact_form.php:826
594
  #, fuzzy
595
  msgid "Style options"
596
  msgstr "Ek Seçenekler"
597
 
598
- #: contact_form.php:829
599
  msgid "Text color"
600
  msgstr ""
601
 
602
- #: contact_form.php:832
603
- #: contact_form.php:837
604
- #: contact_form.php:847
605
- #: contact_form.php:852
606
- #: contact_form.php:857
607
- #: contact_form.php:862
608
- #: contact_form.php:872
609
- #: contact_form.php:877
610
- #: contact_form.php:883
611
- #: contact_form.php:894
612
- #: contact_form.php:899
613
- #: contact_form.php:904
614
  msgid "Default"
615
  msgstr ""
616
 
617
- #: contact_form.php:834
618
  msgid "Label text color"
619
  msgstr ""
620
 
621
- #: contact_form.php:839
622
  msgid "Placeholder color"
623
  msgstr ""
624
 
625
- #: contact_form.php:844
626
  msgid "Errors color"
627
  msgstr ""
628
 
629
- #: contact_form.php:849
630
  msgid "Error text color"
631
  msgstr ""
632
 
633
- #: contact_form.php:854
634
  msgid "Background color of the input field errors"
635
  msgstr ""
636
 
637
- #: contact_form.php:859
638
  msgid "Border color of the input field errors"
639
  msgstr ""
640
 
641
- #: contact_form.php:864
642
  msgid "Placeholder color of the input field errors"
643
  msgstr ""
644
 
645
- #: contact_form.php:869
646
  msgid "Input fields"
647
  msgstr ""
648
 
649
- #: contact_form.php:874
650
  msgid "Input fields background color"
651
  msgstr ""
652
 
653
- #: contact_form.php:879
654
  msgid "Text fields color"
655
  msgstr ""
656
 
657
- #: contact_form.php:881
658
  msgid "Border width in px, numbers only"
659
  msgstr ""
660
 
661
- #: contact_form.php:885
662
- #: contact_form.php:906
663
  msgid "Border color"
664
  msgstr ""
665
 
666
- #: contact_form.php:890
667
  #, fuzzy
668
  msgid "Submit button"
669
  msgstr "Gönder"
670
 
671
- #: contact_form.php:892
672
  msgid "Width in px, numbers only"
673
  msgstr ""
674
 
675
- #: contact_form.php:896
676
  msgid "Button color"
677
  msgstr ""
678
 
679
- #: contact_form.php:901
680
  msgid "Button text color"
681
  msgstr ""
682
 
683
- #: contact_form.php:917
684
  #, fuzzy
685
  msgid "Contact Form Pro | Preview"
686
  msgstr "İletişim Formu"
687
 
688
- #: contact_form.php:920
689
  msgid "Show with errors"
690
  msgstr ""
691
 
692
- #: contact_form.php:928
693
- #: contact_form.php:930
694
  msgid "Please enter your full name..."
695
  msgstr ""
696
 
697
- #: contact_form.php:941
698
- #: contact_form.php:943
699
  msgid "Please enter your address..."
700
  msgstr ""
701
 
702
- #: contact_form.php:952
703
- #: contact_form.php:954
704
  #, fuzzy
705
  msgid "Please enter your email address..."
706
  msgstr "Bu e-posta adresini kullan:"
707
 
708
- #: contact_form.php:963
709
- #: contact_form.php:965
710
  msgid "Please enter your phone number..."
711
  msgstr ""
712
 
713
- #: contact_form.php:974
714
- #: contact_form.php:976
715
  msgid "Please enter subject..."
716
  msgstr ""
717
 
718
- #: contact_form.php:984
719
- #: contact_form.php:986
720
  msgid "Please enter your message..."
721
  msgstr ""
722
 
723
- #: contact_form.php:997
724
  msgid "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"
725
  msgstr ""
726
 
727
- #: contact_form.php:1066
728
  msgid "Sorry, email message could not be delivered."
729
  msgstr "Üzgünüz, e-posta gönderilemedi."
730
 
731
- #: contact_form.php:1150
732
  msgid "You can attach the following file formats"
733
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
734
 
735
- #: contact_form.php:1433
736
  msgid "Contact from"
737
  msgstr "Adlı Kişiden Mail Var"
738
 
739
- #: contact_form.php:1446
740
  msgid "Email"
741
  msgstr "e-mail"
742
 
743
- #: contact_form.php:1460
744
  msgid "Site"
745
  msgstr "Site"
746
 
747
- #: contact_form.php:1521
748
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
749
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
750
 
751
- #: contact_form.php:1585
752
  msgid "FAQ"
753
  msgstr "Sık Sorulanlar"
754
 
755
- #: contact_form.php:1586
756
  msgid "Support"
757
  msgstr "Destek"
758
 
759
- #: contact_form.php:1645
760
  msgid "Are you sure that you want to delete this language data?"
761
  msgstr ""
762
 
@@ -771,10 +812,6 @@ msgstr ""
771
  #, fuzzy
772
  #~ msgid "Please enter a valid email address."
773
  #~ msgstr "Bu e-posta adresini kullan:"
774
-
775
- #, fuzzy
776
- #~ msgid "Pro plugins"
777
- #~ msgstr "BWS Plugins"
778
  #~ msgid "Activated plugins"
779
  #~ msgstr "Aktif eklentiler"
780
  #~ msgid "Read more"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:43+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  #, fuzzy
22
  msgid "Contact Form Settings"
23
  msgstr "İletişim Formu Seçenekleri"
32
  msgstr "İletişim Formu Seçenekleri"
33
 
34
  #: contact_form.php:33
35
+ #: contact_form.php:553
36
+ #: contact_form.php:834
37
  #, fuzzy
38
  msgid "Contact Form Pro"
39
  msgstr "İletişim Formu"
40
 
41
+ #: contact_form.php:74
42
+ #: contact_form.php:719
43
+ #: contact_form.php:748
44
  msgid "Name:"
45
  msgstr "Adınız Soyadınız :"
46
 
47
+ #: contact_form.php:75
48
+ #: contact_form.php:720
49
+ #: contact_form.php:749
50
  #, fuzzy
51
  msgid "Address:"
52
  msgstr "E-mail Adresiniz :"
53
 
54
+ #: contact_form.php:76
55
+ #: contact_form.php:721
56
+ #: contact_form.php:750
57
  msgid "Email Address:"
58
  msgstr "E-mail Adresiniz :"
59
 
60
+ #: contact_form.php:77
61
+ #: contact_form.php:722
62
+ #: contact_form.php:751
63
  msgid "Phone number:"
64
  msgstr ""
65
 
66
+ #: contact_form.php:78
67
+ #: contact_form.php:723
68
+ #: contact_form.php:752
69
  msgid "Subject:"
70
  msgstr "Konu:"
71
 
72
+ #: contact_form.php:79
73
+ #: contact_form.php:724
74
+ #: contact_form.php:753
75
  msgid "Message:"
76
  msgstr "Mesajınız:"
77
 
78
+ #: contact_form.php:80
79
+ #: contact_form.php:725
80
+ #: contact_form.php:754
81
  msgid "Attachment:"
82
  msgstr "Dosya Eki:"
83
 
84
+ #: contact_form.php:81
85
+ #: contact_form.php:726
86
+ #: contact_form.php:755
87
  msgid "Send me a copy"
88
  msgstr "Bir kopyasını banada gönder"
89
 
90
+ #: contact_form.php:82
91
+ #: contact_form.php:727
92
+ #: contact_form.php:756
93
  msgid "Submit"
94
  msgstr "Gönder"
95
 
96
+ #: contact_form.php:83
97
  msgid "Your name is required."
98
  msgstr "Adınız ve soyadınız gereklidir."
99
 
100
+ #: contact_form.php:84
101
  #, fuzzy
102
  msgid "Address is required."
103
  msgstr "Düzgün bir e-posta adresi gereklidir."
104
 
105
+ #: contact_form.php:85
106
  #, fuzzy
107
  msgid "A valid email address is required."
108
  msgstr "Düzgün bir e-posta adresi gereklidir."
109
 
110
+ #: contact_form.php:86
111
  #, fuzzy
112
  msgid "Phone number is required."
113
  msgstr "Adınız ve soyadınız gereklidir."
114
 
115
+ #: contact_form.php:87
116
  msgid "Subject is required."
117
  msgstr "Konu metni gereklidir."
118
 
119
+ #: contact_form.php:88
120
  msgid "Message text is required."
121
  msgstr "Mesaj metni gereklidir."
122
 
123
+ #: contact_form.php:89
124
  msgid "File format is not valid."
125
  msgstr "Eklenti Hatalı"
126
 
127
+ #: contact_form.php:90
128
  msgid "File upload error."
129
  msgstr ""
130
 
131
+ #: contact_form.php:91
132
  msgid "The file could not be uploaded."
133
  msgstr ""
134
 
135
+ #: contact_form.php:92
136
  msgid "This file is too large."
137
  msgstr ""
138
 
139
+ #: contact_form.php:93
140
  msgid "Please fill out the CAPTCHA."
141
  msgstr "CAPTCHA Doldurunuz"
142
 
143
+ #: contact_form.php:94
144
  msgid "Please make corrections below and try again."
145
  msgstr "Lütfen aşağıdaki düzeltmeleri yapın ve tekrar deneyin."
146
 
147
+ #: contact_form.php:96
148
  msgid "Thank you for contacting us."
149
  msgstr "Bizimle bağlantı kurduğunuz için teşekkür ederiz."
150
 
151
+ #: contact_form.php:188
152
+ msgid "requires"
153
+ msgstr ""
154
+
155
+ #: contact_form.php:188
156
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
157
+ msgstr ""
158
+
159
+ #: contact_form.php:188
160
+ msgid "Back to the WordPress"
161
+ msgstr ""
162
+
163
+ #: contact_form.php:188
164
+ #, fuzzy
165
+ msgid "Plugins page"
166
+ msgstr "BWS Plugins"
167
+
168
+ #: contact_form.php:468
169
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
170
  msgstr ""
171
 
172
+ #: contact_form.php:477
173
  msgid "Such user does not exist. Settings are not saved."
174
  msgstr "Böyle bir kullanıcı yok. Ayarlar kayıt edilemedi."
175
 
176
+ #: contact_form.php:481
177
+ #: contact_form.php:487
178
  #, fuzzy
179
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
180
  msgstr "Böyle bir mail bulunumadı. Lütfen doğru bir mail giriniz."
181
 
182
+ #: contact_form.php:492
183
  #, fuzzy
184
  msgid "Settings saved."
185
  msgstr "Ayarlar Kayıt Edildi."
186
 
187
+ #: contact_form.php:516
188
+ #: contact_form.php:828
189
+ #: contact_form.php:1657
190
+ #: contact_form.php:1668
191
  msgid "Settings"
192
  msgstr "Ayarlar"
193
 
194
+ #: contact_form.php:517
195
+ #: contact_form.php:829
196
  #, fuzzy
197
  msgid "Extra settings"
198
  msgstr "Ayarlar"
199
 
200
+ #: contact_form.php:522
201
+ #: contact_form.php:1085
202
  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:"
203
  msgstr "İletişim formunu sitenize yerleştirmek istiyorsanız lütfen kısa kodu yeni sayfa içerisine html modunda iken ekleyiniz:"
204
 
205
+ #: contact_form.php:522
206
+ #: contact_form.php:523
207
+ #: contact_form.php:741
208
+ #: contact_form.php:789
209
  msgid "or"
210
  msgstr ""
211
 
212
+ #: contact_form.php:523
213
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
214
  msgstr ""
215
 
216
+ #: contact_form.php:524
217
  msgid "They work the same way."
218
  msgstr ""
219
 
220
+ #: contact_form.php:525
221
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
222
  msgstr "Lütfen aşağıdaki alanları doğru ve eksiksiz olarak doldurun."
223
 
224
+ #: contact_form.php:529
225
  msgid "The user's email address:"
226
  msgstr "Kullanıcı adı veya mail girin"
227
 
228
+ #: contact_form.php:533
229
  msgid "Create a username"
230
  msgstr "Kullanıcı adı seçin"
231
 
232
+ #: contact_form.php:538
233
  msgid "Enter a username of the person who should get the messages from the contact form."
234
  msgstr "Kullanıcı bir iletişim formunu mesajları alacak bir isim ayarlayın."
235
 
236
+ #: contact_form.php:542
237
  msgid "Use this email address:"
238
  msgstr "Bu e-posta adresini kullan:"
239
 
240
+ #: contact_form.php:545
241
  msgid "Enter the email address you want the messages forwarded to."
242
  msgstr "Mesaj almak için kullanılan bir e-posta adresi ayarlayın."
243
 
244
+ #: contact_form.php:549
245
  msgid "Add department selectbox to the contact form:"
246
  msgstr ""
247
 
248
+ #: contact_form.php:552
249
+ #: contact_form.php:833
250
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
251
  msgstr ""
252
 
253
+ #: contact_form.php:560
254
+ msgid "Save emails to the database"
255
+ msgstr ""
256
+
257
+ #: contact_form.php:568
258
+ #: contact_form.php:571
259
+ #: contact_form.php:575
260
+ msgid "Using Contact Form to DB powered by"
261
+ msgstr ""
262
+
263
+ #: contact_form.php:571
264
+ #, fuzzy
265
+ msgid "Activate Contact Form to DB"
266
+ msgstr "İletişim Formu"
267
+
268
+ #: contact_form.php:575
269
+ #, fuzzy
270
+ msgid "Download Contact Form to DB"
271
+ msgstr "İletişim Formu"
272
+
273
+ #: contact_form.php:580
274
  msgid "Additional options"
275
  msgstr "Ek Seçenekler"
276
 
277
+ #: contact_form.php:583
278
  msgid "What to use?"
279
  msgstr ""
280
 
281
+ #: contact_form.php:586
282
  msgid "Wp-mail"
283
  msgstr "Wp-mail"
284
 
285
+ #: contact_form.php:586
286
  msgid "You can use the wp_mail function for mailing"
287
  msgstr ""
288
 
289
+ #: contact_form.php:588
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 ""
296
 
297
+ #: contact_form.php:592
298
  #, fuzzy
299
  msgid "The text in the 'From' field"
300
  msgstr "Iletişim formu alanları DAN değiştirin"
301
 
302
+ #: contact_form.php:594
303
  msgid "User name"
304
  msgstr ""
305
 
306
+ #: contact_form.php:595
307
  msgid "The name of the user who fills the form will be used in the field 'From'."
308
  msgstr ""
309
 
310
+ #: contact_form.php:600
311
  #, fuzzy
312
  msgid "This text will be used in the 'FROM' field"
313
  msgstr "Iletişim formu alanları DAN değiştirin"
314
 
315
+ #: contact_form.php:604
316
  msgid "The email address in the 'From' field"
317
  msgstr ""
318
 
319
+ #: contact_form.php:606
320
  msgid "User email"
321
  msgstr ""
322
 
323
+ #: contact_form.php:607
324
  msgid "The email address of the user who fills the form will be used in the field 'From'."
325
  msgstr ""
326
 
327
+ #: contact_form.php:609
328
  msgid "This email address will be used in the 'From' field."
329
  msgstr ""
330
 
331
+ #: contact_form.php:613
332
  #, fuzzy
333
  msgid "Display fields"
334
  msgstr "Eklenti Bloğunu Göster"
335
 
336
+ #: contact_form.php:615
337
+ #: contact_form.php:665
338
+ #: contact_form.php:865
339
+ #: contact_form.php:1525
340
  #, fuzzy
341
  msgid "Address"
342
  msgstr "E-mail Adresiniz :"
343
 
344
+ #: contact_form.php:616
345
+ #: contact_form.php:667
346
+ #: contact_form.php:1533
347
  msgid "Phone"
348
  msgstr ""
349
 
350
+ #: contact_form.php:617
351
  #, fuzzy
352
  msgid "Attachment block"
353
  msgstr "Eklenti Bloğunu Göster"
354
 
355
+ #: contact_form.php:617
356
  msgid "Users can attach the following file formats"
357
  msgstr "Kullanıcılar aşağıdaki türdeki dosyaları yükleyebilir"
358
 
359
+ #: contact_form.php:626
360
+ #: contact_form.php:629
361
+ #: contact_form.php:633
362
+ #: contact_form.php:894
363
  msgid "Captcha"
364
  msgstr ""
365
 
366
+ #: contact_form.php:626
367
+ #: contact_form.php:629
368
+ #: contact_form.php:633
369
  msgid "powered by"
370
  msgstr ""
371
 
372
+ #: contact_form.php:629
373
  #, fuzzy
374
  msgid "Activate captcha"
375
  msgstr "Aktif eklentiler"
376
 
377
+ #: contact_form.php:633
378
  #, fuzzy
379
  msgid "Download captcha"
380
  msgstr "İndir"
381
 
382
+ #: contact_form.php:638
383
  #, fuzzy
384
  msgid "Display tips below the Attachment block"
385
  msgstr "Eklenti Bloğunu Göster"
386
 
387
+ #: contact_form.php:647
388
  msgid "Delete an attachment file from the server after the email is sent"
389
  msgstr ""
390
 
391
+ #: contact_form.php:653
392
  #, fuzzy
393
  msgid "Display 'Send me a copy' block"
394
  msgstr "Bana bir kopya gönder bloğunu göster"
395
 
396
+ #: contact_form.php:662
397
  msgid "Required fields"
398
  msgstr ""
399
 
400
+ #: contact_form.php:664
401
+ #: contact_form.php:860
402
+ #: contact_form.php:1520
403
  msgid "Name"
404
  msgstr "Adınız Soyadınız"
405
 
406
+ #: contact_form.php:666
407
  #, fuzzy
408
  msgid "Email Address"
409
  msgstr "E-mail Adresiniz :"
410
 
411
+ #: contact_form.php:668
412
+ #: contact_form.php:880
413
+ #: contact_form.php:1536
414
  msgid "Subject"
415
  msgstr "Konu"
416
 
417
+ #: contact_form.php:669
418
+ #: contact_form.php:884
419
+ #: contact_form.php:1539
420
  msgid "Message"
421
  msgstr "Mesaj"
422
 
423
+ #: contact_form.php:673
424
+ msgid "Display the asterisk near required fields"
425
+ msgstr ""
426
+
427
+ #: contact_form.php:679
428
  msgid "Display additional info in the email"
429
  msgstr ""
430
 
431
+ #: contact_form.php:684
432
+ #: contact_form.php:1492
433
  msgid "Sent from (ip address)"
434
  msgstr "Geldiği (ip adresi)"
435
 
436
+ #: contact_form.php:684
437
  #, fuzzy
438
  msgid "Example: Sent from (IP address):\t127.0.0.1"
439
  msgstr "Geldiği (ip adresi)"
440
 
441
+ #: contact_form.php:685
442
+ #: contact_form.php:1497
443
  msgid "Date/Time"
444
  msgstr "Tarih/Zaman"
445
 
446
+ #: contact_form.php:685
447
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
448
  msgstr ""
449
 
450
+ #: contact_form.php:686
451
+ #: contact_form.php:1502
452
  msgid "Sent from (referer)"
453
  msgstr "Gelen"
454
 
455
+ #: contact_form.php:686
456
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
457
  msgstr ""
458
 
459
+ #: contact_form.php:687
460
+ #: contact_form.php:1507
461
  msgid "Using (user agent)"
462
  msgstr "Using (user agent)"
463
 
464
+ #: contact_form.php:687
465
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
466
  msgstr ""
467
 
468
+ #: contact_form.php:691
469
  msgid "Language settings for the field names in the form"
470
  msgstr ""
471
 
472
+ #: contact_form.php:700
473
  msgid "Add a language"
474
  msgstr ""
475
 
476
+ #: contact_form.php:704
477
  msgid "Change the names of the contact form fields and error messages"
478
  msgstr "Iletişim formu alanlar için değişim etiket"
479
 
 
480
  #: contact_form.php:709
481
+ #: contact_form.php:780
482
  msgid "English"
483
  msgstr ""
484
 
485
+ #: contact_form.php:728
486
+ #: contact_form.php:757
487
  msgid "Error message for the Name field"
488
  msgstr ""
489
 
490
+ #: contact_form.php:729
491
+ #: contact_form.php:758
492
  msgid "Error message for the Address field"
493
  msgstr ""
494
 
495
+ #: contact_form.php:730
496
+ #: contact_form.php:759
497
  msgid "Error message for the Email field"
498
  msgstr ""
499
 
500
+ #: contact_form.php:731
501
+ #: contact_form.php:760
502
  msgid "Error message for the Phone field"
503
  msgstr ""
504
 
505
+ #: contact_form.php:732
506
+ #: contact_form.php:761
507
  msgid "Error message for the Subject field"
508
  msgstr ""
509
 
510
+ #: contact_form.php:733
511
+ #: contact_form.php:762
512
  msgid "Error message for the Message field"
513
  msgstr ""
514
 
515
+ #: contact_form.php:734
516
+ #: contact_form.php:763
517
  msgid "Error message about the file type for the Attachment field"
518
  msgstr ""
519
 
520
+ #: contact_form.php:735
521
+ #: contact_form.php:764
522
  msgid "Error message while uploading a file for the Attachment field to the server"
523
  msgstr ""
524
 
525
+ #: contact_form.php:736
526
+ #: contact_form.php:765
527
  msgid "Error message while moving the file for the Attachment field"
528
  msgstr ""
529
 
530
+ #: contact_form.php:737
531
+ #: contact_form.php:766
532
  msgid "Error message when file size limit for the Attachment field is exceeded"
533
  msgstr ""
534
 
535
+ #: contact_form.php:738
536
+ #: contact_form.php:767
537
  msgid "Error message for the Captcha field"
538
  msgstr ""
539
 
540
+ #: contact_form.php:739
541
+ #: contact_form.php:768
542
  msgid "Error message for the whole form"
543
  msgstr ""
544
 
545
+ #: contact_form.php:741
546
+ #: contact_form.php:770
547
+ #: contact_form.php:789
548
+ #: contact_form.php:795
549
  msgid "Use shortcode"
550
  msgstr ""
551
 
552
+ #: contact_form.php:741
553
+ #: contact_form.php:770
554
+ #: contact_form.php:789
555
+ #: contact_form.php:795
556
  msgid "for this language"
557
  msgstr ""
558
 
559
+ #: contact_form.php:777
560
  msgid "Action after email is sent"
561
  msgstr ""
562
 
563
+ #: contact_form.php:779
564
  #, fuzzy
565
  msgid "Display text"
566
  msgstr "Eklenti Bloğunu Göster"
567
 
568
+ #: contact_form.php:788
569
+ #: contact_form.php:794
570
  msgid "Text"
571
  msgstr ""
572
 
573
+ #: contact_form.php:802
574
  msgid "Redirect to the page"
575
  msgstr ""
576
 
577
+ #: contact_form.php:803
578
  msgid "Url"
579
  msgstr ""
580
 
581
+ #: contact_form.php:809
582
+ #: contact_form.php:986
583
  msgid "Save Changes"
584
  msgstr "Değişiklikler Kayıt Edildi"
585
 
586
+ #: contact_form.php:826
587
  #, fuzzy
588
  msgid "Contact Form Pro | Extra Settings"
589
  msgstr "İletişim Formu Seçenekleri"
590
 
591
+ #: contact_form.php:840
592
  msgid "Errors output"
593
  msgstr ""
594
 
595
+ #: contact_form.php:843
596
  msgid "Display error messages"
597
  msgstr ""
598
 
599
+ #: contact_form.php:844
600
  msgid "Color of the input field errors."
601
  msgstr ""
602
 
603
+ #: contact_form.php:845
604
  msgid "Display error messages & color of the input field errors"
605
  msgstr ""
606
 
607
+ #: contact_form.php:850
608
  msgid "Add placeholder to the input blocks"
609
  msgstr ""
610
 
611
+ #: contact_form.php:856
612
  #, fuzzy
613
  msgid "Add tooltips"
614
  msgstr "Ek Seçenekler"
615
 
616
+ #: contact_form.php:870
617
  #, fuzzy
618
  msgid "Email address"
619
  msgstr "E-mail Adresiniz :"
620
 
621
+ #: contact_form.php:875
622
  msgid "Phone Number"
623
  msgstr ""
624
 
625
+ #: contact_form.php:889
626
  #, fuzzy
627
  msgid "Attachment"
628
  msgstr "Dosya Eki:"
629
 
630
+ #: contact_form.php:894
631
  msgid "(powered by bestwebsoft.com)"
632
  msgstr ""
633
 
634
+ #: contact_form.php:899
635
  #, fuzzy
636
  msgid "Style options"
637
  msgstr "Ek Seçenekler"
638
 
639
+ #: contact_form.php:902
640
  msgid "Text color"
641
  msgstr ""
642
 
643
+ #: contact_form.php:905
644
+ #: contact_form.php:910
645
+ #: contact_form.php:920
646
+ #: contact_form.php:925
647
+ #: contact_form.php:930
648
+ #: contact_form.php:935
649
+ #: contact_form.php:945
650
+ #: contact_form.php:950
651
+ #: contact_form.php:956
652
+ #: contact_form.php:967
653
+ #: contact_form.php:972
654
+ #: contact_form.php:977
655
  msgid "Default"
656
  msgstr ""
657
 
658
+ #: contact_form.php:907
659
  msgid "Label text color"
660
  msgstr ""
661
 
662
+ #: contact_form.php:912
663
  msgid "Placeholder color"
664
  msgstr ""
665
 
666
+ #: contact_form.php:917
667
  msgid "Errors color"
668
  msgstr ""
669
 
670
+ #: contact_form.php:922
671
  msgid "Error text color"
672
  msgstr ""
673
 
674
+ #: contact_form.php:927
675
  msgid "Background color of the input field errors"
676
  msgstr ""
677
 
678
+ #: contact_form.php:932
679
  msgid "Border color of the input field errors"
680
  msgstr ""
681
 
682
+ #: contact_form.php:937
683
  msgid "Placeholder color of the input field errors"
684
  msgstr ""
685
 
686
+ #: contact_form.php:942
687
  msgid "Input fields"
688
  msgstr ""
689
 
690
+ #: contact_form.php:947
691
  msgid "Input fields background color"
692
  msgstr ""
693
 
694
+ #: contact_form.php:952
695
  msgid "Text fields color"
696
  msgstr ""
697
 
698
+ #: contact_form.php:954
699
  msgid "Border width in px, numbers only"
700
  msgstr ""
701
 
702
+ #: contact_form.php:958
703
+ #: contact_form.php:979
704
  msgid "Border color"
705
  msgstr ""
706
 
707
+ #: contact_form.php:963
708
  #, fuzzy
709
  msgid "Submit button"
710
  msgstr "Gönder"
711
 
712
+ #: contact_form.php:965
713
  msgid "Width in px, numbers only"
714
  msgstr ""
715
 
716
+ #: contact_form.php:969
717
  msgid "Button color"
718
  msgstr ""
719
 
720
+ #: contact_form.php:974
721
  msgid "Button text color"
722
  msgstr ""
723
 
724
+ #: contact_form.php:990
725
  #, fuzzy
726
  msgid "Contact Form Pro | Preview"
727
  msgstr "İletişim Formu"
728
 
729
+ #: contact_form.php:993
730
  msgid "Show with errors"
731
  msgstr ""
732
 
733
+ #: contact_form.php:1001
734
+ #: contact_form.php:1003
735
  msgid "Please enter your full name..."
736
  msgstr ""
737
 
738
+ #: contact_form.php:1014
739
+ #: contact_form.php:1016
740
  msgid "Please enter your address..."
741
  msgstr ""
742
 
743
+ #: contact_form.php:1025
744
+ #: contact_form.php:1027
745
  #, fuzzy
746
  msgid "Please enter your email address..."
747
  msgstr "Bu e-posta adresini kullan:"
748
 
749
+ #: contact_form.php:1036
750
+ #: contact_form.php:1038
751
  msgid "Please enter your phone number..."
752
  msgstr ""
753
 
754
+ #: contact_form.php:1047
755
+ #: contact_form.php:1049
756
  msgid "Please enter subject..."
757
  msgstr ""
758
 
759
+ #: contact_form.php:1057
760
+ #: contact_form.php:1059
761
  msgid "Please enter your message..."
762
  msgstr ""
763
 
764
+ #: contact_form.php:1070
765
  msgid "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"
766
  msgstr ""
767
 
768
+ #: contact_form.php:1137
769
  msgid "Sorry, email message could not be delivered."
770
  msgstr "Üzgünüz, e-posta gönderilemedi."
771
 
772
+ #: contact_form.php:1221
773
  msgid "You can attach the following file formats"
774
  msgstr "Aşağıdaki türlerde dosya ekleyebilirsiniz"
775
 
776
+ #: contact_form.php:1515
777
  msgid "Contact from"
778
  msgstr "Adlı Kişiden Mail Var"
779
 
780
+ #: contact_form.php:1528
781
  msgid "Email"
782
  msgstr "e-mail"
783
 
784
+ #: contact_form.php:1542
785
  msgid "Site"
786
  msgstr "Site"
787
 
788
+ #: contact_form.php:1605
789
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
790
  msgstr "Istemci daha bu MIME görürseniz MIME türlerini kabul etmez!"
791
 
792
+ #: contact_form.php:1669
793
  msgid "FAQ"
794
  msgstr "Sık Sorulanlar"
795
 
796
+ #: contact_form.php:1670
797
  msgid "Support"
798
  msgstr "Destek"
799
 
800
+ #: contact_form.php:1727
801
  msgid "Are you sure that you want to delete this language data?"
802
  msgstr ""
803
 
812
  #, fuzzy
813
  #~ msgid "Please enter a valid email address."
814
  #~ msgstr "Bu e-posta adresini kullan:"
 
 
 
 
815
  #~ msgid "Activated plugins"
816
  #~ msgstr "Aktif eklentiler"
817
  #~ msgid "Read more"
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-10-01 17:07+0300\n"
6
- "PO-Revision-Date: 2013-10-01 17:07+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
- #: contact_form.php:466
21
  msgid "Contact Form Settings"
22
  msgstr "Налаштування контактної форми"
23
 
@@ -30,708 +30,751 @@ msgid "Contact Form Pro Extra Settings"
30
  msgstr "Додаткові налаштування контактної форми для версії Pro"
31
 
32
  #: contact_form.php:33
33
- #: contact_form.php:507
34
- #: contact_form.php:761
35
  msgid "Contact Form Pro"
36
  msgstr "Контактна форма Pro"
37
 
38
- #: contact_form.php:73
39
- #: contact_form.php:648
40
- #: contact_form.php:677
41
  msgid "Name:"
42
  msgstr "Ім'я:"
43
 
44
- #: contact_form.php:74
45
- #: contact_form.php:649
46
- #: contact_form.php:678
47
  msgid "Address:"
48
  msgstr "Адреса:"
49
 
50
- #: contact_form.php:75
51
- #: contact_form.php:650
52
- #: contact_form.php:679
53
  msgid "Email Address:"
54
  msgstr "E-mail адреса:"
55
 
56
- #: contact_form.php:76
57
- #: contact_form.php:651
58
- #: contact_form.php:680
59
  msgid "Phone number:"
60
  msgstr "Номер телефону:"
61
 
62
- #: contact_form.php:77
63
- #: contact_form.php:652
64
- #: contact_form.php:681
65
  msgid "Subject:"
66
  msgstr "Тема:"
67
 
68
- #: contact_form.php:78
69
- #: contact_form.php:653
70
- #: contact_form.php:682
71
  msgid "Message:"
72
  msgstr "Повідомлення:"
73
 
74
- #: contact_form.php:79
75
- #: contact_form.php:654
76
- #: contact_form.php:683
77
  msgid "Attachment:"
78
  msgstr "Вкладений файл:"
79
 
80
- #: contact_form.php:80
81
- #: contact_form.php:655
82
- #: contact_form.php:684
83
  msgid "Send me a copy"
84
  msgstr "Надіслати мені копію"
85
 
86
- #: contact_form.php:81
87
- #: contact_form.php:656
88
- #: contact_form.php:685
89
  msgid "Submit"
90
  msgstr "Підтвердити"
91
 
92
- #: contact_form.php:82
93
  msgid "Your name is required."
94
  msgstr "Необхідно вказати своє ім'я."
95
 
96
- #: contact_form.php:83
97
  msgid "Address is required."
98
  msgstr "Необхідно вказати правильну адресу."
99
 
100
- #: contact_form.php:84
101
  msgid "A valid email address is required."
102
  msgstr "Необхідно вказати правильну адресу ел.пошти."
103
 
104
- #: contact_form.php:85
105
  msgid "Phone number is required."
106
  msgstr "Необхідно вказати номер телефону."
107
 
108
- #: contact_form.php:86
109
  msgid "Subject is required."
110
  msgstr "Необхідно вказати тему."
111
 
112
- #: contact_form.php:87
113
  msgid "Message text is required."
114
  msgstr "Повідомлення не може бути порожнім."
115
 
116
- #: contact_form.php:88
117
  msgid "File format is not valid."
118
  msgstr "Неправильний формат файлу."
119
 
120
- #: contact_form.php:89
121
  msgid "File upload error."
122
  msgstr "Помилка завантаження файлу."
123
 
124
- #: contact_form.php:90
125
  msgid "The file could not be uploaded."
126
  msgstr "Файл не вдалося завантажити."
127
 
128
- #: contact_form.php:91
129
  msgid "This file is too large."
130
  msgstr "Файл занадто великий."
131
 
132
- #: contact_form.php:92
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Будь ласка, введіть код КАПЧА."
135
 
136
- #: contact_form.php:93
137
  msgid "Please make corrections below and try again."
138
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
139
 
140
- #: contact_form.php:95
141
  msgid "Thank you for contacting us."
142
  msgstr "Дякуємо, що зв'язалися з нами."
143
 
144
- #: contact_form.php:422
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
146
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
147
 
148
- #: contact_form.php:431
149
  msgid "Such user does not exist. Settings are not saved."
150
  msgstr "Такого користувача не існує. Налаштування не збережено"
151
 
152
- #: contact_form.php:435
153
- #: contact_form.php:441
154
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
155
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Налаштування не збережено."
156
 
157
- #: contact_form.php:446
158
  msgid "Settings saved."
159
  msgstr "Налаштування збережено."
160
 
161
- #: contact_form.php:470
162
- #: contact_form.php:755
163
- #: contact_form.php:1573
164
- #: contact_form.php:1584
165
  msgid "Settings"
166
  msgstr "Налаштування"
167
 
168
- #: contact_form.php:471
169
- #: contact_form.php:756
170
  msgid "Extra settings"
171
  msgstr "Розширені налаштування"
172
 
173
- #: contact_form.php:476
174
- #: contact_form.php:1012
175
  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:"
176
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей короткий код у Вашу публікацію, сторінку або віджет:"
177
 
178
- #: contact_form.php:476
179
- #: contact_form.php:477
180
- #: contact_form.php:670
181
- #: contact_form.php:718
182
  msgid "or"
183
  msgstr "або"
184
 
185
- #: contact_form.php:477
186
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
187
  msgstr "Якщо виникли якісь проблеми зі стандартним коротким кодом [contact_form] ви можете використати короткий код"
188
 
189
- #: contact_form.php:478
190
  msgid "They work the same way."
191
  msgstr "Вони працюють однаково."
192
 
193
- #: contact_form.php:479
194
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
195
  msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
196
 
197
- #: contact_form.php:483
198
  msgid "The user's email address:"
199
  msgstr "Адреса ел.пошти користувача:"
200
 
201
- #: contact_form.php:487
202
  msgid "Create a username"
203
  msgstr "Виберіть ім'я користувача"
204
 
205
- #: contact_form.php:492
206
  msgid "Enter a username of the person who should get the messages from the contact form."
207
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
208
 
209
- #: contact_form.php:496
210
  msgid "Use this email address:"
211
  msgstr "Використовувати цю адресу ел.пошти:"
212
 
213
- #: contact_form.php:499
214
  msgid "Enter the email address you want the messages forwarded to."
215
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
216
 
217
- #: contact_form.php:503
218
  msgid "Add department selectbox to the contact form:"
219
  msgstr ""
220
 
221
- #: contact_form.php:506
222
- #: contact_form.php:760
223
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
224
  msgstr "Ця функціональність доступна в професійній версії плагіну. Для додаткових подробиць, будь ласка, перейдіть за посиланням"
225
 
226
- #: contact_form.php:515
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgid "Additional options"
228
  msgstr "Додаткові опції"
229
 
230
- #: contact_form.php:518
231
  msgid "What to use?"
232
  msgstr "Що використовувати?"
233
 
234
- #: contact_form.php:521
235
  msgid "Wp-mail"
236
  msgstr "Wp-mail"
237
 
238
- #: contact_form.php:522
239
  msgid "You can use the wp_mail function for mailing"
240
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
241
 
242
- #: contact_form.php:528
243
  msgid "Mail"
244
  msgstr "Пошта"
245
 
246
- #: contact_form.php:529
247
  msgid "To send mail you can use the php mail function"
248
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
249
 
250
- #: contact_form.php:533
251
  #, fuzzy
252
  msgid "The text in the 'From' field"
253
  msgstr "Змінити текст поля \"Відправник\""
254
 
255
- #: contact_form.php:535
256
  #, fuzzy
257
  msgid "User name"
258
  msgstr "Ел.пошта користувача"
259
 
260
- #: contact_form.php:535
261
  #, fuzzy
262
  msgid "The name of the user who fills the form will be used in the field 'From'."
263
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
264
 
265
- #: contact_form.php:537
266
  #, fuzzy
267
  msgid "This text will be used in the 'FROM' field"
268
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
269
 
270
- #: contact_form.php:541
271
  #, fuzzy
272
  msgid "The email address in the 'From' field"
273
  msgstr "Введіть адресу ел.пошти в полі \"Відправник\""
274
 
275
- #: contact_form.php:543
276
  msgid "User email"
277
  msgstr "Ел.пошта користувача"
278
 
279
- #: contact_form.php:543
280
  msgid "The email address of the user who fills the form will be used in the field 'From'."
281
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
282
 
283
- #: contact_form.php:545
284
  msgid "This email address will be used in the 'From' field."
285
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
286
 
287
- #: contact_form.php:549
288
  msgid "Display fields"
289
  msgstr "Показати поля"
290
 
291
- #: contact_form.php:551
292
- #: contact_form.php:600
293
- #: contact_form.php:792
294
- #: contact_form.php:1443
295
  msgid "Address"
296
  msgstr "Адреса"
297
 
298
- #: contact_form.php:552
299
- #: contact_form.php:602
300
- #: contact_form.php:1451
301
  msgid "Phone"
302
  msgstr "Телефон"
303
 
304
- #: contact_form.php:553
305
  msgid "Attachment block"
306
  msgstr "Блок \"Прикріпити файл\" "
307
 
308
- #: contact_form.php:553
309
  msgid "Users can attach the following file formats"
310
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
311
 
312
- #: contact_form.php:565
313
- #: contact_form.php:568
314
- #: contact_form.php:571
315
- #: contact_form.php:821
316
  msgid "Captcha"
317
  msgstr "Капча"
318
 
319
- #: contact_form.php:565
320
- #: contact_form.php:568
321
- #: contact_form.php:571
322
  msgid "powered by"
323
  msgstr "за підтримки"
324
 
325
- #: contact_form.php:568
326
  msgid "Activate captcha"
327
  msgstr "Активувати капчу"
328
 
329
- #: contact_form.php:571
330
  msgid "Download captcha"
331
  msgstr "Капча завантаження"
332
 
333
- #: contact_form.php:576
334
  msgid "Display tips below the Attachment block"
335
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
336
 
337
- #: contact_form.php:585
338
  msgid "Delete an attachment file from the server after the email is sent"
339
  msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
340
 
341
- #: contact_form.php:591
342
  msgid "Display 'Send me a copy' block"
343
  msgstr "Показати блок \"Надіслати мені копію\""
344
 
345
- #: contact_form.php:597
346
  msgid "Required fields"
347
  msgstr "Обов'язкові поля"
348
 
349
- #: contact_form.php:599
350
- #: contact_form.php:787
351
- #: contact_form.php:1438
352
  msgid "Name"
353
  msgstr "Ім'я"
354
 
355
- #: contact_form.php:601
356
  msgid "Email Address"
357
  msgstr "Адреса ел.пошти"
358
 
359
- #: contact_form.php:603
360
- #: contact_form.php:807
361
- #: contact_form.php:1454
362
  msgid "Subject"
363
  msgstr "Тема"
364
 
365
- #: contact_form.php:604
366
- #: contact_form.php:811
367
- #: contact_form.php:1457
368
  msgid "Message"
369
  msgstr "Повідомлення"
370
 
371
- #: contact_form.php:608
 
 
 
 
 
372
  msgid "Display additional info in the email"
373
  msgstr "Відображати додаткову інформацію в ел.пошті"
374
 
375
- #: contact_form.php:613
376
- #: contact_form.php:1410
377
  msgid "Sent from (ip address)"
378
  msgstr "Надіслано від (ip адреса)"
379
 
380
- #: contact_form.php:613
381
  msgid "Example: Sent from (IP address):\t127.0.0.1"
382
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
383
 
384
- #: contact_form.php:614
385
- #: contact_form.php:1415
386
  msgid "Date/Time"
387
  msgstr "Дата/Час"
388
 
389
- #: contact_form.php:614
390
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
391
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
392
 
393
- #: contact_form.php:615
394
- #: contact_form.php:1420
395
  msgid "Sent from (referer)"
396
  msgstr "Надіслано від (реферер)"
397
 
398
- #: contact_form.php:615
399
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
400
  msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
401
 
402
- #: contact_form.php:616
403
- #: contact_form.php:1425
404
  msgid "Using (user agent)"
405
  msgstr "Використовується (user agent)"
406
 
407
- #: contact_form.php:616
408
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
409
  msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
410
 
411
- #: contact_form.php:620
412
  msgid "Language settings for the field names in the form"
413
  msgstr "Налаштування мови для назв полів форми"
414
 
415
- #: contact_form.php:629
416
  msgid "Add a language"
417
  msgstr "Додати мову"
418
 
419
- #: contact_form.php:633
420
  msgid "Change the names of the contact form fields and error messages"
421
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
422
 
423
- #: contact_form.php:638
424
  #: contact_form.php:709
 
425
  msgid "English"
426
  msgstr "Англійська"
427
 
428
- #: contact_form.php:657
429
- #: contact_form.php:686
430
  msgid "Error message for the Name field"
431
  msgstr "Повідомлення про помилку для поля Ім'я"
432
 
433
- #: contact_form.php:658
434
- #: contact_form.php:687
435
  msgid "Error message for the Address field"
436
  msgstr "Повідомлення про помилку для поля Адреса"
437
 
438
- #: contact_form.php:659
439
- #: contact_form.php:688
440
  msgid "Error message for the Email field"
441
  msgstr "Повідомлення про помилку для поля Email"
442
 
443
- #: contact_form.php:660
444
- #: contact_form.php:689
445
  msgid "Error message for the Phone field"
446
  msgstr "Повідомлення про помилку для поля Номер телефону"
447
 
448
- #: contact_form.php:661
449
- #: contact_form.php:690
450
  msgid "Error message for the Subject field"
451
  msgstr "Повідомлення про помилку для поля Тема"
452
 
453
- #: contact_form.php:662
454
- #: contact_form.php:691
455
  msgid "Error message for the Message field"
456
  msgstr "Повідомлення про помилку для поля Повідомлення"
457
 
458
- #: contact_form.php:663
459
- #: contact_form.php:692
460
  msgid "Error message about the file type for the Attachment field"
461
  msgstr "Повідомлення про помилку для поля Вкладені файли"
462
 
463
- #: contact_form.php:664
464
- #: contact_form.php:693
465
  msgid "Error message while uploading a file for the Attachment field to the server"
466
  msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
467
 
468
- #: contact_form.php:665
469
- #: contact_form.php:694
470
  msgid "Error message while moving the file for the Attachment field"
471
  msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
472
 
473
- #: contact_form.php:666
474
- #: contact_form.php:695
475
  msgid "Error message when file size limit for the Attachment field is exceeded"
476
  msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
477
 
478
- #: contact_form.php:667
479
- #: contact_form.php:696
480
  msgid "Error message for the Captcha field"
481
  msgstr "Повідомлення про помилку для поля Капча"
482
 
483
- #: contact_form.php:668
484
- #: contact_form.php:697
485
  msgid "Error message for the whole form"
486
  msgstr "Повідомлення про помилку для всієї форми"
487
 
488
- #: contact_form.php:670
489
- #: contact_form.php:699
490
- #: contact_form.php:718
491
- #: contact_form.php:724
492
  msgid "Use shortcode"
493
  msgstr "Використовувати короткий код"
494
 
495
- #: contact_form.php:670
496
- #: contact_form.php:699
497
- #: contact_form.php:718
498
- #: contact_form.php:724
499
  msgid "for this language"
500
  msgstr "для цієї мови"
501
 
502
- #: contact_form.php:706
503
  msgid "Action after email is sent"
504
  msgstr "Дія після відправлення ел.листа"
505
 
506
- #: contact_form.php:708
507
  msgid "Display text"
508
  msgstr "Показати текст"
509
 
510
- #: contact_form.php:717
511
- #: contact_form.php:723
512
  msgid "Text"
513
  msgstr "Текст"
514
 
515
- #: contact_form.php:730
516
  msgid "Redirect to the page"
517
  msgstr "Перенаправлення на сторінку"
518
 
519
- #: contact_form.php:731
520
  msgid "Url"
521
  msgstr "Url"
522
 
523
- #: contact_form.php:736
524
- #: contact_form.php:913
525
  msgid "Save Changes"
526
  msgstr "Зберегти зміни"
527
 
528
- #: contact_form.php:753
529
  msgid "Contact Form Pro | Extra Settings"
530
  msgstr "Контактна форма Pro | Розширені налаштування"
531
 
532
- #: contact_form.php:767
533
  msgid "Errors output"
534
  msgstr "Виведення помилок"
535
 
536
- #: contact_form.php:770
537
  msgid "Display error messages"
538
  msgstr "Показ повідомлень про помилки"
539
 
540
- #: contact_form.php:771
541
  msgid "Color of the input field errors."
542
  msgstr "Колір для помилок у полях введення."
543
 
544
- #: contact_form.php:772
545
  msgid "Display error messages & color of the input field errors"
546
  msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
547
 
548
- #: contact_form.php:777
549
  msgid "Add placeholder to the input blocks"
550
  msgstr "Додати текст заміщення для блоків введення"
551
 
552
- #: contact_form.php:783
553
  msgid "Add tooltips"
554
  msgstr "Додати підказки"
555
 
556
- #: contact_form.php:797
557
  msgid "Email address"
558
  msgstr "Адреса ел.пошти"
559
 
560
- #: contact_form.php:802
561
  msgid "Phone Number"
562
  msgstr "Номер телефону"
563
 
564
- #: contact_form.php:816
565
  msgid "Attachment"
566
  msgstr "Вкладений файл"
567
 
568
- #: contact_form.php:821
569
  msgid "(powered by bestwebsoft.com)"
570
  msgstr "(powered by bestwebsoft.com)"
571
 
572
- #: contact_form.php:826
573
  msgid "Style options"
574
  msgstr "Опції для стилю"
575
 
576
- #: contact_form.php:829
577
  msgid "Text color"
578
  msgstr "Колір тексту"
579
 
580
- #: contact_form.php:832
581
- #: contact_form.php:837
582
- #: contact_form.php:847
583
- #: contact_form.php:852
584
- #: contact_form.php:857
585
- #: contact_form.php:862
586
- #: contact_form.php:872
587
- #: contact_form.php:877
588
- #: contact_form.php:883
589
- #: contact_form.php:894
590
- #: contact_form.php:899
591
- #: contact_form.php:904
592
  msgid "Default"
593
  msgstr "За замовчуванням"
594
 
595
- #: contact_form.php:834
596
  msgid "Label text color"
597
  msgstr "Колір написів"
598
 
599
- #: contact_form.php:839
600
  msgid "Placeholder color"
601
  msgstr "Колір тексту заміщення"
602
 
603
- #: contact_form.php:844
604
  msgid "Errors color"
605
  msgstr "Колір помилок"
606
 
607
- #: contact_form.php:849
608
  msgid "Error text color"
609
  msgstr "Колір тексту помилок"
610
 
611
- #: contact_form.php:854
612
  msgid "Background color of the input field errors"
613
  msgstr "Колір заднього фону для полів введення з помилками"
614
 
615
- #: contact_form.php:859
616
  msgid "Border color of the input field errors"
617
  msgstr "Колір рамки для полів введення з помилками"
618
 
619
- #: contact_form.php:864
620
  msgid "Placeholder color of the input field errors"
621
  msgstr "Колір тексту заміщення для полів введення з помилками"
622
 
623
- #: contact_form.php:869
624
  msgid "Input fields"
625
  msgstr "Поля введення тексту"
626
 
627
- #: contact_form.php:874
628
  msgid "Input fields background color"
629
  msgstr "Колір фону полів введення"
630
 
631
- #: contact_form.php:879
632
  msgid "Text fields color"
633
  msgstr "Колір текстових полів"
634
 
635
- #: contact_form.php:881
636
  msgid "Border width in px, numbers only"
637
  msgstr "Ширина рамки в точках, тільки числа"
638
 
639
- #: contact_form.php:885
640
- #: contact_form.php:906
641
  msgid "Border color"
642
  msgstr "Колір рамки"
643
 
644
- #: contact_form.php:890
645
  msgid "Submit button"
646
  msgstr "Кнопка підтвердження"
647
 
648
- #: contact_form.php:892
649
  msgid "Width in px, numbers only"
650
  msgstr "Ширина в точках, тільки числа"
651
 
652
- #: contact_form.php:896
653
  msgid "Button color"
654
  msgstr "Колір кнопок"
655
 
656
- #: contact_form.php:901
657
  msgid "Button text color"
658
  msgstr "Колір тексту кнопок"
659
 
660
- #: contact_form.php:917
661
  msgid "Contact Form Pro | Preview"
662
  msgstr "Контактна форма Pro | Попередній перегляд"
663
 
664
- #: contact_form.php:920
665
  msgid "Show with errors"
666
  msgstr "Показувати з помилками"
667
 
668
- #: contact_form.php:928
669
- #: contact_form.php:930
670
  msgid "Please enter your full name..."
671
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
672
 
673
- #: contact_form.php:941
674
- #: contact_form.php:943
675
  msgid "Please enter your address..."
676
  msgstr "Будь ласка, вкажіть свою адресу..."
677
 
678
- #: contact_form.php:952
679
- #: contact_form.php:954
680
  msgid "Please enter your email address..."
681
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
682
 
683
- #: contact_form.php:963
684
- #: contact_form.php:965
685
  msgid "Please enter your phone number..."
686
  msgstr "Будь ласка, вкажіть свій номер телефону..."
687
 
688
- #: contact_form.php:974
689
- #: contact_form.php:976
690
  msgid "Please enter subject..."
691
  msgstr "Будь ласка, вкажіть тему..."
692
 
693
- #: contact_form.php:984
694
- #: contact_form.php:986
695
  msgid "Please enter your message..."
696
  msgstr "Будь ласка, напишіть своє повідомлення..."
697
 
698
- #: contact_form.php:997
699
  msgid "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"
700
  msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
701
 
702
- #: contact_form.php:1066
703
  msgid "Sorry, email message could not be delivered."
704
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
705
 
706
- #: contact_form.php:1150
707
  msgid "You can attach the following file formats"
708
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
709
 
710
- #: contact_form.php:1433
711
  msgid "Contact from"
712
  msgstr "Контактна форма"
713
 
714
- #: contact_form.php:1446
715
  msgid "Email"
716
  msgstr "Ел.пошта"
717
 
718
- #: contact_form.php:1460
719
  msgid "Site"
720
  msgstr "Сайт"
721
 
722
- #: contact_form.php:1521
723
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
724
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
725
 
726
- #: contact_form.php:1585
727
  msgid "FAQ"
728
  msgstr "Часті питання"
729
 
730
- #: contact_form.php:1586
731
  msgid "Support"
732
  msgstr "Підтримка"
733
 
734
- #: contact_form.php:1645
735
  msgid "Are you sure that you want to delete this language data?"
736
  msgstr "Ви справді хочете видалити дані для цієї мови?"
737
 
@@ -746,10 +789,6 @@ msgstr "Ви справді хочете видалити дані для ціє
746
  #, fuzzy
747
  #~ msgid "Please enter a valid email address."
748
  #~ msgstr "Використовувати цю email-адресу:"
749
-
750
- #, fuzzy
751
- #~ msgid "Pro plugins"
752
- #~ msgstr "Плагины BWS"
753
  #~ msgid "Activated plugins"
754
  #~ msgstr "Активовані плагіни"
755
  #~ msgid "Read more"
@@ -790,10 +829,6 @@ msgstr "Ви справді хочете видалити дані для ціє
790
  #~ msgstr "Налаштування контактної форми"
791
  #~ msgid "Display Attachment tips"
792
  #~ msgstr "Показувати підказки для прикріплення файлів"
793
-
794
- #, fuzzy
795
- #~ msgid "Display a phone number field"
796
- #~ msgstr "Відобразити поле для телефону"
797
  #~ msgid "Please enter a valid email address. Settings are not saved."
798
  #~ msgstr "Будь ласка, введіть правильну ел.адресу. Налаштування не збережено."
799
  #~ msgid "E-Mail Address"
2
  msgstr ""
3
  "Project-Id-Version: contact_form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-01 11:43+0300\n"
6
+ "PO-Revision-Date: 2013-11-01 11:43+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Andrew Yaschuk <xxxxAndyxxxx@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: contact_form.php:32
20
+ #: contact_form.php:512
21
  msgid "Contact Form Settings"
22
  msgstr "Налаштування контактної форми"
23
 
30
  msgstr "Додаткові налаштування контактної форми для версії Pro"
31
 
32
  #: contact_form.php:33
33
+ #: contact_form.php:553
34
+ #: contact_form.php:834
35
  msgid "Contact Form Pro"
36
  msgstr "Контактна форма Pro"
37
 
38
+ #: contact_form.php:74
39
+ #: contact_form.php:719
40
+ #: contact_form.php:748
41
  msgid "Name:"
42
  msgstr "Ім'я:"
43
 
44
+ #: contact_form.php:75
45
+ #: contact_form.php:720
46
+ #: contact_form.php:749
47
  msgid "Address:"
48
  msgstr "Адреса:"
49
 
50
+ #: contact_form.php:76
51
+ #: contact_form.php:721
52
+ #: contact_form.php:750
53
  msgid "Email Address:"
54
  msgstr "E-mail адреса:"
55
 
56
+ #: contact_form.php:77
57
+ #: contact_form.php:722
58
+ #: contact_form.php:751
59
  msgid "Phone number:"
60
  msgstr "Номер телефону:"
61
 
62
+ #: contact_form.php:78
63
+ #: contact_form.php:723
64
+ #: contact_form.php:752
65
  msgid "Subject:"
66
  msgstr "Тема:"
67
 
68
+ #: contact_form.php:79
69
+ #: contact_form.php:724
70
+ #: contact_form.php:753
71
  msgid "Message:"
72
  msgstr "Повідомлення:"
73
 
74
+ #: contact_form.php:80
75
+ #: contact_form.php:725
76
+ #: contact_form.php:754
77
  msgid "Attachment:"
78
  msgstr "Вкладений файл:"
79
 
80
+ #: contact_form.php:81
81
+ #: contact_form.php:726
82
+ #: contact_form.php:755
83
  msgid "Send me a copy"
84
  msgstr "Надіслати мені копію"
85
 
86
+ #: contact_form.php:82
87
+ #: contact_form.php:727
88
+ #: contact_form.php:756
89
  msgid "Submit"
90
  msgstr "Підтвердити"
91
 
92
+ #: contact_form.php:83
93
  msgid "Your name is required."
94
  msgstr "Необхідно вказати своє ім'я."
95
 
96
+ #: contact_form.php:84
97
  msgid "Address is required."
98
  msgstr "Необхідно вказати правильну адресу."
99
 
100
+ #: contact_form.php:85
101
  msgid "A valid email address is required."
102
  msgstr "Необхідно вказати правильну адресу ел.пошти."
103
 
104
+ #: contact_form.php:86
105
  msgid "Phone number is required."
106
  msgstr "Необхідно вказати номер телефону."
107
 
108
+ #: contact_form.php:87
109
  msgid "Subject is required."
110
  msgstr "Необхідно вказати тему."
111
 
112
+ #: contact_form.php:88
113
  msgid "Message text is required."
114
  msgstr "Повідомлення не може бути порожнім."
115
 
116
+ #: contact_form.php:89
117
  msgid "File format is not valid."
118
  msgstr "Неправильний формат файлу."
119
 
120
+ #: contact_form.php:90
121
  msgid "File upload error."
122
  msgstr "Помилка завантаження файлу."
123
 
124
+ #: contact_form.php:91
125
  msgid "The file could not be uploaded."
126
  msgstr "Файл не вдалося завантажити."
127
 
128
+ #: contact_form.php:92
129
  msgid "This file is too large."
130
  msgstr "Файл занадто великий."
131
 
132
+ #: contact_form.php:93
133
  msgid "Please fill out the CAPTCHA."
134
  msgstr "Будь ласка, введіть код КАПЧА."
135
 
136
+ #: contact_form.php:94
137
  msgid "Please make corrections below and try again."
138
  msgstr "Будь ласка, внесіть поправки у відмічені поля і спробуйте знову."
139
 
140
+ #: contact_form.php:96
141
  msgid "Thank you for contacting us."
142
  msgstr "Дякуємо, що зв'язалися з нами."
143
 
144
+ #: contact_form.php:188
145
+ #, fuzzy
146
+ msgid "requires"
147
+ msgstr "Обов'язкові поля"
148
+
149
+ #: contact_form.php:188
150
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
151
+ msgstr ""
152
+
153
+ #: contact_form.php:188
154
+ msgid "Back to the WordPress"
155
+ msgstr ""
156
+
157
+ #: contact_form.php:188
158
+ #, fuzzy
159
+ msgid "Plugins page"
160
+ msgstr "Плагины BWS"
161
+
162
+ #: contact_form.php:468
163
  msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
164
  msgstr "Якщо опція \"Перенаправлення на сторінку\" вибрана, то поле URL повинне бути заповнене в наступному форматі"
165
 
166
+ #: contact_form.php:477
167
  msgid "Such user does not exist. Settings are not saved."
168
  msgstr "Такого користувача не існує. Налаштування не збережено"
169
 
170
+ #: contact_form.php:481
171
+ #: contact_form.php:487
172
  msgid "Please enter a valid email address in the 'FROM' field. Settings are not saved."
173
  msgstr "Будь ласка, введіть правильну ел.адресу у полі \"Відправник\". Налаштування не збережено."
174
 
175
+ #: contact_form.php:492
176
  msgid "Settings saved."
177
  msgstr "Налаштування збережено."
178
 
179
+ #: contact_form.php:516
180
+ #: contact_form.php:828
181
+ #: contact_form.php:1657
182
+ #: contact_form.php:1668
183
  msgid "Settings"
184
  msgstr "Налаштування"
185
 
186
+ #: contact_form.php:517
187
+ #: contact_form.php:829
188
  msgid "Extra settings"
189
  msgstr "Розширені налаштування"
190
 
191
+ #: contact_form.php:522
192
+ #: contact_form.php:1085
193
  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:"
194
  msgstr "Якщо Ви хочете додати контактну форму на свій сайт, просто скопіюйте і вставите цей короткий код у Вашу публікацію, сторінку або віджет:"
195
 
196
+ #: contact_form.php:522
197
+ #: contact_form.php:523
198
+ #: contact_form.php:741
199
+ #: contact_form.php:789
200
  msgid "or"
201
  msgstr "або"
202
 
203
+ #: contact_form.php:523
204
  msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
205
  msgstr "Якщо виникли якісь проблеми зі стандартним коротким кодом [contact_form] ви можете використати короткий код"
206
 
207
+ #: contact_form.php:524
208
  msgid "They work the same way."
209
  msgstr "Вони працюють однаково."
210
 
211
+ #: contact_form.php:525
212
  msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
213
  msgstr "Якщо Ви залишите поля порожніми, повідомлення буде надіслано на адресу ел.пошти, вказану під час реєстрації."
214
 
215
+ #: contact_form.php:529
216
  msgid "The user's email address:"
217
  msgstr "Адреса ел.пошти користувача:"
218
 
219
+ #: contact_form.php:533
220
  msgid "Create a username"
221
  msgstr "Виберіть ім'я користувача"
222
 
223
+ #: contact_form.php:538
224
  msgid "Enter a username of the person who should get the messages from the contact form."
225
  msgstr "Введіть ім'я користувача, який повинен одержувати повідомлення з контактної форми."
226
 
227
+ #: contact_form.php:542
228
  msgid "Use this email address:"
229
  msgstr "Використовувати цю адресу ел.пошти:"
230
 
231
+ #: contact_form.php:545
232
  msgid "Enter the email address you want the messages forwarded to."
233
  msgstr "Вкажіть адресу ел.пошти, на яку бажаєте отримувати повідомлення."
234
 
235
+ #: contact_form.php:549
236
  msgid "Add department selectbox to the contact form:"
237
  msgstr ""
238
 
239
+ #: contact_form.php:552
240
+ #: contact_form.php:833
241
  msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
242
  msgstr "Ця функціональність доступна в професійній версії плагіну. Для додаткових подробиць, будь ласка, перейдіть за посиланням"
243
 
244
+ #: contact_form.php:560
245
+ msgid "Save emails to the database"
246
+ msgstr ""
247
+
248
+ #: contact_form.php:568
249
+ #: contact_form.php:571
250
+ #: contact_form.php:575
251
+ msgid "Using Contact Form to DB powered by"
252
+ msgstr ""
253
+
254
+ #: contact_form.php:571
255
+ #, fuzzy
256
+ msgid "Activate Contact Form to DB"
257
+ msgstr "Контактна форма Pro"
258
+
259
+ #: contact_form.php:575
260
+ #, fuzzy
261
+ msgid "Download Contact Form to DB"
262
+ msgstr "Контактна форма Pro"
263
+
264
+ #: contact_form.php:580
265
  msgid "Additional options"
266
  msgstr "Додаткові опції"
267
 
268
+ #: contact_form.php:583
269
  msgid "What to use?"
270
  msgstr "Що використовувати?"
271
 
272
+ #: contact_form.php:586
273
  msgid "Wp-mail"
274
  msgstr "Wp-mail"
275
 
276
+ #: contact_form.php:586
277
  msgid "You can use the wp_mail function for mailing"
278
  msgstr "Для відправлення пошти ви можете використовувати функцію WordPress wp_mail"
279
 
280
+ #: contact_form.php:588
281
  msgid "Mail"
282
  msgstr "Пошта"
283
 
284
+ #: contact_form.php:588
285
  msgid "To send mail you can use the php mail function"
286
  msgstr "Для відправлення пошти Ви можете використовувати функцію php mail"
287
 
288
+ #: contact_form.php:592
289
  #, fuzzy
290
  msgid "The text in the 'From' field"
291
  msgstr "Змінити текст поля \"Відправник\""
292
 
293
+ #: contact_form.php:594
294
  #, fuzzy
295
  msgid "User name"
296
  msgstr "Ел.пошта користувача"
297
 
298
+ #: contact_form.php:595
299
  #, fuzzy
300
  msgid "The name of the user who fills the form will be used in the field 'From'."
301
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
302
 
303
+ #: contact_form.php:600
304
  #, fuzzy
305
  msgid "This text will be used in the 'FROM' field"
306
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
307
 
308
+ #: contact_form.php:604
309
  #, fuzzy
310
  msgid "The email address in the 'From' field"
311
  msgstr "Введіть адресу ел.пошти в полі \"Відправник\""
312
 
313
+ #: contact_form.php:606
314
  msgid "User email"
315
  msgstr "Ел.пошта користувача"
316
 
317
+ #: contact_form.php:607
318
  msgid "The email address of the user who fills the form will be used in the field 'From'."
319
  msgstr "Email-адреса користувача, який заповнює форму, буде використана у полі \"Відправник\"."
320
 
321
+ #: contact_form.php:609
322
  msgid "This email address will be used in the 'From' field."
323
  msgstr "Ця адреса ел.пошти буде використана у полі \"Відправник\"."
324
 
325
+ #: contact_form.php:613
326
  msgid "Display fields"
327
  msgstr "Показати поля"
328
 
329
+ #: contact_form.php:615
330
+ #: contact_form.php:665
331
+ #: contact_form.php:865
332
+ #: contact_form.php:1525
333
  msgid "Address"
334
  msgstr "Адреса"
335
 
336
+ #: contact_form.php:616
337
+ #: contact_form.php:667
338
+ #: contact_form.php:1533
339
  msgid "Phone"
340
  msgstr "Телефон"
341
 
342
+ #: contact_form.php:617
343
  msgid "Attachment block"
344
  msgstr "Блок \"Прикріпити файл\" "
345
 
346
+ #: contact_form.php:617
347
  msgid "Users can attach the following file formats"
348
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
349
 
350
+ #: contact_form.php:626
351
+ #: contact_form.php:629
352
+ #: contact_form.php:633
353
+ #: contact_form.php:894
354
  msgid "Captcha"
355
  msgstr "Капча"
356
 
357
+ #: contact_form.php:626
358
+ #: contact_form.php:629
359
+ #: contact_form.php:633
360
  msgid "powered by"
361
  msgstr "за підтримки"
362
 
363
+ #: contact_form.php:629
364
  msgid "Activate captcha"
365
  msgstr "Активувати капчу"
366
 
367
+ #: contact_form.php:633
368
  msgid "Download captcha"
369
  msgstr "Капча завантаження"
370
 
371
+ #: contact_form.php:638
372
  msgid "Display tips below the Attachment block"
373
  msgstr "Показувати підказки під блоком \"Прикріпити файл\""
374
 
375
+ #: contact_form.php:647
376
  msgid "Delete an attachment file from the server after the email is sent"
377
  msgstr "Видаляти прикріплений файл з серверу після того, як ел.пошта відправлена"
378
 
379
+ #: contact_form.php:653
380
  msgid "Display 'Send me a copy' block"
381
  msgstr "Показати блок \"Надіслати мені копію\""
382
 
383
+ #: contact_form.php:662
384
  msgid "Required fields"
385
  msgstr "Обов'язкові поля"
386
 
387
+ #: contact_form.php:664
388
+ #: contact_form.php:860
389
+ #: contact_form.php:1520
390
  msgid "Name"
391
  msgstr "Ім'я"
392
 
393
+ #: contact_form.php:666
394
  msgid "Email Address"
395
  msgstr "Адреса ел.пошти"
396
 
397
+ #: contact_form.php:668
398
+ #: contact_form.php:880
399
+ #: contact_form.php:1536
400
  msgid "Subject"
401
  msgstr "Тема"
402
 
403
+ #: contact_form.php:669
404
+ #: contact_form.php:884
405
+ #: contact_form.php:1539
406
  msgid "Message"
407
  msgstr "Повідомлення"
408
 
409
+ #: contact_form.php:673
410
+ #, fuzzy
411
+ msgid "Display the asterisk near required fields"
412
+ msgstr "Відобразити поле для телефону"
413
+
414
+ #: contact_form.php:679
415
  msgid "Display additional info in the email"
416
  msgstr "Відображати додаткову інформацію в ел.пошті"
417
 
418
+ #: contact_form.php:684
419
+ #: contact_form.php:1492
420
  msgid "Sent from (ip address)"
421
  msgstr "Надіслано від (ip адреса)"
422
 
423
+ #: contact_form.php:684
424
  msgid "Example: Sent from (IP address):\t127.0.0.1"
425
  msgstr "Приклад: Надіслано від (IP адреса):\t127.0.0.1"
426
 
427
+ #: contact_form.php:685
428
+ #: contact_form.php:1497
429
  msgid "Date/Time"
430
  msgstr "Дата/Час"
431
 
432
+ #: contact_form.php:685
433
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
434
  msgstr "Приклад: Date/Time:\tAugust 19, 2013 8:50 pm"
435
 
436
+ #: contact_form.php:686
437
+ #: contact_form.php:1502
438
  msgid "Sent from (referer)"
439
  msgstr "Надіслано від (реферер)"
440
 
441
+ #: contact_form.php:686
442
  msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
443
  msgstr "Приклад: Надіслано від (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
444
 
445
+ #: contact_form.php:687
446
+ #: contact_form.php:1507
447
  msgid "Using (user agent)"
448
  msgstr "Використовується (user agent)"
449
 
450
+ #: contact_form.php:687
451
  msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
452
  msgstr "Приклад: Використовує (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
453
 
454
+ #: contact_form.php:691
455
  msgid "Language settings for the field names in the form"
456
  msgstr "Налаштування мови для назв полів форми"
457
 
458
+ #: contact_form.php:700
459
  msgid "Add a language"
460
  msgstr "Додати мову"
461
 
462
+ #: contact_form.php:704
463
  msgid "Change the names of the contact form fields and error messages"
464
  msgstr "Змінити назви полів контактної форми і повідомлення про помилку"
465
 
 
466
  #: contact_form.php:709
467
+ #: contact_form.php:780
468
  msgid "English"
469
  msgstr "Англійська"
470
 
471
+ #: contact_form.php:728
472
+ #: contact_form.php:757
473
  msgid "Error message for the Name field"
474
  msgstr "Повідомлення про помилку для поля Ім'я"
475
 
476
+ #: contact_form.php:729
477
+ #: contact_form.php:758
478
  msgid "Error message for the Address field"
479
  msgstr "Повідомлення про помилку для поля Адреса"
480
 
481
+ #: contact_form.php:730
482
+ #: contact_form.php:759
483
  msgid "Error message for the Email field"
484
  msgstr "Повідомлення про помилку для поля Email"
485
 
486
+ #: contact_form.php:731
487
+ #: contact_form.php:760
488
  msgid "Error message for the Phone field"
489
  msgstr "Повідомлення про помилку для поля Номер телефону"
490
 
491
+ #: contact_form.php:732
492
+ #: contact_form.php:761
493
  msgid "Error message for the Subject field"
494
  msgstr "Повідомлення про помилку для поля Тема"
495
 
496
+ #: contact_form.php:733
497
+ #: contact_form.php:762
498
  msgid "Error message for the Message field"
499
  msgstr "Повідомлення про помилку для поля Повідомлення"
500
 
501
+ #: contact_form.php:734
502
+ #: contact_form.php:763
503
  msgid "Error message about the file type for the Attachment field"
504
  msgstr "Повідомлення про помилку для поля Вкладені файли"
505
 
506
+ #: contact_form.php:735
507
+ #: contact_form.php:764
508
  msgid "Error message while uploading a file for the Attachment field to the server"
509
  msgstr "Повідомлення про помилку під час завантаження файлу на сервер для поля Вкладені файли"
510
 
511
+ #: contact_form.php:736
512
+ #: contact_form.php:765
513
  msgid "Error message while moving the file for the Attachment field"
514
  msgstr "Повідомлення про помилку під час переміщення файлу для поля Вкладені файли"
515
 
516
+ #: contact_form.php:737
517
+ #: contact_form.php:766
518
  msgid "Error message when file size limit for the Attachment field is exceeded"
519
  msgstr "Повідомлення про помилку для поля Вкладені файли, коли розмір файлу перевищує допустимий"
520
 
521
+ #: contact_form.php:738
522
+ #: contact_form.php:767
523
  msgid "Error message for the Captcha field"
524
  msgstr "Повідомлення про помилку для поля Капча"
525
 
526
+ #: contact_form.php:739
527
+ #: contact_form.php:768
528
  msgid "Error message for the whole form"
529
  msgstr "Повідомлення про помилку для всієї форми"
530
 
531
+ #: contact_form.php:741
532
+ #: contact_form.php:770
533
+ #: contact_form.php:789
534
+ #: contact_form.php:795
535
  msgid "Use shortcode"
536
  msgstr "Використовувати короткий код"
537
 
538
+ #: contact_form.php:741
539
+ #: contact_form.php:770
540
+ #: contact_form.php:789
541
+ #: contact_form.php:795
542
  msgid "for this language"
543
  msgstr "для цієї мови"
544
 
545
+ #: contact_form.php:777
546
  msgid "Action after email is sent"
547
  msgstr "Дія після відправлення ел.листа"
548
 
549
+ #: contact_form.php:779
550
  msgid "Display text"
551
  msgstr "Показати текст"
552
 
553
+ #: contact_form.php:788
554
+ #: contact_form.php:794
555
  msgid "Text"
556
  msgstr "Текст"
557
 
558
+ #: contact_form.php:802
559
  msgid "Redirect to the page"
560
  msgstr "Перенаправлення на сторінку"
561
 
562
+ #: contact_form.php:803
563
  msgid "Url"
564
  msgstr "Url"
565
 
566
+ #: contact_form.php:809
567
+ #: contact_form.php:986
568
  msgid "Save Changes"
569
  msgstr "Зберегти зміни"
570
 
571
+ #: contact_form.php:826
572
  msgid "Contact Form Pro | Extra Settings"
573
  msgstr "Контактна форма Pro | Розширені налаштування"
574
 
575
+ #: contact_form.php:840
576
  msgid "Errors output"
577
  msgstr "Виведення помилок"
578
 
579
+ #: contact_form.php:843
580
  msgid "Display error messages"
581
  msgstr "Показ повідомлень про помилки"
582
 
583
+ #: contact_form.php:844
584
  msgid "Color of the input field errors."
585
  msgstr "Колір для помилок у полях введення."
586
 
587
+ #: contact_form.php:845
588
  msgid "Display error messages & color of the input field errors"
589
  msgstr "Відображення повідомлень про помилку і колір для полів з помилками введення"
590
 
591
+ #: contact_form.php:850
592
  msgid "Add placeholder to the input blocks"
593
  msgstr "Додати текст заміщення для блоків введення"
594
 
595
+ #: contact_form.php:856
596
  msgid "Add tooltips"
597
  msgstr "Додати підказки"
598
 
599
+ #: contact_form.php:870
600
  msgid "Email address"
601
  msgstr "Адреса ел.пошти"
602
 
603
+ #: contact_form.php:875
604
  msgid "Phone Number"
605
  msgstr "Номер телефону"
606
 
607
+ #: contact_form.php:889
608
  msgid "Attachment"
609
  msgstr "Вкладений файл"
610
 
611
+ #: contact_form.php:894
612
  msgid "(powered by bestwebsoft.com)"
613
  msgstr "(powered by bestwebsoft.com)"
614
 
615
+ #: contact_form.php:899
616
  msgid "Style options"
617
  msgstr "Опції для стилю"
618
 
619
+ #: contact_form.php:902
620
  msgid "Text color"
621
  msgstr "Колір тексту"
622
 
623
+ #: contact_form.php:905
624
+ #: contact_form.php:910
625
+ #: contact_form.php:920
626
+ #: contact_form.php:925
627
+ #: contact_form.php:930
628
+ #: contact_form.php:935
629
+ #: contact_form.php:945
630
+ #: contact_form.php:950
631
+ #: contact_form.php:956
632
+ #: contact_form.php:967
633
+ #: contact_form.php:972
634
+ #: contact_form.php:977
635
  msgid "Default"
636
  msgstr "За замовчуванням"
637
 
638
+ #: contact_form.php:907
639
  msgid "Label text color"
640
  msgstr "Колір написів"
641
 
642
+ #: contact_form.php:912
643
  msgid "Placeholder color"
644
  msgstr "Колір тексту заміщення"
645
 
646
+ #: contact_form.php:917
647
  msgid "Errors color"
648
  msgstr "Колір помилок"
649
 
650
+ #: contact_form.php:922
651
  msgid "Error text color"
652
  msgstr "Колір тексту помилок"
653
 
654
+ #: contact_form.php:927
655
  msgid "Background color of the input field errors"
656
  msgstr "Колір заднього фону для полів введення з помилками"
657
 
658
+ #: contact_form.php:932
659
  msgid "Border color of the input field errors"
660
  msgstr "Колір рамки для полів введення з помилками"
661
 
662
+ #: contact_form.php:937
663
  msgid "Placeholder color of the input field errors"
664
  msgstr "Колір тексту заміщення для полів введення з помилками"
665
 
666
+ #: contact_form.php:942
667
  msgid "Input fields"
668
  msgstr "Поля введення тексту"
669
 
670
+ #: contact_form.php:947
671
  msgid "Input fields background color"
672
  msgstr "Колір фону полів введення"
673
 
674
+ #: contact_form.php:952
675
  msgid "Text fields color"
676
  msgstr "Колір текстових полів"
677
 
678
+ #: contact_form.php:954
679
  msgid "Border width in px, numbers only"
680
  msgstr "Ширина рамки в точках, тільки числа"
681
 
682
+ #: contact_form.php:958
683
+ #: contact_form.php:979
684
  msgid "Border color"
685
  msgstr "Колір рамки"
686
 
687
+ #: contact_form.php:963
688
  msgid "Submit button"
689
  msgstr "Кнопка підтвердження"
690
 
691
+ #: contact_form.php:965
692
  msgid "Width in px, numbers only"
693
  msgstr "Ширина в точках, тільки числа"
694
 
695
+ #: contact_form.php:969
696
  msgid "Button color"
697
  msgstr "Колір кнопок"
698
 
699
+ #: contact_form.php:974
700
  msgid "Button text color"
701
  msgstr "Колір тексту кнопок"
702
 
703
+ #: contact_form.php:990
704
  msgid "Contact Form Pro | Preview"
705
  msgstr "Контактна форма Pro | Попередній перегляд"
706
 
707
+ #: contact_form.php:993
708
  msgid "Show with errors"
709
  msgstr "Показувати з помилками"
710
 
711
+ #: contact_form.php:1001
712
+ #: contact_form.php:1003
713
  msgid "Please enter your full name..."
714
  msgstr "Будь ласка, вкажіть своє повне ім'я..."
715
 
716
+ #: contact_form.php:1014
717
+ #: contact_form.php:1016
718
  msgid "Please enter your address..."
719
  msgstr "Будь ласка, вкажіть свою адресу..."
720
 
721
+ #: contact_form.php:1025
722
+ #: contact_form.php:1027
723
  msgid "Please enter your email address..."
724
  msgstr "Будь ласка, введіть свою адресу ел.пошти:"
725
 
726
+ #: contact_form.php:1036
727
+ #: contact_form.php:1038
728
  msgid "Please enter your phone number..."
729
  msgstr "Будь ласка, вкажіть свій номер телефону..."
730
 
731
+ #: contact_form.php:1047
732
+ #: contact_form.php:1049
733
  msgid "Please enter subject..."
734
  msgstr "Будь ласка, вкажіть тему..."
735
 
736
+ #: contact_form.php:1057
737
+ #: contact_form.php:1059
738
  msgid "Please enter your message..."
739
  msgstr "Будь ласка, напишіть своє повідомлення..."
740
 
741
+ #: contact_form.php:1070
742
  msgid "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"
743
  msgstr "Типи файлів, що підтримуються: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальний розмір: 2MB"
744
 
745
+ #: contact_form.php:1137
746
  msgid "Sorry, email message could not be delivered."
747
  msgstr "Вибачте, ваше повідомлення ел.пошти не може бути доставлене."
748
 
749
+ #: contact_form.php:1221
750
  msgid "You can attach the following file formats"
751
  msgstr "Користувачі можуть прикріплювати файли наступних форматів"
752
 
753
+ #: contact_form.php:1515
754
  msgid "Contact from"
755
  msgstr "Контактна форма"
756
 
757
+ #: contact_form.php:1528
758
  msgid "Email"
759
  msgstr "Ел.пошта"
760
 
761
+ #: contact_form.php:1542
762
  msgid "Site"
763
  msgstr "Сайт"
764
 
765
+ #: contact_form.php:1605
766
  msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
767
  msgstr "Якщо Ви не бачите цей MIME, це означає, що цей MIME тип не підтримується Вашим поштовим клієнтом!"
768
 
769
+ #: contact_form.php:1669
770
  msgid "FAQ"
771
  msgstr "Часті питання"
772
 
773
+ #: contact_form.php:1670
774
  msgid "Support"
775
  msgstr "Підтримка"
776
 
777
+ #: contact_form.php:1727
778
  msgid "Are you sure that you want to delete this language data?"
779
  msgstr "Ви справді хочете видалити дані для цієї мови?"
780
 
789
  #, fuzzy
790
  #~ msgid "Please enter a valid email address."
791
  #~ msgstr "Використовувати цю email-адресу:"
 
 
 
 
792
  #~ msgid "Activated plugins"
793
  #~ msgstr "Активовані плагіни"
794
  #~ msgid "Read more"
829
  #~ msgstr "Налаштування контактної форми"
830
  #~ msgid "Display Attachment tips"
831
  #~ msgstr "Показувати підказки для прикріплення файлів"
 
 
 
 
832
  #~ msgid "Please enter a valid email address. Settings are not saved."
833
  #~ msgstr "Будь ласка, введіть правильну ел.адресу. Налаштування не збережено."
834
  #~ msgid "E-Mail Address"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
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: 3.0
6
- Tested up to: 3.7
7
- Stable tag: 3.61
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -15,7 +15,7 @@ Add Contact Form to your WordPress website.
15
  The Contact Form plugin allows you to implement a feedback form to a web-page or a post in no time. It is an extremely easy form, that doesn’t require any additional settings, though there are some available options. All you need is just to activate the plugin and insert the shortcode [bestwebsoft_contact_form] into the text.
16
  There is also a premium version of the plugin with more useful features available.
17
 
18
- <a href="http://wordpress.org/extend/plugins/contact-form-plugin/faq/" target="_blank">FAQ</a>
19
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
20
 
21
  <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=4028655c87316c98ae9ac7ca1928067f" target="_blank">Upgrade to Pro Version</a>
@@ -32,7 +32,7 @@ There is also a premium version of the plugin with more useful features availabl
32
  The author of the Contact Form also recommends the following plugins:
33
 
34
  * <a href="http://wordpress.org/plugins/captcha/">Captcha</a> - The Captcha plugin allows you to implement a super security captcha form into web forms. It protects your website from spam by means of math logic, easily understood by human beings. This captcha can be used for login, registration, password recovery, comments forms.
35
- There is also a premium version of the plugin - <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=45dcf2a5ccd70a7fc8606f8030730ac7">Captcha Pro</a>, allowing compatibility with BuddyPress (Registration form, Comments form, "Create a Group" form).
36
  * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
37
  There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=982fae837f4c6e3b152183537448dbca">Updater Pro</a> with more useful features available. It allows to update plugins and WordPress core on several websites. It can make backup of all your files and database before updating.
38
  * <a href="http://wordpress.org/plugins/contact-form-to-db/">Contact Form To DB</a> - This plugin is an exclusive add-on for the Contact Form plugin by BestWebSof. The plugin provides a unique opportunity to manage messages sent from your site via the contact form. Please pay attention, that this plugin is an add-on ONLY for Contact Form plugin by BestWebSoft, that's why it will not work with any other contact form plugins.
@@ -145,6 +145,11 @@ Note: If the Contact Form sends letters, but you don't receive them, you can ins
145
 
146
  == Changelog ==
147
 
 
 
 
 
 
148
  = V3.61 - 25.10.2013 =
149
  * NEW : Add option for saving emails into the DataBase.
150
  * Bugfix : File format according JavaScript and CSS Coding Standards.
@@ -421,6 +426,9 @@ Note: If the Contact Form sends letters, but you don't receive them, you can ins
421
 
422
  == Upgrade Notice ==
423
 
 
 
 
424
  = V3.61 =
425
  Add option for saving emails into the DataBase. File format according JavaScript and CSS Coding Standards. We updated all functionality for wordpress 3.7.
426
 
3
  Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
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: 3.0
6
+ Tested up to: 3.7.1
7
+ Stable tag: 3.62
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
15
  The Contact Form plugin allows you to implement a feedback form to a web-page or a post in no time. It is an extremely easy form, that doesn’t require any additional settings, though there are some available options. All you need is just to activate the plugin and insert the shortcode [bestwebsoft_contact_form] into the text.
16
  There is also a premium version of the plugin with more useful features available.
17
 
18
+ <a href="http://wordpress.org/plugins/contact-form-plugin/faq/" target="_blank">FAQ</a>
19
  <a href="http://support.bestwebsoft.com" target="_blank">Support</a>
20
 
21
  <a href="http://bestwebsoft.com/plugin/contact-form-pro/?k=4028655c87316c98ae9ac7ca1928067f" target="_blank">Upgrade to Pro Version</a>
32
  The author of the Contact Form also recommends the following plugins:
33
 
34
  * <a href="http://wordpress.org/plugins/captcha/">Captcha</a> - The Captcha plugin allows you to implement a super security captcha form into web forms. It protects your website from spam by means of math logic, easily understood by human beings. This captcha can be used for login, registration, password recovery, comments forms.
35
+ There is also a premium version of the plugin - <a href="http://bestwebsoft.com/plugin/captcha-pro/?k=45dcf2a5ccd70a7fc8606f8030730ac7">Captcha Pro</a>, allowing compatibility with BuddyPress (Registration form, Comments form, "Create a Group" form) and Contact Form 7.
36
  * <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
37
  There is also a premium version of the plugin <a href="http://bestwebsoft.com/plugin/updater-pro/?k=982fae837f4c6e3b152183537448dbca">Updater Pro</a> with more useful features available. It allows to update plugins and WordPress core on several websites. It can make backup of all your files and database before updating.
38
  * <a href="http://wordpress.org/plugins/contact-form-to-db/">Contact Form To DB</a> - This plugin is an exclusive add-on for the Contact Form plugin by BestWebSof. The plugin provides a unique opportunity to manage messages sent from your site via the contact form. Please pay attention, that this plugin is an add-on ONLY for Contact Form plugin by BestWebSoft, that's why it will not work with any other contact form plugins.
145
 
146
  == Changelog ==
147
 
148
+ = V3.62 - 1.11.2013 =
149
+ * NEW : Add checking installed wordpress version.
150
+ * Update : Activation of radio button or checkbox by clicking on its label.
151
+ * Update : We updated all functionality for wordpress 3.7.1.
152
+
153
  = V3.61 - 25.10.2013 =
154
  * NEW : Add option for saving emails into the DataBase.
155
  * Bugfix : File format according JavaScript and CSS Coding Standards.
426
 
427
  == Upgrade Notice ==
428
 
429
+ = V3.62 =
430
+ Add checking installed wordpress version. Activation of radio button or checkbox by clicking on its label. We updated all functionality for wordpress 3.7.1.
431
+
432
  = V3.61 =
433
  Add option for saving emails into the DataBase. File format according JavaScript and CSS Coding Standards. We updated all functionality for wordpress 3.7.
434
 
screenshot-2.jpg CHANGED
Binary file
screenshot-4.jpg CHANGED
Binary file