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